diff options
author | Paul Brook <paul@codesourcery.com> | 2006-11-29 17:40:29 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-11-29 17:40:29 +0000 |
commit | 0eaedd0eb68e6b71c75b1f8d2d9d62a12bde3e9e (patch) | |
tree | 1cf22c37101aeb3f0b22f24d31862388b845fd2a /bfd/ChangeLog | |
parent | 00249aaae7d7cb22e216966cea456be188810cdf (diff) | |
download | gdb-0eaedd0eb68e6b71c75b1f8d2d9d62a12bde3e9e.zip gdb-0eaedd0eb68e6b71c75b1f8d2d9d62a12bde3e9e.tar.gz gdb-0eaedd0eb68e6b71c75b1f8d2d9d62a12bde3e9e.tar.bz2 |
2006-11-29 Paul Brook <paul@codesourcery.com>
bfd/
* elf32-arm.c (elf32_arm_to_thumb_export_stub): Assert that output
section is present.
(allocate_dynrelocs): Only add export stub for symbols defined in
this object.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0aee9b3..d68e876 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,18 @@ 2006-11-29 Paul Brook <paul@codesourcery.com> + + * elf32-arm.c (elf32_arm_to_thumb_export_stub): Assert that output + section is present. + (allocate_dynrelocs): Only add export stub for symbols defined in + this object. + +2006-11-29 Paul Brook <paul@codesourcery.com> + + * elf32-arm.c (elf32_arm_to_thumb_export_stub): Assert that output + section is present. + (allocate_dynrelocs): Only add export stub for symbols defined in + this object. + +2006-11-29 Paul Brook <paul@codesourcery.com> Julian Brown <julian@codesourcery.com> * elf32-arm.c (copy_eabi_attributes): Correct starting offset. |