diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-05-01 17:18:43 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-05-01 17:18:43 +0000 |
commit | b4d040b1587f567d00a4438d12c70d05f4e0ea1b (patch) | |
tree | d3bb192a5de7e5b4c6604082b9bc0b0d094234dc /ld/ChangeLog | |
parent | b9dd19477d46d51f4de800bf4cb5dcf1ed90d3a3 (diff) | |
download | gdb-b4d040b1587f567d00a4438d12c70d05f4e0ea1b.zip gdb-b4d040b1587f567d00a4438d12c70d05f4e0ea1b.tar.gz gdb-b4d040b1587f567d00a4438d12c70d05f4e0ea1b.tar.bz2 |
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
Use is_elf_hash_table rather than a handcoded condition.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2c5a4c7..39dc9e7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2013-05-01 Maciej W. Rozycki <macro@codesourcery.com> + + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): + Use is_elf_hash_table rather than a handcoded condition. + 2013-04-30 Nick Clifton <nickc@redhat.com> * ld.texinfo (SORT_BY_ALIGNMENT): Fix and clarify typo - sections |