* readelf.c (do_debug_frames_interp): New.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 23d4df10d32a5370d85b81a251ddba614a2518ad..5ce9f2c195eeb1923fe07bb25c6bdbb11f43a19b 100644 (file)
@@ -1,3 +1,153 @@
+2001-05-16  Richard Henderson  <rth@redhat.com>
+
+       * readelf.c (do_debug_frames_interp): New.
+       (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
+       (byte_get_big_endian): Likewise.
+       (parse_args) ['F']: Set do_debug_frames_interp.
+       (Frame_Chunk): Make data_factor signed, add fde_encoding.
+       (frame_display_row): Don't trunc pc_begin to int.
+       (size_of_encoded_value): New.
+       (display_debug_frames): Handle 64-bit targets.  Print raw data
+       unless do_debug_frames_interp.
+       (debug_displays): Remove duplicate .debug_frame.
+
+2001-05-15  Ralf Baechle  <ralf@gnu.org>
+
+       * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
+       The former constant was never in active use and is used otherwise
+       by the ABI.
+
+2001-05-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * readelf.c (process_unwind): Print all unwind sections, not just
+       one.
+
+2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * readelf.c (process_unwind): Remove const specifier.
+
+2001-04-27  Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
+
+       * strings.c (isgraphic): Do not use isascii() unless it is needed
+       for isprint() to work.
+       (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
+
+2001-04-27  Johan Rydberg  <jrydberg@opencores.org>
+
+        * NEWS: Announce support for OpenRISC.
+
+2001-04-17  Danny Smith  <dannysmith@users.sourceforge.net>
+       * dlltool.c (do_default_excludes): Initialise to true. 
+2001-04-10  Alan Modra  <amodra@one.net.au>
+
+       * MAINTAINERS: Update my email address
+       * nm.c (print_symbol_info_bsd): Use a simple printf string.
+
+2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
+
+       * readelf.c (display_debug_lines): Fix typo for "Prologue".
+
+2001-03-30  H.J. Lu  <hjl@gnu.org>
+
+       * readelf.c (process_unwind): Just return if do_unwind is 0.
+
+2001-03-28  Roger Sayle  <roger@metaphorics.com>
+
+       * dlltool.c (make_one_lib_file): Fix section flags for
+       .text, .data and .bss in stub ds*.o files to match those
+       generated by gas.
+
+2001-03-29  H.J. Lu  <hjl@gnu.org>
+
+       * readelf.c (process_unwind): Only do unwind sections for
+       IA64.
+
+2001-03-28  H.J. Lu  <hjl@gnu.org>
+
+       * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
+       * Makefile.in: Regenerate.
+
+2001-03-26  Andreas Jaeger  <aj@suse.de>
+
+       * binutils.texi (nm): Fix texi syntax.
+
+2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * binutils.texi: Put @c man begin and @c man end indications
+       to generate man pages using texi2pod and pod2man. Put @c man title
+       to identify each man. Add SEEALSO entries.
+       * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
+       (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
+       sort the list.
+       (*.1): Build the man pages from binutils.texi.
+       * Makefile.in: Regenerate.
+
+2001-03-13  Eric Kohl  <ekohl@rz-online.de>
+
+       * defparse.y (opt_equal_name): allow "." in name.
+       * dlltool.c (def_exports): Added ability to generate forwarded exports.
+       (gen_exp_file): Likewise.
+
+2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
+
+       * NEWS: Document addition of -B switch to objcopy.
+       * binutils.texi:  Document addition of -B switch to objcopy.
+       * objcopy.c: (copy_options): Add --binary-architecture.
+       (copy_usage): Document -B/--binary-architecture.
+       (copy_main): Support -B/--binary-architecture.  Set
+       bfd_external_binary_architecture.
+
+2001-03-11  Andreas Jaeger  <aj@suse.de>
+
+       * readelf.c (guess_is_rela): Handle EM_S390_OLD.
+       (dump_relocations): Likewise.
+       (get_machine_name): Likewise.
+
+2001-02-28  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c: (struct unw_aux_info): Remove const modifier for
+       'strtab' field.
+       (process_unwind): Remove non-K&R compliant LHS type cast in call
+       to GET_DATA_ALLOC macro.
+
+2001-02-28  Philip Blundell  <pb@futuretv.com>
+
+       * readelf.c (decode_ARM_machine_flags): Explicitly mention which
+       ABI is in use; remove ambiguity between the "unknown" EABI and
+       unrecognised ABIs.  Handle version 2 ARM EABI.  Update uses of
+       renamed EF_xx constants.
+
+2001-02-27  Alan Modra  <alan@linuxcare.com.au>
+
+       * configure.in (BFD_VERSION): New.
+       (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
+       * configure: Regenerate.
+       * Makefile.am: Run "make dep-am"
+       * Makefile.in: Regenerate.
+
+2001-02-14  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Add "Obvious Fix" rule.
+
+2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
+       literal concatenation.
+
+2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * readelf.c (struct unw_aux_info): Remove const from the info member.
+       (process_unwind): Don't type-cast the third argument to the
+       GET_DATA_ALLOC macro.
+
+2001-02-11  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (dump_relocations): Free corrected allocated
+       array.
+       (process_unwind): Fix compile time warning.
+
 2001-02-10  Nick Clifton  <nickc@redhat.com>
 
        * binutils.texi: Document new --unwind option to readelf.
@@ -171,7 +321,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 Jvrn Rennecke and self as SH maintainers.
        Change sourceware.cygnus.com to sources.redhat.com.
        Fix typo for "amongst".
 
@@ -373,15 +523,15 @@ Mon Dec 11 14:30:21 MET 2000  Jan Hubicka  <jh@suse.cz>
 
 2000-07-20  H.J. Lu  <hjl@gnu.org>
 
-       * binutils/binutils.texi: Put back "@end table" deleted by
+       * binutils.texi: Put back "@end table" deleted by
        accident.
 
 2000-07-05  Kenneth Block  <krblock@computer.org>
 
-       * binutils/nm.c: Add optional style to demangle switch.
-       * binutils/objdump.c: Add optional style to demangle switch.
-       * binutils/addr2line.c: Add optional style to demangle switch.
-       * binutils/binutils.texi: Document optional style to demangle
+       * nm.c: Add optional style to demangle switch.
+       * objdump.c: Add optional style to demangle switch.
+       * addr2line.c: Add optional style to demangle switch.
+       * binutils.texi: Document optional style to demangle
        switch.
 
 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
@@ -694,7 +844,7 @@ Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
 
 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
 
-       * readelf (dynamic_segment_mips_val): Call `sprintf', not
+       * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
        `strftime' since strftime is not available on all systems.
        (process_mips_specific): Ditto.
 
@@ -947,7 +1097,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        * configure.in: Add arm-wince, mips-pe and sh-pe targets.
        * configure: Regenerate.
 
-       * dlltoolc.: Add support for sh-pe and mips-pe targets.
+       * dlltool.c: Add support for sh-pe and mips-pe targets.
        * rescoff.c: Add support for sh-pe and mips-pe targets.
 
 2000-02-23  H.J. Lu  <hjl@gnu.org>
@@ -992,7 +1142,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 2000-02-03  Timothy Wall <twall@redhat.com>
 
-       * binutils/objdump.c (dump_section_header, find_symbol_for_address,
+       * objdump.c (dump_section_header, find_symbol_for_address,
        show_line, disassemble_bytes, disassemble_data, dump_data):
        distinguish between octets and bytes.
 
This page took 0.025657 seconds and 4 git commands to generate.