From 527c54a697224f3934753fa6aad461d8337e62e5 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Thu, 13 Aug 1998 17:45:02 +0000 Subject: [PATCH] Thu Aug 13 12:20:39 1998 Catherine Moore * 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ld/scripttempl/elfarm.sc b/ld/scripttempl/elfarm.sc index c3673a412e8..b9090050b9e 100644 --- a/ld/scripttempl/elfarm.sc +++ b/ld/scripttempl/elfarm.sc @@ -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. */ -- 2.30.2