projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Correct script input section pattern
[external/binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
pr14962-2.t
1
TOTO = 4096;
2
TOTO += 4096;
3
4
SECTIONS
5
{
6
.text TOTO :
7
{
8
x = ABSOLUTE(TOTO);
9
*(.text)
10
}
11
}