mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Remove gdb_string.h from gdbarch.sh
This commit removes the "#include gdb_string.h" from gdbarch.sh, fixing
a small nit caused by Tom's commit
0e9f083f4c.
Checked-in as obvious.
2013-11-29 Sergio Durigan Junior <sergiodj@redhat.com>
* gdbarch.sh: Remove include of "gdb_string.h", replace by
<string.h>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2013-11-29 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* gdbarch.sh: Remove include of "gdb_string.h", replace by
|
||||
<string.h>.
|
||||
|
||||
2013-11-29 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* python/py-auto-load.c (source_section_scripts): Move comment to
|
||||
|
||||
@@ -1438,7 +1438,7 @@ cat <<EOF
|
||||
#include "floatformat.h"
|
||||
|
||||
#include "gdb_assert.h"
|
||||
#include "gdb_string.h"
|
||||
#include <string.h>
|
||||
#include "reggroups.h"
|
||||
#include "osabi.h"
|
||||
#include "gdb_obstack.h"
|
||||
|
||||
Reference in New Issue
Block a user