From 5378113a56ef2bda1b2b9f594d250574ca697615 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 14 Mar 2012 01:24:15 +0100 Subject: Stick to binutils ELF scripts * i386/ldscript: Reformat to follow binutils version --- i386/ldscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i386/ldscript b/i386/ldscript index f2b90fa2..bbf5698b 100644 --- a/i386/ldscript +++ b/i386/ldscript @@ -69,7 +69,8 @@ SECTIONS .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 .gcc_except_table.*) } + .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table + .gcc_except_table.*) } /* Adjust the address for the data segment. We want to adjust up to the same address within the page on the next page up. */ . = ALIGN (CONSTANT (MAXPAGESIZE)) - ((CONSTANT (MAXPAGESIZE) - .) & (CONSTANT (MAXPAGESIZE) - 1)); . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE)); -- cgit v1.2.3