summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-10-08 21:58:41 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-10-08 21:58:41 +0000
commit13e07ee5bc4cb9f3c54bfcc0ba16783cf825d397 (patch)
tree0f9903fb2a592c3fbd814ec52c0913793a90a658
parent3c75ab00ab34402b2fc4235b9732d94375fe47a0 (diff)
And even one more.
-rw-r--r--arch/mips/orion/ld.script.orion10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/orion/ld.script.orion b/arch/mips/orion/ld.script.orion
index b9f16dbbf..60cc9d3dc 100644
--- a/arch/mips/orion/ld.script.orion
+++ b/arch/mips/orion/ld.script.orion
@@ -17,6 +17,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 = .;
PROVIDE (etext = .);