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 /gdb/testsuite/gdb.base/step-line.c | |
parent | * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside (diff) | |
download | binutils-gdb-85bb0718724d504807bbaf72244f43359217cb13.tar.gz binutils-gdb-85bb0718724d504807bbaf72244f43359217cb13.tar.bz2 binutils-gdb-85bb0718724d504807bbaf72244f43359217cb13.zip |
* copyright.sh (prunes): Add step-line.inp and step-line.c.
Diffstat (limited to 'gdb/testsuite/gdb.base/step-line.c')
-rw-r--r-- | gdb/testsuite/gdb.base/step-line.c | 3 |
1 files changed, 2 insertions, 1 deletions
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. |