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

Unified Diff: gdb/configure.tgt

Issue 10365030: Configure gdb for nacl target (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@nacl-stub
Patch Set: Remove i686 case. Created 8 years, 7 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 | « bfd/config.bfd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/configure.tgt
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 137debae6fb4313504ad736c9700072ee9f98fb1..c3c5a1335535e0e618d05780bffb6a3a1865787c 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -224,6 +224,11 @@ i[34567]86-*-linux*)
fi
build_gdbserver=yes
;;
+x86_64-*-nacl*)
+ # Target: NaCl, remote debugging only.
+ gdb_target_obs="i386-tdep.o glibc-tdep.o i387-tdep.o solib.o \
+ solib-svr4.o symfile-mem.o amd64-tdep.o"
+ ;;
i[34567]86-*-gnu*)
# Target: Intel 386 running the GNU Hurd
gdb_target_obs="i386-tdep.o i387-tdep.o i386gnu-tdep.o \
« no previous file with comments | « bfd/config.bfd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698