1. 12 Aug, 2005 1 commit
    • configure.in: Replace NCN_STRICT_CHECK_TOOL with NCN_STRICT_CHECK_TOOLS... · 2693c0b0
      toplevel:
      2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.in: Replace NCN_STRICT_CHECK_TOOL with
      	NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
      	Look for alternate names of the target cc and c++
      	* configure: Regenerate.
      
      config:
      2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
      
      	* config/acx.m4 (NCN_CHECK_TARGET_TOOL, NCN_STRICT_CHECK_TOOL,
      	NCN_STRICT_CHECK_TARGET_TOOL): Remove.
      	(NCN_STRICT_CHECK_TOOLS, NCN_STRICT_CHECK_TARGET_TOOLS): New,
      	based on the deleted macros.
      
      From-SVN: r103036
      Paolo Bonzini committed
  2. 27 Jul, 2005 1 commit
  3. 16 Jul, 2005 1 commit
  4. 14 Jun, 2005 1 commit
    • re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) · cd111813
      config/:
      	PR libgcj/19877:
      	* no-executables.m4: Call real AC_FUNC_MMAP when cache variable
      	is set but not 'no'.
      libstdc++-v3/:
      	PR libgcj/19877:
      	* configure, aclocal.m4: Rebuilt.
      	* Makefile.in, include/Makefile.in, libmath/Makefile.in,
      	libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
      	testsuite/Makefile.in: Likewise.
      libjava/:
      	PR libgcj/19877:
      	* configure, aclocal.m4, Makefile.in: Rebuilt.
      libgfortran/:
      	PR libgcj/19877:
      	* configure, aclocal.m4, Makefile.in: Rebuilt.
      zlib/:
      	PR libgcj/19877:
      	* configure, aclocal.m4, Makefile.in: Rebuilt.
      
      From-SVN: r100953
      Tom Tromey committed
  5. 13 Jun, 2005 1 commit
    • top level: · f610dd5f
      	* depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
      	In 'cpp' stanza, support '#line' as well as '# '.
      config:
      	* depstand.m4, lead-dot.m4: New files.
      libcpp:
      	* configure.ac: Invoke ZW_CREATE_DEPDIR and
      	ZW_PROG_COMPILER_DEPENDENCIES.
      	* aclocal.m4, configure: Regenerate.
      	* Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.base, COMPILE):
      	New variables.
      	(distclean): Clean up $(DEPDIR) and its contents.
      	(.c.o): Use $(COMPILE).
      	Include $(DEPDIR)/*.Po for most object->header dependencies.
      
      From-SVN: r100874
      Zack Weinberg committed
  6. 19 May, 2005 1 commit
  7. 12 May, 2005 1 commit
  8. 29 Apr, 2005 1 commit
  9. 30 Mar, 2005 2 commits
    • (See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.) · 5d0f90e5
      (See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.)
      	* config/mh-mingw32: Delete.
      	* configure.in: Don't use it.
      	* configure: Regenerate.
      
      From-SVN: r97255
      J"orn Rennecke committed
    • Makefile.def (bfd, [...]): Set lib_path. · 0bff65e7
      2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
      	* Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
      	(HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
      	(HOST_LIB_PATH): Generate from Makefile.def.
      	(TARGET_LIB_PATH): Likewise.
      	(Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
      	* Makefile.in: Regenerate.
      	* configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
      	(RPATH_ENVVAR): Include Darwin case.
      	* configure: Regenerate.
      
      config:
      2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
      
      	* config/gcc-lib-path.m4: Remove.
      
      gcc:
      2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc/aclocal.m4: Do not include config/gcc-lib-path.m4.
      	* gcc/Makefile.in: Do not @set_gcc_lib_path@.
      	* gcc/configure.ac (TL_AC_GNU_MAKE_GCC_LIB_PATH): Remove.
      	* gcc/configure: Regenerate.
      
      From-SVN: r97249
      Paolo Bonzini committed
  10. 21 Mar, 2005 1 commit
    • gxx-include-dir.m4: In all substitutions, leave $(gcc_version) to be expanded by the Makefile. · e9bbd9d7
      config:
      	* gxx-include-dir.m4: In all substitutions, leave $(gcc_version)
      	to be expanded by the Makefile.
      libjava:
      	* configure.ac: Do not invoke TL_AC_GCC_VERSION.  Do not
      	set tool_include_dir.  In all substitutions, leave $(gcc_version)
      	to be expanded by the Makefile.
      	* aclocal.m4, configure: Regenerate.
      	* Makefile.am: Set gcc_version.  Replace all uses of
      	@gcc_version@ with $(gcc_version).
      	* external/Makefile.am, external/sax/Makefile.am
      	* external/w3c_dom/Makefile.am, gcj/Makefile.am
      	* testsuite/Makefile.am: Set gcc_version.
      	* include/Makefile.am: Set gcc_version and tool_include_dir.
      	* Makefile.in, external/Makefile.in, external/sax/Makefile.in
      	* external/w3c_dom/Makefile.in, gcj/Makefile.in, include/Makefile.in
      	* testsuite/Makefile.in: Regenerate.
      
      From-SVN: r96825
      Zack Weinberg committed
  11. 16 Mar, 2005 1 commit
    • gcc-version.m4: Delete. · a1286ef5
      config:
      	* gcc-version.m4: Delete.
      fastjar:
      	* Makefile.am (fastjar_TEXINFOS): Add gcc-vers.texi.
      	(BASEVER, DEVPHASE): New variables.
      	(POD2MAN): Adjust setting of --release option.
      	(fastjar.1, grepjar.1, gcc-vers.texi): New rules.
      	* Makefile.in: Regenerate.
      	* configure.ac: Do not invoke TL_AC_GCC_VERSION.
      	* aclocal.m4, configure: Regenerate.
      gcc:
      	* BASE-VER, DATESTAMP, DEV-PHASE: New files.
      	* Makefile.in (gcc_version, gcc_version_trigger, ): Delete.
      	(BASEVER, DEVPHASE, DATESTAMP, BASEVER_c, DEVPHASE_c, DATESTAMP_c)
      	(BASEVER_s, DEVPHASE_s, DATESTAMP_s): New variables.
      	(version): Define using $(BASEVER_c).
      	(Makefile, config.status, build/gcov-iov.o): No longer depends on
      	version.c.
      	(version.o): Depend on version files; add custom generation command.
      	(prefix.o): Define BASEVER on command line.
      	(s-iov): Depend on version files; adjust command.
      	(TEXI_CPP_FILES, TEX_IGCC_FILES, TEXI_GCCINT_FILES, TEXI_CPPINT_FILES):
      	Add gcc-vers.texi.
      	(gcc-vers.texi): New rule.
      	(doc/%.info, doc/%.dvi): Add -I . to command line.
      	(doc/gccinstall.dvi): Likewise.
      	(PACKAGE): Delete.  All uses replaced with "gcc".
      	* aclocal.m4: Do not include gcc-version.m4.
      	* configure.ac: Do not invoke TL_AC_GCC_VERSION.
      	Do not AC_SUBST nor AC_DEFINE PACKAGE or VERSION.
      	Set is_release based on contents of DEV-PHASE.
      	Set gcc_version based on contents of BASE-VER.
      	Define WIN32_REGISTRY_KEY only if the user overrode the default.
      	* config.in, configure: Regenerate.
      	* gccbug.in: Determine version of GCC in use at runtime.
      	* gcov-iov.c: Get version number and development phase from
      	command line, not by including version.c.
      	* intl.c: Replace all uses of PACKAGE with "gcc".
      	* libada-mk.in: Delete unused "gcc_version" variable.
      	* prefix.c: Default WIN32_REGISTRY_KEY to BASEVER.
      	* version.c: (VERSUFFIX): New hook for redistributors; adjust
      	commentary to match.
      	(version_string): Put together from pieces.
      	* config/alpha/x-vms: Do not use $(gcc_version).
      	* config/i386/t-nwld: Likewise.
      	* doc/include/gcc-common.texi: Include gcc-vers.texi for
      	version-GCC and DEVELOPMENT.
      gcc/ada:
      	* Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info)
      	(doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi
      	to dependencies.
      gcc/fortran:
      	* Make-lang.in (GFORTRAN_TEXI): Add gcc-vers.texi.
      gcc/java:
      	* Make-lang.in (TEXI_JAVA_FILES): Add gcc-vers.texi.
      gcc/treelang:
      	* Make-lang.in (TEXI_TREELANG_FILES): Add gcc-vers.texi.
      libstdc++-v3:
      	* include/Makefile.am (c++config.h): Depend on DATESTAMP from gcc
      	subdirectory.  Generate #define of __GLIBCXX__ from contents of
      	that file.
      	* include/Makefile.in: Regenerate.
      	* include/bits/c++config: Do not define __GLIBCXX__.
      maintainer-scripts:
      	* README: Update.
      	* gcc_release: Update gcc/DEV-PHASE if that file exists, instead
      	of gcc/version.c.
      	* update_version: Handle updating gcc/DATESTAMP.
      	* update_web_docs: Generate gcc-vers.texi first.
      
      From-SVN: r96549
      Zack Weinberg committed
  12. 28 Feb, 2005 1 commit
    • re PR bootstrap/17383 (Building in src dir fails) · 215c351a
      2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/17383
      	* Makefile.def (target_modules): Remove "stage", now unnecessary.
      	* Makefile.tpl (HOST_SUBDIR): New substitution.
      	(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
      	USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
      	USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
      	USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
      	(Host modules, Bootstrapped modules): Use it.
      	(Build modules, Target modules): Do not create symlink trees,
      	always configure out-of-srcdir.
      	(distclean): Try removing $(host_subdir) with rm before using rm -rf.
      	* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
      	GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
      	$(HOST_SUBDIR).  Create a symlink for host_subdir.
      
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      config:
      2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/17383
      	* config/acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
      	gcc build is going.
      
      gcc:
      2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/17383
      	* gcc/Makefile.in (host_subdir): New.
      	(build_objdir): New.  Replace ../$(build_subdir) with it throughout.
      	* gcc/configure: Regenerate.
      
      libada:
      2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/17383
      	* Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
      
      libjava:
      2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/17383
      	* configure.ac: Call GCC_TOPLEV_SUBDIRS.
      	(COMPPATH): Removed.
      	(ZIP, GCJH): Replace it with ../$(host_subdir).
      	(built_gcc_dir): Add $(host_subdir).
      	* configure: Regenerate.
      	* Makefile.in, include/Makefile.in, testsuite/Makefile.in,
      	gcj/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
      	external/w3c_dom/Makefile.in: Regenerate.
      
      libobjc:
      2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR bootstrap/17383
      	* configure.ac: Call GCC_TOPLEV_SUBDIRS.
      	(Determine CFLAGS for gthread): Use $host_subdir.
      	* configure: Regenerate.
      	* Makefile.in (host_subdir): New.
      	(INCLUDES): Use it.
      
      From-SVN: r95680
      Paolo Bonzini committed
  13. 23 Jan, 2005 1 commit
  14. 03 Dec, 2004 1 commit
  15. 02 Dec, 2004 2 commits
  16. 24 Sep, 2004 2 commits
    • warnings.m4: New file. · 018a4785
      config:
      	* warnings.m4: New file.
      libcpp:
      	* configure.ac: Move AC_PROG_MAKE_SET, AC_PROG_INSTALL to
      	programs cluster. Use ACX_PROG_CC_WARNING_OPTS,
      	ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_PROG_CC_WARNINGS_ARE_ERRORS.
      	* aclocal.m4, configure: Regenerate.
      	* init.c: Include localedir.h.
      	* Makefile.in (WARN_CFLAGS, ALL_CFLAGS): New variables.
      	(DEFS): Delete.
      	(.c.o): Use $(ALL_CFLAGS).
      	(localedir.h, localedir.hs): New rules.
      	(clean): Use rm -rf to remove directories.
      	(distclean): Also delete localedir.h and localedir.hs.
      	(init.o): Update dependencies.
      
      From-SVN: r88074
      Zack Weinberg committed
    • re PR bootstrap/17369 ([ia64] Bootstrap failure with binutils-2.15.90.0.1.1) · 4c4a5bbc
      2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR bootstrap/17369
      	* Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
      	(HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
      	SET_GCC_LIB_PATH_CMD.
      	(BASE_TARGET_EXPORTS): Likewise.
      	* Makefile.in: Regenerated.
      
      	* configure.in (SET_GCC_LIB_PATH): Set and substitute.
      	* configure: Regenerated.
      
      config/
      
      2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR bootstrap/17369
      	* gcc-lib-path.m4: New file.
      
      gcc/
      
      2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR bootstrap/17369
      	* Makefile.in (@set_gcc_lib_path@): Added.
      
      	* configure.ac: Include ../config/gcc-lib-path.m4. Use
      	TL_AC_GNU_MAKE_GCC_LIB_PATH.
      	* configure: Regenerated.
      
      From-SVN: r87999
      H.J. Lu committed
  17. 22 Sep, 2004 1 commit
    • gettext-sister.m4: Renamed from gettext.m4 · 88fa57d7
      config/
      2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* gettext-sister.m4: Renamed from gettext.m4
      	* codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4, po.m4,
      	inttypes.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4,
      	lib-link.m4, lib-prefix.m4, nls.m4, progtest.m4, stdint_h.m4,
      	uintmax_t.m4, ulonglong.m4: Import from gettext-0.12.1 sources.
      
      gcc/
      2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* aclocal.m4: Update for rename of gettext-sister.m4.
      
      libcpp/
      2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.in (aclocal.m4): Update dependencies.
      	* configure.ac (AC_CONFIG_MACRO_DIR): New.
      	* aclocal.m4, configure: Regenerate.
      
      intl/
      2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac (AC_CONFIG_MACRO_DIR): New.
      	(ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
      	* Makefile.in: Update with maintainer mode rules.
      	* README: Update aclocal regeneration instructions.
      	* aclocal.m4, configure: Regenerate.
      
      From-SVN: r87900
      Kelley Cook committed
  18. 20 Sep, 2004 1 commit
  19. 10 Sep, 2004 1 commit
  20. 01 Sep, 2004 2 commits
  21. 13 Aug, 2004 1 commit
  22. 03 Aug, 2004 1 commit
    • configure.in: Turn mt-linux into mt-gnu. · 98a5bb3b
      ChangeLog:
      
      2004-08-01  Robert Millan  <robertmh@gnu.org>
      
      	* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
      	libmudflap for all GNU-based systems (with Glibc).
      	* configure: Regenerate.
      
      config/ChangeLog:
      
      2004-08-01  Robert Millan  <robertmh@gnu.org>
      
      	* mt-linux: Rename to ...
      	* mt-gnu: ... this.
      
      libffi/ChangeLog:
      
      2004-08-01  Robert Millan  <robertmh@gnu.org>
      
      	* configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
      	* configure: Regenerate.
      
      From-SVN: r85501
      Robert Millan committed
  23. 09 Jun, 2004 1 commit
    • Makefile.tpl (touch-stage[+id+]): New. · ad6717df
      2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.tpl (touch-stage[+id+]): New.
      	(restage[+prev+]): Depend on touch-stage[+id+].
      
      	* Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
      	Use it throughout.
      
      	* Makefile.def: Add profile and feedback bootstrap stages.
      	Remove next field from bootstrap stages.
      	* Makefile.tpl (LN, LN_S): Substitute.
      	(stageN-start, stageN-end): Use double-colon rules, to
      	provide a hook for additional setup commands.
      	(distclean-stageN-gcc, restageN): Create dependencies from
      	[+prev+], not from [+next+].
      	(stageN-bubble): Add commands for successive stages from
      	[+prev+], using double-colon rules.
      	(all-stageN-gcc): Fix typo.
      	(stagefeedback-start, profiledbootstrap): New.
      	* Makefile.in: Regenerate.
      	* configure.in: Call ACX_PROG_LN.
      	* configure: Regenerate.
      
      config/ChangeLog:
      2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
      
      	* acx.m4 (ACX_PROG_LN): From gcc, modified to
      	accept a parameter.
      
      gcc/ChangeLog:
      2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
      
      	* aclocal.m4 (gcc_AC_PROG_LN): Remove.
      	(gcc_AC_CHECK_DECLS): Use AH_TEMPLATE to generate
      	config.in entries.
      	* configure.ac: Call ACX_PROG_LN, falling back to $LN_S
      	if hard links are not available.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      From-SVN: r82816
      Paolo Bonzini committed
  24. 24 May, 2004 1 commit
    • Makefile.def (host_modules): add libcpp. · 4f4e53dd
      ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.def (host_modules): add libcpp.
      	* Makefile.tpl: Add dependencies on and for libcpp.
      	* Makefile.in: Regenerate.
      	* configure.in: Add libcpp host module.
      	* configure: Regenerate.
      
      config/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING):
      	From gcc.
      
      gcc/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	Move libcpp to the toplevel.
      	* Makefile.in: Remove references to libcpp files,
      	use CPPLIBS instead of libcpp.a.  Define SYMTAB_H
      	and change hashtable.h to that.
      	* aclocal.m4 (gcc_AC_HEADER_STDBOOL,
      	gcc_AC_HEADER_STRING, gcc_AC_C__BOOL): Remove.
      	* configure.ac (gcc_AC_C__BOOL, HAVE_UCHAR): Remove tests.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      	* c-ppoutput.c: Include ../libcpp/internal.h instead of cpphash.h.
      	* cppcharset.c: Removed.
      	* cpperror.c: Removed.
      	* cppexp.c: Removed.
      	* cppfiles.c: Removed.
      	* cpphash.c: Removed.
      	* cpphash.h: Removed.
      	* cppinit.c: Removed.
      	* cpplex.c: Removed.
      	* cpplib.c: Removed.
      	* cpplib.h: Removed.
      	* cppmacro.c: Removed.
      	* cpppch.c: Removed.
      	* cpptrad.c: Removed.
      	* cppucnid.h: Removed.
      	* cppucnid.pl: Removed.
      	* cppucnid.tab: Removed.
      	* hashtable.c: Removed.
      	* hashtable.h: Removed.
      	* line-map.c: Removed.
      	* line-map.h: Removed.
      	* mkdeps.c: Removed.
      	* mkdeps.h: Removed.
      	* stringpool.h: Include symtab.h instead of hashtable.h.
      	* tree.h: Include symtab.h instead of hashtable.h.
      	* system.h (O_NONBLOCK, O_NOCTTY): Do not define.
      
      gcc/cp/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Make-lang.in: No need to specify $(LIBCPP).
      
      gcc/java/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Make-lang.in: Link in $(LIBCPP) instead of mkdeps.o.
      
      libcpp/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	Moved libcpp from the gcc subdirectory to the toplevel.
      	* Makefile.am: New file.
      	* Makefile.in: Regenerate.
      	* configure.ac: New file.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      	* charset.c: Moved from gcc/cppcharset.c.  Add note about
      	brokenness of input charset detection.  Adjust for change
      	in name of cppucnid.h.
      	* errors.c: Moved from gcc/cpperror.c.  Do not include intl.h.
      	* expr.c: Moved from gcc/cppexp.c.
      	* files.c: Moved from gcc/cppfiles.c.  Do not include intl.h.
      	Remove #define of O_BINARY, it is in system.h.
      	* identifiers.c: Moved from gcc/cpphash.c.
      	* internal.h: Moved from gcc/cpphash.h.  Change header
      	guard name.  All other files adjusted to match name change.
      	* init.c: Moved from gcc/cppinit.c.
      	(init_library) [ENABLE_NLS]: Call bindtextdomain.
      	* lex.c: Moved from gcc/cpplex.c.
      	* directives.c: Moved from gcc/cpplib.c.
      	* macro.c: Moved from gcc/cppmacro.c.
      	* pch.c: Moved from gcc/cpppch.c.  Do not include intl.h.
      	* traditional.c: Moved from gcc/cpptrad.c.
      	* ucnid.h: Moved from gcc/cppucnid.h.  Change header
      	guard name.
      	* ucnid.pl: Moved from gcc/cppucnid.pl.
      	* ucnid.tab: Moved from gcc/cppucnid.tab.  Change header
      	guard name.
      	* symtab.c: Moved from gcc/hashtable.c.
      	* line-map.c: Moved from gcc.  Do not include intl.h.
      	* mkdeps.c: Moved from gcc.
      	* system.h: New file.
      
      libcpp/include/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* cpplib.h: Moved from gcc.  Change header guard name.
      	* line-map.h: Moved from gcc.  Change header guard name.
      	* mkdeps.h: Moved from gcc.  Change header guard name.
      	* symtab.h: Moved from gcc/hashtable.h.  Change header
      	guard name.
      
      libcpp/po/ChangeLog:
      
      2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
      
      	* be.po: Extracted from gcc/po/be.po.
      	* ca.po: Extracted from gcc/po/ca.po.
      	* da.po: Extracted from gcc/po/da.po.
      	* de.po: Extracted from gcc/po/de.po.
      	* el.po: Extracted from gcc/po/el.po.
      	* es.po: Extracted from gcc/po/es.po.
      	* fr.po: Extracted from gcc/po/fr.po.
      	* ja.po: Extracted from gcc/po/ja.po.
      	* nl.po: Extracted from gcc/po/nl.po.
      	* sv.po: Extracted from gcc/po/sv.po.
      	* tr.po: Extracted from gcc/po/tr.po.
      
      From-SVN: r82199
      Paolo Bonzini committed
  25. 29 Apr, 2004 1 commit
  26. 16 Apr, 2004 1 commit
  27. 11 Mar, 2004 1 commit
    • (top level) · e4c9c075
      2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR ada/14131
      	Move language detection to the top level.
      	* configure.in: Find default values for the tools as
      	soon as possible.  Disable ada if GNAT is not found.
      	Emit error message about missing languages.  Expand
      	--enable-languages=all for the gcc subdirectory.
      
      (config)
      2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR ada/14131
      	Move language detection to the top level.
      	* acx.m4 (ACX_PROG_GNAT): New macro, moved here
      	from the gcc subdirectory.
      (gcc)
      2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR ada/14131
      	Move language detection to the top level.
      	* configure.ac: Remove code to detect languages,
      	it now lives exclusively in the top level.
      	* aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the
      	top level, renamed to ACX_PROG_GNAT.
      
      (gcc/ada)
      2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR ada/14131
      	Move language detection to the top level.
      	* config-lang.in: Build by default.
      
      From-SVN: r79299
      Paolo Bonzini committed
  28. 09 Mar, 2004 1 commit
  29. 06 Feb, 2004 1 commit
  30. 14 Oct, 2003 1 commit
  31. 08 Oct, 2003 1 commit
  32. 25 Sep, 2003 1 commit
  33. 27 Aug, 2003 1 commit
  34. 08 Jul, 2003 1 commit
    • Makefile.tpl (configure-gcc): Depend on maybe-configure-intl. · 56694dd9
      top:
      	* Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
      	* Makefile.in: Regenerate.
      config:
      	* gettext.m4: Delete all former contents.
      	(ZW_GNU_GETTEXT_SISTER_DIR): New macro.
      	* progtest.m4: New file.
      gcc:
      	* Makefile.in (top_builddir): Set to "..", not ".".
      	(INTLLIBS, INTLDEPS): Delete.
      	(LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
      	(LIBDEPS): Add $(LIBICONV_DEP).
      	(LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
      	(INCLUDES): Replace -I../intl with @INCINTL@.
      	($(top_builddir)/intl/libintl.a): Delete rule.
      	(stage2-start, stage3-start, stage4-start, stageprofile-start,
      	stagefeedback-start): Use $$ for variable to be evaluated by
      	shell, not make.
      	* acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
      	HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
      	* aclocal.m4: sinclude ../config/progtest.m4.  Add
      	contents of lcmessage.m4 from gettext distro.
      	* configure.in: Check for wchar.h and setlocale.  Set
      	LIBICONV_DEP to the empty string and substitute it.
      	Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
      	this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
      	not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
      	in $LIBINTL, to avoid linking it twice.
      	* configure, config.in: Regenerate.
      intl:
      	* README: Update.
      	* Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
      	mkinstalldirs, gettextsrcdir, l): Delete.
      	(COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
      	(HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
      	(SOURCES): Remove os2compat.c.
      	(DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
      	DEFS-relocatable.o): New.
      	(all-yes): Add config.intl.
      	(libintl.h): Use cp, not cat.
      	(INCLUDES): Remove -I..
      	(TAGS, CTAGS, ID): Word wrap.
      	(mostlyclean, distclean): Remove junk.
      	(config.intl): New rule.
      	* aclocal.m4: sinclude ../config/progtest.m4 instead of
      	including it inline.
      	* config.intl.in: New file.
      	* configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
      	Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
      	LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
      	them.  Add config.intl to AC_OUTPUT.
      	* os2compat.c, os2compat.h: Delete, unused.
      
      From-SVN: r69071
      Zack Weinberg committed
  35. 04 Jul, 2003 1 commit
    • intl: New directory; see intl/ChangeLog for details. · 6eb95e99
      top:
      	* intl: New directory; see intl/ChangeLog for details.
      	* ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
      	* Makefile.tpl: all-gcc depends on maybe-all-intl.
      	* Makefile.in: Regenerate.
      config:
      	* gettext.m4: New file - copy of gettext.m4 from binutils
      	CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4.
      gcc:
      	* ABOUT-NLS: Delete.
      	* intl: Delete entire directory.
      	* aclocal.m4: Include ../config/gettext.m4.  Delete
      	AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
      	AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
      	* configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
      	Remove intl/Makefile from all_outputs.
      	* configure, config.in: Regenerate.
      	* Makefile.in: Expunge all references to intl subdirectory.
      	Add -I../intl to INCLUDES.
      	* intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
      intl:
      	* Makefile.in: Remove unnecessary capabilities for
      	installation, build of shared libraries, generation of
      	distribution tarballs, etc.  Fix all the places that rely on
      	the parent directory.  Don't generate libgnuintl.h from
      	anything; do generate $(objdir)/libintl.h from libgnuintl.h if
      	necessary.  Adjust DEFS for use of config.h.
      	* libgnuintl.h.in: Rename libgnuintl.h.
      	* README: New file.
      	* config.charset, ref-add.sin, ref-del.sin: Delete (unused).
      	* COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
      	* aclocal.m4: New; generated per instructions in gettext manual.
      	* configure.in: New; written from scratch for this configuration.
      	* configure, config.h.in: Generated.
      contrib:
      	* gcc_update: Remove gcc/intl/plural.c from list.
      	Add new generated files intl/plural.c, intl/configure,
      	intl/config.h.in.
      
      From-SVN: r68928
      Zack Weinberg committed
  36. 19 May, 2003 1 commit