This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: Design problem with min sym relocation?
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: Joel Brobecker <brobecker at gnat dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Thu, 07 Nov 2002 20:26:10 -0500
- Subject: Re: Design problem with min sym relocation?
- References: <20021107194434.GY5164@gnat.com>
Joel,
Two data points.
- check the bug data base, we keep thinking GDB has fixed this sort of
problem but then someone re-opens the same (or very similar looking bug)
- Fred Fish did commit this:
2002-05-12 Fred Fish <fnf@redhat.com>
* symfile.c (default_symfile_offsets): Arrange for uninitialized
sect_index_xxx members to index the first slot in section_offsets
if all of the section_offsets are zero.
which fixed a problem.
might help,
Andrew