Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* 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.
|
|
|
|
Use machine target type when opening output bfd files.
|
|
|
|
* binutils.texi: Some rewording and clarifications.
|
|
* readelf.c (dynamic_segment_parisc_val): Print 0 for DLD_FLAGS if
the value is zero.
(process_symbol_table): Don't print histogram if hash table is empty.
1999-09-15 Ulrich Drepper <drepper@cygnus.com>
* readelf.c (get_parisc_dynamic_type): Handle DT_HP_GST_* values.
1999-09-02 Ulrich Drepper <drepper@cygnus.com>
* readelf.c (get_symbol_type): Add support for HPUX and PARISC
specific symbol types.
* readelf.c: Add HPUX and PARISC extensions to dynamic and program
header table printing.
* readelf.c (get_machine_flags): Add handling of PARISC.
|
|
symbols.
(scan_filtered_symbols): Likewise.
|
|
problem. If RCDATA_BUFFER data can be read as strings, modify
code to print the strings as comments.
* resres.c: Add casts to avoid warnings.
(write_res_data, read_res_data): Don't put the program name in the
error message; fatal already puts it there.
|
|
|
|
|
|
|
|
(delete_members, replace_members): Likewise.
|
|
* objdump.c (dump_headers): If wide_output, print Flags header.
|
|
* objdump.c (dump_section_header): Print any comdat information.
|
|
* objcopy.c (parse_flags): Handle "noload", "debug", and "share".
* binutils.texi, objcopy.1: Document new flags.
|
|
* ar.c (counted_name_mode): New static variable.
(counted_name_counter): New static variable.
(map_over_members): Handle counted mode.
(usage): Mention N modifier.
(main): Handle N modifier.
(delete_members): Handle counted mode.
* binutils.texi, ar.1: Document N modifier.
|
|
* ar.c (print_contents): Change printing of member name for
POSIX.2 conformance.
|
|
* ar.c (output_filename): Make const.
(open_inarch): If creating a new empty archive, set
output_filename.
|
|
(map_over_members): Call normalize on command line parameter.
(usage): Mention P modifier.
(normalize): If full_pathname is true, don't do anything.
(main): Accept P modifier.
* binutils.texi, ar.1: Document P modifier.
|
|
here. Fix arguments of @var to not contain punctuation.
|
|
* nm.c (print_symbol_info_bsd): Check for 'w' as well as 'U'.
(print_symbol_info_sysv): Likewise.
(print_symbol_info_posix): Likewise.
|
|
|
|
* readelf.c: Include "elf/pj.h".
(dump_relocations): Handle EM_PJ.
(get_machine_name): Likewise.
(get_machine_flags): Likewise.
|
|
* binutils-all/objdump.exp: Add pj to cpus_expected.
|
|
|
|
|
|
in a core file.
|
|
not be sent to bug-gnu-utils.
|
|
|
|
size assumption.
|
|
* binutils-all/hppa/objdump.exp: Add freg.s test.
|
|
|
|
info.li_min_insn_length.
|
|
(get_dynamic_type): Use it.
|
|
not +=
|
|
|
|
|
|
|
|
* readelf.c (process_abbrev_section): Handle standard-conforming
single zero at the end of the section.
|
|
(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.
|
|
for i*86-*-msdos*.
|
|
SEC_SHORT to SEC_SMALL_DATA. Print SEC_SHARED flag.
|
|
* binutils.texi: Document cxxfilt as MS-DOS name for c++filt.
|
|
* Makefile.am (DEMANGLER_PROG): Set to cxxfilt.
(man_MANS): Use DEMANGLER_NAME rather than DEMANGLER_PROG.
(bin_PROGRAMS): Remove $(DEMANGLER_PROG).
(noinst_PROGRAMS): Add $(DEMANGLER_PROG).
(cxxfilt_SOURCES): Rename from c__filt_SOURCES.
(cxxfilt_LDADD): Rename from c__filt_LDADD.
($(DEMANGLER_NAME).1): Rename from $(DEMANGLER_PROG).1. Use
DEMANGLER_NAME rather than DEMANGLER_PROG in substitution.
(MOSTLYCLEANFILES): Use DEMANGLER_NAME rather than
DEMANGLER_PROG.
(install-exec-local): When installing noinst_PROGRAMS, change
cxxfilt to $(DEMANGLER_NAME).
* configure, Makefile.in: Rebuild.
|
|
MKDEP.
* Makefile.in: Rebuild.
|
|
* Makefile.am (YACC): If bison is not in the source tree, use
@YACC@ rather than bison -y.
(LEX): If flex is not in the source tree, use @LEX@ rather than
flex.
* configure.in: Build dlltool for i[3-6]86-*-interix.
* Makefile.in, configure: Rebuild.
|
|
* configure.bat: Remove; obsolete.
|
|
* binutils-all/testprog.c: Include <stdio.h>.
|