diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-11-05 00:45:04 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-11-05 00:45:04 +0000 |
commit | 6dc6b6558bf7ede38de5f7b9356d8d98e5960c33 (patch) | |
tree | ae1c262e984fb696b5fe00b5c66bc3d772dbaca4 /gas/ChangeLog | |
parent | 4e2a3fbadfea4c26d46594f87320eb1614c51598 (diff) | |
download | gdb-6dc6b6558bf7ede38de5f7b9356d8d98e5960c33.zip gdb-6dc6b6558bf7ede38de5f7b9356d8d98e5960c33.tar.gz gdb-6dc6b6558bf7ede38de5f7b9356d8d98e5960c33.tar.bz2 |
2008-11-04 Sterling Augustine <sterling@tensilica.com>
* config/tc-xtensa.c (tinsn_check_arguments): Check for multiple
writes to the same register.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 72df07b..b5e42b9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2008-11-04 Sterling Augustine <sterling@tensilica.com> + * config/tc-xtensa.c (tinsn_check_arguments): Check for multiple + writes to the same register. + +2008-11-04 Sterling Augustine <sterling@tensilica.com> + * config/tc-xtensa.c (xtensa_j_opcode): New. (xg_instruction_matches_option_term): Handle "FREEREG" option. (xg_build_to_insn): Likewise. Update renamed tls_reloc reference. |