From: Catherine Moore Date: Thu, 13 Aug 1998 17:45:02 +0000 (+0000) Subject: Thu Aug 13 12:20:39 1998 Catherine Moore X-Git-Tag: gdb-4_18-branchpoint~1327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=527c54a697224f3934753fa6aad461d8337e62e5;p=thirdparty%2Fbinutils-gdb.git 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. --- 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. */