[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / testsuite / ld-elf / flags1.ld
blobc003ce72c19dba6e3ad0667b015170b5c6749efc
1 SECTIONS
3   . = SIZEOF_HEADERS;
4   .text :
5   {
6     *(.text)
7   } =0
8   .post_text_reserve :
9   {
10     . += 0x160;
11   }
12   /DISCARD/ : { *(.*) }