Update year range in copyright notice of binutils files
[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 #section_subst: no
7
8 .*: +file format .*
9
10 SYMBOL TABLE:
11 #...
12 (0+04321 l[ ]+.data[ ]+0+00 NEW_DATA|0+01234 g[ ]+\*ABS\*[ ]+0+00 NEW)
13 #...
14 (0+01234 g[ ]+\*ABS\*[ ]+0+00 NEW|0+04321 l[ ]+.data[ ]+0+00 NEW_DATA)
15 #pass
This page took 0.029917 seconds and 4 git commands to generate.