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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-nios2
/
relax_jmp.ld
blob
df6c2208e82b3143bcd89f8e8e4e244e84d1c6b9
1
/* Simple script for testing relaxation */
2
3
OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
4
OUTPUT_ARCH(nios2)
5
ENTRY(_start)
6
SECTIONS
7
{
8
_start = .;
9
text2 0 : { *(text2) }
10
text1 0x8000 : { *(text1) }
11
}