From: Robert Dewar Date: Wed, 6 Jun 2007 10:31:28 +0000 (+0200) Subject: g-trasym.ads, [...]: Update list of supported targets Add note about symbolic traceback X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45fdc7556590a8258c78c1f722a0b836bcd7956f;p=gcc.git g-trasym.ads, [...]: Update list of supported targets Add note about symbolic traceback 2007-04-20 Robert Dewar * g-trasym.ads, g-traceb.ads: Update list of supported targets Add note about symbolic traceback From-SVN: r125425 --- 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