From d8a1b51e44c811cb8d20570f497d80e278049ee2 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 15 Apr 2009 13:33:03 +0000 Subject: gas/ 2009-04-15 Jan Beulich * config/tc-i386.c (process_operands): Print operands in correct order depending on intel_syntax. gas/testsuite/ 2009-04-15 Jan Beulich * gas/i386/intel.e: Adjust expectations. --- gas/config/tc-i386.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/config') diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index ed4ab93..67b4779 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -5061,8 +5061,8 @@ duplicate: { /* Reversed arguments on faddp, fsubp, etc. */ as_warn (_("translating to `%s %s%s,%s%s'"), i.tm.name, - register_prefix, i.op[1].regs->reg_name, - register_prefix, i.op[0].regs->reg_name); + register_prefix, i.op[!intel_syntax].regs->reg_name, + register_prefix, i.op[intel_syntax].regs->reg_name); } else { -- cgit v1.1