* emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",
authorJeff Law <law@redhat.com>
Sat, 18 Sep 1999 14:00:24 +0000 (14:00 +0000)
committerJeff Law <law@redhat.com>
Sat, 18 Sep 1999 14:00:24 +0000 (14:00 +0000)
        they've been renamed to ".stub", which is handled automatically
        by elf.sc.

ld/ChangeLog
ld/emulparams/elf64hppa.sh

index 2538c44dbce9c0e660cb8e4727d44118aad18807..e15f4ba7d29fa78a50abe095c4ee97186edd9224 100644 (file)
@@ -1,3 +1,14 @@
+Sat Sep 18 07:57:10 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",
+       they've been renamed to ".stub", which is handled automatically
+       by elf.sc.
+
+Fri Sep 17 11:00:33 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.
+       (DATA_START_SYMBOLS): Kill __hp_load_map definition
+
 Thu Sep 16 10:59:56 1999  Jeffrey A Law  (law@cygnus.com)
 
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
index dfe59d0d761b3bcfdd6bc4ca364e425d55645904..829ad43345c8f1343195b4a7ea7ab43093fc5408 100755 (executable)
@@ -20,7 +20,7 @@ TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 # We really want multiple .stub sections, one for each input .text section,
 # but for now this is good enough.
-OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } .stubs : { *(.stubs) }'
+OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } '
 
 # The PA64 ELF port treats .plt sections differently than most.  We also have
 # to create a .opd section.  What most systems call the .got, we call the .dlt