[Bug binutils/10924] Bug in objdump when disassembling raw armv4t binaries

2009-11-29 Thread chris at seberino dot org
--- Additional Comments From chris at seberino dot org 2009-11-30 04:55 --- Subject: Re: Bug in objdump when disassembling raw armv4t binaries On Tue, Nov 10, 2009 at 10:32:26AM -, nickc at redhat dot com wrote: > I am planning on applying the uploaded patch to address th

[Bug ld/11006] A "relaxed" link order of libraries is requested for improved compatibilty

2009-11-29 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-11-30 00:33 --- The patch I've just committed should allow you to implement this behaviour with a simple wrapper script, something like the following: #! /bin/sh exec real_ld --start-group "$@" --end-group You could hav

[Bug ld/11006] A "relaxed" link order of libraries is requested for improved compatibilty

2009-11-29 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at sources dot |amodra at bigpond dot net |redhat dot com |dot au Status|NEW

[Bug ld/11006] A "relaxed" link order of libraries is requested for improved compatibilty

2009-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-11-30 00:27 --- Subject: Bug 11006 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-11-30 00:27:45 Modified files: ld : ChangeLog lexsup.c Log message:

[Bug gas/11030] Missing opcode for assembly instruction 'stldsr' in isa aplus of m68k assembler

2009-11-29 Thread massimo dot ruoroch at polito dot it
--- Additional Comments From massimo dot ruoroch at polito dot it 2009-11-29 14:59 --- Please notice that this bug is aproblem for embedded system developers, as the stldsr instruction is the only atomic instruction which can be used to implement test-and-set operations, missing on the I

[Bug gas/11030] Missing opcode for assembly instruction 'stldsr' in isa aplus of m68k assembler

2009-11-29 Thread massimo dot ruoroch at polito dot it
--- Additional Comments From massimo dot ruoroch at polito dot it 2009-11-29 14:55 --- The same bug apply also to following versions of binutils. As a test I checked with the latest one (2.20), and the error is again at line 2029: {"stldsr", 6, two(0x40e7, 0x46fc),two(0x, 0xff

[Bug gas/11030] Missing opcode for assembly instruction 'stldsr' in isa aplus of m68k assembler

2009-11-29 Thread massimo dot ruoroch at polito dot it
--- Additional Comments From massimo dot ruoroch at polito dot it 2009-11-29 14:50 --- Created an attachment (id=4422) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4422&action=view) The attachment is a patch to solve the problem in version 2.17 The patch add the stldsr instruc

[Bug gas/11030] New: Missing opcode for assembly instruction 'stldsr' in isa aplus of m68k assembler

2009-11-29 Thread massimo dot ruoroch at polito dot it
-- Summary: Missing opcode for assembly instruction 'stldsr' in isa aplus of m68k assembler Product: binutils Version: 2.17 Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: