diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-10-09 13:44:27 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-10-09 13:44:27 +0000 |
commit | 09fc3b02306558c8e0d32b37cfbdd3bfbf941f5b (patch) | |
tree | e8f4a5b4427da6f94dad1569e3dde4bd1916e56a /binutils/ChangeLog | |
parent | f74fa174bfe402c8883c1a6198d8ef8920698594 (diff) | |
download | gdb-09fc3b02306558c8e0d32b37cfbdd3bfbf941f5b.zip gdb-09fc3b02306558c8e0d32b37cfbdd3bfbf941f5b.tar.gz gdb-09fc3b02306558c8e0d32b37cfbdd3bfbf941f5b.tar.bz2 |
* readelf.c (display_debug_info): Ignore empty .rela.debug_info
sections. Allow relocations against the absolute symbol. Don't
use the value in compunit.cu_abbrev_offset if we found a RELA
relocation.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 372893a..75feac9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2002-10-09 Daniel Jacobowitz <drow@mvista.com> + + * readelf.c (display_debug_info): Ignore empty .rela.debug_info + sections. Allow relocations against the absolute symbol. Don't + use the value in compunit.cu_abbrev_offset if we found a RELA + relocation. + 2002-10-07 Gordon Chaffee <chaffee@netvmg.com> * addr2line.c (slurp_symtab): Read in dynamic symbols if no |