Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@redhat.com>
To: Andrew Cagney <ac131313@cygnus.com>
Cc: Michael Snyder <msnyder@cygnus.com>,
	gdb-patches@sources.redhat.com, cagney@redhat.com
Subject: Re: [RFA] sim/common: use bfd access method.
Date: Mon, 15 Apr 2002 11:40:00 -0000	[thread overview]
Message-ID: <3CBB1BD7.A62E147A@redhat.com> (raw)
In-Reply-To: <3CBA20CD.1080306@cygnus.com>

Andrew Cagney wrote:
> 
> > 2002-04-12  Michael Snyder  <msnyder@redhat.com>
> >
> > * sim-load.c (sim_load_file): Use bfd access method.
> 
> Looks fairly obvious :-)
> 
> Andrew

Committed.

> 
> > Index: sim-load.c
> > ===================================================================
> > RCS file: /cvs/src/src/sim/common/sim-load.c,v
> > retrieving revision 1.4
> > diff -p -r1.4 sim-load.c
> > *** sim-load.c        25 Apr 2001 21:14:28 -0000      1.4
> > --- sim-load.c        13 Apr 2002 01:20:42 -0000
> > *************** sim_load_file (sd, myname, callback, pro
> > *** 106,112 ****
> >     found_loadable_section = 0;
> >     for (s = result_bfd->sections; s; s = s->next)
> >       {
> > !       if (s->flags & SEC_LOAD)
> >       {
> >         bfd_size_type size;
> >
> > --- 106,112 ----
> >     found_loadable_section = 0;
> >     for (s = result_bfd->sections; s; s = s->next)
> >       {
> > !       if (bfd_get_section_flags (s) & SEC_LOAD)
> >       {
> >         bfd_size_type size;
> >
> >


      reply	other threads:[~2002-04-15 18:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-12 18:22 Michael Snyder
2002-04-14 17:37 ` Andrew Cagney
2002-04-15 11:40   ` Michael Snyder [this message]

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=3CBB1BD7.A62E147A@redhat.com \
    --to=msnyder@redhat.com \
    --cc=ac131313@cygnus.com \
    --cc=cagney@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=msnyder@cygnus.com \
    /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