| Index: gdb/testsuite/gdb.ada/O2_float_param/caller.ads
|
| diff --git a/gdb/testsuite/gdb.ada/arrayptr/pck.ads b/gdb/testsuite/gdb.ada/O2_float_param/caller.ads
|
| similarity index 81%
|
| copy from gdb/testsuite/gdb.ada/arrayptr/pck.ads
|
| copy to gdb/testsuite/gdb.ada/O2_float_param/caller.ads
|
| index e331e60df90b22175dfa9dfa48487b6fcaf53135..e44f62b28fed64179c678aa3f6782ca2ef542660 100644
|
| --- a/gdb/testsuite/gdb.ada/arrayptr/pck.ads
|
| +++ b/gdb/testsuite/gdb.ada/O2_float_param/caller.ads
|
| @@ -1,4 +1,4 @@
|
| --- Copyright 2008-2012 Free Software Foundation, Inc.
|
| +-- Copyright 2013 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
|
| @@ -13,10 +13,7 @@
|
| -- You should have received a copy of the GNU General Public License
|
| -- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
| -with System;
|
| +package Caller is
|
| + procedure Verbose_Increment (Val : in out Float; Msg : String);
|
| +end Caller;
|
|
|
| -package Pck is
|
| -
|
| - procedure Do_Nothing (A : System.Address);
|
| -
|
| -end Pck;
|
|
|