--
What|Removed |Added
CC||danglin at gcc dot gnu dot
||org
http://sourceware.org/bugzilla
--- Additional Comments From dave dot korn dot cygwin at gmail dot com
2009-02-17 16:52 ---
Created an attachment (id=3748)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3748&action=view)
Fix s_name field overflow.
Also adds an error when the table gets too large. Now testing.
--- Additional Comments From dave dot korn dot cygwin at gmail dot com
2009-02-17 15:52 ---
Taking assignment. My patch doesn't address this one, but a trivial patch on
top should do the job.
--
What|Removed |Added
--
--- Additional Comments From bastian dot schick at sciopta dot com
2009-02-17 13:23 ---
Re-read ARM ARM: mov rn,rm with rn and rm low-register is illegal.
Changed "Severity" to normal, as I judge this a bug.
--
What|Removed |Added
---
GAS generates "illegal" opcodes instead of showing a warning or error if
wrong assembly code is entered in unified mode.
Worse: E.g. XScale excecutes the illegal opcodes.
Example: arm-none-eabi-as -mcpu=xscale
.syntax unified
.code 16
mov r1,r0
movsr1,r0