* resrc.c: use "gcc -xc" instead of -xc-header
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 7ee94d4ae743673acf6500f59d20bdc53cff19c4..70935a6a824eeb3881d67c1095806f06206224ab 100644 (file)
@@ -1,3 +1,267 @@
+2000-08-08  DJ Delorie  <dj@redhat.com>
+
+       * resrc.c: use "gcc -xc" instead of -xc-header
+
+2000-07-26  Geoff Keating  <geoffk@cygnus.com>
+
+       * nm.c (main): Ignore '-X32_64' as an option.
+       * ar.c (main): Likewise.
+       * binutils.texi (nm): Document new option.
+       (ar): Likewise.
+
+2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * rdcoff.c (external_coff_symbol_p): K&R-ise.
+
+2000-07-20  H.J. Lu  <hjl@gnu.org>
+
+       * binutils/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
+       switch.
+
+2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * MAINTAINERS: Add self as CRIS port maintainer.
+       * readelf.c: Include elf/cris.h.
+       (guess_is_rela): Handle EM_CRIS.
+       (dump_relocations): Ditto.
+       (get_machine_name): Ditto.
+       * Makefile.am: Rebuild dependencies.
+       * Makefile.in: Regenerate.
+       * po/binutils.pot: Regenerate.
+
+2000-07-19  H.J. Lu  <hjl@gnu.org>
+
+       * readelf.c (get_dynamic_type): Change "AUXILARY" to
+       "AUXILIARY".
+       (process_dynamic_segment): Print out strings for DT_CONFIG,
+       DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
+
+2000-07-19  Mark Kettenis  <kettenis@gnu.org>
+
+       * nm.c (usage): Change output of `nm --help' to include a
+       description of the purpose of the program and a detailed
+       description of the accepted options.
+
+2000-07-19  H.J. Lu  <hjl@gnu.org>
+
+       * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
+       to DF_1_NODEFLIB.
+
+2000-07-19  H.J. Lu  <hjl@gnu.org>
+
+       * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
+
+2000-07-19  H.J. Lu  <hjl@gnu.org>
+
+       * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
+       DT_FEATURE.
+       (process_dynamic_segment): Likewise.
+
+       * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
+       DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
+       (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
+       DF_1_NODUMP and DF_1_CONLFAT.
+
+2000-07-18  Nick Clifton  <nickc@cygnus.com>
+
+       * binutils.texi (readelf): Fix spelling typo.
+
+2000-07-11  Mark Kettenis  <kettenis@gnu.org>
+
+       * objdump.c (usage): Make output of `objdump --help' more
+       consistent with the rest of the GNU world.  Add a line describing
+       the purpose of the program.
+
+2000-07-10  David Huggins-Daines  <dhd@linuxcare.com>
+
+       * stabs.c (parse_stab_range_type): Cast to proper type to fix
+       warning.
+
+2000-07-10  Ryan Bradetich  <rbradetich@uswest.net>
+
+       * readelf.c (get_dynamic_data): Add casts and use unsigned chars
+       to fix warnings.
+       (process_symbol_table): Ditto.
+       (procesS_extended_line_op): Ditto.
+       (display_debug_lines): Ditto.
+       (display_debug_pubnames): Ditto.
+       (read_and_display_attr): Ditto.
+
+2000-07-09  Nick Clifton  <nickc@cygnus.com>
+
+       * MAINTAINERS: Add several more port specific maintainers.
+
+2000-07-05  Nick Clifton  <nickc@cygnus.com>
+
+       * MAINTAINERS: Add blanket write privs for Michael Meissner.
+
+2000-06-05  DJ Delorie  <dj@redhat.com>
+
+       * MAINTAINERS: New.
+
+2000-07-01  Eric Fifer  <EFifer@sanwaint.com>
+
+       * dllwrap.c: Changed mistaken dyn_string_append() calls
+       to dyn_string_append_cstr().
+
+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
@@ -472,7 +736,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
This page took 0.048639 seconds and 4 git commands to generate.