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("elf64-littleaarch64", "elf64-bigaarch64",
7	      "elf64-littleaarch64")
8OUTPUT_ARCH(aarch64)
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 : { *(.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  .stack        0 :
89  {
90    *(.stack)
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 5.  */
130  .debug_addr     0 : { *(.debug_addr) }
131  .debug_line_str 0 : { *(.debug_line_str) }
132  .debug_loclists 0 : { *(.debug_loclists) }
133  .debug_macro    0 : { *(.debug_macro) }
134  .debug_names    0 : { *(.debug_names) }
135  .debug_rnglists 0 : { *(.debug_rnglists) }
136  .debug_str_offsets 0 : { *(.debug_str_offsets) }
137  .debug_sup      0 : { *(.debug_sup) }
138  .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
139  .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
140}
141