* Many files: Added gettext invocations around user-visible
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 3ffec66598f2bb86b6e9fd944e667ef060abbb49..20985cf6c203b92e9699bf03dbd1ed3ac0824ba2 100644 (file)
@@ -1,3 +1,112 @@
+Tue Apr 21 22:13:08 1998  Tom Tromey  <tromey@scribbles.cygnus.com>
+
+       * Many files: Added gettext invocations around user-visible
+       strings.
+       * bucomm.h: Added gettext-related includes and defines.
+       * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
+       HAVE_LC_MESSAGES): Define.
+       * configure.in: Call CY_GNU_GETTEXT.  Create po/Makefile.in and
+       po/Makefile.  Use AM_PROG_LEX.
+       * Makefile.am (SUBDIRS): New macro.
+       (POTFILES): Likewise.
+       (po/POTFILES.in): New target.
+       (LDADD): Added INTLLIBS.
+       (objdump_LDADD): Likewise.
+       (c__filt_LDADD): Likewise.
+       (ar_LDADD): Likewise.
+       (ranlib_LDADD): Likewise.
+       (dlltool_LDADD): Likewise.
+       (windres_LDADD): Likewise.
+       * po/Make-in, po/POTFILES.in, po/binutils.pot: New files.
+
+Tue Apr 21 16:07:18 1998  Stanislav Brabec  <utx@k332.feld.cvut.cz>
+
+       * objcopy.c (preserve_dates): New file static variable.
+       (smart_rename): If preserve_dates, call set_times when copying.
+       (strip_main): Remove preserve_dates local variable.
+       (copy_main): Likewise.
+
+Tue Apr  7 15:41:15 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (DISTSTUFF): Add defparse.h, defparse.c, rclex.c,
+       rcparse.h, and rcparse.c
+       * Makefile.in: Rebuild.
+
+Mon Apr  6 16:24:35 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (PROGS): Move $(ADDR2LINE_PROG) to end, so that
+       Makefile.in doesn't have an empty continuation line.
+       (bin_PROGRAMS): Likewise.
+       * Makefile.in: Rebuild.
+
+Fri Apr  3 14:48:42 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (DISTCLEANFILES): Add site.exp and site.bak.
+       (MOSTLYCLEANFILES): Add binutils.log, binutils.sum, and abcdefgh*.
+       (mostlyclean-local): New target.
+       * Makefile.in: Rebuild.
+
+Wed Apr  1 15:54:16 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       From Zack Weinberg <zack@rabi.phys.columbia.edu> and H.J. Lu
+       <hjl@gnu.org>:
+       * ar.c (usage): Mention S modifier.
+       (main): Add S modifier.
+       * ar.1, binutils.texi: Document S modifier.
+
+Wed Apr  1 13:11:23 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * binutils.texi: Use @itemx for a secondary item in a table.
+
+Tue Mar 31 18:44:13 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * dep-in.sed: Add rule to remove @OBJDIR@.
+       * Makefile.am (dep.sed): Substitute for @OBJDIR@.
+       * Makefile.in: Rebuild.
+
+Mon Mar 30 12:47:18 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set version to 2.9.1.
+       * configure: Rebuild.
+
+       * Branched binutils 2.9.
+
+       * Makefile.am (DISTCLEANFILES): Remove defparse.h, arparse.h,
+       rcparse.h, and nlmheader.h.
+       * Makefile.in: Rebuild.
+
+Sat Mar 28 17:39:27 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (MOSTLYCLEANFILES): Define.
+       * Makefile.in: Rebuild.
+
+       Fix some gcc -Wall warnings:
+       * nlmconv.c (main): Add casts to avoid warnings.
+       (alpha_mangle_relocs): Likewise.
+       * objdump.c (dump_section_stabs): Likewise.
+       * size.c (print_sysv_format): Likewise.
+       * srcconv.c (wr_ob): Likewise.
+       * wrstabs.c (stab_modify_type): Likewise.
+       (stab_variable): Likewise.
+       * nlmconv.c (main): Initialize variables to avoid warnings.
+       * nm.c (sort_symbols_by_size): Likewise.
+       * objdump.c (disassemble_bytes): Likewise.
+       * wrstabs.c (stab_end_class_type): Likewise.
+       * coffgrok.c (do_sections_p2): Change j to unsigned int.
+       (do_lines): Change l to unsigned int.
+       * nlmheader.y (yylex): Change i to unsigned int.
+       * nm.c (print_symbol): Change j to long.
+       * size.c (lprint_number): Comment out.
+       * srconv.c (wr_ob): Change i to bfd_size_type.
+       * sysdump.c (unit_info_list): Comment out.
+       (object_body_list, program_structure, debug_list): Likewise.
+       * sysinfo.y (yyerror): Return value.
+
+Thu Mar 26 17:06:51 1998  Richard Henderson  <rth@cygnus.com>
+
+       * defparse.y (explist): Allow epsilon.
+       Suggestion from Jonathan-Harris@psion.com.
+
 Thu Mar 26 16:59:09 1998  Richard Henderson  <rth@cygnus.com>
 
        * coffgrok.c (do_sections_p1): Use the section's lma instead of vma
@@ -39,6 +148,10 @@ Tue Feb 17 18:40:55 1998  Richard Henderson  <rth@cygnus.com>
 
 Tue Feb 17 20:34:11 1998  Ian Lance Taylor  <ian@cygnus.com>
 
+       * dlltool.c (gen_exp_file): Generate _imp__%s as well as __imp_%s,
+       for Microsoft compatibility.
+       (make_one_lib_file): Likewise.
+
        * dlltool.c (make_one_lib_file): Don't add 1 to hint.
 
 Fri Feb 13 16:37:44 1998  Ian Lance Taylor  <ian@cygnus.com>
This page took 0.033577 seconds and 4 git commands to generate.