diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c974db72391..fbc99cacb63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,27 @@ +2003-07-07 Zack Weinberg <zack@codesourcery.com> + + * 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. + 2003-07-08 Nathanael Nerode <neroden@gcc.gnu.org> * fixinc/mkfixinc.sh: Remove winnt support. @@ -48,7 +72,7 @@ * print-rtl.c (print_rtx): Likewise. * print-tree.c (print_node_brief, print_node): Likewise. * system.h (HOST_PTR_PRINTF): Ensure we have a literal string. - + * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'. * config.in, configure: Regenerated. @@ -134,7 +158,7 @@ 2003-07-07 Dale Johannesen <dalej@apple.com> - * config/rs6000/darwin-tramp.asm: Fix trampolines. PR 10900. + * config/rs6000/darwin-tramp.asm: Fix trampolines. PR 10900. 2003-07-07 Andreas Jaeger <aj@suse.de> @@ -163,7 +187,7 @@ files. 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> - Eric Botcazou <ebotcazou@libertysurf.fr> + Eric Botcazou <ebotcazou@libertysurf.fr> PR optimization/11198 * alias.c (objects_must_conflict_p): Return 1 if the types have |