http://sourceware.org/bugzilla/show_bug.cgi?id=15685
--- Comment #2 from David Blaikie ---
& I guess http://sourceware.org/ml/binutils/2002-09/msg00601.html might be
relevant (mentions that this wasn't implemented way back in 2002, perhaps it's
still just as unimplemented)
--
You are receiving
http://sourceware.org/bugzilla/show_bug.cgi?id=15685
David Blaikie changed:
What|Removed |Added
Version|unspecified |2.22
--- Comment #1 from David Blaikie
http://sourceware.org/bugzilla/show_bug.cgi?id=15685
Bug ID: 15685
Summary: R_X86_64_DTPOFF64 incorrectly handled
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: ld
Hello,
In multiple places in opcodes/arm-dis.c there is an implcit assumption
that bfd_vma has the same size as an int. See for example lines
2014-2033 in HEAD.
This can cause a segfault e.g. if binutils is compiled on i386 with
--enable-64-bit-bfd --target=arm-linux.
I have attached a patch, th
http://sourceware.org/bugzilla/show_bug.cgi?id=15649
--- Comment #3 from Nick Clifton ---
Created attachment 7094
--> http://sourceware.org/bugzilla/attachment.cgi?id=7094&action=edit
Use A1 encoding when A2 encoding of negative PC+offset fails
Here is a possible patch. I am not sure that it