1 /* Linker script to undo -split-sections and merge all sections together when
2 * linking relocatable object files for GHCi.
3 * ld -r normally retains the individual sections, which is what you would want
4 * if the intention is to eventually link into a binary with --gc-sections, but
5 * it doesn't have a flag for directly doing what we want. */
13 *(.rodata .rodata.* .gnu.linkonce.r.*)