Update years in copyright notice for the GDB files.
[deliverable/binutils-gdb.git] / gdb / regformats / regdat.sh
index afc9e697e82b7c729f15e5fbfc7923c4dd174fc6..8c46c58b2a27466ce6190b01f1b4ba8f896e5587 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh -u
 
 # Register protocol definitions for GDB, the GNU debugger.
-# Copyright 2001, 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright 2001-2013 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
@@ -119,8 +119,8 @@ EOF
 
 exec > new-$2
 copyright $1
+echo '#include "server.h"'
 echo '#include "regdef.h"'
-echo '#include "regcache.h"'
 echo
 offset=0
 i=0
This page took 0.03098 seconds and 4 git commands to generate.