* PATCH: fix cut-and-paste-o in debug relocation patch
@ 2003-02-04 20:18 Jim Blandy
2003-02-04 20:22 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Jim Blandy @ 2003-02-04 20:18 UTC (permalink / raw)
To: gdb-patches
2003-02-04 Jim Blandy <jimb@redhat.com>
* dwarf2read.c (dwarf2_locate_sections): When we find a macro info
section, let dwarf_macinfo_section point to it, not
dwarf_loc_section.
Index: gdb/dwarf2read.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2read.c,v
retrieving revision 1.84
diff -c -r1.84 dwarf2read.c
*** gdb/dwarf2read.c 4 Feb 2003 18:07:01 -0000 1.84
--- gdb/dwarf2read.c 4 Feb 2003 20:10:20 -0000
***************
*** 978,984 ****
{
dwarf_macinfo_offset = sectp->filepos;
dwarf_macinfo_size = bfd_get_section_size_before_reloc (sectp);
! dwarf_loc_section = sectp;
}
else if (STREQ (sectp->name, STR_SECTION))
{
--- 978,984 ----
{
dwarf_macinfo_offset = sectp->filepos;
dwarf_macinfo_size = bfd_get_section_size_before_reloc (sectp);
! dwarf_macinfo_section = sectp;
}
else if (STREQ (sectp->name, STR_SECTION))
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PATCH: fix cut-and-paste-o in debug relocation patch
2003-02-04 20:18 PATCH: fix cut-and-paste-o in debug relocation patch Jim Blandy
@ 2003-02-04 20:22 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2003-02-04 20:22 UTC (permalink / raw)
To: Jim Blandy; +Cc: gdb-patches
On Tue, Feb 04, 2003 at 03:09:51PM -0500, Jim Blandy wrote:
>
> 2003-02-04 Jim Blandy <jimb@redhat.com>
>
> * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
> section, let dwarf_macinfo_section point to it, not
> dwarf_loc_section.
Sorry about that. I think I must have fixed this locally six or seven
times, and I _still_ failed to check in the right version.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-04 20:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-04 20:18 PATCH: fix cut-and-paste-o in debug relocation patch Jim Blandy
2003-02-04 20:22 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox