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
/
defined5.t
blob
6fabceb29a5899554c1ac4fdcfac9ec4ab9f0d56
1
defined = addr1;
2
SECTIONS {
3
.text : { *(.text .pr) }
4
. = ALIGN (0x1000);
5
.data : { *(.data .rw) }
6
addr1 = ADDR (.data);
7
}