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

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:05 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 [this message]
2001-06-27 21:52   ` Elena Zannoni

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=3B3AAD1B.7080902@cygnus.com \
    --to=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