[Bug binutils/2737] windres depends on host's endianness and bitness

2007-06-18 Thread hjl at lucon dot org
--- 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

[Bug ld/1543] [regression] LD very slow especially when linking C++ object files on alpha

2007-06-18 Thread hjl at lucon dot org
--- 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 ---

[Bug binutils/4607] Bug in probe_binary() prevents windres from recognizing very small .res files

2007-06-18 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-06-18 16:43 --- Patch applied -- What|Removed |Added Status|WAITING |RESOLVED

Re: [patch] WINDRES: Fix bounds checking in probe_binary()

2007-06-18 Thread Nick Clifton
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

Re: ld behavior on different architectures

2007-06-18 Thread Nick Clifton
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

[Bug gas/4659] New: Error: dsp:8 immediate is out of range `enter #4-4'

2007-06-18 Thread rask at sygehus dot dk
$ 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

[Bug gas/4657] New: .req does no allo upper case letter for register name

2007-06-18 Thread axelheider at gmx dot de
.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