From 85bb0718724d504807bbaf72244f43359217cb13 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 9 Jan 2007 21:37:30 +0000 Subject: [PATCH] * copyright.sh (prunes): Add step-line.inp and step-line.c. --- gdb/ChangeLog | 4 ++++ gdb/copyright.sh | 5 ++++- gdb/testsuite/gdb.base/step-line.c | 3 ++- gdb/testsuite/gdb.base/step-line.inp | 3 ++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eecf63952c9..46eb92983f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-01-09 Daniel Jacobowitz + + * copyright.sh (prunes): Add step-line.inp and step-line.c. + 2007-01-09 Daniel Jacobowitz * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside diff --git a/gdb/copyright.sh b/gdb/copyright.sh index 23f63363d20..4678392d4ef 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 79d20c4c8a5..f961120ab1c 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 9f3e5f8b096..f4060a94152 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 -- 2.30.2