re PR ada/13142 (gnat1 generating call to library 'setjmp', not using __buitin_setjmp)
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 24 Nov 2003 21:40:58 +0000 (22:40 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 24 Nov 2003 21:40:58 +0000 (22:40 +0100)
PR ada/13142
* utils.c (init_gigi_decls): Change name of built-in setjmp to
__builtin_setjmp, since this is apparently needed by recent
non Ada changes.

From-SVN: r73896

gcc/ada/ChangeLog

index 464b690e173b23113a9bb321802fb8f8b246ace3..cfa7cb39970123d74954d7813d8b8df6910e5571 100644 (file)
@@ -1,6 +1,13 @@
+2003-11-24  Arnaud Charlet <charlet@act-europe.fr>
+
+       PR ada/13142
+       * utils.c (init_gigi_decls): Change name of built-in setjmp to
+       __builtin_setjmp, since this is apparently needed by recent
+       non Ada changes.
+
 2003-11-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
-       * adadecode.c: Only include ctype.h if IN_GCC.
+       * adadecode.c: Only include ctype.h if not IN_GCC.
        (__gnat_decode): Use ISDIGIT from safe-ctype.h.
 
 2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>