]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/checkpoint.c: Update copyright notice. Include
authorDaniel Jacobowitz <drow@false.org>
Sun, 15 Jan 2006 18:31:55 +0000 (18:31 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 15 Jan 2006 18:31:55 +0000 (18:31 +0000)
<stdlib.h>.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/checkpoint.c

index 8eecae8b1debb9ea263397a90e64815e9448bd11..8009d88eb8cd5d61e08a811ad0731188d79467bb 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/checkpoint.c: Update copyright notice.  Include
+       <stdlib.h>.
+
 2006-01-04  Jim Blandy  <jimb@redhat.com>
 
        * gdb.asm/asm-source.exp: Independently provide default values for
index 184a68fe2a8304cc554c36b9678f749aab2c1ce3..ce57be28dadf743d3407331ac7c8391f0ff298e6 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2005 Free Software Foundation, Inc.
+   Copyright 2005, 2006 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
  
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-   Please email any bugs, comments, and/or additions to this file to:
-   bug-gdb@prep.ai.mit.edu  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA,
+   02110-1301, USA.  */
 
+#include <stdlib.h>
 #include <stdio.h>
 
 long lines = 0;