patch-2.1.53 linux/arch/ppc/vmlinux.lds

Next file: linux/arch/sparc/config.in
Previous file: linux/arch/ppc/prep_defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.52/linux/arch/ppc/vmlinux.lds linux/arch/ppc/vmlinux.lds
@@ -57,6 +57,12 @@
     CONSTRUCTORS
   }
   _edata  =  .;
+  PROVIDE (edata = .);
+
+  .fixup   : { *(.fixup) }
+  __start___ex_table = .;
+  __ex_table : { *(__ex_table) }
+  __stop___ex_table = .;
 
   . = ALIGN(4096);
   __init_begin = .;
@@ -65,7 +71,6 @@
   . = ALIGN(4096);
   __init_end = .;
 
-  PROVIDE (edata = .);
   __bss_start = .;
   .bss       :
   {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov