From 04bf825e63189d4c172e4fe239cb534b90e25058 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Sun, 1 May 2005 08:58:53 -0700 Subject: [PATCH] --- yaml --- r: 681 b: refs/heads/master c: 92eac95287d75f220a8bbef6646f51a6497c4b4c h: refs/heads/master i: 679: 83b13008b9a011d38350af3d7b94a8258e155c91 v: v3 --- [refs] | 2 +- trunk/include/asm-um/common.lds.S | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 9ca2915365d0..2613694ab428 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 31df7b7fc6182b6c4e5c3b77084d0c026b3ac613 +refs/heads/master: 92eac95287d75f220a8bbef6646f51a6497c4b4c diff --git a/trunk/include/asm-um/common.lds.S b/trunk/include/asm-um/common.lds.S index a3d6aab0e74d..1010153faaf9 100644 --- a/trunk/include/asm-um/common.lds.S +++ b/trunk/include/asm-um/common.lds.S @@ -8,11 +8,6 @@ _sdata = .; PROVIDE (sdata = .); - . = ALIGN(16); /* Exception table */ - __start___ex_table = .; - __ex_table : { *(__ex_table) } - __stop___ex_table = .; - RODATA .unprotected : { *(.unprotected) } @@ -20,6 +15,10 @@ PROVIDE (_unprotected_end = .); . = ALIGN(4096); + __start___ex_table = .; + __ex_table : { *(__ex_table) } + __stop___ex_table = .; + __uml_setup_start = .; .uml.setup.init : { *(.uml.setup.init) } __uml_setup_end = .;