summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/g-traceb.ads18
-rw-r--r--gcc/ada/g-trasym.ads13
2 files changed, 23 insertions, 8 deletions
diff --git a/gcc/ada/g-traceb.ads b/gcc/ada/g-traceb.ads
index 0f593fc6249..6e34f0bb481 100644
--- a/gcc/ada/g-traceb.ads
+++ b/gcc/ada/g-traceb.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1999-2005, AdaCore --
+-- Copyright (C) 1999-2007, 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- --
@@ -59,14 +59,22 @@
-- This capability is currently supported on the following targets:
--- All x86 ports
-- AiX PowerPC
-- HP-UX
--- Irix
+-- GNU/Linux x86
+-- Irix MIPS
+-- LynxOS x86
+-- Solaris x86
-- Solaris sparc
--- Tru64
+-- Tru64 alpha
+-- OpenVMS/Alpha
+-- OpenVMS/ia64
-- VxWorks PowerPC
--- VxWorks Alpha
+-- VxWorks x86
+-- Windows NT/XP
+
+-- Note: see also GNAT.Traceback.Symbolic, a child unit in file g-trasym.ads
+-- providing symbolic trace back capability for a subset of the above targets.
with System;
with Ada.Exceptions.Traceback;
diff --git a/gcc/ada/g-trasym.ads b/gcc/ada/g-trasym.ads
index 56426332bb5..60681d38171 100644
--- a/gcc/ada/g-trasym.ads
+++ b/gcc/ada/g-trasym.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1999-2006, AdaCore --
+-- Copyright (C) 1999-2007, 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- --
@@ -33,8 +33,15 @@
-- Run-time symbolic traceback support
--- Note: this is only available on selected targets. Current targets are:
--- Sparc/Solaris, GNU/Linux, SGI/IRIX, Windows NT, HP-UX, VMS, Tru64.
+-- This capability is currently supported on the following targets:
+
+-- HP-UX
+-- Irix MIPS
+-- GNU/Linux x86
+-- Solaris sparc
+-- Tru64 alpha
+-- OpenVMS/Alpha
+-- Windows NT/XP
-- The routines provided in this package assume that your application has
-- been compiled with debugging information turned on, since this information