AAganichev's parse_stab_type size fix.
[binutils-gdb.git] / binutils / ChangeLog
index 71b60730a7d7fc4bf44774b1c47982337741be9e..1e080cdd9a473c140016e69a55298a80d22b16d0 100644 (file)
@@ -1,3 +1,225 @@
+2000-07-01  Alexander Aganichev <AAganichev@hypercom.com>
+
+       * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
+       struct debug_type stores size in bytes.
+
+2000-07-01  Alan Modra  <alan@linuxcare.com.au>
+
+       * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
+       (CLEANFILES): Add DEPA.
+       * Makefile.in: Regenerate.
+
+2000-06-27  Alan Modra  <alan@linuxcare.com.au>
+
+       * ar.c: Revert incorrect 2000-06-25 patch.
+       * bucomm.c: Likewise.
+
+2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
+
+       * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
+       (external_coff_symbol_p): New function.
+       (parse_coff): Use it.
+
+2000-06-25  Alexander Aganichev <AAganichev@hypercom.com>
+
+       * ar.c (normalize): Advance past both characters in a DOS based
+       <letter>: filepath prefix.
+       (main): Likewise.
+       * bucomm.c (make_tempname): Likewise.
+
+2000-06-24  Nick Clifton  <nickc@cygnus.com>
+
+       * objdump.c (usage): Fix description of --stabs switch.
+
+2000-06-22  Alan Modra  <alan@linuxcare.com.au>
+
+       * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
+       find one.
+       * Makefile.in: Regenerate.
+
+2000-06-20  Alexander Aganichev <AAganichev@hypercom.com>
+
+       * ar.c (normalize): Correct pointer comparison when checking for
+       backslashes.
+       (main): Likewise.
+       * bucomm.c (make_tempname): Likewise.
+
+       * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
+       and search for backslashes in the original pathname.
+       (ieee_add_bb11): Likewise.
+
+2000-06-18  Nick Clifton  <nickc@redhat.com>
+
+       * ar.c (print_contents): Improve verbose message.
+
+2000-06-15  H.J. Lu  <hjl@gnu.org>
+
+       * dyn-string.c: Removed. Not needed with dyn-string.c in
+       libiberty.
+       * dyn-string.h: Likewise.
+
+       * Makefile.am: Remove references to dyn-string.c and
+       dyn-string.h. Rebuild dependency.
+       * Makefile.in: Rebuild.
+
+2000-06-15  H.J. Lu  <hjl@gnu.org>
+
+       * binutils.texi: Put a warning on copying relocatable object
+       files between two different formats.
+
+2000-06-13  DJ Delorie  <dj@cygnus.com>
+
+       * rcparse.y (control): ICON controls take an id as the first
+       parameter, not an optional string.  Also, call new convenience
+       function that takes res_id's.
+       * resrc.c (define_control): missing text means zero-length string,
+       not zero ID.
+       (define_icon_control): New.
+       * windres.h: declare define_icon_control.
+
+2000-06-13  H.J. Lu  <hjl@gnu.org>
+
+       * configure: Regenerate.
+
+2000-06-08  David O'Brien  <obrien@FreeBSD.org>
+
+       * configure.in (VERSION): Update to show this is the CVS mainline.
+
+2000-06-02  David O'Brien  <obrien@FreeBSD.org>
+
+       * strings.c (isgraphic): Interpret <TAB> as a printable character,
+       analogous to <SPACE>.
+
+2000-05-30  Alan Modra  <alan@linuxcare.com.au>
+
+       * objdump.c (display_target_list): Use bfd_close_all_done, not
+       bfd_close to fix crash caused by 2000-05-24 change.
+
+2000-05-25  DJ Delorie  <dj@cygnus.com>
+
+       * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
+
+2000-05-26  Alan Modra  <alan@linuxcare.com.au>
+
+       * Makefile.am: Update dependencies with "make dep-am"
+       * Makefile.in: Regenerate.
+
+2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * ar.c: Include filenames.h.
+       (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
+       and drive letters in file names.
+       (main): Support backslashes and drive letters in argv[0].  Drop
+       the .exe suffix, if any, in argv[0] if is_ranlib is negative.  Use
+       FILENAME_CMP instead of strcmp to compare file names.
+       (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
+       DJGPP v2.
+       (do_quick_append) [__GO32__]: Ditto.
+       (get_pos_bfd, delete_members, move_members, replace_members):
+       Compare file names with FILENAME_CMP.
+
+       * bucomm.c: Include filenames.h.
+       (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
+       forward/backward slashes and drive letters in file names.
+
+       * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
+       mixed forward/backward slashes and drive letters in file names.
+
+       * strings.c (O_BINARY, setmode, SET_BINARY): Define.
+       (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
+       mode.
+
+       * objcopy.c: Include filenames.h.
+       (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
+       before comparing to "strip".
+       Use FILENAME_CMP to compare file names.
+
+       * arsup.c: Include filenames.h.
+       (map_over_list, ar_delete, ar_replace, ar_extract): Use
+       FILENAME_CMP to compare file names.
+       (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
+       the temporary file name.
+
+       * configure.in: Check for setmode.
+       * configure: Regenerate.
+
+2000-05-24  Alan Modra  <alan@linuxcare.com.au>
+
+       * objdump.c (display_target_list): Close the bfd.
+       (display_info_table): Likewise.
+
+2000-05-14  H.J. Lu  (hjl@gnu.org)
+
+       * objcopy.c (filter_symbols): Don't strip global symbols in
+       relocatable object files.
+
+2000-05-14  Alan Modra  <alan@linuxcare.com.au>
+
+       * size.c (usage): Associate short options with corresponding long
+       option to give a clue as to their function.
+
+2000-05-14  Philippe De Muyter  <phdm@macqel.be>
+
+       * size.c (main): Accept and ignore `-f' option.
+
+2000-05-13  Alan Modra  <alan@linuxcare.com.au>
+
+       * bucomm.h (gettext, dgettext, dcgettext, textdomain,
+       bindtextdomain): Replace defines with those from intl/libgettext.h
+       to quieten gcc warnings.
+
+2000-05-12  H.J. Lu  <hjl@gnu.org>
+
+       * nlmconv.c (temp_filename): Removed.
+
+       * nlmconv.c (link_inputs): Use make_temp_file () instead of
+       choose_temp_base ().
+       * objdump.c (display_target_list): Likewise.
+       (display_info_table): Likewise.
+
+2000-05-08  Alan Modra  <alan@linuxcare.com.au>
+
+       * objcopy.c (setup_section): Add const and gettext calls for err.
+
+2000-05-02  H.J. Lu  <hjl@gnu.org>
+
+       * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
+       ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
+       ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
+       ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
+       and ELFOSABI_OPENBSD.
+
+2000-05-02  Kazu Hirata  <kazu@hxi.com>
+
+       * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
+       * srconv.c: Likewise.
+       * sysdump.c: Likewise.
+
+Sun Apr 23 14:23:26 2000  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>
+
+       * Makefile.am (readelf.o): Add elf/ia64.h.
+       * Makefile.in: Rebuild.
+       * readelf.c: Include elf/ia64.h.
+       (guess_is_rela, dump_relocations): Handle EM_IA_64.
+       
+2000-04-17  Timothy Wall  <twall@cygnus.com>
+
+       * objdump.c (disassemble_data): Set octets per byte *after*
+       resolving arch/mach for binary files.
+
+2000-04-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * arlex.l: Add directives to increase lex buffer size.
+
+       * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
+        already included by bucomm.h.
+
 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
 
        * readelf (dynamic_segment_mips_val): Call `sprintf', not
@@ -400,7 +622,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        rel type undetermined.
        (get_machine_name): Add new machine codes.
        (get_section_type_name): Add new section types.
-       (get_elf_section_flags): New funciton: Decode section flags.
+       (get_elf_section_flags): New function: Decode section flags.
        (process_section_headers): Call get_elf_section_flags() in
        order to decode flags in section header.
        (get_dynamic_flags): New function: Decode dynamic section