Index: gdb/testsuite/gdb.ada/info_locals_renaming/pck.ads |
diff --git a/gdb/testsuite/gdb.ada/atomic_enum/pck.ads b/gdb/testsuite/gdb.ada/info_locals_renaming/pck.ads |
similarity index 84% |
copy from gdb/testsuite/gdb.ada/atomic_enum/pck.ads |
copy to gdb/testsuite/gdb.ada/info_locals_renaming/pck.ads |
index b46b582c695a5733ea39b88620a5143dcacea605..c795c4bdd00a235fc864f6ff1862062b2bd1e5d7 100644 |
--- a/gdb/testsuite/gdb.ada/atomic_enum/pck.ads |
+++ b/gdb/testsuite/gdb.ada/info_locals_renaming/pck.ads |
@@ -1,4 +1,4 @@ |
--- Copyright 2008-2012 Free Software Foundation, Inc. |
+-- Copyright 2012 Free Software Foundation, Inc. |
-- |
-- This program is free software; you can redistribute it and/or modify |
-- it under the terms of the GNU General Public License as published by |
@@ -14,8 +14,7 @@ |
-- along with this program. If not, see <http://www.gnu.org/licenses/>. |
package Pck is |
+ Global_Variable : Integer := 1; |
- procedure Increment; |
- function Is_First return Boolean; |
- |
+ procedure Increment (I : in out Integer); |
end Pck; |