diff options
author | Jim Wilson <wilson@tuliptree.org> | 2005-08-10 23:33:39 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2005-08-10 23:33:39 +0000 |
commit | 98b880f44fe347979ff2bb63011e4beb86101296 (patch) | |
tree | f8e7385b353466a735539ca22a15d245090bbd15 /bfd/ChangeLog | |
parent | 38975f9eab9c0440a0863af398bc10049efe8333 (diff) | |
download | gdb-98b880f44fe347979ff2bb63011e4beb86101296.zip gdb-98b880f44fe347979ff2bb63011e4beb86101296.tar.gz gdb-98b880f44fe347979ff2bb63011e4beb86101296.tar.bz2 |
Fix linker error found when compiling glibc with a mismatched gcc.
* dwarf2.c (scan_unit_for_symbols, case DT_AT_location): Verify that
DW_OP_addr is only opcode in location before using it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 97c62c7..a7a7608 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-08-10 James E. Wilson <wilson@specifix.com> + + * dwarf2.c (scan_unit_for_symbols, case DT_AT_location): Verify that + DW_OP_addr is only opcode in location before using it. + 2005-08-09 H.J. Lu <hongjiu.lu@intel.com> * elfxx-ia64.c (elfNN_ia64_final_link): Reset gp. |