summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/ldscript3
1 files changed, 2 insertions, 1 deletions
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));