summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * filemode.c: Fix formatting.Kazu Hirata2002-05-211-39/+39
* * objdump.c (dump_headers): Fix output formatting for ELF32Thiemo Seufer2002-05-211-1/+5
* 2002-01-29 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-291-1/+1
* Tidy up formatting of --help output.Nick Clifton2002-01-231-9/+10
* * addr2line.c (main): Protoype.Thiemo Seufer2001-12-181-0/+2
* * coffdump.c (PROGRAM_VERSION): Delete.Alan Modra2001-10-021-1/+1
* * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.Richard Henderson2001-09-281-3/+1
* * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,Alan Modra2001-09-261-20/+6
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-4/+7
* * ar.c (print_contents): Cast args of bfd_seek to the right types.Alan Modra2001-09-181-1/+1