m68kelf.xu 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /* Script for -Ur */
  2. /* Copyright (C) 2014-2020 Free Software Foundation, Inc.
  3. Copying and distribution of this script, with or without modification,
  4. are permitted in any medium without royalty provided the copyright
  5. notice and this notice are preserved. */
  6. OUTPUT_FORMAT("elf32-m68k", "elf32-m68k",
  7. "elf32-m68k")
  8. OUTPUT_ARCH(m68k)
  9. /* For some reason, the Solaris linker makes bad executables
  10. if gld -r is used and the intermediate file has sections starting
  11. at non-zero addresses. Could be a Solaris ld bug, could be a GNU ld
  12. bug. But for now assigning the zero vmas works. */
  13. SECTIONS
  14. {
  15. .interp 0 : { *(.interp) }
  16. .note.gnu.build-id 0: { *(.note.gnu.build-id) }
  17. .hash 0 : { *(.hash) }
  18. .gnu.hash 0 : { *(.gnu.hash) }
  19. .dynsym 0 : { *(.dynsym) }
  20. .dynstr 0 : { *(.dynstr) }
  21. .gnu.version 0 : { *(.gnu.version) }
  22. .gnu.version_d 0: { *(.gnu.version_d) }
  23. .gnu.version_r 0: { *(.gnu.version_r) }
  24. .rela.init 0 : { *(.rela.init) }
  25. .rela.text 0 : { *(.rela.text) }
  26. .rela.fini 0 : { *(.rela.fini) }
  27. .rela.rodata 0 : { *(.rela.rodata) }
  28. .rela.data.rel.ro 0 : { *(.rela.data.rel.ro) }
  29. .rela.data 0 : { *(.rela.data) }
  30. .rela.tdata 0 : { *(.rela.tdata) }
  31. .rela.tbss 0 : { *(.rela.tbss) }
  32. .rela.ctors 0 : { *(.rela.ctors) }
  33. .rela.dtors 0 : { *(.rela.dtors) }
  34. .rela.got 0 : { *(.rela.got) }
  35. .rela.bss 0 : { *(.rela.bss) }
  36. .rela.iplt 0 :
  37. {
  38. *(.rela.iplt)
  39. }
  40. .rela.plt 0 :
  41. {
  42. *(.rela.plt)
  43. }
  44. .init 0 :
  45. {
  46. KEEP (*(SORT_NONE(.init)))
  47. } =0x4e714e71
  48. .plt 0 : { *(.plt) }
  49. .iplt 0 : { *(.iplt) }
  50. .text 0 :
  51. {
  52. *(.text .stub)
  53. /* .gnu.warning sections are handled specially by elf.em. */
  54. *(.gnu.warning)
  55. } =0x4e714e71
  56. .fini 0 :
  57. {
  58. KEEP (*(SORT_NONE(.fini)))
  59. } =0x4e714e71
  60. .rodata 0 : { *(.rodata) }
  61. .rodata1 0 : { *(.rodata1) }
  62. .eh_frame_hdr 0 : { *(.eh_frame_hdr) }
  63. .eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
  64. .gcc_except_table 0 : ONLY_IF_RO { *(.gcc_except_table) }
  65. .gnu_extab 0 : ONLY_IF_RO { *(.gnu_extab*) }
  66. /* These sections are generated by the Sun/Oracle C++ compiler. */
  67. .exception_ranges 0 : ONLY_IF_RO { *(.exception_ranges) }
  68. /* Exception handling */
  69. .eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
  70. .gnu_extab 0 : ONLY_IF_RW { *(.gnu_extab) }
  71. .gcc_except_table 0 : ONLY_IF_RW { *(.gcc_except_table) }
  72. .exception_ranges 0 : ONLY_IF_RW { *(.exception_ranges) }
  73. /* Thread Local Storage sections */
  74. .tdata 0 :
  75. {
  76. *(.tdata)
  77. }
  78. .tbss 0 : { *(.tbss) }
  79. .jcr 0 : { KEEP (*(.jcr)) }
  80. .dynamic 0 : { *(.dynamic) }
  81. .got 0 : { *(.got) }
  82. .data 0 :
  83. {
  84. *(.data)
  85. SORT(CONSTRUCTORS)
  86. }
  87. .data1 0 : { *(.data1) }
  88. .bss 0 :
  89. {
  90. *(.bss)
  91. }
  92. /* Stabs debugging sections. */
  93. .stab 0 : { *(.stab) }
  94. .stabstr 0 : { *(.stabstr) }
  95. .stab.excl 0 : { *(.stab.excl) }
  96. .stab.exclstr 0 : { *(.stab.exclstr) }
  97. .stab.index 0 : { *(.stab.index) }
  98. .stab.indexstr 0 : { *(.stab.indexstr) }
  99. .comment 0 : { *(.comment) }
  100. .gnu.build.attributes : { *(.gnu.build.attributes) }
  101. /* DWARF debug sections.
  102. Symbols in the DWARF debugging sections are relative to the beginning
  103. of the section so we begin them at 0. */
  104. /* DWARF 1 */
  105. .debug 0 : { *(.debug) }
  106. .line 0 : { *(.line) }
  107. /* GNU DWARF 1 extensions */
  108. .debug_srcinfo 0 : { *(.debug_srcinfo) }
  109. .debug_sfnames 0 : { *(.debug_sfnames) }
  110. /* DWARF 1.1 and DWARF 2 */
  111. .debug_aranges 0 : { *(.debug_aranges) }
  112. .debug_pubnames 0 : { *(.debug_pubnames) }
  113. /* DWARF 2 */
  114. .debug_info 0 : { *(.debug_info) }
  115. .debug_abbrev 0 : { *(.debug_abbrev) }
  116. .debug_line 0 : { *(.debug_line) }
  117. .debug_frame 0 : { *(.debug_frame) }
  118. .debug_str 0 : { *(.debug_str) }
  119. .debug_loc 0 : { *(.debug_loc) }
  120. .debug_macinfo 0 : { *(.debug_macinfo) }
  121. /* SGI/MIPS DWARF 2 extensions */
  122. .debug_weaknames 0 : { *(.debug_weaknames) }
  123. .debug_funcnames 0 : { *(.debug_funcnames) }
  124. .debug_typenames 0 : { *(.debug_typenames) }
  125. .debug_varnames 0 : { *(.debug_varnames) }
  126. /* DWARF 3 */
  127. .debug_pubtypes 0 : { *(.debug_pubtypes) }
  128. .debug_ranges 0 : { *(.debug_ranges) }
  129. /* DWARF Extension. */
  130. .debug_macro 0 : { *(.debug_macro) }
  131. .debug_addr 0 : { *(.debug_addr) }
  132. .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
  133. }