OSDN Git Service

* Makefile.in (reload1.o-warn): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / ada / a-excach.adb
index 7bb0141..e10352d 100644 (file)
@@ -2,11 +2,11 @@
 --                                                                          --
 --                         GNAT COMPILER COMPONENTS                         --
 --                                                                          --
---                         ADA.EXCEPTIONS.CALL_CHAIN                        --
+--             A D A . E X C E P T I O N S . C A L L _ C H A I N            --
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1992-2005 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2005, Free Software Foundation, Inc.         --
 --                                                                          --
 -- 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- --
@@ -71,7 +71,6 @@ begin
          Exclude_Min => Code_Address_For_AAA,
          Exclude_Max => Code_Address_For_ZZZ,
          Skip_Frames => 3);
-
    end if;
 
 end Call_Chain;