[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / testsuite / ld-scripts / dynamic-sections.t
blob64cf47d6742891459421a5ee601bda6b51ad6937
1 SECTIONS
3   . = SIZEOF_HEADERS;
4   .data : { *(.data) }
5   .rodata : { *(.rodata) }
7   /* The .rel* sections are typically placed here, because of the way
8      elf32.em handles orphaned sections.  A bug introduced on 2002-06-10
9      would cause . to be 0 at this point.  */
11   _bar = ASSERT (. > 0, "Bad . value");