diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-19 02:05:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-19 02:05:53 +0000 |
commit | 987fd5b44e803e8bd04c9955dd9719c5de28a621 (patch) | |
tree | ba7e78d73be28cd0613f181f1ea18a755e3f0a16 /ld/scripttempl | |
parent | 60bcf0fa8c115b4e71d7b1372aca3efccffc9607 (diff) | |
download | gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.zip gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.tar.gz gdb-987fd5b44e803e8bd04c9955dd9719c5de28a621.tar.bz2 |
Update list of targets supporting --gc-sections.
KEEP .eh_frame contents.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/elf.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/elfd30v.sc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index b650073..0e56d8a 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -244,7 +244,7 @@ SECTIONS ${CONSTRUCTING+SORT(CONSTRUCTORS)} } .data1 ${RELOCATING-0} : { *(.data1) } - .eh_frame : { *(.eh_frame) } + .eh_frame : { KEEP (*(.eh_frame)) } .gcc_except_table : { *(.gcc_except_table) } ${WRITABLE_RODATA+${RODATA}} ${RELOCATING+${OTHER_READWRITE_SECTIONS}} diff --git a/ld/scripttempl/elfd30v.sc b/ld/scripttempl/elfd30v.sc index aecc3e5..50d51f2 100644 --- a/ld/scripttempl/elfd30v.sc +++ b/ld/scripttempl/elfd30v.sc @@ -121,7 +121,7 @@ SECTIONS .rodata ${RELOCATING-0} : { *(.rodata) } ${RELOCATING+ > ${DATA_MEMORY}} /* C++ exception support. */ - .eh_frame ${RELOCATING-0} : { *(.eh_frame) } ${RELOCATING+ > ${DATA_MEMORY}} + .eh_frame ${RELOCATING-0} : { KEEP (*(.eh_frame)) } ${RELOCATING+ > ${DATA_MEMORY}} .gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) } ${RELOCATING+ > ${DATA_MEMORY}} ${RELOCATING+${CTOR}} |