X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=intl%2FChangeLog;h=00827d7faeb513216f68343f53444f74d0c3bf9a;hb=5a3ca6e319583a49310067a4b47d7b0dd080c2cd;hp=a4f37eb319c5fbe1590336049efd415532f2c332;hpb=cb54886dcb525d85aca83e3d1fe9cfcf2aa0a5fb;p=binutils-gdb.git diff --git a/intl/ChangeLog b/intl/ChangeLog index a4f37eb319c..00827d7faeb 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,56 @@ +2021-06-14 Michael Forney + + * configure: Regenerate. + +2021-02-04 Nick Alcock + + * configure.ac (LIBINTL): Transform into -L/-lintl form. + * configure: Regenerate. + +2021-02-02 Nick Alcock + + * aclocal.m4: include picflag.m4. + * configure.ac (PICFLAG): Add and substitute. + * Makefile.in (PICFLAG): New. + (COMPILE): Use it. + * configure: Regenerate. + +2020-04-16 Jakub Jelinek + + PR bootstrap/92008 + * configure.ac: Remove HAVE_BISON3 AC_DEFINE. + * Makefile.in (HEADERS): Add plural-config.h. + (.y.c): Also create plural-config.h. + (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend + on plural-config.h. + (plural-config.h): Depend on plural.c. + * plural-exp.h: Include plural-config.h. Use USE_BISON3 instead + of HAVE_BISON3. + * plural.y: Use USE_BISON3 instead of HAVE_BISON3. + * configure: Regenerated. + * plural.c: Regenerated. + * config.h.in: Regenerated. + * plural-config.h: Generated. + +2020-04-16 Jakub Jelinek + + PR bootstrap/92008 + * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3 + and AC_SUBST BISON3_YES and BISON3_NO. + * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@, + add @BISON3_YES@ prefixed rule to adjust the *.y source using sed + and adjust output afterwards. + * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use + struct parse_args * type for arg instead of void *. + * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3 + directives. + (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined. + (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3 + is defined. + * plural.c: Regenerated. + * config.h.in: Regenerated. + * configure: Regenerated. + 2020-02-20 Alan Modra * aclocal.m4: Regenerate.