aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-12-12 00:05:54 +0000
committerSteve Chamberlain <sac@cygnus>1993-12-12 00:05:54 +0000
commitb4d3d0e5de7834ae49d25bccec11245ef9c3c30e (patch)
tree40acb00aa37d506c1b80eeae4cccab3d2d5f5bd4 /gdb/config
parent3b5b507559d407409a45fe83fe2cccb42329ede5 (diff)
downloadgdb-b4d3d0e5de7834ae49d25bccec11245ef9c3c30e.zip
gdb-b4d3d0e5de7834ae49d25bccec11245ef9c3c30e.tar.gz
gdb-b4d3d0e5de7834ae49d25bccec11245ef9c3c30e.tar.bz2
* config/sh/sh.h (NOP): Define NOP insn.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/sh/tm-sh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h
index cff063b..21d7a4a 100644
--- a/gdb/config/sh/tm-sh.h
+++ b/gdb/config/sh/tm-sh.h
@@ -218,3 +218,4 @@ typedef unsigned short INSN_WORD;
#define POP_FRAME pop_frame();
+#define NOP {0x20, 0x0b}