aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-04 19:11:04 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-05-04 19:11:04 +0000
commit89e71f5c88863981d62836a94e59161767ba55ff (patch)
tree684d3556882c7678801d82b6a2925c5894363eca /gas
parent762ebb75ae9e0f84d9e5fe326a8b2de2eaf75cf7 (diff)
downloadgdb-89e71f5c88863981d62836a94e59161767ba55ff.zip
gdb-89e71f5c88863981d62836a94e59161767ba55ff.tar.gz
gdb-89e71f5c88863981d62836a94e59161767ba55ff.tar.bz2
Reformat output_insn
* config/tc-i386.c (output_insn): Reformat.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-i386.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ea8fa52..580e830 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
+ * config/tc-i386.c (output_insn): Reformat.
+
+2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
+
* config/tc-i386.c (output_insn): Remove the extra VEX check.
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 62085a0..c0c1bed 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -6218,7 +6218,7 @@ output_insn (void)
unsigned int prefix;
/* Since the VEX prefix contains the implicit prefix, we don't
- need the explicit prefix. */
+ need the explicit prefix. */
if (!i.tm.opcode_modifier.vex)
{
switch (i.tm.opcode_length)