This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit 6/6] Add missing backslash in configure.tgt gdb_target_ops (sparc-*-*)


I forgot to put a '\' when splitting the line in two.

gdb/ChangeLog:

        * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
---
 gdb/ChangeLog     |    4 ++++
 gdb/configure.tgt |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2f01fc0..75eee2a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
 
+	* configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
+
+2012-12-15  Joel Brobecker  <brobecker@adacore.com>
+
 	* ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
 	* Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
 	(HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index d0c59b5..6aa2dfd 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -542,7 +542,7 @@ sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
 	;;
 sparc-*-*)
 	# Target: SPARC
-	gdb_target_obs="sparc-tdep.o 
+	gdb_target_obs="sparc-tdep.o \
 			ravenscar-thread.o sparc-ravenscar-thread.o"
 	gdb_sim=../sim/erc32/libsim.a
 	;;
-- 
1.7.10.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]