diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-16 14:53:03 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-16 14:53:03 +0200 |
commit | 65cddf367d0eda1283d398e9933768286c1386fd (patch) | |
tree | cbd04fbbd93f8a27552d700f1b75927c1be21334 /gcc/ada/adadecode.h | |
parent | f9105bfacd6119d197885897857f82e7a7cfdde1 (diff) | |
download | gcc-65cddf367d0eda1283d398e9933768286c1386fd.zip gcc-65cddf367d0eda1283d398e9933768286c1386fd.tar.gz gcc-65cddf367d0eda1283d398e9933768286c1386fd.tar.bz2 |
[multiple changes]
2015-10-16 Bob Duff <duff@adacore.com>
* adadecode.h, adadecode.c (ada_demangle): Remove
ada_demangle, no longer used.
* a-except-2005.adb: Bring System.Traceback.Symbolic into the
closure.
2015-10-16 Ed Schonberg <schonberg@adacore.com>
* sem_util.adb, sem_util.ads (Get_Reference_Discriminant): Utility to
locate the access discriminant that supports implicit dereference on a
record type.
(Is_OK_Variable_For_Out_Parameter): Reject other illegal uses
of Implicit_Dereference on an access_to_constant when actual
parameter is a rewritten variable or function call.
From-SVN: r228886
Diffstat (limited to 'gcc/ada/adadecode.h')
-rw-r--r-- | gcc/ada/adadecode.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ada/adadecode.h b/gcc/ada/adadecode.h index 73dda23..03848e7 100644 --- a/gcc/ada/adadecode.h +++ b/gcc/ada/adadecode.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 2001-2011, Free Software Foundation, Inc. * + * Copyright (C) 2001-2015, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -51,11 +51,6 @@ extern void __gnat_decode (const char *, char *, int); from the encoded form. The Ada encodings are described in exp_dbug.ads. */ extern void get_encoding (const char *, char *); -/* ada_demangle is added for COMPATIBILITY ONLY. It has the name of the - function used in the binutils and GDB. Always consider using __gnat_decode - instead of ada_demangle. Caller must free the pointer returned. */ -extern char *ada_demangle (const char *); - #ifdef __cplusplus } #endif |