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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
extern.t
blob
b2a012a322c1ae0bc995208b55cd8a64c173e946
1
2
EXTERN(sym1)
3
EXTERN(sym2, sym3)
4
EXTERN(sym4 sym5)
5
6
PROVIDE(sym1 = 1);
7
PROVIDE(sym2 = 2);
8
PROVIDE(sym3 = 3);
9
PROVIDE(sym4 = 4);
10
PROVIDE(sym5 = 5);
11
12
SECTIONS
13
{
14
}