[Bug ld/15685] R_X86_64_DTPOFF64 incorrectly handled

2013-06-26 Thread dblaikie at gmail dot com
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

[Bug ld/15685] R_X86_64_DTPOFF64 incorrectly handled

2013-06-26 Thread dblaikie at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15685 David Blaikie changed: What|Removed |Added Version|unspecified |2.22 --- Comment #1 from David Blaikie

[Bug ld/15685] New: R_X86_64_DTPOFF64 incorrectly handled

2013-06-26 Thread dblaikie at gmail dot com
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

Assumption about size of bfd_vma in opcodes/arm-dis.c

2013-06-26 Thread Mathias Svensson
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

[Bug gas/15649] ARM - Invalid constant after fixup with shifted immediate values

2013-06-26 Thread nickc at redhat dot com
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