aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2007-03-21 10:26:15 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2007-03-21 10:26:15 +0000
commit5ac8f2a23bdc87db533640b5fd06108b1f040bd0 (patch)
tree70b53e8fafc001335278162c8a112a1812344b55 /gas/config
parent749b8d9d455c809f51b2886df79a86a108dd5665 (diff)
downloadgdb-5ac8f2a23bdc87db533640b5fd06108b1f040bd0.zip
gdb-5ac8f2a23bdc87db533640b5fd06108b1f040bd0.tar.gz
gdb-5ac8f2a23bdc87db533640b5fd06108b1f040bd0.tar.bz2
* config/tc-i386.h (NOP_OPCODE): Restore.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-i386.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h
index 0f84f59..ed80850 100644
--- a/gas/config/tc-i386.h
+++ b/gas/config/tc-i386.h
@@ -114,6 +114,9 @@ extern const char *i386_comment_chars;
#define IMMEDIATE_PREFIX '$'
#define ABSOLUTE_PREFIX '*'
+/* Byte to use for filling in frag_align_code. */
+#define NOP_OPCODE (char) 0x90
+
/* these are the instruction mnemonic suffixes. */
#define WORD_MNEM_SUFFIX 'w'
#define BYTE_MNEM_SUFFIX 'b'