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

Unified Diff: gdb/gdbserver/linux-m68k-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-m32r-low.c ('k') | gdb/gdbserver/linux-mips-low.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdbserver/linux-m68k-low.c
diff --git a/gdb/gdbserver/linux-m68k-low.c b/gdb/gdbserver/linux-m68k-low.c
index 9843d1777118187bf1b02ed3b0280c74d27063f5..6769dac9afa6b6d0063b4641aeac4d732561da43 100644
--- a/gdb/gdbserver/linux-m68k-low.c
+++ b/gdb/gdbserver/linux-m68k-low.c
@@ -179,8 +179,10 @@ struct linux_target_ops the_low_target = {
init_registers_m68k,
m68k_num_regs,
m68k_regmap,
+ NULL,
m68k_cannot_fetch_register,
m68k_cannot_store_register,
+ NULL, /* fetch_register */
m68k_get_pc,
m68k_set_pc,
m68k_breakpoint,
« no previous file with comments | « gdb/gdbserver/linux-m32r-low.c ('k') | gdb/gdbserver/linux-mips-low.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698