public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit/obvious] Remove gdb_string.h from gdbarch.sh
@ 2013-11-30  3:18 Sergio Durigan Junior
  0 siblings, 0 replies; only message in thread
From: Sergio Durigan Junior @ 2013-11-30  3:18 UTC (permalink / raw)
  To: GDB Patches; +Cc: Sergio Durigan Junior

This commit removes the "#include gdb_string.h" from gdbarch.sh, fixing
a small nit caused by Tom's commit
0e9f083f4cb94a9dc861f38ba151aac06efce2b8.

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>.
---
 gdb/ChangeLog  | 5 +++++
 gdb/gdbarch.sh | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5a9cce5..621e54d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 644718d..a678a78 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -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"
-- 
1.7.11.7

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-29 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-30  3:18 [commit/obvious] Remove gdb_string.h from gdbarch.sh Sergio Durigan Junior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).