diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-22 19:11:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-22 19:11:51 +0000 |
commit | d9a7f7ab85d9eb1760aec9575b213294b1bcd9dd (patch) | |
tree | ad28281cdee66c5b3eaffae360b62771abe40d33 /ld/ChangeLog | |
parent | db4ed12147215298cba07822e847df2f6a965469 (diff) | |
download | gdb-d9a7f7ab85d9eb1760aec9575b213294b1bcd9dd.zip gdb-d9a7f7ab85d9eb1760aec9575b213294b1bcd9dd.tar.gz gdb-d9a7f7ab85d9eb1760aec9575b213294b1bcd9dd.tar.bz2 |
Set the last bit of DT_INIT and DT_FINI depending on the type of the function.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6ee0729..f7c61f3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2002-08-22 Adam Nemet <anemet@lnxw.com> + + * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h. + (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI + depending on the type of the function. + (arm_elf_convert_thumb_symbol_to_address): New function. + 2002-08-22 Graeme Peterson <gp@qnx.com> * Makefile.am: Add esh{l}elf_nto.o files. |