diff options
author | Phil Blundell <philb@gnu.org> | 2000-11-06 19:38:10 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-11-06 19:38:10 +0000 |
commit | cf919dfdd753416017c8a78dc7271e2a6f77465c (patch) | |
tree | 0900b5f05a7d746fa35d25b1374a79d9cb3aefef /bfd/ChangeLog | |
parent | 704c465c23b5a5be6cb0d1585a8f66016d9130ef (diff) | |
download | gdb-cf919dfdd753416017c8a78dc7271e2a6f77465c.zip gdb-cf919dfdd753416017c8a78dc7271e2a6f77465c.tar.gz gdb-cf919dfdd753416017c8a78dc7271e2a6f77465c.tar.bz2 |
2000-11-05 Philip Blundell <philb@gnu.org>
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
BFDs containing no sections to be merged, regardless of their flags.
2000-11-04 Philip Blundell <philb@gnu.org>
* elf32-arm.h (elf32_arm_relocate_section): Suppress error message
if a relocation for an undefined symbol also results in an
overflow.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9eb0ad8..e661114 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2000-11-05 Philip Blundell <philb@gnu.org> + + * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit + BFDs containing no sections to be merged, regardless of their flags. + +2000-11-04 Philip Blundell <philb@gnu.org> + + * elf32-arm.h (elf32_arm_relocate_section): Suppress error message + if a relocation for an undefined symbol also results in an + overflow. + Mon Nov 6 13:35:07 2000 Christopher Faylor <cgf@cygnus.com> * config.bfd: Add support for Sun Chorus. |