add-section.d 290 B

1234567891011
  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. .*: +file format .*
  7. Contents of section NEW:
  8. 0000 2320416e 20656d70 74792066 696c652e # An empty file.
  9. 0010 0a .