2005-10-03 James E Wilson <wilson@specifix.com>

* mips/array.ld, mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld,
        mips/dve.ld, mips/idt.ld, mips/idt32.ld, mips/idt64.ld,
        mips/idtecoff.ld, mips/jmr3904app-java.ld, mips/jmr3904app.ld,
        jmr3904dram-java.ld, mips/jmr3904dram.ld, mips/lsi.ld, mips/nullmon.ld,
        mips/pmon.ld: Add support for .bss.* sections.
This commit is contained in:
Jeff Johnston
2005-10-03 17:29:47 +00:00
parent fa35a1ee5c
commit dd8ed8c6f2
17 changed files with 24 additions and 0 deletions

View File

@ -90,6 +90,7 @@ SECTIONS
.bss : {
_bss_start = . ;
*(.bss)
*(.bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
. += 0x2000 ; /* 8k bytes of stack. */