Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Elena Zannoni <ezannoni@cygnus.com>
To: Andrew Cagney <ac131313@cygnus.com>
Cc: Joel Brobecker <brobecker@act-europe.fr>, gdb-patches@sources.redhat.com
Subject: Re: [RFA] Fix uninitialized section index internal error
Date: Wed, 27 Jun 2001 21:52:00 -0000	[thread overview]
Message-ID: <15162.47148.785943.680570@kwikemart.cygnus.com> (raw)
In-Reply-To: <3B3AAD1B.7080902@cygnus.com>

Actually, there have been a few more exchanges on this patch. (there
were 2 submissions). See other discussion, which also needs to be
resolved. Will do now.

http://sources.redhat.com/ml/gdb-patches/2001-06/msg00284.html

Elena


Andrew Cagney writes:
 > Just FYI, I'm cleaning out my MBOX.  I'm going to assume this patch is 
 > dead.  If my memory is correct the symtab people are trying to eliminate 
 > knwledge about magic ``.bss'' sections, not clone it :-)
 > 
 > 	Andrew
 > 
 > > Index: gdb/symfile.c
 > > ===================================================================
 > > RCS file: /cvs/src/src/gdb/symfile.c,v
 > > retrieving revision 1.31
 > > diff -c -3 -p -r1.31 symfile.c
 > > *** symfile.c	2001/04/05 02:02:13	1.31
 > > --- symfile.c	2001/05/10 19:41:39
 > > *************** default_symfile_offsets (struct objfile 
 > > *** 529,534 ****
 > > --- 529,536 ----
 > >       objfile->sect_index_data = sect->index;
 > >   
 > >     sect = bfd_get_section_by_name (objfile->obfd, ".bss");
 > > +   if (!sect)
 > > +     sect = bfd_get_section_by_name (objfile->obfd, ".sbss");
 > >     if (sect) 
 > >       objfile->sect_index_bss = sect->index;
 > >   
 > > 
 > 
 > 


      reply	other threads:[~2001-06-27 21:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-07  6:08 Joel Brobecker
2001-06-27 21:05 ` Andrew Cagney
2001-06-27 21:52   ` Elena Zannoni [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=15162.47148.785943.680570@kwikemart.cygnus.com \
    --to=ezannoni@cygnus.com \
    --cc=ac131313@cygnus.com \
    --cc=brobecker@act-europe.fr \
    --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