patch-2.4.0-test12 linux/arch/mips64/ld.script.elf64

Next file: linux/arch/mips64/lib/Makefile
Previous file: linux/arch/mips64/ld.script.elf32.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/arch/mips64/ld.script.elf64 linux/arch/mips64/ld.script.elf64
@@ -22,6 +22,17 @@
     /* .gnu.warning sections are handled specially by elf32.em.  */
     *(.gnu.warning)
   } = 0
+  .kstrtab : { *(.kstrtab) }
+
+  . = ALIGN(16);		/* Exception table */
+  __start___ex_table = .;
+  __ex_table : { *(__ex_table) }
+  __stop___ex_table = .;
+
+  __start___dbe_table = .;	/* Exception table for data bus errors */
+  __dbe_table : { *(__dbe_table) }
+  __stop___dbe_table = .;
+
   _etext = .;
 
   . = ALIGN(16384);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)