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:
parent
9b4bea7218
commit
6970667963
2 changed files with 5 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue