elf_k1om.xs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. /* Script for -shared */
  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("elf64-k1om", "elf64-k1om",
  7. "elf64-k1om")
  8. OUTPUT_ARCH(k1om)
  9. ENTRY(_start)
  10. SEARCH_DIR("=/usr/local/lib"); SEARCH_DIR("=/lib"); SEARCH_DIR("=/usr/lib"); SEARCH_DIR("=/mnt/f/gnu/x64-linux/out/x86_64-linux-gnu/lib");
  11. SECTIONS
  12. {
  13. /* Read-only sections, merged into text segment: */
  14. . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
  15. .note.gnu.build-id : { *(.note.gnu.build-id) }
  16. .hash : { *(.hash) }
  17. .gnu.hash : { *(.gnu.hash) }
  18. .dynsym : { *(.dynsym) }
  19. .dynstr : { *(.dynstr) }
  20. .gnu.version : { *(.gnu.version) }
  21. .gnu.version_d : { *(.gnu.version_d) }
  22. .gnu.version_r : { *(.gnu.version_r) }
  23. .rela.init : { *(.rela.init) }
  24. .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
  25. .rela.fini : { *(.rela.fini) }
  26. .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }
  27. .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }
  28. .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }
  29. .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }
  30. .rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
  31. .rela.ctors : { *(.rela.ctors) }
  32. .rela.dtors : { *(.rela.dtors) }
  33. .rela.got : { *(.rela.got) }
  34. .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
  35. .rela.ldata : { *(.rela.ldata .rela.ldata.* .rela.gnu.linkonce.l.*) }
  36. .rela.lbss : { *(.rela.lbss .rela.lbss.* .rela.gnu.linkonce.lb.*) }
  37. .rela.lrodata : { *(.rela.lrodata .rela.lrodata.* .rela.gnu.linkonce.lr.*) }
  38. .rela.ifunc : { *(.rela.ifunc) }
  39. .rela.plt :
  40. {
  41. *(.rela.plt)
  42. *(.rela.iplt)
  43. }
  44. .init :
  45. {
  46. KEEP (*(SORT_NONE(.init)))
  47. }
  48. .plt : { *(.plt) *(.iplt) }
  49. .text :
  50. {
  51. *(.text.unlikely .text.*_unlikely .text.unlikely.*)
  52. *(.text.exit .text.exit.*)
  53. *(.text.startup .text.startup.*)
  54. *(.text.hot .text.hot.*)
  55. *(SORT(.text.sorted.*))
  56. *(.text .stub .text.* .gnu.linkonce.t.*)
  57. /* .gnu.warning sections are handled specially by elf.em. */
  58. *(.gnu.warning)
  59. }
  60. .fini :
  61. {
  62. KEEP (*(SORT_NONE(.fini)))
  63. }
  64. PROVIDE (__etext = .);
  65. PROVIDE (_etext = .);
  66. PROVIDE (etext = .);
  67. .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
  68. .rodata1 : { *(.rodata1) }
  69. .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }
  70. .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }
  71. .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table .gcc_except_table.*) }
  72. .gnu_extab : ONLY_IF_RO { *(.gnu_extab*) }
  73. /* These sections are generated by the Sun/Oracle C++ compiler. */
  74. .exception_ranges : ONLY_IF_RO { *(.exception_ranges*) }
  75. /* Adjust the address for the data segment. We want to adjust up to
  76. the same address within the page on the next page up. */
  77. . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
  78. /* Exception handling */
  79. .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) *(.eh_frame.*) }
  80. .gnu_extab : ONLY_IF_RW { *(.gnu_extab) }
  81. .gcc_except_table : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }
  82. .exception_ranges : ONLY_IF_RW { *(.exception_ranges*) }
  83. /* Thread Local Storage sections */
  84. .tdata :
  85. {
  86. *(.tdata .tdata.* .gnu.linkonce.td.*)
  87. }
  88. .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
  89. .preinit_array :
  90. {
  91. KEEP (*(.preinit_array))
  92. }
  93. .init_array :
  94. {
  95. KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
  96. KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors))
  97. }
  98. .fini_array :
  99. {
  100. KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
  101. KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .dtors))
  102. }
  103. .ctors :
  104. {
  105. /* gcc uses crtbegin.o to find the start of
  106. the constructors, so we make sure it is
  107. first. Because this is a wildcard, it
  108. doesn't matter if the user does not
  109. actually link against crtbegin.o; the
  110. linker won't look for a file to match a
  111. wildcard. The wildcard also means that it
  112. doesn't matter which directory crtbegin.o
  113. is in. */
  114. KEEP (*crtbegin.o(.ctors))
  115. KEEP (*crtbegin?.o(.ctors))
  116. /* We don't want to include the .ctor section from
  117. the crtend.o file until after the sorted ctors.
  118. The .ctor section from the crtend file contains the
  119. end of ctors marker and it must be last */
  120. KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
  121. KEEP (*(SORT(.ctors.*)))
  122. KEEP (*(.ctors))
  123. }
  124. .dtors :
  125. {
  126. KEEP (*crtbegin.o(.dtors))
  127. KEEP (*crtbegin?.o(.dtors))
  128. KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
  129. KEEP (*(SORT(.dtors.*)))
  130. KEEP (*(.dtors))
  131. }
  132. .jcr : { KEEP (*(.jcr)) }
  133. .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*) }
  134. .dynamic : { *(.dynamic) }
  135. .got : { *(.got) *(.igot) }
  136. . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .);
  137. .got.plt : { *(.got.plt) *(.igot.plt) }
  138. .data :
  139. {
  140. *(.data .data.* .gnu.linkonce.d.*)
  141. SORT(CONSTRUCTORS)
  142. }
  143. .data1 : { *(.data1) }
  144. PROVIDE (_edata = .); PROVIDE (edata = .);
  145. . = .;
  146. PROVIDE (__bss_start = .);
  147. .bss :
  148. {
  149. *(.dynbss)
  150. *(.bss .bss.* .gnu.linkonce.b.*)
  151. *(COMMON)
  152. /* Align here to ensure that the .bss section occupies space up to
  153. _end. Align after .bss to ensure correct alignment even if the
  154. .bss section disappears because there are no input sections.
  155. FIXME: Why do we need it? When there is no .bss section, we do not
  156. pad the .data section. */
  157. . = ALIGN(. != 0 ? 64 / 8 : 1);
  158. }
  159. .lbss :
  160. {
  161. *(.dynlbss)
  162. *(.lbss .lbss.* .gnu.linkonce.lb.*)
  163. *(LARGE_COMMON)
  164. }
  165. . = ALIGN(64 / 8);
  166. . = SEGMENT_START("ldata-segment", .);
  167. .lrodata ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) :
  168. {
  169. *(.lrodata .lrodata.* .gnu.linkonce.lr.*)
  170. }
  171. .ldata ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) :
  172. {
  173. *(.ldata .ldata.* .gnu.linkonce.l.*)
  174. . = ALIGN(. != 0 ? 64 / 8 : 1);
  175. }
  176. . = ALIGN(64 / 8);
  177. PROVIDE (_end = .); PROVIDE (end = .);
  178. . = DATA_SEGMENT_END (.);
  179. /* Stabs debugging sections. */
  180. .stab 0 : { *(.stab) }
  181. .stabstr 0 : { *(.stabstr) }
  182. .stab.excl 0 : { *(.stab.excl) }
  183. .stab.exclstr 0 : { *(.stab.exclstr) }
  184. .stab.index 0 : { *(.stab.index) }
  185. .stab.indexstr 0 : { *(.stab.indexstr) }
  186. .comment 0 : { *(.comment) }
  187. .gnu.build.attributes : { *(.gnu.build.attributes .gnu.build.attributes.*) }
  188. /* DWARF debug sections.
  189. Symbols in the DWARF debugging sections are relative to the beginning
  190. of the section so we begin them at 0. */
  191. /* DWARF 1 */
  192. .debug 0 : { *(.debug) }
  193. .line 0 : { *(.line) }
  194. /* GNU DWARF 1 extensions */
  195. .debug_srcinfo 0 : { *(.debug_srcinfo) }
  196. .debug_sfnames 0 : { *(.debug_sfnames) }
  197. /* DWARF 1.1 and DWARF 2 */
  198. .debug_aranges 0 : { *(.debug_aranges) }
  199. .debug_pubnames 0 : { *(.debug_pubnames) }
  200. /* DWARF 2 */
  201. .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
  202. .debug_abbrev 0 : { *(.debug_abbrev) }
  203. .debug_line 0 : { *(.debug_line .debug_line.* .debug_line_end) }
  204. .debug_frame 0 : { *(.debug_frame) }
  205. .debug_str 0 : { *(.debug_str) }
  206. .debug_loc 0 : { *(.debug_loc) }
  207. .debug_macinfo 0 : { *(.debug_macinfo) }
  208. /* SGI/MIPS DWARF 2 extensions */
  209. .debug_weaknames 0 : { *(.debug_weaknames) }
  210. .debug_funcnames 0 : { *(.debug_funcnames) }
  211. .debug_typenames 0 : { *(.debug_typenames) }
  212. .debug_varnames 0 : { *(.debug_varnames) }
  213. /* DWARF 3 */
  214. .debug_pubtypes 0 : { *(.debug_pubtypes) }
  215. .debug_ranges 0 : { *(.debug_ranges) }
  216. /* DWARF Extension. */
  217. .debug_macro 0 : { *(.debug_macro) }
  218. .debug_addr 0 : { *(.debug_addr) }
  219. .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
  220. /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
  221. }