Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-18 | 2000-08-17 Christopher C. Chimelis <chris@debian.org> | H.J. Lu | 1 | -1/+1 | |
* objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common"). | |||||
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 | |
consistent with the rest of the GNU world. Add a line describing the purpose of the program. | |||||
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 | |
calls for same file. | |||||
2000-05-13 | 2000-05-12 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+2 | |
* nlmconv.c (temp_filename): Removed. * nlmconv.c (link_inputs): Use make_temp_file () instead of choose_temp_base (). * objdump.c (display_target_list): Likewise. (display_info_table): Likewise. | |||||
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 | |
xgettext can find it. Regnerate .pot files. | |||||
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 | |
warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h. | |||||
2000-02-08 | Fix bug in interlisting option, added --file-start-context option. | Timothy Wall | 1 | -5/+11 | |
2000-02-03 | octets vs bytes changes for binutils | Timothy Wall | 1 | -100/+111 | |
2000-01-27 | Add support for documenting target specific disassembler options | Nick Clifton | 1 | -0/+2 | |
1999-11-21 | Overhaul --help output | Nick Clifton | 1 | -84/+137 | |
1999-10-28 | 1999-10-27 Fred Fish <fnf@cygnus.com> | Ian Lance Taylor | 1 | -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. | |||||
1999-09-19 | comment fix | Ian Lance Taylor | 1 | -1/+4 | |
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -2/+8 | |
* objdump.c (dump_headers): If wide_output, print Flags header. | |||||
1999-09-12 | 1999-09-12 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -0/+5 | |
* objdump.c (dump_section_header): Print any comdat information. | |||||
1999-08-09 | * objdump.c (exit_status): New static variable. | Ian Lance Taylor | 1 | -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. | |||||
1999-08-09 | * objdump.c (dump_section_header): Update for renaming of | Ian Lance Taylor | 1 | -1/+2 | |
SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag. | |||||
1999-07-14 | * objdump.c (dump_section_header): Print SEC_SHORT. | Richard Henderson | 1 | -0/+1 | |
1999-07-11 | * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED | Ian Lance Taylor | 1 | -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. | |||||
1999-06-16 | Add -M command line switch to objdump - text of switch is passed on to ↵ | Nick Clifton | 1 | -2/+12 | |
disassembler Add support for register name set selection ot ARM disassembler. | |||||
1999-06-13 | * objdump.c (disassemble_bytes): If the disassembler returns an | Ian Lance Taylor | 1 | -1/+6 | |
error, print out anything it may have printed to the buffer. From H.J. Lu <hjl@gnu.org>. | |||||
1999-05-11 | 1999-05-10 DJ Delorie <dj@cygnus.com> | DJ Delorie | 1 | -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 | |||||
1999-05-06 | Set display_endian based on target endianism. | Nick Clifton | 1 | -2/+2 | |
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+2829 | |