binutils/tests/Regression/bz587788-ld_-r-generates-R_X86_64_NONE/module-common.lds
2021-05-11 15:30:04 +00:00

10 lines
218 B
Plaintext

/*
* Common module linker script, always used when linking a module.
* Archs are free to supply their own linker scripts. ld will
* combine them automatically.
*/
SECTIONS {
/DISCARD/ : { *(.discard) }
}