[Ada] Refactor repeated code for real type attributes returning integers
[gcc.git] / intl / ChangeLog
index 60822b3b6473b01a65ae0d89a1270d2a368fa209..e8f0d36d20267408a9717957f5d001cccffd767b 100644 (file)
@@ -1,3 +1,67 @@
+2020-04-16  Jakub Jelinek  <jakub@redhat.com>
+
+       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.
+
+       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-01  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * configure: Regenerate.
+
+2018-11-07  Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+        * configure: Regenerated.
+
+2018-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       PR bootstrap/82856
+       Merge from binutils-gdb:
+       2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
+       * configure: Re-generate.
+       * config.h.in: Re-generate.
+       * aclocal.m4: Re-generate.
+
+2018-09-18  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
+       dcgettext, ngettext, dngettext, dcngettext): Backport changes
+       from upstream gettext.
+
+2017-11-07  Alan Modra  <amodra@gmail.com>
+
+       * configure.ac: Invoke AM_GNU_GETTEXT with need_ngettext.
+       * configure: Regenerate.
+
 2016-11-15  Matthias Klose  <doko@ubuntu.com>
 
        * configure: Regenerate.
 
 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
 
-        * configure.ac: Point config.intl to the parent directory of
-        ${top_builddir}.
+       * configure.ac: Point config.intl to the parent directory of
+       ${top_builddir}.
        * configure: Regenerate.
 
 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>