pr26256-1.t 205 B

12345678910111213
  1. SECTIONS
  2. {
  3. .text : { *(.text*) }
  4. .init.data :
  5. {
  6. *(.init.data);
  7. *(__patchable_function_entries);
  8. }
  9. /DISCARD/ :
  10. {
  11. *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
  12. }
  13. }