Fix RELOC_FOR_GLOBAL_SYMBOLS macro so that it can cope with user defined symbols...
[binutils-gdb.git] / ld / scripttempl / misc-sections.sc
blob94ad7157b883a0bcca64ca29259241a216638076
1 # Copyright (C) 2014-2024 Free Software Foundation, Inc.
3 # Copying and distribution of this file, with or without modification,
4 # are permitted in any medium without royalty provided the copyright
5 # notice and this notice are preserved.
7 cat <<EOF
8   /* Stabs debugging sections.  */
9   .stab          0 : { *(.stab) }
10   .stabstr       0 : { *(.stabstr) }
11   .stab.excl     0 : { *(.stab.excl) }
12   .stab.exclstr  0 : { *(.stab.exclstr) }
13   .stab.index    0 : { *(.stab.index) }
14   .stab.indexstr 0 : { *(.stab.indexstr) }
16   .comment 0 (INFO) : { *(.comment); LINKER_VERSION; }
18   .gnu.build.attributes : { *(.gnu.build.attributes${RELOCATING+ .gnu.build.attributes.*}) }
20 EOF