public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1477] [Ada] Remove couple of obsolete declarations
@ 2021-06-15 10:22 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-06-15 10:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:759df6fd416d0e780ab40f1a6fc6e01130baa727

commit r12-1477-g759df6fd416d0e780ab40f1a6fc6e01130baa727
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Tue Feb 16 18:20:40 2021 +0100

    [Ada] Remove couple of obsolete declarations
    
    gcc/ada/
    
            * raise.h (_gnat_builtin_longjmp): Delete.
            (set_gnat_exit_status): Likewise.

Diff:
---
 gcc/ada/raise.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/ada/raise.h b/gcc/ada/raise.h
index 0288dd7fd93..b2793b52ded 100644
--- a/gcc/ada/raise.h
+++ b/gcc/ada/raise.h
@@ -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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-15 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 10:22 [gcc r12-1477] [Ada] Remove couple of obsolete declarations Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).