URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/open8_urisc/trunk
- from Rev 130 to Rev 131
- ↔ Reverse comparison
Rev 130 → Rev 131
/gnu/binutils/gas/testsuite/gas/sun4/addend.s
0,0 → 1,11
.global foo |
foo: |
nop |
nop |
ba foo1+0x4 |
ba foo1+0x4 |
ba foo1 |
ba foo1 |
nop |
.word foo1 |
.word foo1+4 |
/gnu/binutils/gas/testsuite/gas/sun4/addend.d
0,0 → 1,13
#objdump: -r |
# name : addends |
.*: +file format a.out-sunos-big |
|
RELOCATION RECORDS FOR \[.text\]: |
OFFSET TYPE +VALUE |
0+08 WDISP22 +foo1\+0xf+fc |
0+0c WDISP22 +foo1\+0xf+f8 |
0+10 WDISP22 +foo1\+0xf+f0 |
0+14 WDISP22 +foo1\+0xf+ec |
0+1c 32 +foo1 |
0+20 32 +foo1\+0x0+4 |
#0+20 32 +foo1\+0x0+4 |
/gnu/binutils/gas/testsuite/gas/sun4/addend.exp
0,0 → 1,7
# |
# SunOS4 on SPARC tests |
# |
|
if [istarget sparc-*-sunos4*] then { |
run_dump_test "addend" |
} |