* binutils-all/readelf.n: Add #pass to cope with targets that add
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / add-section.d
1 #PROG: objcopy
2 #name: objcopy add-section
3 #source: empty.s
4 #objcopy: --add-section NEW=$srcdir/empty.s
5 #objdump: -s -j NEW
6
7 .*: +file format .*
8
9 Contents of section NEW:
10 0000 2320416e 20656d70 74792066 696c652e # An empty file.
11 0010 0a .
This page took 0.033055 seconds and 4 git commands to generate.