aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-10-20 15:33:27 +0000
committerIan Lance Taylor <ian@airs.com>1998-10-20 15:33:27 +0000
commit6e1acc623a628ad32ee80d41be15a87fdc32e3c5 (patch)
tree60fb486ad19b7c133ec5578b728a3df80a19417d /gas
parent7540e470968b1b658d0da258a47244c476ff8b3d (diff)
downloadfsf-binutils-gdb-6e1acc623a628ad32ee80d41be15a87fdc32e3c5.zip
fsf-binutils-gdb-6e1acc623a628ad32ee80d41be15a87fdc32e3c5.tar.gz
fsf-binutils-gdb-6e1acc623a628ad32ee80d41be15a87fdc32e3c5.tar.bz2
Tue Oct 20 11:18:28 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* doc/c-i386.texi: Replace occurences of "opcode" with "instruction mnemonic", "instruction", or "mnemonic" when referring to the name of an instruction. Use "opcode" when referring to the sequence of machine bytes. * config/tc-i386.c (opcode_chars): Rename to mnemonic_chars. (is_opcode_char): Rename to is_mnemonic_char. (md_assemble and i386_operand): Correct error messages from "opcode" to "instruction mnemonic" Rename throughout opcode[] -> mnemonic[], opp -> mnem_p, MAX_OPCODE_SIZE -> MAX_MNEM_SIZE, DWORD_OPCODE_SUFFIX -> DWORD_MNEM_SUFFIX, WORD_OPCODE_SUFFIX -> WORD_MNEM_SUFFIX, BYTE_OPCODE_SUFFIX -> BYTE_MNEM_SUFFIX, SHORT_OPCODE_SUFFIX -> SHORT_MNEM_SUFFIX LONG_OPCODE_SUFFIX -> LONG_MNEM_SUFFIX * config/tc-i386.h (*_MNEM_SUFFIX): Rename from *_OPCODE_SUFFIX.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6a354fa..a01bc79 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,24 @@
Tue Oct 20 11:18:28 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
+ * doc/c-i386.texi: Replace occurences of "opcode" with
+ "instruction mnemonic", "instruction", or "mnemonic" when
+ referring to the name of an instruction. Use "opcode" when
+ referring to the sequence of machine bytes.
+
+ * config/tc-i386.c (opcode_chars): Rename to mnemonic_chars.
+ (is_opcode_char): Rename to is_mnemonic_char.
+ (md_assemble and i386_operand): Correct error messages from
+ "opcode" to "instruction mnemonic"
+ Rename throughout opcode[] -> mnemonic[], opp -> mnem_p,
+ MAX_OPCODE_SIZE -> MAX_MNEM_SIZE,
+ DWORD_OPCODE_SUFFIX -> DWORD_MNEM_SUFFIX,
+ WORD_OPCODE_SUFFIX -> WORD_MNEM_SUFFIX,
+ BYTE_OPCODE_SUFFIX -> BYTE_MNEM_SUFFIX,
+ SHORT_OPCODE_SUFFIX -> SHORT_MNEM_SUFFIX
+ LONG_OPCODE_SUFFIX -> LONG_MNEM_SUFFIX
+
+ * config/tc-i386.h (*_MNEM_SUFFIX): Rename from *_OPCODE_SUFFIX.
+
* config/tc-i386.c (i386_operand): Check for garbage after
register name.