OSDN Git Service

* objdump.c (display_file_offsets): New variable.
authornickc <nickc>
Fri, 22 Feb 2008 09:42:58 +0000 (09:42 +0000)
committernickc <nickc>
Fri, 22 Feb 2008 09:42:58 +0000 (09:42 +0000)
commit738de1fbf13cf8e526dd53401c45d69e939661e0
tree1aca242dacbfc0700d378eb1eeb66812efff51a5
parent54e91ecc1aba93a219d99ade64078f2cc961faf8
* objdump.c (display_file_offsets): New variable.
  (long_options): Add -F/--file-offsets.
  (objdump_print_addr_with_sym): If displaying file offsets, print
  the offset of the given address.
  (disassemble_bytes): If displaying file offsets, tell the user how
  many zeroes are skipped and the file offset of the point where
  dumping resumes.
  (disassemble_section): Only display the name of the section if
  data is going to be dumped from it.
  (main): Handle new option.  Produce error messages if the start or
  stop addresses do not make sense.
  * doc/binutils.texi: Document the new feature.
  * NEWS: Mention the new feature.
binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi
binutils/objdump.c