MIPS16/opcodes: Fix PC-relative operation delay-slot adjustment
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / add-symbol.d
1 #PROG: objcopy
2 #name: objcopy add-symbol
3 #source: symbols.s
4 #objcopy: --add-symbol NEW=0x1234 --add-symbol NEW_DATA=.data:0x4321,local
5 #objdump: --syms
6
7 .*: +file format .*
8
9 SYMBOL TABLE:
10 #...
11 (0+04321 l[ ]+.data[ ]+0+00 NEW_DATA|0+01234 g[ ]+\*ABS\*[ ]+0+00 NEW)
12 #...
13 (0+01234 g[ ]+\*ABS\*[ ]+0+00 NEW|0+04321 l[ ]+.data[ ]+0+00 NEW_DATA)
14 #pass
This page took 0.035938 seconds and 4 git commands to generate.