]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
* strings.c: Include config.h before bfd.h.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 5fb38df6cd2b9610f0e1f4f543936bcd99785d09..8548ec3b7153adbf3bdd7825238db9c0930c4dbd 100644 (file)
@@ -1,4 +1,112 @@
-Fri Nov  9 17:55:39 2001  Jeffrey A Law  (law@cygnus.com)
+2001-12-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * strings.c: Include config.h before bfd.h.
+       (file_off): New type.
+       (file_open): Define.
+       (print_strings): Use file_off instead of file_ptr.  Print addresses
+       which don't fit into long correctly.
+       (get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
+       available.
+       (strings_file): Use file_off instead of file_ptr.  Use file_open.
+       * configure.in: Check for getc_unlocked.
+       Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
+       be defined for it.
+       * configure: Rebuilt.
+       * config.h.in: Rebuilt.
+
+2001-11-29  H.J. Lu <hjl@gnu.org>
+
+       * bucomm.c (make_tempname): Revert the changes made on
+       2001-11-14 and 2001-11-12. They won't work with directories.
+
+2001-11-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
+       CFLAGS_FOR_TARGET to runtest in environment.
+       * Makefile.in: Rebuild.
+       * doc/Makefile.in: Rebuild.
+
+2001-11-28  Mike Stump  <mrs@wrs.com>
+
+       * objcopy.c (setup_section): Preserve SEC_RELOC when
+       --set-section-flags is used.
+
+2001-11-19  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * readelf.c (do_debug_str): New variable.
+       (display_debug_str): New function: Display the contents of a
+       .debug_str section.
+       (load_debug_str): New function: Load in the contents of a
+       .debug_str section.
+       (free_debug_str): New function: Free the memory used by
+       load_debug_str().
+       (fetch_indirect_string): Retrieve a string from the .debug_str
+       section.
+       (usage): Add -ws.
+       (parse_args): Accept -ws.
+       (process_section_headers): Allow the display of the .debug_str
+       section.
+       (read_and_display_attr_value): Use fetch_indirect_string.  Show
+       offset into .debug_str section.
+       (display_debug_info): Use load_debug_str and free_debug_str.
+       (debug_displays): Add .debug_str.
+       * doc/binutils.texi: Document -ws.
+
+2001-11-19  Andreas Jaeger  <aj@suse.de>
+
+       * testsuite/binutils-all/objdump.exp: Add x86-64.
+
+2001-11-15  Andreas Schwab  <schwab@suse.de>
+
+       * readelf.c: Fix warnings without terminating newline.
+
+2001-11-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/binutils.texi (objdump): Document ppc -M options.
+
+2001-11-14  Andreas Jaeger  <aj@suse.de>
+
+       * doc/binutils.texi (objdump): Fix description to use x86-64.
+
+2001-11-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
+       not all systems provide mkstemp.
+
+2001-11-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/binutils.texi (objdump): Document x86 -M options.
+
+2001-11-13  Keith Walker <keith.walker@arm.com>
+
+       * readelf.c (read_and_display_attr_value): New function to
+       handle DW_FORM_indirect.
+       (read_and_display_attr): Use it.
+
+2001-11-13  Geoffrey Keating  <geoffk@redhat.com>
+
+       * readelf.c (display_debug_lines): Deal with unknown standard
+       opcodes.  Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
+       DW_LNS_set_isa.
+
+2001-11-13  Timothy Wall  <twall@alum.mit.edu>
+
+       * MAINTAINERS: Add self as tic54x maintainer.  This target
+       includes the IBM C54XDSP clone.
+
+2001-11-12  * Steven J. Hill <sjhill@realitydiluted.com>
+
+       * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
+
+2001-11-09  Jeffrey A Law  (law@cygnus.com)
+
+       * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
+       (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
+       (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
+       (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
+       (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
+       (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
+       (unw_decode_b2, unw_decode_b3_b4): Likewise.
 
        * readelf.c (get_elf_class): Fix ISO portability glitch.
        (get_data_encoding, get_osabi_name, request_dump): Likewise.
@@ -53,7 +161,7 @@ Fri Nov  9 17:55:39 2001  Jeffrey A Law  (law@cygnus.com)
        * readelf.c (get_section_type_name): Don't print SHT_ prefix for
        LOPROC, LOOS and LOUSER.
 
-Thu Oct 11 21:45:17 2001  J"orn Rennecke <amylaar@onetel.net.uk>
+2001-10-11  J"orn Rennecke <amylaar@onetel.net.uk>
 
        * MAINTAINERS: Update my email address.
 
@@ -93,7 +201,7 @@ Thu Oct 11 21:45:17 2001  J"orn Rennecke <amylaar@onetel.net.uk>
        * readelf.c (display_debug_aranges): Detect and warn about DWARF64
        format .debug_arange sections.
        (main): Add missing prototype.
-       
+
 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * Makefile.am: Update dependencies with "make dep-am".
@@ -225,14 +333,14 @@ Thu Oct 11 21:45:17 2001  J"orn Rennecke <amylaar@onetel.net.uk>
        * doc/binutils.texi: Document new command line option.
        * NEWS: Announce new command line option.
 
-Wed Sep 12 20:07:16 2001  Alexandre Oliva  <aoliva@redhat.com>
+2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
 
        * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
        get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
        EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
        Removed EM_CYGNUS_ARC.
 
-Tue Sep  4 20:26:08 2001  Jeffrey A Law  (law@cygnus.com)
+2001-09-04  Jeffrey A Law  (law@cygnus.com)
 
        * readelf.c: Include elf/h8 for H8 series definitions.
        (guess_is_rela): H8 series if RELA.
@@ -874,7 +982,7 @@ Tue Sep  4 20:26:08 2001  Jeffrey A Law  (law@cygnus.com)
 
        * readelf.c: Fix formatting.
 
-Mon Dec 11 14:30:21 MET 2000  Jan Hubicka  <jh@suse.cz>
+2000-12-11  Jan Hubicka  <jh@suse.cz>
 
        * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
 
@@ -911,7 +1019,7 @@ Mon Dec 11 14:30:21 MET 2000  Jan Hubicka  <jh@suse.cz>
 
 2000-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
 
-       * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
+       * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
        Change sourceware.cygnus.com to sources.redhat.com.
        Fix typo for "amongst".
 
@@ -1407,13 +1515,13 @@ Mon Dec 11 14:30:21 MET 2000  Jan Hubicka  <jh@suse.cz>
        * srconv.c: Likewise.
        * sysdump.c: Likewise.
 
-Sun Apr 23 14:23:26 2000  Denis Chertykov  <denisc@overta.ru>
+2000-04-23  Denis Chertykov  <denisc@overta.ru>
 
        * readelf.c (guess_is_rela): AVR uses RELA relocations.
        (get_machine_name): machine name for EM_AVR added.
 
-Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
-                         David Mosberger  <davidm@hpl.hp.com>
+2000-04-21  Richard Henderson  <rth@cygnus.com>
+           David Mosberger  <davidm@hpl.hp.com>
 
        * Makefile.am (readelf.o): Add elf/ia64.h.
        * Makefile.in: Rebuild.
@@ -1438,7 +1546,7 @@ Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
        `strftime' since strftime is not available on all systems.
        (process_mips_specific): Ditto.
 
-Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
        --enable-build-warnings option.