ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jalx-2.ld
CommitLineData
df58fc94
RS
1ENTRY (internal_function)
2_start_text_phys = 0x4400000;
3_start_text = _start_text_phys;
4
5SECTIONS
6{
7 .text _start_text : AT (ADDR (.text)) { *(.text) }
273e4eec
MR
8 .plt : { *(.plt) }
9 .rel.plt : { *(.rel.plt) }
df58fc94 10}
This page took 0.388147 seconds and 4 git commands to generate.