repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing files.
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
dynamic-sections.t
blob
f1f24c830e329a7fe45bf58c7155691702119111
1
SECTIONS
2
{
3
.data : { *(.data) }
4
.rodata : { *(.rodata) }
5
6
/* The .rel* sections are typically placed here, because of the way
7
elf32.em handles orphaned sections. A bug introduced on 2002-06-10
8
would cause . to be 0 at this point. */
9
10
_bar = ASSERT (. > 0, "Bad . value");
11
}