Fix formating in copyright headers.
authorPedro Alves <palves@redhat.com>
Fri, 7 Jun 2013 14:39:33 +0000 (14:39 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 7 Jun 2013 14:39:33 +0000 (14:39 +0000)
File list found with:
$ grep "along with this program" * -A 1 -rn \
| grep "*/" \
| grep -v "along with this program" \
| sed 's,-[0-9]\+-.*,,g'

Tested on x86_64 Fedora 17.

gdb/
2013-06-07  Pedro Alves  <palves@redhat.com>

* darwin-nat.c: Fix formating in copyright header.
* darwin-nat.h: Likewise.
* gnu-nat.c: Likewise.
* machoread.c: Likewise.

gdb/testsuite/
2013-06-07  Pedro Alves  <palves@redhat.com>

* gdb.ada/info_types.c: Fix formating in copyright header.
* gdb.base/break-on-linker-gcd-function.cc: Likewise.
* gdb.base/float.c: Likewise.
* gdb.base/inferior-died.c: Likewise.
* gdb.base/interp.c: Likewise.
* gdb.base/jit-main.c: Likewise.
* gdb.base/jit-solib.c: Likewise.
* gdb.base/long_long.c: Likewise.
* gdb.base/longjmp.c: Likewise.
* gdb.base/nextoverexit.c: Likewise.
* gdb.base/pr11022.c: Likewise.
* gdb.base/prelink-lib.c: Likewise.
* gdb.base/prelink.c: Likewise.
* gdb.base/prologue.c: Likewise.
* gdb.base/restore.c: Likewise.
* gdb.base/sigchld.c: Likewise.
* gdb.base/solib-search-lib1.c: Likewise.
* gdb.base/solib-search-lib2.c: Likewise.
* gdb.base/solib-search.c: Likewise.
* gdb.base/solib-search.h: Likewise.
* gdb.base/whatis.c: Likewise.
* gdb.cp/abstract-origin.cc: Likewise.
* gdb.cp/anon-struct.cc: Likewise.
* gdb.cp/baseenum.cc: Likewise.
* gdb.cp/bs15503.cc: Likewise.
* gdb.cp/call-c-1.c: Likewise.
* gdb.cp/call-c.cc: Likewise.
* gdb.cp/class2.cc: Likewise.
* gdb.cp/classes.cc: Likewise.
* gdb.cp/cttiadd.cc: Likewise.
* gdb.cp/cttiadd1.cc: Likewise.
* gdb.cp/cttiadd2.cc: Likewise.
* gdb.cp/cttiadd3.cc: Likewise.
* gdb.cp/derivation.cc: Likewise.
* gdb.cp/derivation2.cc: Likewise.
* gdb.cp/dispcxx.cc: Likewise.
* gdb.cp/exception.cc: Likewise.
* gdb.cp/gdb2384-base.cc: Likewise.
* gdb.cp/gdb2384-base.h: Likewise.
* gdb.cp/gdb2384.cc: Likewise.
* gdb.cp/gdb2495.cc: Likewise.
* gdb.cp/mb-inline.h: Likewise.
* gdb.cp/mb-inline1.cc: Likewise.
* gdb.cp/mb-inline2.cc: Likewise.
* gdb.cp/member-name.cc: Likewise.
* gdb.cp/member-ptr.cc: Likewise.
* gdb.cp/misc.cc: Likewise.
* gdb.cp/namespace1.cc: Likewise.
* gdb.cp/nextoverthrow.cc: Likewise.
* gdb.cp/pr-574.cc: Likewise.
* gdb.cp/pr9631.cc: Likewise.
* gdb.cp/printmethod.cc: Likewise.
* gdb.cp/psmang1.cc: Likewise.
* gdb.cp/psmang2.cc: Likewise.
* gdb.cp/psymtab-parameter.cc: Likewise.
* gdb.cp/ptype-flags.cc: Likewise.
* gdb.cp/ref-params.cc: Likewise.
* gdb.cp/ref-types.cc: Likewise.
* gdb.cp/smartp.cc: Likewise.
* gdb.cp/try_catch.cc: Likewise.
* gdb.cp/userdef.cc: Likewise.
* gdb.cp/using-crash.cc: Likewise.
* gdb.cp/virtfunc.cc: Likewise.
* gdb.cp/virtfunc2.cc: Likewise.
* gdb.dwarf2/callframecfa.S: Likewise.
* gdb.dwarf2/dw2-ranges.c: Likewise.
* gdb.dwarf2/dw2-ranges2.c: Likewise.
* gdb.dwarf2/dw2-ranges3.c: Likewise.
* gdb.dwarf2/dw2-restore.S: Likewise.
* gdb.dwarf2/pieces.S: Likewise.
* gdb.dwarf2/valop.S: Likewise.
* gdb.java/jnpe.java: Likewise.
* gdb.mi/mi-stepn.c: Likewise.
* gdb.mi/mi-var-cp.cc: Likewise.
* gdb.mi/mi-var-rtti.cc: Likewise.
* gdb.mi/ns-stale-regcache.c: Likewise.
* gdb.mi/pr11022.c: Likewise.
* gdb.mi/solib-lib.c: Likewise.
* gdb.mi/solib-main.c: Likewise.
* gdb.python/py-arch.c: Likewise.
* gdb.python/py-block.c: Likewise.
* gdb.python/py-breakpoint.c: Likewise.
* gdb.python/py-events.c: Likewise.
* gdb.python/py-evthreads.c: Likewise.
* gdb.python/py-explore.c: Likewise.
* gdb.python/py-explore.cc: Likewise.
* gdb.python/py-finish-breakpoint.c: Likewise.
* gdb.python/py-finish-breakpoint2.cc: Likewise.
* gdb.python/py-symbol.c: Likewise.
* gdb.threads/execl.c: Likewise.
* gdb.threads/execl1.c: Likewise.

97 files changed:
gdb/ChangeLog
gdb/darwin-nat.c
gdb/darwin-nat.h
gdb/gnu-nat.c
gdb/machoread.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/info_types.c
gdb/testsuite/gdb.base/break-on-linker-gcd-function.cc
gdb/testsuite/gdb.base/float.c
gdb/testsuite/gdb.base/inferior-died.c
gdb/testsuite/gdb.base/interp.c
gdb/testsuite/gdb.base/jit-main.c
gdb/testsuite/gdb.base/jit-solib.c
gdb/testsuite/gdb.base/long_long.c
gdb/testsuite/gdb.base/longjmp.c
gdb/testsuite/gdb.base/nextoverexit.c
gdb/testsuite/gdb.base/pr11022.c
gdb/testsuite/gdb.base/prelink-lib.c
gdb/testsuite/gdb.base/prelink.c
gdb/testsuite/gdb.base/prologue.c
gdb/testsuite/gdb.base/restore.c
gdb/testsuite/gdb.base/sigchld.c
gdb/testsuite/gdb.base/solib-search-lib1.c
gdb/testsuite/gdb.base/solib-search-lib2.c
gdb/testsuite/gdb.base/solib-search.c
gdb/testsuite/gdb.base/solib-search.h
gdb/testsuite/gdb.base/whatis.c
gdb/testsuite/gdb.cp/abstract-origin.cc
gdb/testsuite/gdb.cp/anon-struct.cc
gdb/testsuite/gdb.cp/baseenum.cc
gdb/testsuite/gdb.cp/bs15503.cc
gdb/testsuite/gdb.cp/call-c-1.c
gdb/testsuite/gdb.cp/call-c.cc
gdb/testsuite/gdb.cp/class2.cc
gdb/testsuite/gdb.cp/classes.cc
gdb/testsuite/gdb.cp/cttiadd.cc
gdb/testsuite/gdb.cp/cttiadd1.cc
gdb/testsuite/gdb.cp/cttiadd2.cc
gdb/testsuite/gdb.cp/cttiadd3.cc
gdb/testsuite/gdb.cp/derivation.cc
gdb/testsuite/gdb.cp/derivation2.cc
gdb/testsuite/gdb.cp/dispcxx.cc
gdb/testsuite/gdb.cp/exception.cc
gdb/testsuite/gdb.cp/gdb2384-base.cc
gdb/testsuite/gdb.cp/gdb2384-base.h
gdb/testsuite/gdb.cp/gdb2384.cc
gdb/testsuite/gdb.cp/gdb2495.cc
gdb/testsuite/gdb.cp/mb-inline.h
gdb/testsuite/gdb.cp/mb-inline1.cc
gdb/testsuite/gdb.cp/mb-inline2.cc
gdb/testsuite/gdb.cp/member-name.cc
gdb/testsuite/gdb.cp/member-ptr.cc
gdb/testsuite/gdb.cp/misc.cc
gdb/testsuite/gdb.cp/namespace1.cc
gdb/testsuite/gdb.cp/nextoverthrow.cc
gdb/testsuite/gdb.cp/pr-574.cc
gdb/testsuite/gdb.cp/pr9631.cc
gdb/testsuite/gdb.cp/printmethod.cc
gdb/testsuite/gdb.cp/psmang1.cc
gdb/testsuite/gdb.cp/psmang2.cc
gdb/testsuite/gdb.cp/psymtab-parameter.cc
gdb/testsuite/gdb.cp/ptype-flags.cc
gdb/testsuite/gdb.cp/ref-params.cc
gdb/testsuite/gdb.cp/ref-types.cc
gdb/testsuite/gdb.cp/smartp.cc
gdb/testsuite/gdb.cp/try_catch.cc
gdb/testsuite/gdb.cp/userdef.cc
gdb/testsuite/gdb.cp/using-crash.cc
gdb/testsuite/gdb.cp/virtfunc.cc
gdb/testsuite/gdb.cp/virtfunc2.cc
gdb/testsuite/gdb.dwarf2/callframecfa.S
gdb/testsuite/gdb.dwarf2/dw2-ranges.c
gdb/testsuite/gdb.dwarf2/dw2-ranges2.c
gdb/testsuite/gdb.dwarf2/dw2-ranges3.c
gdb/testsuite/gdb.dwarf2/dw2-restore.S
gdb/testsuite/gdb.dwarf2/pieces.S
gdb/testsuite/gdb.dwarf2/valop.S
gdb/testsuite/gdb.java/jnpe.java
gdb/testsuite/gdb.mi/mi-stepn.c
gdb/testsuite/gdb.mi/mi-var-cp.cc
gdb/testsuite/gdb.mi/mi-var-rtti.cc
gdb/testsuite/gdb.mi/ns-stale-regcache.c
gdb/testsuite/gdb.mi/pr11022.c
gdb/testsuite/gdb.mi/solib-lib.c
gdb/testsuite/gdb.mi/solib-main.c
gdb/testsuite/gdb.python/py-arch.c
gdb/testsuite/gdb.python/py-block.c
gdb/testsuite/gdb.python/py-breakpoint.c
gdb/testsuite/gdb.python/py-events.c
gdb/testsuite/gdb.python/py-evthreads.c
gdb/testsuite/gdb.python/py-explore.c
gdb/testsuite/gdb.python/py-explore.cc
gdb/testsuite/gdb.python/py-finish-breakpoint.c
gdb/testsuite/gdb.python/py-finish-breakpoint2.cc
gdb/testsuite/gdb.python/py-symbol.c
gdb/testsuite/gdb.threads/execl.c
gdb/testsuite/gdb.threads/execl1.c

index b3e441756aa0ac1d35860db71fb1d7e90f0a334c..f13c51399dccb591de530a460e9810183d4b43fd 100644 (file)
@@ -1,3 +1,10 @@
+2013-06-07  Pedro Alves  <palves@redhat.com>
+
+       * darwin-nat.c: Fix formating in copyright header.
+       * darwin-nat.h: Likewise.
+       * gnu-nat.c: Likewise.
+       * machoread.c: Likewise.
+
 2013-06-07  Pedro Alves  <palves@redhat.com>
 
        PR server/14823
index a2da9242ee80f44f378ff6beb7bc0255b4ef5800..cbf1f787b426d3f1f384c9bab39ab34f51b32631 100644 (file)
@@ -16,8 +16,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
 #include "top.h"
index 307f616e67927000fc83b5a2c4a0d0d5dda2b55e..f89fc512807bf34067c266cd0775180b47d8b34f 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef __DARWIN_NAT_H__
 #define __DARWIN_NAT_H__
index ee2a3cf5ac93491750d7fde9772ee1b9cc3b455c..59d2f2383df5a686daed1f29683b795d7f4a1348 100644 (file)
@@ -18,8 +18,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
 
index 9877f07b4d343df6aad6c30bd9b2639be3797108..7a4f0c37a0bedf68dac644f26da52c6c4302e15e 100644 (file)
@@ -16,8 +16,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
 #include "symtab.h"
index 2c1a69a6563da766616557d65784e00bd504c7c2..1831880f8e40167c106b40735844fe90fb9ae7b0 100644 (file)
@@ -1,3 +1,97 @@
+2013-06-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.ada/info_types.c: Fix formating in copyright header.
+       * gdb.base/break-on-linker-gcd-function.cc: Likewise.
+       * gdb.base/float.c: Likewise.
+       * gdb.base/inferior-died.c: Likewise.
+       * gdb.base/interp.c: Likewise.
+       * gdb.base/jit-main.c: Likewise.
+       * gdb.base/jit-solib.c: Likewise.
+       * gdb.base/long_long.c: Likewise.
+       * gdb.base/longjmp.c: Likewise.
+       * gdb.base/nextoverexit.c: Likewise.
+       * gdb.base/pr11022.c: Likewise.
+       * gdb.base/prelink-lib.c: Likewise.
+       * gdb.base/prelink.c: Likewise.
+       * gdb.base/prologue.c: Likewise.
+       * gdb.base/restore.c: Likewise.
+       * gdb.base/sigchld.c: Likewise.
+       * gdb.base/solib-search-lib1.c: Likewise.
+       * gdb.base/solib-search-lib2.c: Likewise.
+       * gdb.base/solib-search.c: Likewise.
+       * gdb.base/solib-search.h: Likewise.
+       * gdb.base/whatis.c: Likewise.
+       * gdb.cp/abstract-origin.cc: Likewise.
+       * gdb.cp/anon-struct.cc: Likewise.
+       * gdb.cp/baseenum.cc: Likewise.
+       * gdb.cp/bs15503.cc: Likewise.
+       * gdb.cp/call-c-1.c: Likewise.
+       * gdb.cp/call-c.cc: Likewise.
+       * gdb.cp/class2.cc: Likewise.
+       * gdb.cp/classes.cc: Likewise.
+       * gdb.cp/cttiadd.cc: Likewise.
+       * gdb.cp/cttiadd1.cc: Likewise.
+       * gdb.cp/cttiadd2.cc: Likewise.
+       * gdb.cp/cttiadd3.cc: Likewise.
+       * gdb.cp/derivation.cc: Likewise.
+       * gdb.cp/derivation2.cc: Likewise.
+       * gdb.cp/dispcxx.cc: Likewise.
+       * gdb.cp/exception.cc: Likewise.
+       * gdb.cp/gdb2384-base.cc: Likewise.
+       * gdb.cp/gdb2384-base.h: Likewise.
+       * gdb.cp/gdb2384.cc: Likewise.
+       * gdb.cp/gdb2495.cc: Likewise.
+       * gdb.cp/mb-inline.h: Likewise.
+       * gdb.cp/mb-inline1.cc: Likewise.
+       * gdb.cp/mb-inline2.cc: Likewise.
+       * gdb.cp/member-name.cc: Likewise.
+       * gdb.cp/member-ptr.cc: Likewise.
+       * gdb.cp/misc.cc: Likewise.
+       * gdb.cp/namespace1.cc: Likewise.
+       * gdb.cp/nextoverthrow.cc: Likewise.
+       * gdb.cp/pr-574.cc: Likewise.
+       * gdb.cp/pr9631.cc: Likewise.
+       * gdb.cp/printmethod.cc: Likewise.
+       * gdb.cp/psmang1.cc: Likewise.
+       * gdb.cp/psmang2.cc: Likewise.
+       * gdb.cp/psymtab-parameter.cc: Likewise.
+       * gdb.cp/ptype-flags.cc: Likewise.
+       * gdb.cp/ref-params.cc: Likewise.
+       * gdb.cp/ref-types.cc: Likewise.
+       * gdb.cp/smartp.cc: Likewise.
+       * gdb.cp/try_catch.cc: Likewise.
+       * gdb.cp/userdef.cc: Likewise.
+       * gdb.cp/using-crash.cc: Likewise.
+       * gdb.cp/virtfunc.cc: Likewise.
+       * gdb.cp/virtfunc2.cc: Likewise.
+       * gdb.dwarf2/callframecfa.S: Likewise.
+       * gdb.dwarf2/dw2-ranges.c: Likewise.
+       * gdb.dwarf2/dw2-ranges2.c: Likewise.
+       * gdb.dwarf2/dw2-ranges3.c: Likewise.
+       * gdb.dwarf2/dw2-restore.S: Likewise.
+       * gdb.dwarf2/pieces.S: Likewise.
+       * gdb.dwarf2/valop.S: Likewise.
+       * gdb.java/jnpe.java: Likewise.
+       * gdb.mi/mi-stepn.c: Likewise.
+       * gdb.mi/mi-var-cp.cc: Likewise.
+       * gdb.mi/mi-var-rtti.cc: Likewise.
+       * gdb.mi/ns-stale-regcache.c: Likewise.
+       * gdb.mi/pr11022.c: Likewise.
+       * gdb.mi/solib-lib.c: Likewise.
+       * gdb.mi/solib-main.c: Likewise.
+       * gdb.python/py-arch.c: Likewise.
+       * gdb.python/py-block.c: Likewise.
+       * gdb.python/py-breakpoint.c: Likewise.
+       * gdb.python/py-events.c: Likewise.
+       * gdb.python/py-evthreads.c: Likewise.
+       * gdb.python/py-explore.c: Likewise.
+       * gdb.python/py-explore.cc: Likewise.
+       * gdb.python/py-finish-breakpoint.c: Likewise.
+       * gdb.python/py-finish-breakpoint2.cc: Likewise.
+       * gdb.python/py-symbol.c: Likewise.
+       * gdb.threads/execl.c: Likewise.
+       * gdb.threads/execl1.c: Likewise.
+
 2013-06-07  Will Newton  <will.newton@linaro.org>
 
        * gdb.base/long_long.exp: Fix ARM EABI target glob.
index b51ad97e3f3d367f3711ffc330b58e0c637eecb8..fedd1d4f5497ff9661723de849b4b3fa752cc955 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 typedef int new_integer_type;
 
index 4dee6f9f31c3e39aefd10f051784bb59877e9688..b0529282330f4894b24541d1194e3a0c3bfed06b 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Test case for PR gdb/12528
 
index 743ecbdf09f383f2f272e8cab72482fbc194148a..532aeaf7f954ddd6086ba37ba366184624c5cc38 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 float
 foo ()
index d457fecf1c7ccfc4f15b85a11491020be2b2fef0..7797b7146fadb141a38865024fba8b492a550a25 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdlib.h>
 #include <sys/types.h>
index dd7208fcab5ec81c1146601b89a05793ceb1c414..23dc540ab904bad63c7b3a519d42709b97741798 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int
 main (int argc, const char **argv)
index 5e45b4a4bfe80fef8b2a5aef97e2c99cfd0144fd..f024814fbe4bdd0cf1d45f034376e188ee5f176f 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Simulate loading of JIT code.  */
 
index d01a264207e13a7a7bdcb7f49c6d322f9ab88d44..b7c890d09e5ac233d8e8d8c2a2de6db4c2e80aea 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This simulates a JIT library.  The function is "renamed" after being
    loaded into memory.  */
index 6b8180a46507d9f8b306177577e8223cabfe88f1..83d0c63e022e1b155da3386a088405c6b3fb7f6f 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test long long expression; test printing in general.
  *
index 5ff655752ecbf187678a4c0e977e6a703f98a96d..327d26a0ee31675c2156631904393d69846f3f97 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 
index eecd542997e60efa1942e5ae882958fdb63e328d..4b46cd9ab8aaeb011050aea09245d8647120ab26 100644 (file)
@@ -11,8 +11,7 @@
  GNU General Public License for more details.
 
  You should have received a copy of the GNU General Public License
- along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdlib.h> 
 
index c5741cf334acb54b7a7fef4d17256ca410eaa250..690e0c4a2d4bafb695610d49df843c79ae7eff83 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int x;
 
index ce85fa022c86a6832093398c5297744d3c3834f9..0265fdc86c295c698fad915263f69b4596c4c8d2 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int copyreloc = 1;
 
index 67d5de4463e5b60b3a9a892ff0ac63fc586b6e44..7205555aecba00d106f0941bcd0ba4d9e5cdcd47 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 
index 13f28d0b3479d99b6da345b263dfb2fea83667cc..f109ac0cfd302230b83977b34e04c024137dafd2 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int leaf (void)
 {
index 526be5fb226b073b44a0fd265b0c9a6288d46e3d..4773e02509f516042e4d48ea8aab88a3f3270fbd 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test GDB's ability to restore saved registers from stack frames
    when using the `return' command.
index 6fcea7370dd0d157f026c75bf082111747b622e1..731ab755d9e44733484bfa1715e7736addc8bd81 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Check that GDB isn't messing the SIGCHLD mask while creating an
    inferior.  */
index 38c748e4e6c2f043a6bc5b68db75207d3eb6d54b..2cf021fc5b4f69a625a5251f6d164afe590ca902 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "solib-search.h"
 
index 6fc08abc1b36017d74b02bccd99ed1c5374e6241..615c6f823d2c7563fcd0efc18d727fcbf1393050 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "solib-search.h"
 
index 106c6eadfbc31f325a6c6403f0fde4eac33fe541..f0a38b3f03d83c5754381438027ac85b7f8ded0a 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "solib-search.h"
 
index b75d4ff9944651f9158866e678676ca7de408800..80408edd183dd6b4cf7c1d01828db75ec3a6db38 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef GDB_BASE_SOLIB_SEARCH_H
 #define GDB_BASE_SOLIB_SEARCH_H
index a29cf11e8c5a9ed9e32540cf9136f6335b3f5671..4636aaffcaa3833f08f7d8462cced352cd173815 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /*
  *     Test file with lots of different types, for testing the
index 72c8572902094c61a48b36c6496ddf9840d10be2..cf42c02449b5739053358addbdc9c824d14c0316 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern void f (int *);
 
index 079e58af729480a026b42aa433d5f0e871440b90..6b9d6f9b1e49e5c69ef8174552cc0b2945f09d1c 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 class C {
 public:
index f8be2abf9deea65fe5e02fe41e1c604dc8b6d43d..66e30db5842d0f29b460abef150a1325c6299773 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 class A
 {
index 779461dee2dc64acc289e0918001b9e738ade175..cb08910ffe908df7fed3c58b42aecdcf095c8299 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <string>
 #include <iostream>
index ff825db35388e45137fd73063d5859af85bd86e8..f551e809965167e1594ec37046b4bd5183526a96 100644 (file)
@@ -13,7 +13,6 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int foo(int x) { return x; }
index 4f559f23a894d05e17a1e6864213c3c4bedafe7c..f4da900214ba1520f17cef48d24d4f8b6f91305c 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int func(int x)
 {
index 97c44de53ff659100a4e050de7adf72e017510f4..5b20984428166d168119ec5728df1685fc1b4ad2 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct A
 {
index c508f930464aa29263557854355a5c78afecefea..56efc70161b07f27bae0b5d582d81b8893985e76 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Test various -*- C++ -*- things.
 
index 90f13b540d3b7c2cc96c3356fcbdc90b05b869d9..543212ba437a0e6223865d4ee16dfc87bcf61574 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<class T> T add(T v1, T v2)
 {
index 3a1b9380fcaf5d6c61d381d4545a759b09b9d60a..47de6799fb9f2d4167175a532ba691740d33609a 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<class T> T add(T v1, T v2);
 
index f8c6ae992abc53b9767dda177df0e22a312bda0e..ded4c78db0466390e3fd0f374062c8882071d8fc 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<class T> T add2(T v1, T v2)
 {
index c50d2b0b40c288ac911d28e7354dd7c54e36eaca..4b19a3c6d8df84b1b0837a10cdf5c44b1ec32963 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<class T> T add3(T v1, T v2)
 {
index 2fefe79dedbaea299fa5b7470516ba230c704064..fbd75cc1ea8ccafb8d27eb1e0b59c72290cc2b14 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern void foo2 (); /* from derivation2.cc */
 
index b26cb637aa293d992c1872f9ed0b960ab449318e..51df87aa6537ee5e5b04c1ed33e0ee5a1081c18e 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* A copy of some classes in derivation.cc so that we can test symbol lookup
    in other CUs.  */
index fe5a7a698c648cd05edbf2b28d83937d2096a79a..06e58e2865f9081c56855b2045ead2ea9c02cd29 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct K {
   void method () { }
index 4d5661e1d5ba09f418e768c0c58561902ae4ece4..db348cc1e0142258bd798ada4ed49f6faf82daa0 100644 (file)
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
-
-
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Test file for exception handling support.
 
index 58edc8b435c9a52e41e1349507591644bf1e0950..d0d137728fc185da678aee6f261672c6576b2d51 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "gdb2384-base.h"
 
index 8cb0d3653f2285828ea63e8e580d6f162ce47ede..c771335b4598ed634768a552055aa93cea239d08 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 namespace B{
   int x;
index e3007c4f52f4be38cc51941c630e34c2fadba612..ad330e1bb3f2de1ecbcbe1038267baf10ca0df52 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "gdb2384-base.h"
 
index 0b3b794863a43cd2db2d638ace4c6ae7b9335a19..2e487bba2b77f154deaee5da039a06cdd4e372fc 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <iostream>
 #include <signal.h>
index 1438726ed3a265225e10e3e7469b1c398b02b705..aa07a68f30eedf0c0c2580f19b5102941b59ce9c 100644 (file)
@@ -17,8 +17,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 static int
 foo (int i)
index 2290354d3bb0e85128ac0e429d5ca91a62dc02f7..186d857c5dc7883eb45d2c9e05c2de9d66e77ce5 100644 (file)
@@ -15,8 +15,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "mb-inline.h"
 
index bdfd9dc5baf6373b059d76b67b6c190a554146da..6d3a91bfee6f2103df7f7540ef4416105c3a32c0 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "mb-inline.h"
 
index 693dce8557821504f6ab84385130beabf5b7d69e..c30895ae0f94d467abfe32a07f15ac8226c8316a 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct B
 {
index a9e6308e045b1d47e188bc06f795ba2bb1caa7aa..4a34231b22cdecb78057d729ed3ef89e84adb704 100644 (file)
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
-
-
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern "C" {
 #include <stdio.h>
index 795d123f10f85413fc04afa45320826daec9e803..a94f5b84bf1813aeaefa9f2abe9e822977e17c1b 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Test various -*- C++ -*- things.
 
index e937b8eae5fb41544df321842ae93f54c55dd707..2aad60a2b2e0241dd13b1a8b98352ee10222619c 100644 (file)
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
-
-
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 namespace C
 {
index bf1e9e534e4789833f64bf6c5318ce3fef763041..3041e47eacf359cde83a25e095f81e8bb70aa96f 100644 (file)
@@ -13,8 +13,8 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
+
 #include <iostream>
 
 using namespace std;
index acd26a2c693cf570aeb87bce2b37d32ecf36ca93..d0301fd27fe2dba6a0ed68f8695e0f030ee7e21d 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /*
   An attempt to replicate PR gdb/574 with a shorter program.
index ac09f5dab61f879c3a887d225c6b95c38f8974d9..2b3cb2d98daefc962d2281e0c1647b325bbbc91a 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 namespace foo
 {
index dbb079c9ffa10ee7a3acd2381cac674b27ddfb4f..189ae2b50371c9c4b42b7debf557524ca145bd95 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Create some objects, and try to print out their methods.  */
 
index 9b76f64176e52ca46d2a535b994023480d7626b1..4b3f8ee38c68b796c3608086a8403f3e3b2774cd 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Do not move this definition into a header file!  See the comments
    in psmang.exp.  */
index c274d5ec13f69cf1abb28c093efe01643f5b0687..0636583bbe84c385cf93071f6c7e940178c51ff2 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 
index afb5afab793ed4d12912d30cfb58f4e7c0f48e0d..65d90bd0109914e6e0c3c8d7ee19b6463976cd4f 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template <typename T>
 long
index 579dc7d69c2c8be73b75a4fa5beb3b431c23db27..d8b9f34fe1a55627f9b71045011acab4aaa3db4b 100644 (file)
@@ -11,8 +11,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 template<typename S>
 class Simple
index e0a6868f850bf47bf543c7140aae30e5ccf8c9e3..aceba218cba6caee419610a0e4ceabc7601ad792 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Author: Paul N. Hilfinger, AdaCore Inc. */
 
index bae1cd295789eb9838863e7e9d543c46b2533696..485034ed3245fe257dca6ce4bc42b7cac63a9fb8 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int main2(void);
 
index 438f16785c459c20f993ccb4074952ac121bfd13..fb9865cd0d8cf05a1604c04337ec42626958fd93 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 class Type1{
   public:
index 24bc6692c8e398d5734bae11228ca6483ab3730d..262d282e1d489824ca04da9ed71bbb6ba9adef92 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <exception>
 #include <stdexcept>
index 84fca59bd886d487804cce5ca9fa93d898b85383..38dd479477e130a3e1c69083973b05f8cc442548 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <iostream>
 
index e6eca3ba8d68a7e83f934d1be4c8ff83c083da96..f53af19f1014bd2e545ff5c826bbfebb2ae6e4c1 100644 (file)
@@ -10,8 +10,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <iostream>
 using namespace std;
index 6dfb25bc93fbaee7fc0ce9923277a1958265bc25..d7a7737abfaf0e43df07b97afecf7df01f747209 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 // Pls try the following program on virtual functions and try to do print on
 //  most of the code in main().  Almost none of them works !
index 64c6b1a7f25225e6f2c593831729d03915b5ee70..2eaf5a4914a0df1b3688dc1dab70e6f127c8c3b7 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 class interface
 {
index 5d459ec1ce8e1b7390e4ed6ec137f9ab2d7b7936..add4bf0271b9ad2dc5bb1204429d6d13aa2e6ef0 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This was compiled from a trivial program just to test the
    DW_OP_call_frame_cfa operator:
index f9ebc4bcf06a3a76f72b3ef521d0b1583480218c..716d9ff484f471fdc0fb5af543ea2819af474694 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Despite the sections below will be adjacent the assembler has to produce
    DW_AT_ranges as the linker could place both sections at arbitrary locations.
index 0237445c8dc2de5a8c56f399446ea10bcfdc85bf..1afd07ebb0b41737e7c3773cca4e2fdddcd944e9 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Despite the sections below will be adjacent the assembler has to produce
    DW_AT_ranges as the linker could place both sections at arbitrary locations.
index 653f31ba2292907ea83d215b2ae8aba9324cf143..8c4727b4860f1ae1f941c5515823569bdf16d0f9 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 void
 main3 (void)
index d4865ed6041e61f89db226885845e511562240e8..6a6d746f14c59c1eee843d3e946856817a89ca59 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Compile with "gcc -nostdlib dw2-restore.S" */
 
index 7982c68790a56acba0288d873af0ca61f7f6bd8b..b92c26a1566e27f1adb1b62bad23e640c56eb305 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This was compiled with a version of gcc modified to emit better
    debuginfo for SRA'd structures.  See:
index df8e4c4e17ecb5714626d52e27e6dc08bf4aa756..f05c0d2d1b1d21b3e32425a4d37782bd7b2da528 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* This was compiled from a trivial program just to test the
    DW_OP_stack_value and DW_OP_implicit_value operators:
index 22dc32dd9bce99b53bb67cb965fd734e2ca675cb..abc240e532bc40474d3fc6ef5965488bd778fa15 100644 (file)
@@ -14,8 +14,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 public class jnpe
 {
index b0e6676731d1e17230aabfab718e2cf4355b9d96..a4f7ec8414e40179b4e95863265a677e72f991f7 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 void
 do_nothing (void)
index 91bbf719625898c7cf5613d7fdac987d4fddf13a..5c74aeca43ed5ff77ae1e20acdedee9c659ed588 100644 (file)
@@ -11,8 +11,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 void reference_update_tests ()
 {
index 040362c62de9629420cd5b5ad2bdfd843941e572..0181a7eb0ed394e2933811c7c920b2dca1a3952f 100644 (file)
@@ -11,8 +11,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct Base {
     Base() : A(1) {}
index e723f3df3a63df6fe5705e44dc9e626e803bb090..b5099b7def7aa2e7128af700755c2b68157fc3bf 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index c5741cf334acb54b7a7fef4d17256ca410eaa250..690e0c4a2d4bafb695610d49df843c79ae7eff83 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-   */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 int x;
 
index 21852d1872f23aa5a4429faa19ec2a97a1e5a27a..fd585bbb40b013326b997b9543f06a43fa7d8180 100644 (file)
@@ -11,8 +11,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 void solibfunction(void)
 {
index 765dc7adebe5ff384523bb80646979a907e503aa..1850413c6c10dc4ef5d9a9ba67e1c3de31f6e0a0 100644 (file)
@@ -11,8 +11,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 extern void solibfunction(void);
 
index e2fe55cd697dd8fed5dd7c54739d89ce88ab39f4..4a2751e796399c43ac6f7703952fb19a636a7d53 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 int
 main (void)
index 986568539176a43aed8972e2f554bc25b4736af6..d5ffa5bd92c0f47688761f4e4445d262a809496d 100644 (file)
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
-
-
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 int block_func (void)
 {
index 0a78167e4fb2e6d3302f071111120bec3a878aac..ae0a50fab8fb74eefac9e3c094bb41978ab8666c 100644 (file)
@@ -13,9 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
-
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 int result = 0;
 
index cd806c38bf5db6d1f35c00cde07ce7452d6f70a8..886c1a8e50e7bc0b13322bfe71bcba251a3e253a 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 extern void do_nothing (void);
 
index 83f0217353f77dd12f46a3ad82ca13a4a7f538cf..63ef43a8a723dd7c2a241065d26033428b078a51 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 #include <pthread.h>
index 37bccb0fcc9a644ad51df157fd9a627460a6e2ea..92019ca13a6272fe1e30f020f8108fb37ad2a42f 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #define ARRAY_SIZE 10
 
index 4b01486e1face324fe39e04eef1dadaa683e7fb2..8caf51c903838da8b5ac0b30603589076b7ac62e 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 class A {
  public:
index d08ba9417ca68cb8e164213db44c9cdab5e75ff5..6438bc7011891a877676d4040623485f3d694f9e 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 #include <stdlib.h>
index e291cdfc023e533ed4568f76951e7d0fb891c44f..dbac55e52211b854c5b3567248b2bc59311737ae 100644 (file)
@@ -13,9 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
-
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #include <iostream>
 
index ec29aa801dbcfcb44a122210b3af29238eae58d1..53b19005f6802bba3d07f50ac61cde89caf631ff 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see  <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see  <http://www.gnu.org/licenses/>.  */
 
 #ifdef __cplusplus
 class SimpleClass
index 03872f5e230f5df52b2f9b8b1938d8e3e45f5709..2b65d94d6a107bb1bf6d238d8081ff7dd2905001 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test handling thread control across an execl.  */
 
index 5af91629e2f3e65a40fd93f4b112a36bdd679959..033232248896b57a394c62df2c425455cdd17a8b 100644 (file)
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test handling thread control across an execl.  */