diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-09 21:37:30 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-09 21:37:30 +0000 |
commit | 85bb0718724d504807bbaf72244f43359217cb13 (patch) | |
tree | 4dbcee5b56c7810ba5c7e525fddba021b259ea8b | |
parent | aa28a74efb2773e42c35302b4e8a2e0510cb2858 (diff) | |
download | gdb-85bb0718724d504807bbaf72244f43359217cb13.zip gdb-85bb0718724d504807bbaf72244f43359217cb13.tar.gz gdb-85bb0718724d504807bbaf72244f43359217cb13.tar.bz2 |
* copyright.sh (prunes): Add step-line.inp and step-line.c.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/copyright.sh | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/step-line.c | 3 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/step-line.inp | 3 |
4 files changed, 12 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eecf639..46eb929 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com> + * copyright.sh (prunes): Add step-line.inp and step-line.c. + +2007-01-09 Daniel Jacobowitz <dan@codesourcery.com> + * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside exec_prefix. (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being diff --git a/gdb/copyright.sh b/gdb/copyright.sh index 23f6336..4678392 100644 --- a/gdb/copyright.sh +++ b/gdb/copyright.sh @@ -61,7 +61,8 @@ byhand=" " # Files which should not be modified, either because they are -# generated, non-FSF, or otherwise special (e.g. license text). +# generated, non-FSF, or otherwise special (e.g. license text, +# or test cases which must be sensitive to line numbering). prunes=" COPYING COPYING.LIB @@ -76,6 +77,8 @@ gdbtk gdb.gdbtk osf-share aclocal.m4 +step-line.inp +step-line.c " #### diff --git a/gdb/testsuite/gdb.base/step-line.c b/gdb/testsuite/gdb.base/step-line.c index 79d20c4..f961120 100644 --- a/gdb/testsuite/gdb.base/step-line.c +++ b/gdb/testsuite/gdb.base/step-line.c @@ -1,5 +1,6 @@ /* Test step/next in presence of #line directives. - Copyright 2001, 2007 Free Software Foundation, Inc. + Copyright 2001 + Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/testsuite/gdb.base/step-line.inp b/gdb/testsuite/gdb.base/step-line.inp index 9f3e5f8..f4060a9 100644 --- a/gdb/testsuite/gdb.base/step-line.inp +++ b/gdb/testsuite/gdb.base/step-line.inp @@ -1,5 +1,6 @@ # Test step/next in presence of #line directives -# Copyright 2001, 2007 Free Software Foundation, Inc. +# Copyright 2001 +# 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 |