aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-exctra.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2015-10-16 12:25:58 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-10-16 14:25:58 +0200
commit57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09 (patch)
treeb977087bad143c37e8583e90aa75bc7979ea8b65 /gcc/ada/s-exctra.adb
parente83ed69230cd8893af4fb5309e55fcbf663be112 (diff)
downloadgcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.zip
gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.tar.gz
gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.tar.bz2
checks.adb: Fix typo.
2015-10-16 Arnaud Charlet <charlet@adacore.com> * checks.adb: Fix typo. * s-osinte-linux.ads: Add header. * projects.texi: Removed, no longer used. * s-multip.adb: Minor: fix header. * sem_ch3.adb, exp_ch7.adb, g-dirope.ads, sinfo.ads, types.ads, a-textio.adb, s-exctra.adb, ali.adb, back_end.ads, exp_intr.adb, a-tigeli.adb, exp_ch3.adb, s-os_lib.ads: Remove further references to .NET. * gnatlink.adb, opt.ads, exp_aggr.adb, s-solita.adb: Minor comment updates. From-SVN: r228880
Diffstat (limited to 'gcc/ada/s-exctra.adb')
-rw-r--r--gcc/ada/s-exctra.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/s-exctra.adb b/gcc/ada/s-exctra.adb
index 1a05cc1..c19807a 100644
--- a/gcc/ada/s-exctra.adb
+++ b/gcc/ada/s-exctra.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2000-2014, AdaCore --
+-- Copyright (C) 2000-2015, AdaCore --
-- --
-- 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- --
@@ -69,8 +69,6 @@ package body System.Exception_Traces is
(Traceback : System.Address;
Len : Natural) return String
is
- -- Note: do not use an address clause, which is not supported under .NET
-
subtype Trace_Array is Traceback_Entries.Tracebacks_Array (1 .. Len);
type Trace_Array_Access is access all Trace_Array;