1999-09-04 Steve Chamberlain <sac@pobox.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 954e3d4aa7d7dd9e6de0e96e99540c2e58e28fb1..97f180642fcb4d47d1888e8731a1bd461858dbd5 100644 (file)
@@ -1,3 +1,128 @@
+1999-09-04  Steve Chamberlain  <sac@pobox.com>
+
+       * readelf.c: Include "elf/pj.h".
+       (dump_relocations): Handle EM_PJ.
+       (get_machine_name): Likewise.
+       (get_machine_flags): Likewise.
+
+1999-08-31  Scott Bambrough <scottb@netwinder.org>
+
+       * readelf.c (get_note_type): New function:  Decode the e_type
+       value of a note.
+       (process_note): New function: Display the contents of a core note.
+       (process_corefile_note_segment): New function.
+       (process_corefile_note_segments): New function.
+       (process_corefile_contents): New function.
+       (process_file): Add call to process_corefile_contents.
+       (parse_args): Add parsing of -n/--notes command line switch.
+       (usage): Document new command line switch.
+
+       * binutils.texi: Documemnt new command line switch to readelf.
+
+1999-08-31  Ian Lance Taylor  <ian@zembu.com>
+
+       * binutils.texi (Bug Reporting): Clarify that large files should
+       not be sent to bug-gnu-utils.
+
+1999-08-28  Stephane Carrez  <stcarrez@worldnet.fr>
+
+       * readelf.c (process_extended_line_op): New parameter pointer_size,
+       read the address according to pointer_size.
+       (debug_line_pointer_size): New global to indicate the
+       size of address in .debug_line section.
+       (debug_displays, prescan_debug_info): Prescan the .debug_info section
+       to record the size of address in `debug_line_pointer_size'.
+       (process_section_contents): Before dumping any section, execute
+       the pre-scan operation defined for some debug sections.
+
+1999-08-27  Jim Wilson  <wilson@cygnus.com>
+
+       * readelf.c (display_debug_lines): Use i-1 not i in standard_opcodes
+       access.
+       (display_debug_aranges): New local excess.  Use for calculating padding
+       and add that into ranges.  Break from loop only if length is also 0.
+
+1999-08-27  Jim Wilson  <wilson@cygnus.com>
+
+       * readelf.c (display_debug_lines, case DW_LNS_const_add_pc): Multiply
+       adv by info.li_min_insn_length. 
+
+1999-08-26  Jakub Jelinek  <jj@ultra.linux.cz>
+
+       * readelf.c (get_sparc64_dynamic_type): New function.
+       (get_dynamic_type): Use it.
+
+1999-08-26  Jim Wilson  <wilson@cygnus.com>
+
+       * readelf.c (display_debug_lines, case default): Change second line
+       setting adv to use = not +=.
+
+1999-08-19  Nick Clifton  <nickc@cygnus.com>
+
+       * dlltool.c: Added more examples to the comment at the start.
+
+1999-08-18  Nick Clifton  <nickc@cygnus.com>
+
+       * dlltool.c (make_head): Only emit interworking directive if
+       necessary. 
+
+Thu Jul 15 22:44:21 1999  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * readelf.c (process_abbrev_section): Handle standard-conforming
+       single zero at the end of the section.
+
+1999-08-09  Ian Lance Taylor  <ian@zembu.com>
+
+       * objdump.c (exit_status): New static variable.
+       (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-08  Ian Lance Taylor  <ian@zembu.com>
+
+       * objdump.c (dump_section_header): Update for renaming of
+       SEC_SHORT to SEC_SMALL_DATA.  Print SEC_SHARED flag.
+
+       From Eli Zaretskii <eliz@gnu.org>:
+       * binutils.texi: Document cxxfilt as MS-DOS name for c++filt.
+
+       * configure.in: Define and substitute DEMANGLER_NAME.
+       * 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.
+
+       * Makefile.am: Rename .dep* files to DEP*.  Change DEP variable to
+       MKDEP.
+       * Makefile.in: Rebuild.
+
+1999-08-05  Donn Terry  <donn@interix.com>
+
+       * 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.
+
+1999-07-21  Ian Lance Taylor  <ian@zembu.com>
+
+       From Mark Elbrecht:
+       * configure.bat: Remove; obsolete.
+
 1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
 
        * readelf.c (get_machine_flags): Print EF_SPARC_SUN_US3.
This page took 0.024171 seconds and 4 git commands to generate.