m68k: tag floating-point ABI used
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / ehdr_start-1.ld
1 ENTRY (__start)
2 SECTIONS
3 {
4 . = 0x12300000 + SIZEOF_HEADERS;
5 .text : { *(.text) }
6 . = 0x23400000;
7 HIDDEN (_gp = ALIGN (16) + 0x7ff0);
8 .got : { *(.got) }
9 }
This page took 0.036894 seconds and 4 git commands to generate.