Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@cygnus.com>
To: gdb-patches@sources.redhat.com
Cc: cagney@redhat.com
Subject: [RFA] sim/common: use bfd access method.
Date: Fri, 12 Apr 2002 18:22:00 -0000	[thread overview]
Message-ID: <200204130110.g3D1A6P13999@reddwarf.sfbay.redhat.com> (raw)

2002-04-12  Michael Snyder  <msnyder@redhat.com>

	* sim-load.c (sim_load_file): Use bfd access method.

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-13  1:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-12 18:22 Michael Snyder [this message]
2002-04-14 17:37 ` Andrew Cagney
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=200204130110.g3D1A6P13999@reddwarf.sfbay.redhat.com \
    --to=msnyder@cygnus.com \
    --cc=cagney@redhat.com \
    --cc=gdb-patches@sources.redhat.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