mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
38b566ae19
* 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.
17 lines
165 B
Plaintext
17 lines
165 B
Plaintext
ENTRY(ext_fun)
|
|
SECTIONS
|
|
{
|
|
.text 0x00100000:
|
|
{
|
|
*(.text)
|
|
}
|
|
.data 0x00200000:
|
|
{
|
|
*(.sdata)
|
|
}
|
|
.rel.sdata 0x00300000:
|
|
{
|
|
*(.rel.sdata)
|
|
}
|
|
}
|