* configure.in (sparc64): Set arch to v9-64.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index a28f8cb61e7892942e2f9e4b1cadb8c5cad045ca..a649a50c618cad712533c7b615986c2dc5929c0a 100644 (file)
@@ -1,8 +1,200 @@
+Mon Oct 20 15:31:43 1997  Klaus K"ampf  <kkaempf@progis.de>
+
+       * configure.com (HAVE_SBRK): Undefine.
+
+Tue Oct 14 16:14:35 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * objdump.c (objdump_symbol_at_address): New function.  Returns
+       true if a symbol can be found at the address passed in.
+       (disassemble_data): Set the symbol_at_address_func field to point
+       to objdump_symbol_at_address.
+
+Fri Oct 10 14:13:09 1997  Ricahrd Henderson  <rth@cygnus.com>
+
+       * objcopy.c, objcopy.1, binutils.texi: "localize" is a better name
+       than "privatize".  Update all references.
+
+Thu Oct  9 15:57:29 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * binutils.texi (strip): Remove duplicate --target.  From Marty
+       Leisner <leisner@sdsp.mc.xerox.com>.
+
+       * nm.c (lineno_cache_bfd): New file static variable.
+       (lineno_cache_rel_bfd): New file static variable.
+       (display_archive): Clear lineno_cache_bfd and lineno_cache_rel_bfd
+       when closing a BFD.
+       (display_file): Likewise.
+       (print_symbol): Use lineno_cache_bfd and lineno_cache_rel_bfd
+       instead of cache_bfd and cache_rel_bfd.  Make seccount static, and
+       only set it when setting relocs.
+
+Wed Oct  8 21:19:11 1997  Richard Henderson  <rth@cygnus.com>
+
+       * objcopy.c (keep_specific_list, privatize_specific_list,
+       weaken_specific_list): New variables.
+       (keep_symbols): Removed.
+       (add_specific_symbol): New function from the carcas of
+       add_strip_symbol.  Takes a list as an argument.
+       (is_specified_symbol): Likewise from is_strip_symbol.
+       (filter_symbols): Honor the new privatize and weaken lists.
+       Optimize bfd_asymbol_name handling.
+       (copy_object, copy_options, copy_usage): Add privatize-symbol &
+       weaken-symbol options.
+
+       * objcopy.1, binutils.texi: Update docs.
+
+Sun Oct  5 09:05:44 1997  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * objdump.c (disassemble_data): Make "--prefix-addresses"
+       disassembly adjust to mixed-length instructions.
+       (objdump_print_addr_with_sym): Add "0x" prefix for hexadecimal
+       symbol-offsets in disassembly.
+
+Fri Oct  3 12:04:25 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (set_times): New static function, replacing
+       make_same_dates.
+       (strip_main): If preserve_dates, stat the input file before
+       copying it, and call set_times afterward.
+       (copy_main): Likewise.
+
+       * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to
+       char * when calling strcpy and strlen.
+
+Wed Sep 24 11:34:05 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * binutils.texi (ar cmdline): Document that q now works like r.
+       From Marty Leisner <leisner@sdsp.mc.xerox.com>.
+
+       * binutils.texi (size): The object file argument is optional.
+       From Marty Leisner <leisner@sdsp.mc.xerox.com>.
+
+       * aclocal.m4: Rebuild with new libtool.
+       * configure: Rebuild.
+
+Tue Aug 26 17:48:34 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (EXEEXT_FOR_BUILD): New variable.  Use it in all
+       references to the sysinfo program.
+       * configure.in: Rebuild with new bfd/acinclude.m4.
+       * Makefile.in: Rebuild.
+
+Fri Aug  8 15:32:49 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * windres.c: Include <time.h>.
+       (define_resource): Set a timestamp for the resource.
+
+Wed Aug  6 13:37:58 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Define TARGET in header file.
+       * acconfig.h (TARGET): Add #undef.
+       * Makefile.am (version.o, bucomm.o): Remove special targets.
+       * bucomm.c (target): Remove.
+       * nm.c (program_name): Don't declare.
+       (target): Make static.
+       * size.c (target): Make static.
+       * configure, config.in, Makefile.in: Rebuild.
+
+Tue Aug  5 00:01:41 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (check-DEJAGNU): Export r.
+       (.dep1): Use $(INCLUDES) rather than $(ALL_CFLAGS).
+       * Makefile.in: Rebuild.
+
+       * nlmheader.y: Use VERSIONK rather than VERSION.
+
+       * Makefile.am (STRIP_PROG): Change from strip.new to strip-new.
+       (NM_PROG): Change from nm.new to nm-new.
+       (TOOL_PROGS, install-exec-local): Adjust accordingly.
+       * Makefile.in: Rebuild.
+
+Mon Aug  4 11:47:31 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Remove AC_ARG_PROGRAM; it's invoked by
+       AM_INIT_AUTOMAKE.
+       * configure: Rebuild.
+
+       * Makefile.am (install-exec-local): Create $(tooldir)/bin before
+       trying to install anything into it.
+       * Makefile.in: Rebuild.
+
+       * Makefile.am (TOOL_PROGS): Use an explicit $(EXEEXT).
+       (install-exec-local): When handling $(noinst_PROGRAMS), only use
+       $(EXEEXT) on the installed file.  When handling $(TOOL_PROGS),
+       handle $(EXEEXT) correctly.
+       * configure.in: Add an explicit $(EXEEXT) when substituting for
+       the name of a program to build.
+       * Makefile.in, configure: Rebuild.
+
+       * aclocal.m4, configure, Makefile.in: Rebuild with new automake
+       patches.
+
+       * deflex.l, defparse.y: Use VERSIONK rather than VERSION.
+       * rclex.l, rcparse.y: Likewise.
+       * Makefile.am (windres_SOURCES): Add $(BULIBS).
+       * Makefile.in: Rebuild.
+
+Fri Aug  1 13:08:39 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * acinclude.m4: Include bfd/acinclude.m4, not bfd/acmacros.m4.
+       * aclocal.m4, configure: Rebuild with new libtool.
+
+Thu Jul 31 11:51:35 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am: New file, based on old Makefile.in.
+       * acinclude.m4: New file, from old aclocal.m4.
+       * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.  Remove
+       shared library handling; now handled by libtool.  Replace
+       AC_CONFIG_HEADER with AM_CONFIG_HEADER.  Call AC_PROG_YACC,
+       AC_PROG_LEX, AC_DECL_YYTEST, AM_MAINTAINER_MODE, AM_CYGWIN32, and
+       AM_EXEEXT.  Replace AC_PROG_INSTALL with AM_PROG_INSTALL.  Remove
+       stamp-h handling in AC_OUTPUT.
+       * acconfig.h: Mention PACKAGE and VERSION.
+       * stamp-h.in: New file.
+       * Makefile.in: Now built with automake.
+       * aclocal.m4: Now built with aclocal.
+       * config.in, configure: Rebuild.
+
+       From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
+       * rcparse.y (dialog): Default menu and class to be named.
+       (styles): If FONT is seen, set DS_SETFONT in dialog style.
+       * resbin.c (res_to_bin_dialog): Correct computation of font
+       information length.
+
+Wed Jul 30 11:21:06 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>:
+       * resbin.c (res_to_bin_menu): Correct computation of menu
+       vs. menuex length.
+       * resrc.c (define_stringtable): Add 1 to resource ID.
+
+Tue Jul 29 11:06:03 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * resbin.c (bin_to_res_string): Correct adjustment of data and
+       length.  From Ton van Overbeek <tvoverbe@wk.estec.esa.nl>.
+
+Tue Jul 22 18:01:23 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * nlmconv.c (link_inputs): Call libiberty pexecute function.
+       (pexecute) [multiple versions]: Remove.
+
+Tue Jul 22 16:19:34 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
+
+       * bucomm.c (make_tempname): If we might be using a DOS filesystem,
+       check for a backslash as well as a slash.
+
 Thu Jun 26 13:53:17 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * windres.c (main): Quit if we didn't get any resources.
+       (usage): Fix --yydebug usage message.
        * rescoff.c (write_coff_file): Don't free the relocation array
        until after we've closed the BFD.
+       (read_coff_rsrc): Quit rather than try to read standard input.
+       (write_coff_file): Quit rather than try to write to standard
+       output.
+       * rcparse.y: Add a couple of missing semicolons (accepted by bison
+       but not byacc).
+       * binutils.texi: Document windres.
 
 Wed Jun 25 20:57:06 1997  Ian Lance Taylor  <ian@cygnus.com>
 
This page took 0.025435 seconds and 4 git commands to generate.