Compute the function length instead of hard coding it
[deliverable/binutils-gdb.git] / gdb / ppcfbsd-tdep.c
index f9e04341534ee599637ba57e45769ba7fa329f56..a03c6a97954bd95f80e1afec7c3e4d3f666c54b4 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for PowerPC systems running FreeBSD.
 
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2013-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -31,7 +31,7 @@
 #include "trad-frame.h"
 
 #include "gdb_assert.h"
-#include "gdb_string.h"
+#include <string.h>
 
 #include "ppc-tdep.h"
 #include "ppc64-tdep.h"
This page took 0.024817 seconds and 4 git commands to generate.