From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id 1113B398B850; Tue, 15 Jun 2021 10:22:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1113B398B850 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1477] [Ada] Remove couple of obsolete declarations X-Act-Checkin: gcc X-Git-Author: Eric Botcazou X-Git-Refname: refs/heads/master X-Git-Oldrev: 2a344c79824904d3903805ff2c2113af64af8b16 X-Git-Newrev: 759df6fd416d0e780ab40f1a6fc6e01130baa727 Message-Id: <20210615102259.1113B398B850@sourceware.org> Date: Tue, 15 Jun 2021 10:22:59 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 10:22:59 -0000 https://gcc.gnu.org/g:759df6fd416d0e780ab40f1a6fc6e01130baa727 commit r12-1477-g759df6fd416d0e780ab40f1a6fc6e01130baa727 Author: Eric Botcazou 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);