This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [ARC] Fix typo in extension instruction name.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9885948fc910a77d04f27a7683f5edd0989d818a

commit 9885948fc910a77d04f27a7683f5edd0989d818a
Author: Claudiu Zissulescu <claziss@synopsys.com>
Date:   Tue Mar 29 19:05:31 2016 +0200

    [ARC] Fix typo in extension instruction name.
    
    opcodes/
    2016-03-29  Claudiu Zissulescu  <claziss@synopsys.com>
    
            * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo.

Diff:
---
 opcodes/ChangeLog     | 4 ++++
 opcodes/arc-ext-tbl.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 96007e6..61e45a4 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
 2016-03-29  Claudiu Zissulescu  <claziss@synopsys.com>
 
+        * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo.
+
+2016-03-29  Claudiu Zissulescu  <claziss@synopsys.com>
+
         * arc-tbl.h (invld07): Remove.
         * arc-ext-tbl.h: New file.
         * arc-dis.c (FIELDA, FIELDB, FIELDC): Remove.
diff --git a/opcodes/arc-ext-tbl.h b/opcodes/arc-ext-tbl.h
index cbf3cb2..3fb1c11 100644
--- a/opcodes/arc-ext-tbl.h
+++ b/opcodes/arc-ext-tbl.h
@@ -114,7 +114,7 @@
 
 /* Extension instruction declarations.  */
 EXTINSN2OP ("dsp_fp_flt2i",  ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 43)
-EXTINSN2OP ("dsp_fp_isflt",  ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 44)
+EXTINSN2OP ("dsp_fp_i2flt",  ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 44)
 EXTINSN2OP ("dsp_fp_sqrt",   ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 45)
 
 EXTINSN3OP ("dsp_fp_div", ARC_OPCODE_ARCv2EM, FLOAT, QUARKSE, 7, 42)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]