[Bug ld/11539] ld --gc-sections should work for PE-COFF on MinGW

2010-09-28 Thread gillou dot ray at free dot fr
-- What|Removed |Added CC||gillou dot ray at free dot ||fr http://sourceware.org/bugzilla/

[Bug gas/12069] New: avr-as: register equates starting with 'r' fails with the OUT instruction.

2010-09-28 Thread avr at bruger dot mine dot nu
Overview Description: When prefixing an equate with the letter 'r', the OUT instruction complains about an incorrect register/register number. Steps to reproduce: Create a small source file (test.S) with the following code: .equrColor3,6 out0x02,rColor3 ...Assemble using for ins