diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/scripttempl/elfarm.sc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/scripttempl/elfarm.sc b/ld/scripttempl/elfarm.sc index c3673a4..b909005 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. */ |