Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <pedro@codesourcery.com>
To: gdb-patches@sourceware.org
Cc: Mike Frysinger <vapier@gentoo.org>,
	Joel Brobecker <brobecker@adacore.com>
Subject: Re: [PATCH v3] sim: bfin: new port
Date: Tue, 22 Feb 2011 18:25:00 -0000	[thread overview]
Message-ID: <201102221806.59014.pedro@codesourcery.com> (raw)
In-Reply-To: <201102221256.24685.vapier@gentoo.org>

On Tuesday 22 February 2011 17:56:23, Mike Frysinger wrote:
> On Tuesday, February 22, 2011 05:04:19 Pedro Alves wrote:
> > > Mike Frysinger wrote:
> > > > changes since v3:
> > > >  - stubbed all the bootroms
> > >
> > Did you send the correct patch?  I still see a bunch of:
> > > diff --git a/sim/bfin/bfroms/bf50x-0.0.h b/sim/bfin/bfroms/bf50x-0.0.h
> > > new file mode 100644
> > > index 0000000..8d88c73
> > > --- /dev/null
> > > +++ b/sim/bfin/bfroms/bf50x-0.0.h
> > > @@ -0,0 +1,515 @@
> > > +/* DO NOT EDIT: Autogenerated.  */
> > > +static const char bfrom_bf50x_0_0[] = {
> 
> but they're all empty stubs:
> foo[] = {};
> 

Hmm.  That's not what I see on the patch from
<http://sourceware.org/ml/gdb-patches/2011-02/msg00517.html>:

diff --git a/sim/bfin/bfroms/bf50x-0.0.h b/sim/bfin/bfroms/bf50x-0.0.h
new file mode 100644
index 0000000..8d88c73
--- /dev/null
+++ b/sim/bfin/bfroms/bf50x-0.0.h
@@ -0,0 +1,515 @@
+/* DO NOT EDIT: Autogenerated.  */
+static const char bfrom_bf50x_0_0[] = {
+0x40, 0x20, 0x2a, 0x20, 0x49, 0x23, 0x09, 0x23,
+0xf8, 0x25, 0xa7, 0x24, 0x33, 0x20, 0x32, 0x20,
+0x31, 0x20, 0x30, 0x20, 0x2f, 0x20, 0x2e, 0x20,
+0x2d, 0x20, 0x24, 0x20, 0x2b, 0x20, 0x2a, 0x20,
+0x54, 0x21, 0x99, 0x23, 0x00, 0x20, 0x00, 0x20,
+0x00, 0x20, 0xdb, 0x20, 0x25, 0x00, 0x24, 0x00,
+0x26, 0x27, 0x44, 0x27, 0x59, 0x27, 0x81, 0x27,
+0xce, 0x23, 0x27, 0x26, 0x90, 0x26, 0x23, 0x00,

I downloaded the file with wget, and xz -d'd it manually,
to make sure I wasn't hitting some cache weirdness in
my kde/ark desktop.

Am I looking at the right file?

-- 
Pedro Alves


  reply	other threads:[~2011-02-22 18:07 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-16  1:41 [PATCH] " Mike Frysinger
2010-12-31 23:12 ` [PATCH v2] " Mike Frysinger
2011-02-14 20:18   ` [PATCH v3] " Mike Frysinger
2011-02-14 20:49     ` Pedro Alves
2011-02-14 21:12       ` Mike Frysinger
2011-02-14 21:55         ` Pedro Alves
2011-02-14 22:11           ` Mike Frysinger
2011-02-14 22:23             ` Mike Frysinger
2011-02-15 16:25             ` Pedro Alves
2011-02-16  1:34               ` Mike Frysinger
2011-02-16  5:34                 ` Joel Brobecker
2011-02-20  7:24     ` Mike Frysinger
2011-02-21 10:13       ` Joel Brobecker
2011-02-21 18:27         ` Mike Frysinger
2011-02-22  8:28           ` Joel Brobecker
2011-02-22 17:58             ` Mike Frysinger
2011-02-22 10:50           ` Pedro Alves
2011-02-22 18:07             ` Mike Frysinger
2011-02-22 10:08         ` Pedro Alves
2011-02-22 17:57           ` Mike Frysinger
2011-02-22 18:25             ` Pedro Alves [this message]
2011-02-22 20:54               ` Mike Frysinger
2011-02-22 20:29       ` [PATCH v5] " Mike Frysinger
2011-03-01  5:16         ` Mike Frysinger
2011-03-01 10:11         ` Joel Brobecker
2011-03-01 21:19         ` Pedro Alves
2011-03-01 23:42           ` Mike Frysinger
2011-03-02  1:13             ` Pedro Alves
2011-03-02  2:23               ` Mike Frysinger
2011-03-02  9:30                 ` Pedro Alves
2011-03-02 21:46                   ` Mike Frysinger
2011-03-02 23:32                     ` Pedro Alves
2011-03-02 23:32                     ` Pedro Alves
2011-03-03 21:40         ` [PATCH v6] " Mike Frysinger
2011-03-04 10:19           ` Pedro Alves
2011-03-04 21:12             ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201102221806.59014.pedro@codesourcery.com \
    --to=pedro@codesourcery.com \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    --cc=vapier@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox