PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaks
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / ehdr_start-2.ld
CommitLineData
cde7cb01
MR
1ENTRY (__start)
2SECTIONS
3{
4 . = 0x12300000 + SIZEOF_HEADERS;
5 .text : { *(.text) }
6 . = 0x23400000;
7 __ehdr_start = .;
8 HIDDEN (_gp = ALIGN (16) + 0x7ff0);
9 .got : { *(.got) }
10}
This page took 0.250562 seconds and 4 git commands to generate.