repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
pr19175.t
blob
1018e9e884d4b63b2afb90e9f9cbc5a0f8798397
1
EXTERN(_start)
2
ENTRY(_start)
3
4
SECTIONS
5
{
6
.text :
7
{
8
_text = .;
9
*(.text*)
10
}
11
}