--- 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
--- 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
--
What|Removed |Added
AssignedTo|unassigned at sources dot |amodra at bigpond dot net
|redhat dot com |dot au
Status|NEW
--- 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:
--- 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
--- 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
--- 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
--
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: