From 147f636dd175247f972ac33355538a3eddaeabc6 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 9 Oct 2000 01:47:24 +0000 Subject: Fix typo making ld 2.8.1 crash. --- arch/mips/ld.script.big | 2 +- arch/mips/ld.script.little | 2 +- arch/mips/orion/ld.script.orion | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/mips') 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 = .; -- cgit v1.2.3