summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-10-09 01:47:24 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-10-09 01:47:24 +0000
commit147f636dd175247f972ac33355538a3eddaeabc6 (patch)
tree237b67a100980e61cd19bd5affc7cd2f43191df1 /arch/mips
parent2f02f441f697940c19d0f048a32c5749de1b7b35 (diff)
Fix typo making ld 2.8.1 crash.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/ld.script.big2
-rw-r--r--arch/mips/ld.script.little2
-rw-r--r--arch/mips/orion/ld.script.orion2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/ld.script.big b/arch/mips/ld.script.big
index 21fdc39a6..9d732b8d8 100644
--- a/arch/mips/ld.script.big
+++ b/arch/mips/ld.script.big
@@ -22,7 +22,7 @@ SECTIONS
__stop___ex_table = .;
__start___dbe_table = .; /* Exception table for data bus errors */
- __dbe_table : { *(__ex_table) }
+ __dbe_table : { *(__dbe_table) }
__stop___dbe_table = .;
_etext = .;
diff --git a/arch/mips/ld.script.little b/arch/mips/ld.script.little
index fa68f002e..ca808dc5f 100644
--- a/arch/mips/ld.script.little
+++ b/arch/mips/ld.script.little
@@ -22,7 +22,7 @@ SECTIONS
__stop___ex_table = .;
__start___dbe_table = .; /* Exception table for data bus errors */
- __dbe_table : { *(__ex_table) }
+ __dbe_table : { *(__dbe_table) }
__stop___dbe_table = .;
_etext = .;
diff --git a/arch/mips/orion/ld.script.orion b/arch/mips/orion/ld.script.orion
index 60cc9d3dc..1adecc6f3 100644
--- a/arch/mips/orion/ld.script.orion
+++ b/arch/mips/orion/ld.script.orion
@@ -24,7 +24,7 @@ SECTIONS
__stop___ex_table = .;
__start___dbe_table = .; /* Exception table for data bus errors */
- __dbe_table : { *(__ex_table) }
+ __dbe_table : { *(__dbe_table) }
__stop___dbe_table = .;
_etext = .;