diff options
Diffstat (limited to 'gcc/ada/s-traent-vms.ads')
-rw-r--r-- | gcc/ada/s-traent-vms.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/s-traent-vms.ads b/gcc/ada/s-traent-vms.ads index 0d27c197fff..d79e20036f5 100644 --- a/gcc/ada/s-traent-vms.ads +++ b/gcc/ada/s-traent-vms.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2003 Free Software Foundation, Inc. -- +-- Copyright (C) 2003-2005 Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -56,4 +56,3 @@ package System.Traceback_Entries is function TB_Entry_For (PC : System.Address) return Traceback_Entry; end System.Traceback_Entries; - |