summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips64/ld.script.elf32.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips64/ld.script.elf32.S b/arch/mips64/ld.script.elf32.S
index 8afa60329..b6539a68f 100644
--- a/arch/mips64/ld.script.elf32.S
+++ b/arch/mips64/ld.script.elf32.S
@@ -12,6 +12,16 @@ SECTIONS
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
} =0
+
+ . = 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 : { *(__ex_table) }
+ __stop___dbe_table = .;
+
_etext = .;
. = ALIGN(16384);