Browse Source

* copyright.sh (prunes): Add step-line.inp and step-line.c.

drow-reverse-20070409-branch
Daniel Jacobowitz 20 years ago
parent
commit
85bb071872
  1. 4
      gdb/ChangeLog
  2. 5
      gdb/copyright.sh
  3. 3
      gdb/testsuite/gdb.base/step-line.c
  4. 3
      gdb/testsuite/gdb.base/step-line.inp

4
gdb/ChangeLog

@ -1,3 +1,7 @@
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

5
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
"
####

3
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.

3
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

Loading…
Cancel
Save