Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: sim/mn10300/tconfig.in

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/mn10300/sim-main.h ('k') | sim/moxie/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/mn10300/tconfig.in
diff --git a/sim/mn10300/tconfig.in b/sim/mn10300/tconfig.in
index 14ca8e77645b64c0da8183de734603dc716d0e96..1d1237bd18cb611c4ec2741468a5883c9d5b48a2 100644
--- a/sim/mn10300/tconfig.in
+++ b/sim/mn10300/tconfig.in
@@ -6,8 +6,11 @@
#include "gdb/remote-sim.h"
#include "sim-module.h"
+/* FIXME: Revisit. */
+#ifdef HAVE_DV_SOCKSER
MODULE_INSTALL_FN dv_sockser_install;
#define MODULE_LIST dv_sockser_install,
+#endif
/* Define this if the simulator supports profiling.
See the mips simulator for an example.
« no previous file with comments | « sim/mn10300/sim-main.h ('k') | sim/moxie/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698