use gdb_string.h in m32c-tdep.c

m32c-tdep.c is the last user of HAVE_STRING_H in gdb proper.  It
really ought to be using gdb_string.h instead, as the rest of gdb
does.

2013-11-08  Tom Tromey  <tromey@redhat.com>

	* m32c-tdep.c: Use gdb_string.h.
This commit is contained in:
Tom Tromey 2013-11-05 09:48:26 -07:00
parent 9b4bea7218
commit 6970667963
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2013-11-08 Tom Tromey <tromey@redhat.com>
* m32c-tdep.c: Use gdb_string.h.
2013-11-08 Tom Tromey <tromey@redhat.com>
* configure, config.in: Rebuild.

View file

@ -21,10 +21,7 @@
#include <stdarg.h>
#if defined (HAVE_STRING_H)
#include <string.h>
#endif
#include "gdb_string.h"
#include "gdb_assert.h"
#include "elf-bfd.h"
#include "elf/m32c.h"