diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-08-21 17:10:24 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-08-21 17:10:24 +0000 |
commit | c22a967f855f76192c4053ee196067cd74aa0ecf (patch) | |
tree | 6f5abdf14c18501b85d59d884e8694351c33c3da /gas | |
parent | 80f73d716b037b1ad4f8e8582852887ba1016d1d (diff) | |
download | binutils-c22a967f855f76192c4053ee196067cd74aa0ecf.zip binutils-c22a967f855f76192c4053ee196067cd74aa0ecf.tar.gz binutils-c22a967f855f76192c4053ee196067cd74aa0ecf.tar.bz2 |
2008-08-21 Sterling Augustine <sterling@tensilica.com>
* config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/xtensa-istack.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 096f1d4..1815d7b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-08-21 Sterling Augustine <sterling@tensilica.com> + + * config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64. + 2008-08-20 Bob Wilson <bob.wilson@acm.org> * config/tc-xtensa.c (O_tlsfunc, O_tlsarg, O_tlscall): Define. diff --git a/gas/config/xtensa-istack.h b/gas/config/xtensa-istack.h index ebbb4f0..71d9114 100644 --- a/gas/config/xtensa-istack.h +++ b/gas/config/xtensa-istack.h @@ -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 { |