diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:31:28 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:31:28 +0000 |
commit | 11edcba13cbfe05488a64b31893873e1b5f996aa (patch) | |
tree | b3bfb5b486546faa72fb7494165b7472b9498bb5 /gcc/ada/g-traceb.ads | |
parent | 9c106c0e27975584592308c14e544b6519294ecf (diff) | |
download | gcc-11edcba13cbfe05488a64b31893873e1b5f996aa.tar.gz |
2007-04-20 Robert Dewar <dewar@adacore.com>
* g-trasym.ads, g-traceb.ads: Update list of supported targets
Add note about symbolic traceback
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125425 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-traceb.ads')
-rw-r--r-- | gcc/ada/g-traceb.ads | 18 |
1 files changed, 13 insertions, 5 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; |