1999-09-04 Steve Chamberlain <sac@pobox.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index a7ec1bc2a692fdfdb3487f135568a05fd48ac28c..97f180642fcb4d47d1888e8731a1bd461858dbd5 100644 (file)
@@ -1,3 +1,71 @@
+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
This page took 0.023713 seconds and 4 git commands to generate.