[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / bolt / test / AArch64 / Inputs / array_end.lld_script
blobbf77c0493a095833ebef80de6b58340a14da7633
1 SECTIONS {
2   .interp : { *(.interp) }
4   . = ALIGN(CONSTANT(MAXPAGESIZE));
5   .fini_array    :
6   {
7     PROVIDE_HIDDEN (__fini_array_start = .);
8     KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
9     PROVIDE_HIDDEN (__fini_array_end = .);
10   }
12   . = . + 128;
14   .text : { *(.text) }