[Bug gas/21202] AARCH64: incorrect relocation name TLSDESC_LD64_LO12_NC

2017-03-13 Thread joelkevinjones at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21202 --- Comment #3 from Joel Jones --- Thanks! One of the things on my to do list is to audit all the relocation related stuff in the gnu toolchain for AArch64 LP64/ILP32. I’ve done it for LLVM and am about to file a defect about the ones that are

[Bug gas/21202] New: AARCH64: incorrect relocation name TLSDESC_LD64_LO12_NC

2017-02-27 Thread joelkevinjones at gmail dot com
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: joelkevinjones at gmail dot com Target Milestone: --- The document "ELF for the ARM 64-bit Architecture (AArch64)" at http://infocenter.arm.com/help/topic/com.arm.do

[Bug gas/21098] New: [AArch64] ilp32 no warning or error generated for "ldr x24, [x23, :got_lo12:sym]"

2017-01-31 Thread joelkevinjones at gmail dot com
NCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: joelkevinjones at gmail dot com Target Milestone: --- crb6 % cat ldr-reloc.s ldr x24, [x23, :got_lo12:sym] ldr w24, [x23, :got_lo12:sym]

[Bug binutils/18800] New: [AArch64] objdump incorrectly disassembles SIMD ext instruction as undefined

2015-08-10 Thread joelkevinjones at gmail dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: joelkevinjones at gmail dot com Target Milestone: --- $ cat extDis.S ext v0.16b, v0.16b, v0.16b, #8 $ gas/as-new extDis.S -o extDis.o $ binutils/objdump -d