* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / ld / testsuite / ld-mips-elf / no-shared-1.ld
1 SECTIONS
2 {
3   . = 0x50000;
4   .text : { *(.text) }
5   .MIPS.stubs : { *(.MIPS.stubs) }
6
7   . = 0x60000;
8   .data : { *(.data) }
9   HIDDEN (_gp = ALIGN (16) + 0x7ff0);
10   .got : { *(.got) }
11 }