aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-04-23If xgettext fails, make Sanitize failTom Tromey5-7/+10
1998-04-23Wed Apr 22 21:17:35 1998 Christopher Faylor <cgf@cygnus.com>Christopher Faylor2-0/+33
* gdbtk.c (_initialize_gdbtk): add cygwin32 specific code to allow `gdb -nw' to work when specified specified from a windows console-mode command line.
1998-04-22 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).Tom Tromey1-0/+4
1998-04-22.Sanitize now re-computes gettext-related filesTom Tromey5-0/+114
1998-04-22 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).Tom Tromey4-1/+13
1998-04-22 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).Tom Tromey1-0/+4
1998-04-22xIan Lance Taylor1-0/+5
1998-04-22 * configure: Rebuilt.Tom Tromey4-130/+1833
* configure.in: Call CY_GNU_GETTEXT. * Makefile.in (top_builddir): New macro. (INTL): Define to @INTLLIBS@. (INTL_DEPS): New macro. (CDEPS): Reference INTL_DEPS, not INTL.
1998-04-22Remove debug echoMichael Meissner1-1/+0
1998-04-22Delete sky sim-base.h entries (required sanitization).Doug Evans1-12/+0
1998-04-22 * txvu-tdep.c (txvu_print_insn): Fix thinko.Doug Evans1-0/+6
1998-04-22Move target specific stuff from sim/common/sim-base.h to sim/mips/sim-main.hJames Lemke2-0/+18
1998-04-22Change "linux" usage to make rms usage + pick up jlimke's configure.inJason Molenda1-129/+154
change from yesterday.
1998-04-22 Handle missing shared libraries during the examination of a corePeter Schauer4-28/+59
dump gracefully. * solib.c (find_solib): Use catch_errors around call to solib_map_sections. Use warning instead of error if reading of the shared library name fails. (solib_map_sections): Change return and argument types to make it callable from catch_errors. (symbol_add_stub): Avoid GDB core dump if solib->abfd is NULL. * irix5-nat.c, osfsolib.c (xfer_link_map_member, solib_map_sections, symbol_add_stub): Ditto.
1998-04-22 * Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY whenIan Lance Taylor1-0/+7
invoking runtest. * Makefile.in: Rebuild.
1998-04-22 * lexsup.c (parse_args): Change -l options into --library optionsIan Lance Taylor1-2/+28
to avoid confusion between -li and -library.
1998-04-22 * Makefile.in (GCC_FOR_TARGET): Add options to find newlib andDoug Evans2-2/+13
libgloss. Add comment that we should be using dejagnu.
1998-04-22Eliminate extra blank lineMichael Meissner1-1/+0
1998-04-22 * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS.Doug Evans1-0/+4
1998-04-22Fix typoMichael Meissner1-1/+2
1998-04-22 * libbfd-in.h: Use `gettext' and not `dgettext' for now.Tom Tromey2-1/+7
1998-04-22tipoIan Lance Taylor2-3/+3
1998-04-22 * config/tc-i386.c (md_assemble): Print operand number rather thanIan Lance Taylor2-10/+14
using ordinal_names. (i386_operand): Likewise.
1998-04-22Add intl libraryMichael Meissner2-7/+27
1998-04-22Regenerate configureMichael Meissner6-207/+2085
1998-04-22Add intl supportMichael Meissner2-5/+16
1998-04-22 * Makefile.am (INCLUDES): Add -I$(srcdir)/../intl -I../intl.Ian Lance Taylor3-2/+5
* Makefile.in: Rebuild.
1998-04-22remove duplicate libtoolIan Lance Taylor1-1/+1
1998-04-22 * bfd-in2.h: Rebuild for Nick's changes.Ian Lance Taylor2-4/+27
1998-04-22add mt-ospaceIan Lance Taylor1-5/+10
1998-04-22fix gettext merge error on ld.info and ld.dviIan Lance Taylor2-6/+0
1998-04-22 * ld.texinfo (MEMORY): Clarify use of >REGION.Ian Lance Taylor2-8/+13
1998-04-22Add support for --enable-target-optspace to compile with -Os instead of -O2, ↵Michael Meissner2-0/+33
and default d30v, d10v, m32r to use it
1998-04-22New config file to support compiling libraries with -Os.Michael Meissner1-0/+3
1998-04-22fix sanitization for gettext changesIan Lance Taylor16-92/+351
1998-04-22remove obsolete sanitizationIan Lance Taylor1-2/+0
1998-04-22fix indentation in commentIan Lance Taylor1-2/+2
1998-04-22fix sanitization for gettext changesIan Lance Taylor4-23/+121
1998-04-22keep intlIan Lance Taylor1-1/+1
1998-04-22 * Makefile.am (INCLUDES): Search intl dirs for headers; defineTom Tromey16-3/+78
LOCALEDIR. * addr2line.c (main): Call setlocale, bindtextdomain, textdomain. * ar.c (main): Likewise. * coffdump.c (main): Likewise. * dlltool.c (main): Likewise. * nlmconv.c (main): Likewise. * nm.c (main): Likewise. * objcopy.c (main): Likewise. * objdump.c (main): Likewise. * size.c (main): Likewise. * srconv.c (main): Likewise. * strings.c (main): Likewise. * sysdump.c (main): Likewise. * windres.c (main): Likewise.
1998-04-22 * gprof.h: Added includes and defines for gettext.Tom Tromey22-242/+3523
* configure.in (ALL_LINGUAS): New macro. Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * gprof.c (main): Call setlocale, bindtextdomain, textdomain. * Makefile.am (SUBDIRS): New macro. (INCLUDES): Look in intl dirs for headers. Define LOCALEDIR. (gprof_DEPENDENCIES): Added INTLDEPS. (gprof_LDADD): Added INTLLLIBS. (POTFILES): New macro. (po/POTFILES.in): New target. * Many files: Wrap user-visible strings with gettext invocation.
1998-04-22 * Makefile.am (INTLLIBS): Define to work around apparent automakeTom Tromey1-0/+4
bug. All Makefiles: Regenerated.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey13-450/+2854
strings. * ld.h: Added gettext-related includes and defines. * ldmain.c: Call setlocale, bindtextdomain, textdomain. * 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. (TDIRS): AC_SUBST early on, to avoid having value split when it happens to cross line 90 of the generated sed script. * Makefile.am (SUBDIRS): New macro. (POTFILES): Likewise. (po/POTFILES.in): New target. (ld_new_LDADD): Added INTLLIBS. (ld_new_DEPENDENCIES): Added INTLDEPS. * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22* archive.c (_bfd_generic_read_ar_hdr_mag): Fix lossage in lastRichard Henderson1-0/+5
change wrt length == max_namelen.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey40-2159/+4769
strings. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * dep-in.sed: Added asintl.h. * po/Make-in: New file. * gasp.c (main): Call setlocale, bindtextdomain, and textdomain. Include "asintl.h". * read.c (Z_): Renamed from `_'. * Makefile.am (SUBDIRS): Added po. (POTFILES): new macro. (po/POTFILES.in): New target. ($(OBJS)): Added asintl.h. (HFILES): Likewise. (INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl. (as_new_LDADD): Added $(INTLLIBS). (as_new_DEPENDENCIES): Added $(INTLDEPS). (gasp_new_LDADD): Added $(INTLLIBS). (gasp_new_DEPENDENCIES): New macro. * configure, aclocal.m4: Rebuilt. * configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and po/Makefile. (ALL_LINGUAS): Define. * macro.c: Include "asintl.h". * as.c (main): Call setlocale, bindtextdomain, and textdomain. * as.h: Include "asintl.h". * config/tc-i386.c (ordinal_names): Removed. (md_assemble): Changed error text to avoid ordinal_names. (i386_operand): Likewise. (reloc): Added as_bad to avoid i18n problems. (tc_gen_reloc): Likewise. * config/tc-arm.c (bad_args): Now a #define. (bad_pc): Likewise. * config/obj-vms.c (VMS_stab_parse): Changed type of `long_const_msg'. (global_symbol_directory): Unified strings to avoid i18n problems. * config/tc-m68k.c (get_reloc_code): Added some as_bad calls to avoid i18n problems. * config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems. * config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid i18n problems. * config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n problems. start-sanitize-v850 * config/tc-v850.c (md_assemble): Changed C++ comment into C comment. end-sanitize-v850 * config/tc-vax.c (md_assemble): Added as_warn to avoid i18n problems. * as.c (print_version_id): Added an fprintf to avoid i18n problems. * cond.c (cond_finish_check): Added as_bad call to avoid i18n problems. * expr.c (expr): Added as_warn call to avoid i18n problems. * messages.c (as_assert): Changed code to avoid i18n problems. (as_abort): Likewise. * read.c (pseudo_set): Added as_bad call to avoid i18n problems. (s_space): Likewise. * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey22-1004/+4178
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.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey25-581/+2959
strings. * libbfd-in.h: Added gettext 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. * Makefile.am (SUBDIRS): Added po. (POTFILES): New macro. (po/POTFILES.in): New target. (SOURCE_HFILES): New macro. (HFILES): Use it. * po/Make-in, po/POTFILES.in, po/bfd.pot: New files.
1998-04-22 * Makefile.in (all-bfd): Depend on all-intl.Tom Tromey2-5/+13
(all-binutils): Likewise. (all-gas): Likewise. (all-gprof): Likewise. (all-ld): Likewise.
1998-04-22 * ld.texinfo (Simple Example): Rewrite a few things as suggestedIan Lance Taylor2-16/+39
by Nick Clifton <nickc@cygnus.com>. (PROVIDE): Likewise.
1998-04-22Humoring RMS by saying "GNU/Linux" instead of just "Linux"Stan Shebs9-14/+16