| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
xgettext can find it. Regnerate .pot files.
|
| |
|
|
|
|
|
| |
warnings. One usused var, and a macro parenthesis fix too. Also check
input sections are elf when doing gc in elflink.h.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
* objdump.c (dump_headers): If wide_output, print Flags header.
|
|
|
|
| |
* objdump.c (dump_section_header): Print any comdat information.
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
| |
SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
disassembler
Add support for register name set selection ot ARM disassembler.
|
|
|
|
|
| |
error, print out anything it may have printed to the buffer. From
H.J. Lu <hjl@gnu.org>.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|