summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
Commit message (Expand)AuthorAgeFilesLines
* * dlltool.c: Warning fixes.Alan Modra2005-02-231-2/+3
* bfd/H.J. Lu2005-02-221-5/+8
* binutils/:Andreas Schwab2005-01-101-9/+9
* * objdump.c (remove_useless_symbols): Discard section symbols.Alan Modra2004-12-301-1/+1
* * objdump.c (dump_symbols): Fix thinko last change. Improve errorAlan Modra2004-10-111-9/+5
* Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nmNick Clifton2004-10-081-0/+7
* bfd/Alan Modra2004-08-281-12/+4
* bfd/Jakub Jelinek2004-08-171-2/+12
* Fix for PR 280 - remove duplicated raw insn output fron h8300/h8500 disassemb...Nick Clifton2004-07-221-0/+1
* bfd/H.J. Lu2004-07-211-3/+4
* * objcopy.c (copy_section): Use bfd_get_section_size instead ofAlan Modra2004-06-151-1/+1
* * objdump.c (disassemble_section): Don't disassemble sectionsAlan Modra2004-04-241-1/+2
* bfd/Jakub Jelinek2004-04-221-5/+34
* * objdump.c (struct SFILE): Replace current pointer with posNathan Sidwell2004-03-151-39/+25
* * objdump.c (disassemble_bytes): Subtract rel_offset from printedJakub Jelinek2003-12-221-2/+3
* * ChangeLog-9197: Fix comment typos.Kazu Hirata2003-12-061-1/+1
* * objdump.c: Wrap long lines, init vars separately from decl.Alan Modra2003-11-191-18/+40
* Add new field to disassemble_info structure: symbol_is_valid() and use it toNick Clifton2003-11-141-53/+57
* * objdump.c: Revert rev 1.81 commit.Alan Modra2003-11-111-57/+53
* Remove "member" from verbose output of "-dv" in order to conform to POSIXNick Clifton2003-11-101-53/+57
* Use consistent error messages for missing files.Nick Clifton2003-11-071-1/+5
* * ChangeLog: Fix typos.Kazu Hirata2003-10-271-7/+7
* bfd/Changelog:Nathan Sidwell2003-10-071-50/+36
* Index: opcodes/ChangeLogAndrew Cagney2003-09-031-2/+2
* Use bfd_map_over_sections to walk section chain.Nick Clifton2003-09-031-670/+724
* * objcopy.c: Remove unnecessary prototypes and casts.Alan Modra2003-08-051-30/+28
* * objdump.c (include_paths, include_path_count): New vars.Alan Modra2003-08-041-41/+129
* * objdump.c: Remove unnecessary prototypes.Alan Modra2003-07-301-109/+77
* Update to Iso C.Nick Clifton2003-07-291-196/+137
* Do not ignore sections without the LOAD flag when disassemble_all is true.Nick Clifton2003-07-241-6/+6
* * objdump.c: New command line option --debugging-tags.Nick Clifton2003-07-221-5/+17
* * objdump.c (main) :Accept multiple -M switch.Nick Clifton2003-07-181-6/+4
* * objdump.c (main): Issue a warning message if multiple -MNick Clifton2003-07-171-0/+6
* Correct spelling of "relocatable".Alan Modra2003-06-251-1/+1
* 2003-04-30 H.J. Lu <hjl@gnu.org>H.J. Lu2003-05-011-8/+41
* * objdump.c (dump_data): Don't truncate the address to long; makeAlexandre Oliva2003-04-011-2/+39
* Move display_info() function into bucomm.cNick Clifton2003-03-241-194/+7
* (disassemble_data): Use disasm_info.fprintf_func not printf for emitting newNick Clifton2003-03-171-46/+43
* Fix help messages about demangling stylesNick Clifton2003-02-131-5/+6
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-143/+173
* * objdump.c (dump_data): Correct addr_offset for opb != 1.Alan Modra2002-10-211-2/+3
* * Makefile.am: Run "make dep-am".Alan Modra2002-10-141-0/+1
* * objdump.c (dump_bfd): Restore lines accidentally deleted inAlan Modra2002-08-281-0/+2
* Add TMS320C4x supportNick Clifton2002-08-281-9/+11
* * nm.c (display_rel_file): Don't report "no symbols" as an error.Alan Modra2002-08-261-9/+3
* Replace 'gnu-new-abi' with 'gnu-v3'Nick Clifton2002-08-141-13/+13
* * budemang.c: New file, "demangle" function.Alan Modra2002-07-021-25/+9
* * bucomm.c: Replace CONST with const.Alan Modra2002-06-081-3/+3
* * objdump.c: Fix formatting.Alan Modra2002-06-031-9/+5
* * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCALJakub Jelinek2002-05-231-3/+1