xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-x86-64
/
pr19175.t
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
EXTERN(_start)
2
ENTRY(_start)
3
4
SECTIONS
5
{
6
.text :
7
{
8
_text = .;
9
*(.text*)
10
}
11
}
12