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
Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mep
/
mep1.ld
blob
d0a41043b62749af5b24d45ea7e3d26562882f1c
1
SECTIONS
2
{
3
/* This is beyond the normal range of a PCREL24 (bsr) relocation. */
4
. = 0x100000;
5
.text1 : { *(.text1) }
6
. = 0x900000;
7
.text2 : { *(.text2) }
8
}