1 FORCE_COMMON_ALLOCATION
7 *(.text*) /* wildcard for "gcc -ffunction-sections" */
8 *(.gnu.linkonce.t.*) /* C++ templates? */
12 *(.rodata*) /* read-only data (ELF only) */
17 *(.data*) /* wildcard for "gcc -fdata-sections" */
20 start_ctors = .; *(SORT(.ctor*)) QUAD(0)
21 start_dtors = .; *(SORT(.dtor*)) QUAD(0)
25 *(.bss*) /* wildcard for "gcc -fdata-sections" */
27 *(COMMON) /* "common" variables */