diff options
author | Alan Modra <amodra@gmail.com> | 2001-01-14 07:39:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-01-14 07:39:01 +0000 |
commit | ffd6e9debc6605c354105f04b62de622e8458645 (patch) | |
tree | 96a0a486dc307a72002c93d0b4dd5318d8cc8791 /ld/ChangeLog | |
parent | c46b75158b4d6682705d556b9f69bd7fb6c11a18 (diff) | |
download | gdb-ffd6e9debc6605c354105f04b62de622e8458645.zip gdb-ffd6e9debc6605c354105f04b62de622e8458645.tar.gz gdb-ffd6e9debc6605c354105f04b62de622e8458645.tar.bz2 |
Automatically enable --unique=.text for elf32-hppa.
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 edab167..e244b8a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 2001-01-14 Alan Modra <alan@linuxcare.com.au> + * emultempl/hppaelf.em (hppaelf_after_parse): New function, + enabling search for libmilli. On a relocatable link, make .text + sections unique. + (LDEMUL_AFTER_PARSE): Define. + (hppaelf_finish): Correct spelling of relocatable in comments. + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't rummage through the script for sections on the unique list. Correct length of strncmp for ".note". @@ -9,6 +15,7 @@ (unique_section_p): New function. (walk_wild_section): Don't match sections on unique_section_list. (lang_add_unique): New function. + Correct spelling of relocatable in comments. * ldlang.h (struct unique_sections): Declare. (unique_section_list): Declare. |