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] x86: Remove broadcast_not_on_src_operand


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

commit c265869848bc3f3715161ed4174d7ae73e495fc3
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Jul 23 05:43:43 2018 -0700

    x86: Remove broadcast_not_on_src_operand
    
    Remove broadcast_not_on_src_operand since it is unused.
    
    	* config/tc-i386.c (i386_error): Remove
    	broadcast_not_on_src_operand.
    	(match_template): Likewse.

Diff:
---
 gas/ChangeLog        | 6 ++++++
 gas/config/tc-i386.c | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8b36246..39d627d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* config/tc-i386.c (i386_error): Remove
+	broadcast_not_on_src_operand.
+	(match_template): Likewse.
+
 2018-07-23  Claudiu Zissulescu <claziss@synopsys.com>
 
 	* testsuite/gas/arc/st.d: Fix test.
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 575b017..8768d68 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -269,7 +269,6 @@ enum i386_error
     invalid_vector_register_set,
     unsupported_vector_index_register,
     unsupported_broadcast,
-    broadcast_not_on_src_operand,
     broadcast_needed,
     unsupported_masking,
     mask_not_on_destination,
@@ -5769,9 +5768,6 @@ check_reverse:
 	case unsupported_broadcast:
 	  err_msg = _("unsupported broadcast");
 	  break;
-	case broadcast_not_on_src_operand:
-	  err_msg = _("broadcast not on source memory operand");
-	  break;
 	case broadcast_needed:
 	  err_msg = _("broadcast is needed for operand of such type");
 	  break;


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