aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-09-05 03:21:16 +0000
committerAlan Modra <amodra@gmail.com>2000-09-05 03:21:16 +0000
commit5f992e6228c123c634a522418a77a3e43dfe2503 (patch)
treed5dc9ad4c3c1d741402a288cdbba23c367bf1380 /ld/ChangeLog
parenta854a4a7c88688b3af121aa1a41577476904a197 (diff)
downloadbinutils-5f992e6228c123c634a522418a77a3e43dfe2503.zip
binutils-5f992e6228c123c634a522418a77a3e43dfe2503.tar.gz
binutils-5f992e6228c123c634a522418a77a3e43dfe2503.tar.bz2
A tidy of ld/ldlang.c, and add missing Makefile dependencies
I should have added with the 2000-07-28 patch.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 5b8f4f6..84bdae4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,16 @@
2000-09-05 Alan Modra <alan@linuxcare.com.au>
+ * ldlang.c: Add missing prototypes, and tidy others. Change CONST
+ to const throughout. Change `void *' to `PTR' throughout.
+ (lang_memory_default): Function is local to file, add `static'.
+
+ * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
+ (ehppalinux.c): Likewise.
+ (earmelf.c): Likewise.
+ (earmelf_linux.c): Likewise.
+ (earmelf_linux26.c): Likewise.
+ * Makefile.in: Regenerate.
+
* ld.h (ld_config_type): Add unique_orphan_sections.
* lexsup.c (OPTION_UNIQUE): Define.
(ld_options): Add "--unique".