[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: |
cvs-commit at gcc dot gnu dot org |
Subject: |
[Bug gas/10169] Fails to report a bad shift value for Thumb2 instructions SSAT and USAT |
Date: |
18 Jun 2009 16:36:25 -0000 |
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-18
16:36 -------
Subject: Bug 10169
CVSROOT: /cvs/src
Module name: src
Changes by: address@hidden 2009-06-18 16:36:05
Modified files:
gas/config : tc-arm.c
gas : ChangeLog
gas/testsuite : ChangeLog
gas/testsuite/gas/arm: thumb2_bad_reg.l thumb2_bad_reg.s
Log message:
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/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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.386&r2=1.387
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3829&r2=1.3830
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1493&r2=1.1494
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb2_bad_reg.l.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/thumb2_bad_reg.s.diff?cvsroot=src&r1=1.2&r2=1.3
--
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.