[Bug ld/6924] New: ld does not understand DWARF version 3 when trying to get a source line number

2008-09-29 Thread geir at cray dot com
AssignedTo: unassigned at sources dot redhat dot com ReportedBy: geir at cray dot com CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=6924 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2008-09-30 Thread geir at cray dot com
-- What|Removed |Added CC||geir at cray dot com http://sourceware.org/bugzilla/show_bug.cgi?id=3191 --- You are receiving this mail

[Bug gas/17843] GAS 2.24.0 incorrectly rejects a legal asm sequence

2015-01-14 Thread geir at cray dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17843 Geir Johansen geir at cray dot com changed: What|Removed |Added Component|binutils|gas -- You

[Bug binutils/17843] New: GAS 2.24.0 incorrectly rejects a legal asm sequence

2015-01-14 Thread geir at cray dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: geir at cray dot com GAS 2.24.0 incorrectly rejects a legal asm sequence: $ cat test_tls.c __thread int tls_var; int get_tls_var() { return tls_var; } $ clang --target=aarch64 -S test_tls.c $ cat test_tls.s

[Bug gas/20614] New: gas missing full operand support for vpbroadcastb and vpbroadcastw instructions

2016-09-16 Thread geir at cray dot com
Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: geir at cray dot com Target Milestone: --- This does not assemble with the latest gas from git/master (commit d2dfe70): .text .globl

[Bug gas/22445] New: Error: no such instruction: `vpcmplew

2017-11-16 Thread geir at cray dot com
Assignee: unassigned at sourceware dot org Reporter: geir at cray dot com Target Milestone: --- The B and W variants of the 'vpcmple' psuedo-op instruction is not supported. The Intel ISA indicate that they should be supported. Test case: $ cat fail.s .file "j

[Bug ld/24920] Executable produces nonsensical error message after statically linking with trying to link in a dynamic library.

2020-03-11 Thread geir at cray dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24920 --- Comment #3 from Geir Johansen --- Problem still occurs with somewhat more recent software: $ gcc --version gcc (GCC) 9.2.0 20190812 (Cray Inc.) Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for