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
[gdb/symtab] Fix gdb.base/fission-macro.exp with unix/-m32
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
provide-4.t
blob
5bf581d727d42f8fe82ebe2a5586681a2b826161
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
PROVIDE (foo = 1);
5
PROVIDE (bar = 2);
6
PROVIDE (baz = 3);
7
.data 0x2000 :
8
{
9
*(.data .rw)
10
11
PROVIDE (loc1 = ALIGN (., 0x10));
12
PROVIDE (loc2 = ALIGN (., 0x10));
13
}
14
15
PROVIDE (loc3 = loc1 + 0x20);
16
loc4 = loc2 + 0x20;
17
}