From: Andrew Cagney <ac131313@cygnus.com>
To: Michael Snyder <msnyder@cygnus.com>
Cc: gdb-patches@sources.redhat.com, cagney@redhat.com
Subject: Re: [RFA] sim/common: use bfd access method.
Date: Sun, 14 Apr 2002 17:37:00 -0000 [thread overview]
Message-ID: <3CBA20CD.1080306@cygnus.com> (raw)
In-Reply-To: <200204130110.g3D1A6P13999@reddwarf.sfbay.redhat.com>
> 2002-04-12 Michael Snyder <msnyder@redhat.com>
>
> * sim-load.c (sim_load_file): Use bfd access method.
Looks fairly obvious :-)
Andrew
> 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;
>
>
next prev parent reply other threads:[~2002-04-15 0:37 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 [this message]
2002-04-15 11:40 ` Michael Snyder
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=3CBA20CD.1080306@cygnus.com \
--to=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