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

Unified Diff: sim/mips/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/mips/smartmips.igen ('k') | sim/mn10300/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/mips/tconfig.in
diff --git a/sim/mips/tconfig.in b/sim/mips/tconfig.in
index 2f14ce11979ba946728554d32ead189ca6f8e43f..a68a5fb3a9d718ada00eb210cbf8513dd4d5e8e4 100644
--- a/sim/mips/tconfig.in
+++ b/sim/mips/tconfig.in
@@ -10,8 +10,12 @@
#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
+
#else
#define SIM_HANDLES_LMA 0
#endif
« no previous file with comments | « sim/mips/smartmips.igen ('k') | sim/mn10300/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698