1/* Script for -r */ 2/* Copyright (C) 2014-2021 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. */ 6OUTPUT_FORMAT("elf32-littleaarch64", "elf32-bigaarch64", 7 "elf32-littleaarch64") 8OUTPUT_ARCH(aarch64:ilp32) 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. */ 13SECTIONS 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.ifunc 0 : { *(.rela.ifunc) } 37 .rela.plt 0 : 38 { 39 *(.rela.plt) 40 } 41 .init 0 : 42 { 43 KEEP (*(SORT_NONE(.init))) 44 } =0x1f2003d5 45 .plt 0 : ALIGN(16) { *(.plt) } 46 .text 0 : 47 { 48 *(.text .stub) 49 /* .gnu.warning sections are handled specially by elf.em. */ 50 *(.gnu.warning) 51 } =0x1f2003d5 52 .fini 0 : 53 { 54 KEEP (*(SORT_NONE(.fini))) 55 } =0x1f2003d5 56 .rodata 0 : { *(.rodata) } 57 .rodata1 0 : { *(.rodata1) } 58 .eh_frame_hdr 0 : { *(.eh_frame_hdr) } 59 .eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) } 60 .gcc_except_table 0 : ONLY_IF_RO { *(.gcc_except_table) } 61 .gnu_extab 0 : ONLY_IF_RO { *(.gnu_extab*) } 62 /* These sections are generated by the Sun/Oracle C++ compiler. */ 63 .exception_ranges 0 : ONLY_IF_RO { *(.exception_ranges) } 64 /* Exception handling */ 65 .eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) } 66 .gnu_extab 0 : ONLY_IF_RW { *(.gnu_extab) } 67 .gcc_except_table 0 : ONLY_IF_RW { *(.gcc_except_table) } 68 .exception_ranges 0 : ONLY_IF_RW { *(.exception_ranges) } 69 /* Thread Local Storage sections */ 70 .tdata 0 : 71 { 72 *(.tdata) 73 } 74 .tbss 0 : { *(.tbss) } 75 .jcr 0 : { KEEP (*(.jcr)) } 76 .dynamic 0 : { *(.dynamic) } 77 .got 0 : { *(.got) } 78 .got.plt 0 : { *(.got.plt) } 79 .data 0 : 80 { 81 *(.data) 82 } 83 .data1 0 : { *(.data1) } 84 .bss 0 : 85 { 86 *(.bss) 87 } 88 /* Stabs debugging sections. */ 89 .stab 0 : { *(.stab) } 90 .stabstr 0 : { *(.stabstr) } 91 .stab.excl 0 : { *(.stab.excl) } 92 .stab.exclstr 0 : { *(.stab.exclstr) } 93 .stab.index 0 : { *(.stab.index) } 94 .stab.indexstr 0 : { *(.stab.indexstr) } 95 .comment 0 : { *(.comment) } 96 .gnu.build.attributes : { *(.gnu.build.attributes) } 97 /* DWARF debug sections. 98 Symbols in the DWARF debugging sections are relative to the beginning 99 of the section so we begin them at 0. */ 100 /* DWARF 1. */ 101 .debug 0 : { *(.debug) } 102 .line 0 : { *(.line) } 103 /* GNU DWARF 1 extensions. */ 104 .debug_srcinfo 0 : { *(.debug_srcinfo) } 105 .debug_sfnames 0 : { *(.debug_sfnames) } 106 /* DWARF 1.1 and DWARF 2. */ 107 .debug_aranges 0 : { *(.debug_aranges) } 108 .debug_pubnames 0 : { *(.debug_pubnames) } 109 /* DWARF 2. */ 110 .debug_info 0 : { *(.debug_info) } 111 .debug_abbrev 0 : { *(.debug_abbrev) } 112 .debug_line 0 : { *(.debug_line) } 113 .debug_frame 0 : { *(.debug_frame) } 114 .debug_str 0 : { *(.debug_str) } 115 .debug_loc 0 : { *(.debug_loc) } 116 .debug_macinfo 0 : { *(.debug_macinfo) } 117 /* SGI/MIPS DWARF 2 extensions. */ 118 .debug_weaknames 0 : { *(.debug_weaknames) } 119 .debug_funcnames 0 : { *(.debug_funcnames) } 120 .debug_typenames 0 : { *(.debug_typenames) } 121 .debug_varnames 0 : { *(.debug_varnames) } 122 /* DWARF 3. */ 123 .debug_pubtypes 0 : { *(.debug_pubtypes) } 124 .debug_ranges 0 : { *(.debug_ranges) } 125 /* DWARF 5. */ 126 .debug_addr 0 : { *(.debug_addr) } 127 .debug_line_str 0 : { *(.debug_line_str) } 128 .debug_loclists 0 : { *(.debug_loclists) } 129 .debug_macro 0 : { *(.debug_macro) } 130 .debug_names 0 : { *(.debug_names) } 131 .debug_rnglists 0 : { *(.debug_rnglists) } 132 .debug_str_offsets 0 : { *(.debug_str_offsets) } 133 .debug_sup 0 : { *(.debug_sup) } 134 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) } 135 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) } 136} 137