Add support to show the symbolic names of the MIPS CP1 registers.
[deliverable/binutils-gdb.git] / gdb / registry.c
index c01929b36532e504768da1682b0bcca079128725..b11656817e57a5e8a8d5cb740e2429e5dc30a149 100644 (file)
@@ -1,7 +1,6 @@
 /* Support functions for general registry objects.
 
-   Copyright (C) 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,7 +20,7 @@
 #include "defs.h"
 #include "registry.h"
 #include "gdb_assert.h"
-#include "gdb_string.h"
+#include <string.h>
 
 const struct registry_data *
 register_data_with_cleanup (struct registry_data_registry *registry,
This page took 0.024238 seconds and 4 git commands to generate.