old-cross-binutils/ld/testsuite/ld-mips-elf/emrelocs.ld
Chris Demetriou 38b566ae19 2002-01-29 Chris Demetriou <cgd@broadcom.com>
* ld-mips-elf/emrelocs-eb.d: New file to test --embedded-relocs.
        * ld-mips-elf/emrelocs-el.d: Likewise.
        * ld-mips-elf/emrelocs1.s: Likewise.
        * ld-mips-elf/emrelocs2.s: Likewise.
        * ld-mips-elf/emrelocs.ld: Likewise.
        * ld-mips-elf/mips-elf.exp: Add the above to the list of tests.
2002-01-30 02:20:13 +00:00

16 lines
165 B
Text

ENTRY(ext_fun)
SECTIONS
{
.text 0x00100000:
{
*(.text)
}
.data 0x00200000:
{
*(.sdata)
}
.rel.sdata 0x00300000:
{
*(.rel.sdata)
}
}