From 0ac6fba0ecc9375477561f72df351a8ea84c899b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 13 Aug 2010 00:21:19 +0000 Subject: * dwarf.c (process_debug_info): Don't subtract section address when calculating location of cu abbrev within section. --- binutils/dwarf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'binutils/dwarf.c') diff --git a/binutils/dwarf.c b/binutils/dwarf.c index f40bd41..84e22eb 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -2077,8 +2077,7 @@ process_debug_info (struct dwarf_section *section, else process_abbrev_section ((unsigned char *) debug_displays [abbrev_sec].section.start - + compunit.cu_abbrev_offset - - debug_displays [abbrev_sec].section.address, + + compunit.cu_abbrev_offset, (unsigned char *) debug_displays [abbrev_sec].section.start + debug_displays [abbrev_sec].section.size); -- cgit v1.1