[Ada] Remove couple of obsolete declarations
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 16 Feb 2021 17:20:40 +0000 (18:20 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 15 Jun 2021 10:19:39 +0000 (06:19 -0400)
gcc/ada/

* raise.h (_gnat_builtin_longjmp): Delete.
(set_gnat_exit_status): Likewise.

gcc/ada/raise.h

index 0288dd7..b2793b5 100644 (file)
@@ -50,13 +50,11 @@ typedef struct Exception_Data *Exception_Id;
 
 struct Exception_Occurrence;
 
-extern void _gnat_builtin_longjmp      (void *, int);
 extern void __gnat_unhandled_terminate (void);
 extern void *__gnat_malloc             (__SIZE_TYPE__);
 extern void __gnat_free                        (void *);
 extern void *__gnat_realloc            (void *, __SIZE_TYPE__);
 extern void __gnat_finalize            (void);
-extern void set_gnat_exit_status       (int);
 extern void __gnat_set_globals         (void);
 extern void __gnat_initialize          (void *);
 extern void __gnat_init_float          (void);