This is the mail archive of the binutils@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]

[Xtensa] allow more instruction operands


I've committed this patch to GAS to increase the maximum number of instruction operands. I thought the previous limit was reasonable, but apparently someone is configuring a processor that requires more.

2008-08-21 Sterling Augustine <sterling@tensilica.com>

* config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64.
Index: config/xtensa-istack.h
===================================================================
RCS file: /cvs/src/src/gas/config/xtensa-istack.h,v
retrieving revision 1.12
diff -u -p -r1.12 xtensa-istack.h
--- config/xtensa-istack.h	20 Aug 2008 23:28:58 -0000	1.12
+++ config/xtensa-istack.h	21 Aug 2008 04:31:38 -0000
@@ -24,7 +24,7 @@
 #include "xtensa-isa.h"
 
 #define MAX_ISTACK 12
-#define MAX_INSN_ARGS 10
+#define MAX_INSN_ARGS 64
 
 enum itype_enum
 {

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