summaryrefslogtreecommitdiff
path: root/com32/lib/com32.ld
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-07 22:18:09 +0000
committerhpa <hpa>2004-12-07 22:18:09 +0000
commit41eff686b32f3804f7703564c5e95e56a84277e1 (patch)
treee383054a348c7cf522d41781accc4a43a0123547 /com32/lib/com32.ld
parenta991af987a1609e42e2570cfea2e53b719b66b1e (diff)
downloadsyslinux-41eff686b32f3804f7703564c5e95e56a84277e1.tar.gz
Remove residual exception-handling stuff (not supported)
Diffstat (limited to 'com32/lib/com32.ld')
-rw-r--r--com32/lib/com32.ld3
1 files changed, 0 insertions, 3 deletions
diff --git a/com32/lib/com32.ld b/com32/lib/com32.ld
index d9cb41e5..36d5b6ed 100644
--- a/com32/lib/com32.ld
+++ b/com32/lib/com32.ld
@@ -33,9 +33,6 @@ SECTIONS
PROVIDE (etext = .);
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
.rodata1 : { *(.rodata1) }
- .eh_frame_hdr : { *(.eh_frame_hdr) }
- .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
- .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table) }
/* Ensure the __preinit_array_start label is properly aligned. We
could instead move the label definition inside the section, but