summaryrefslogtreecommitdiffstats
path: root/arch/mips/ld.script.little
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-18 23:37:42 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-08-18 23:37:42 +0000
commit794ff4dc959a8dfef4f704ef6a5bb7334e421623 (patch)
tree9ea4d7f31e69420a29819a7e4c88e4097aa4380f /arch/mips/ld.script.little
parent8b92ed51419c907aa453c063b0afaefaef268c02 (diff)
- Drop support for 32/32 fp register model
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...
Diffstat (limited to 'arch/mips/ld.script.little')
-rw-r--r--arch/mips/ld.script.little3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/ld.script.little b/arch/mips/ld.script.little
index 7e638d739..ba8df4b6e 100644
--- a/arch/mips/ld.script.little
+++ b/arch/mips/ld.script.little
@@ -86,6 +86,7 @@ SECTIONS
__bss_start = .;
_fbss = .;
+ .sbss : { *(.sbss) *(.scommon) }
.bss :
{
*(.dynbss)
@@ -93,8 +94,6 @@ SECTIONS
*(COMMON)
_end = . ;
PROVIDE (end = .);
- *(.sbss)
- *(.scommon)
}
/* These are needed for ELF backends which have not yet been
converted to the new style linker. */