[Bug gas/11509] New: Strange evaluation of symbol containing register

2010-04-16 Thread theorizer at freemail dot hu
Assume the source below: .intel_syntax noprefix .eqv param, ebp-4 mov eax, [param] mov eax, [param] On this source 'as' (2.19, 2.20) assembles the following: 0: 8b 45 fcmoveax,DWORD PTR [ebp-0x4] 3: b8 fc ff ff ff moveax

[Bug gas/11507] New: altmacro: wrong string interpretation

2010-04-16 Thread theorizer at freemail dot hu
On the macro below 'as' prints infinite number of the following error message test.S:3: Error: `' was already used as parameter (or another local) name .altmacro .macro ABC .print "local " .endm ABC It's perhaps about that the interpr

Untranslated strings in readelf.c

2010-04-16 Thread Frédéric Marchal
Hello, Several untranlated strings exist in binutils 2.20 in function process_mips_specific of readelf.c. In particular around this place: 10048 printf (_(" Reserved entries:\n")); 10049 printf (_(" %*s %10s %*s Purpose\n"), 10050 addr_size * 2, "Address", "Acces

[Bug gas/11395] gas creates 64bit add-instruction in 32bit mode for hppa2.0

2010-04-16 Thread nickc at redhat dot com
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-04-16 11:21 --- Subject: Bug 11395 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2010-04-16 11:20:41 Modified files: gas: ChangeLog gas/config : t