Thu Aug 13 12:20:39 1998 Catherine Moore <clm@cygnus.com>

* emulparams/armelf.sh:  Define TEMPLATE_NAME to armelf.
       * scripttempl/elfarm.sc:  Include .glue_7t and .glue7
       sections.
       * emultempl/armelf.em: New file.
This commit is contained in:
Catherine Moore 1998-08-13 17:45:02 +00:00
parent 0ffa432e2e
commit 527c54a697

View File

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