.req does no allow upper case letter for register name, this causes an error,
This causes an error:
MyRegister1 .req r0
MyRegister2 .req r1
MOV MyRegister1,MyRegister2,#0
This works fine
myregister1 .req r0
myregister2 .req r1
MOV myregister1,myregister2,#0
--
Summary: .req does
$ gas/as-new --version
GNU assembler (GNU Binutils) 2.17.50.20070529
Copyright 2007 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
This assembler was configured for a
Hi Constantine,
First of all, excuse me if i'm asking a naive question. I'm a complete
noob at using linker scripts (and generally ld), so please give me a
helping hand.
Certainly, although you are treading in a dark and mysterious region of
programming. I would suggest that you read up on
Hi Thomas,
The attached patch fixes an issue where very small .res files weren't
recognized properly.
Thank you very much for catching this bug. I have committed the patch
you supplied along with this ChangeLog entry.
Cheers
Nick
binutils/ChangeLog
2007-06-18 Thomas Weidenmueller <[EM
--- Additional Comments From nickc at redhat dot com 2007-06-18 16:43
---
Patch applied
--
What|Removed |Added
Status|WAITING |RESOLVED
--- Additional Comments From hjl at lucon dot org 2007-06-18 18:58 ---
Does this patch
http://sourceware.org/ml/binutils/2007-04/msg00084.html
help? How does the binutils in CVS work now?
--
What|Removed |Added
---
--- Additional Comments From hjl at lucon dot org 2007-06-18 19:02 ---
Fixed by
http://sourceware.org/ml/binutils/2007-05/msg00315.html
--
What|Removed |Added
St