mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
17a6716ad0
* ld-mips-elf/mips-elf.exp: Run it.
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
ENTRY(__start)
|
|
SECTIONS
|
|
{
|
|
. = 0x0400000;
|
|
.text : { *(.text) }
|
|
. = 0x0800000;
|
|
.rodata : { *(.rodata.*) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|