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

Unified Diff: gdb/gdbserver/linux-s390-low.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/gdbserver/linux-ppc-low.c ('k') | gdb/gdbserver/linux-sh-low.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdbserver/linux-s390-low.c
diff --git a/gdb/gdbserver/linux-s390-low.c b/gdb/gdbserver/linux-s390-low.c
index be8d4419462678e51a4f21d9af1ea32cc009a45f..ea4620667cff2d071aa14126c9efb130578969b7 100644
--- a/gdb/gdbserver/linux-s390-low.c
+++ b/gdb/gdbserver/linux-s390-low.c
@@ -461,8 +461,10 @@ struct linux_target_ops the_low_target = {
s390_arch_setup,
s390_num_regs,
s390_regmap,
+ NULL,
s390_cannot_fetch_register,
s390_cannot_store_register,
+ NULL, /* fetch_register */
s390_get_pc,
s390_set_pc,
s390_breakpoint,
« no previous file with comments | « gdb/gdbserver/linux-ppc-low.c ('k') | gdb/gdbserver/linux-sh-low.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698