* config/tc-i386.h (NOP_OPCODE): Restore.

This commit is contained in:
Andreas Schwab 2007-03-21 10:26:15 +00:00
parent 749b8d9d45
commit 5ac8f2a23b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-03-21 Andreas Schwab <schwab@suse.de>
* config/tc-i386.h (NOP_OPCODE): Restore.
2007-03-18 Mark Shinwell <shinwell@codesourcery.com>
* config/tc-arm.c (do_mul): Don't warn about overlapping

View File

@ -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'