[Bug binutils/9743] --stub-group-size=1 does not help when linking stage1 GCC

2009-02-17 Thread danglin at gcc dot gnu dot org
-- What|Removed |Added CC||danglin at gcc dot gnu dot ||org http://sourceware.org/bugzilla

[Bug gas/7059] Wrong COFF_LONG_SECTION_NAMES handling

2009-02-17 Thread dave dot korn dot cygwin at gmail dot com
--- 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.

[Bug gas/7059] Wrong COFF_LONG_SECTION_NAMES handling

2009-02-17 Thread dave dot korn dot cygwin at gmail dot com
--- 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 --

[Bug gas/9856] generates "illegal" opcodes in unified mode instead of error

2009-02-17 Thread bastian dot schick at sciopta dot com
--- 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 ---

[Bug gas/9856] New: generates "illegal" opcodes in unified mode instead of error

2009-02-17 Thread bastian dot schick at sciopta dot com
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