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
[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
dynamic-sections.t
blob
64cf47d6742891459421a5ee601bda6b51ad6937
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
.data : { *(.data) }
5
.rodata : { *(.rodata) }
6
7
/* The .rel* sections are typically placed here, because of the way
8
elf32.em handles orphaned sections. A bug introduced on 2002-06-10
9
would cause . to be 0 at this point. */
10
11
_bar = ASSERT (. > 0, "Bad . value");
12
}