summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
Commit message (Collapse)AuthorAgeFilesLines
* This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2000-02-211-7/+7
| | | | | warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h.
* Fix bug in interlisting option, added --file-start-context option.Timothy Wall2000-02-081-5/+11
|
* octets vs bytes changes for binutilsTimothy Wall2000-02-031-100/+111
|
* Add support for documenting target specific disassembler optionsNick Clifton2000-01-271-0/+2
|
* Overhaul --help outputNick Clifton1999-11-211-84/+137
|
* 1999-10-27 Fred Fish <fnf@cygnus.com>Ian Lance Taylor1999-10-281-14/+44
| | | | | | | | * objdump.c (display_bfd): Break into two functions. The actual dumping code moves to dump_bfd. If bfd is not unambiguously recognized as a bfd_object, attempt to dump it as a bfd_core. (dump_bfd): New function.
* comment fixIan Lance Taylor1999-09-191-1/+4
|
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-2/+8
| | | | * objdump.c (dump_headers): If wide_output, print Flags header.
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-0/+5
| | | | * objdump.c (dump_section_header): Print any comdat information.
* * objdump.c (exit_status): New static variable.Ian Lance Taylor1999-08-091-13/+34
| | | | | | | | | | (nonfatal): New static function. (disassemble_data): Set exit_status on error. (read_section_stabs): Likewise. (display_bfd): Likewise. Call nonfatal rather than bfd_nonfatal. (display_file): Call nonfatal rather than bfd_nonfatal. (display_target_list, display_info_table): Likewise. (main): Return exit_status rather than 0.
* * objdump.c (dump_section_header): Update for renaming ofIan Lance Taylor1999-08-091-1/+2
| | | | SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag.
* * objdump.c (dump_section_header): Print SEC_SHORT.Richard Henderson1999-07-141-0/+1
|
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-8/+8
| | | | | | | | as appropriate. Add variable initializations. Add casts. * objdump.c (disassemble_bytes): Change j to bfd_vma. * readelf.c (process_syminfo): Change i to unsigned int. (display_debug_info): Change abbrev_number to unsigned long. (process_mips_specific): Change fcnt to size_t.
* Add -M command line switch to objdump - text of switch is passed on to ↵Nick Clifton1999-06-161-2/+12
| | | | | | disassembler Add support for register name set selection ot ARM disassembler.
* * objdump.c (disassemble_bytes): If the disassembler returns anIan Lance Taylor1999-06-131-1/+6
| | | | | error, print out anything it may have printed to the buffer. From H.J. Lu <hjl@gnu.org>.
* 1999-05-10 DJ Delorie <dj@cygnus.com>DJ Delorie1999-05-111-1/+4
| | | | | | | | | | | | * windres.c (quot): Quote shell metacharacters in a string (main): quote parameters to cpp that might have metacharacters in them. Allow -D as an alias for --define to allow for sharing make macros with gcc. * objdump.c (dump_reloc_set): don't core if howto->name is NULL * Makefile.am: Give rescoff.c a cpu-specific -D so it can set the correct BFD. * Makefile.in: ditto * rescoff.c (write_coff_file): Set the correct BFD
* Set display_endian based on target endianism.Nick Clifton1999-05-061-2/+2
|
* Initial revisionRichard Henderson1999-05-031-0/+2829