diff options
Diffstat (limited to 'gcc/ada/s-traent.ads')
-rw-r--r-- | gcc/ada/s-traent.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-traent.ads b/gcc/ada/s-traent.ads index cf24e0db52a..1dbb9ec15d6 100644 --- a/gcc/ada/s-traent.ads +++ b/gcc/ada/s-traent.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2003-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2003-2013, 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 -- @@ -38,7 +38,7 @@ -- version of the package, an entry is a mere code location representing the -- address of a call instruction part of the call-chain. -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; package System.Traceback_Entries is pragma Preelaborate; |