[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/10169] Fails to report a bad shift value for Thumb2 instruction
From: |
nickc at redhat dot com |
Subject: |
[Bug gas/10169] Fails to report a bad shift value for Thumb2 instructions SSAT and USAT |
Date: |
18 Jun 2009 16:35:15 -0000 |
------- Additional Comments From nickc at redhat dot com 2009-06-18 16:35
-------
Hi Anthony,
Thank you for reporting this bug. I am going to apply the uploaded patch to
fix the assembler and also a test case for the erroneous instructions.
Cheers
Nick
gas/ChangeLog
2009-06-18 Nick Clifton <address@hidden>
PR 10169
* gas/tc-arm.c (do_t_ssat): Move common code from here...
(do_t_usat): ... and here to...
(do_t_ssat_usat): New function: ... here. Add code to check that
the shift value, if present, is in range.
gas/testsuite/ChangeLog
2009-06-18 Nick Clifton <address@hidden>
PR 10169
* gas/arm/thumb2_bad_reg.s: Add tests for SSAT and USAT with an
out of range shift.
* gas/arm/thumb2_bad_reg.l: Update expected error messages.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=10169
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.