Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / ehdr_start-2.ld
blob5d5e183c116db12d438edd1b32f701ca0abcc397
1 ENTRY (__start)
2 SECTIONS
4   . = 0x12300000 + SIZEOF_HEADERS;
5   .text : { *(.text) }
6   . = 0x23400000;
7   __ehdr_start = .;
8   HIDDEN (_gp = ALIGN (16) + 0x7ff0);
9   .got : { *(.got) }