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
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
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
--- 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