g-trasym.ads, [...]: Update list of supported targets Add note about symbolic traceback
authorRobert Dewar <dewar@adacore.com>
Wed, 6 Jun 2007 10:31:28 +0000 (12:31 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 Jun 2007 10:31:28 +0000 (12:31 +0200)
2007-04-20  Robert Dewar  <dewar@adacore.com>

* g-trasym.ads, g-traceb.ads: Update list of supported targets
Add note about symbolic traceback

From-SVN: r125425

gcc/ada/g-traceb.ads
gcc/ada/g-trasym.ads

index 0f593fc62496ff58ea64d66ede53246304aa1499..6e34f0bb48192e02fb0b6b7982b65bd465f6ceb3 100644 (file)
@@ -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- --
 
 --  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;
index 56426332bb5b8bd1fefbd05a588ba878e04692bc..60681d381714a619b29846726d9c52ec985e3cfc 100644 (file)
@@ -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- --
 
 --  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