diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-10-09 01:47:24 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-10-09 01:47:24 +0000 |
commit | 147f636dd175247f972ac33355538a3eddaeabc6 (patch) | |
tree | 237b67a100980e61cd19bd5affc7cd2f43191df1 /arch/mips/orion | |
parent | 2f02f441f697940c19d0f048a32c5749de1b7b35 (diff) |
Fix typo making ld 2.8.1 crash.
Diffstat (limited to 'arch/mips/orion')
-rw-r--r-- | arch/mips/orion/ld.script.orion | 2 |
1 files changed, 1 insertions, 1 deletions
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 = .; |