[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / testsuite / ld-vax-elf / plt-local-lib.ld
blob4a0b44c56c08dfd0d90d650a3d897c0d0f4cb76a
1 SECTIONS
3   . = 0;
4   .hash         : { *(.hash) }
5   .dynsym       : { *(.dynsym) }
6   .dynstr       : { *(.dynstr) }
7   .rela.plt     : { *(.rela.plt) }
9   . = 0x1000;
10   .plt          : { *(.plt) }
12   . = 0x2000;
13   .text         : { *(.text) }
15   . = 0x3000;
16   .dynamic      : { *(.dynamic) }
17   .got          : { *(.got.plt) }