diff options
author | Alan Modra <amodra@gmail.com> | 2005-12-08 11:05:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-12-08 11:05:36 +0000 |
commit | a7985d7382642610f87799e271e3854079eba6b2 (patch) | |
tree | 04d12b0edad4524aa7e49174df28bf32e14670d5 /bfd/ChangeLog | |
parent | 3950dc3f514d6a60c003565e610c925bc7cf4abf (diff) | |
download | gdb-a7985d7382642610f87799e271e3854079eba6b2.zip gdb-a7985d7382642610f87799e271e3854079eba6b2.tar.gz gdb-a7985d7382642610f87799e271e3854079eba6b2.tar.bz2 |
* reloc.c (enum complain_overflow): Correct comments.
(bfd_check_overflow): Combine complain_overflow_bitfield and
complain_overflow_signed code.
(_bfd_relocate_contents): Likewise.
(bfd_howto_32): Use complain_overflow_dont.
* elf32-d10v.c (elf_d10v_howto_table): Revert 2002-06-17 change.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f76458a..1db9170 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2005-12-08 Alan Modra <amodra@bigpond.net.au> + + * reloc.c (enum complain_overflow): Correct comments. + (bfd_check_overflow): Combine complain_overflow_bitfield and + complain_overflow_signed code. + (_bfd_relocate_contents): Likewise. + (bfd_howto_32): Use complain_overflow_dont. + * elf32-d10v.c (elf_d10v_howto_table): Revert 2002-06-17 change. + * bfd-in2.h: Regenerate. + 2005-12-07 H.J. Lu <hongjiu.lu@intel.com> * elf.c (assign_section_numbers): Remove extra code in the last @@ -559,7 +569,7 @@ (scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size. Delete code setting funcinfo nesting_level field. Add code to set funcinfo caller_func field. - + 2005-09-20 James E. Wilson <wilson@specifix.com> * dwarf2.c (find_abstract_instance_name): Don't early exit when name @@ -628,7 +638,7 @@ local symbols and move it to (msp430_elf_relax_adjust_locals): New function - walk over the sections in the bfd and adjust relocations as necessary. - + 2005-08-31 DJ Delorie <dj@redhat.com> * elf32-i386.c (elf_i386_check_relocs): Don't cast a unary & |