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

Unified Diff: gdb/nacl-tdep.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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 | « gdb/mt-tdep.c ('k') | gdb/nbsd-tdep.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/nacl-tdep.c
diff --git a/gdb/nacl-tdep.c b/gdb/nacl-tdep.c
index f33af438dcbbac6701553a6b09c5d2754c47e16a..fe485b13b35f67c8461824bf90d8bea93a12dacd 100644
--- a/gdb/nacl-tdep.c
+++ b/gdb/nacl-tdep.c
@@ -31,6 +31,7 @@
#include "breakpoint.h"
#include "target.h"
#include "elf-bfd.h"
+#include "inferior.h"
static enum gdb_osabi
nacl_osabi_sniffer (bfd *abfd)
@@ -51,6 +52,7 @@ nacl_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target);
set_solib_svr4_map_so_name (gdbarch, nacl_manifest_find);
set_gdbarch_process_record (gdbarch, i386_process_record);
+ set_gdbarch_call_dummy_location(gdbarch, AT_ENTRY_POINT);
}
static void
« no previous file with comments | « gdb/mt-tdep.c ('k') | gdb/nbsd-tdep.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698