| Index: gdb/testsuite/gdb.ada/dot_all/pck.ads
|
| diff --git a/gdb/testsuite/gdb.ada/print_chars/pck.ads b/gdb/testsuite/gdb.ada/dot_all/pck.ads
|
| similarity index 93%
|
| copy from gdb/testsuite/gdb.ada/print_chars/pck.ads
|
| copy to gdb/testsuite/gdb.ada/dot_all/pck.ads
|
| index 9bfe2ed30163cf43990abe878fc040db728f92cb..771b5c1a1a128b3ffe32ff4a489f52fdef86086e 100644
|
| --- a/gdb/testsuite/gdb.ada/print_chars/pck.ads
|
| +++ b/gdb/testsuite/gdb.ada/dot_all/pck.ads
|
| @@ -1,4 +1,4 @@
|
| --- Copyright 2007-2012 Free Software Foundation, Inc.
|
| +-- Copyright 2008-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
|
| @@ -16,7 +16,7 @@
|
| with System;
|
|
|
| package Pck is
|
| -
|
| procedure Do_Nothing (A : System.Address);
|
| -
|
| end Pck;
|
| +
|
| +
|
|
|