Thu Aug 13 12:20:39 1998 Catherine Moore <clm@cygnus.com>
authorCatherine Moore <clm@redhat.com>
Thu, 13 Aug 1998 17:45:02 +0000 (17:45 +0000)
committerCatherine Moore <clm@redhat.com>
Thu, 13 Aug 1998 17:45:02 +0000 (17:45 +0000)
       * emulparams/armelf.sh:  Define TEMPLATE_NAME to armelf.
       * scripttempl/elfarm.sc:  Include .glue_7t and .glue7
       sections.
       * emultempl/armelf.em: New file.

ld/scripttempl/elfarm.sc

index c3673a412e826ad909577105b22d6314396c0ed7..b9090050b9e6fb662c318160a3ca3754671571d5 100644 (file)
@@ -134,6 +134,8 @@ SECTIONS
   {
     ${RELOCATING+${TEXT_START_SYMBOLS}}
     *(.text)
+    *(.glue_7t)
+    *(.glue_7)
     ${RELOCATING+*(.text.*)}
     *(.stub)
     /* .gnu.warning sections are handled specially by elf32.em.  */