Age | Commit message (Expand) | Author | Files | Lines |
2003-05-01 | 2003-04-30 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -8/+41 |
2003-04-01 | * objdump.c (dump_data): Don't truncate the address to long; make | Alexandre Oliva | 1 | -2/+39 |
2003-03-24 | Move display_info() function into bucomm.c | Nick Clifton | 1 | -194/+7 |
2003-03-17 | (disassemble_data): Use disasm_info.fprintf_func not printf for emitting new | Nick Clifton | 1 | -46/+43 |
2003-02-13 | Fix help messages about demangling styles | Nick Clifton | 1 | -5/+6 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -143/+173 |
2002-10-21 | * objdump.c (dump_data): Correct addr_offset for opb != 1. | Alan Modra | 1 | -2/+3 |
2002-10-14 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -0/+1 |
2002-08-28 | * objdump.c (dump_bfd): Restore lines accidentally deleted in | Alan Modra | 1 | -0/+2 |
2002-08-28 | Add TMS320C4x support | Nick Clifton | 1 | -9/+11 |
2002-08-26 | * nm.c (display_rel_file): Don't report "no symbols" as an error. | Alan Modra | 1 | -9/+3 |
2002-08-14 | Replace 'gnu-new-abi' with 'gnu-v3' | Nick Clifton | 1 | -13/+13 |
2002-07-02 | * budemang.c: New file, "demangle" function. | Alan Modra | 1 | -25/+9 |
2002-06-08 | * bucomm.c: Replace CONST with const. | Alan Modra | 1 | -3/+3 |
2002-06-03 | * objdump.c: Fix formatting. | Alan Modra | 1 | -9/+5 |
2002-05-23 | * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL | Jakub Jelinek | 1 | -3/+1 |
2002-05-21 | * filemode.c: Fix formatting. | Kazu Hirata | 1 | -39/+39 |
2002-05-21 | * objdump.c (dump_headers): Fix output formatting for ELF32 | Thiemo Seufer | 1 | -1/+5 |
2002-01-29 | 2002-01-29 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -1/+1 |
2002-01-23 | Tidy up formatting of --help output. | Nick Clifton | 1 | -9/+10 |
2001-12-18 | * addr2line.c (main): Protoype. | Thiemo Seufer | 1 | -0/+2 |
2001-10-02 | * coffdump.c (PROGRAM_VERSION): Delete. | Alan Modra | 1 | -1/+1 |
2001-09-28 | * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0. | Richard Henderson | 1 | -3/+1 |
2001-09-26 | * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, | Alan Modra | 1 | -20/+6 |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -4/+7 |
2001-09-18 | * ar.c (print_contents): Cast args of bfd_seek to the right types. | Alan Modra | 1 | -1/+1 |
2001-08-10 | 2001-08-10 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -13/+17 |
2001-08-09 | * readelf.c: Add missing prototypes. | Alan Modra | 1 | -107/+47 |
2001-08-03 | 2001-08-03 John Healy <jhealy@redhat.com> | John Healy | 1 | -0/+1 |
2001-07-29 | * bucomm.c (list_supported_architectures): New function. | Alan Modra | 1 | -0/+1 |
2001-07-25 | 2001-07-25 Dave Brolley <brolley@redhat.com> | Dave Brolley | 1 | -0/+4 |
2001-05-28 | Remove section VMA adjustment when computing the address of the line to show. | Nick Clifton | 1 | -1/+4 |
2001-03-13 | Fix typos in ChangeLogs and update copyright notices | Nick Clifton | 1 | -1/+2 |
2001-02-07 | Change bfd_target_vector from an array to a pointer | Nick Clifton | 1 | -5/+5 |
2001-01-09 | Add OBJDUMP_DEFS to configure and makefile | Nick Clifton | 1 | -5/+18 |
2000-08-18 | 2000-08-17 Christopher C. Chimelis <chris@debian.org> | H.J. Lu | 1 | -1/+1 |
2000-07-20 | Add optional style argument to --demangle switch. | Nick Clifton | 1 | -2/+15 |
2000-07-12 | * objdump.c (usage): Make output of `objdump --help' more | Mark Kettenis | 1 | -33/+34 |
2000-06-24 | Fix description of --stabs switch | Nick Clifton | 1 | -1/+1 |
2000-05-30 | Fix my inept 2000-05-24 change. | Alan Modra | 1 | -3/+3 |
2000-05-25 | Ensure bfd_close after bfd_openw so we don't get multiple bfd_openw | Alan Modra | 1 | -0/+4 |
2000-05-13 | 2000-05-12 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+2 |
2000-04-18 | Fix bug disassmbling binary files for non-octet byte targets. | Timothy Wall | 1 | -2/+4 |
2000-04-14 | Portability fixes. | Alan Modra | 1 | -6/+0 |
2000-04-07 | A mostly cosmetic tidy up of warnings and error message reporting. | Alan Modra | 1 | -31/+21 |
2000-04-07 | SEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF support). | Timothy Wall | 1 | -0/+2 |
2000-04-04 | Move translated part of bug report string back into .c files so | Alan Modra | 1 | -1/+1 |
2000-04-03 | Move bug report string to one place. | Alan Modra | 1 | -1/+1 |
2000-02-21 | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 1 | -7/+7 |
2000-02-08 | Fix bug in interlisting option, added --file-start-context option. | Timothy Wall | 1 | -5/+11 |