[Bug gas/26858] [arm] unsupported vmul instruction for vfp5-sp-d16 + armv8-r

2020-11-11 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26858 --- Comment #1 from Alexander Fedotov --- Meanwhile vmul instruction is supported with Thumb mode. Following snippet assembles w/o error: .arch armv8-r .syntax unified .thumb .fpu fpv5-sp-d16 vmul.f32 s12, s13, s14 Comparing versions 2.32

[Bug gas/26858] [arm] unsupported vmul instruction for vfp5-sp-d16 + armv8-r

2020-11-10 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26858 Alexander Fedotov changed: What|Removed |Added Target||arm-none-eabi -- You are

[Bug gas/26858] New: [arm] unsupported vmul instruction for vfp5-sp-d16 + armv8-r

2020-11-09 Thread alfedotov at gmail dot com
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: alfedotov at gmail dot com Target Milestone: --- GCC 9 generates following assembly code for cortex-r52 with -mfpu=fpv5-sp-d16: .arch armv8-r .syntax unified .arm .fpu fpv5-sp-d16

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-19 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 --- Comment #16 from Alexander Fedotov --- Nick, could we have this fix in 2.34.1 as well ? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-19 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 --- Comment #15 from Alexander Fedotov --- Difference in Tag_CPU_arch confuses as well armv7-r vs armv8-r Tag_CPU_arch: v7 vs Tag_CPU_arch: v8-R but I have no clue how critical is it. From the user perspective it looks weird. --

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-19 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 --- Comment #13 from Alexander Fedotov --- Andre you can find attr-march-armv8-r*.d files in GAS testsuite which already had the wrong attribute in them i.e. Tag_CPU_arch_profile: Application In any way I have ran into this issue on windows

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-18 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 --- Comment #8 from Alexander Fedotov --- I believe this will break GCC multilib since armv8-r+neon are mapped to armv8-a libraries -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-18 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 Alexander Fedotov changed: What|Removed |Added Attachment #12536|0 |1 is obsolete|

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-16 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 --- Comment #6 from Alexander Fedotov --- I see bunch of failures with testsuite. Need to fix them. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-15 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 Alexander Fedotov changed: What|Removed |Added CC||alfedotov at gmail dot com

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-15 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 --- Comment #4 from Alexander Fedotov --- Hi Andre I've tried with latest 2.34 and git master branch - result is the same. the problem as I can see this is that armv8-r is inherited from the arm8-a. I tried to fix it - see attached patch.

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-15 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 --- Comment #3 from Alexander Fedotov --- Created attachment 12546 --> https://sourceware.org/bugzilla/attachment.cgi?id=12546=edit patch for 2.34 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-14 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 Alexander Fedotov changed: What|Removed |Added Target||arm-none-eabi -- You are

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-14 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 --- Comment #1 from Alexander Fedotov --- Created attachment 12537 --> https://sourceware.org/bugzilla/attachment.cgi?id=12537=edit armv8-r_fpsp -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-14 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992 Alexander Fedotov changed: What|Removed |Added Attachment #12536|asm file|armv8-r_neon.asm

[Bug gas/25992] New: Wrong Tag_CPU_arch_profile for armv8-r

2020-05-14 Thread alfedotov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: alfedotov at gmail dot com Target Milestone: --- Created attachment 12536 --> https://sourceware.org/bugzilla/attachment.cgi?id=12536=edit asm file Assembling files (see attached) with different

[Bug ld/24827] Linker loop forever if unterminated multi-line comment script

2019-07-19 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24827 Alexander Fedotov changed: What|Removed |Added Target||arm-none-eabi

[Bug ld/24827] New: Linker loop forever if unterminated multi-line comment script

2019-07-19 Thread alfedotov at gmail dot com
Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: alfedotov at gmail dot com Target Milestone: --- If there is unterminated multi-line comment in the linker script - LD becomes looping forever w/o throwing a warning or an error

[Bug ld/24008] Wrong value of ternary expression in map file

2019-01-29 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24008 Alexander Fedotov changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #6 from

[Bug ld/24008] New: Wrong value of ternary expression in map file

2018-12-19 Thread alfedotov at gmail dot com
Component: ld Assignee: unassigned at sourceware dot org Reporter: alfedotov at gmail dot com Target Milestone: --- If we have such expression in linker script: __TESTVAL1__ = 1; __TESTVAL2__ = 2; __TESTVAL__ = DEFINED ( __TESTVAL1__ ) ? (__TESTVAL1__) : (__TESTVAL2__

[Bug gas/21832] New: Failed to build glibc 2.25

2017-07-25 Thread alfedotov at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: alfedotov at gmail dot com Target Milestone: --- aarch64-linux-gnu-gcc regexp.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Werror -Wundef -Wwrite-strings -fmerge-all-constants -fno-stack-protector -frounding-math -g -Wstrict-prototypes

[Bug ld/21516] PPC VLE linker produces broken object

2017-05-25 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21516 --- Comment #1 from Alexander Fedotov --- Hmm Seems like I have another source tree. Main line doesn't have such issue. Please ignore for a while. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/21516] PPC VLE linker produces broken object

2017-05-25 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21516 Alexander Fedotov changed: What|Removed |Added CC||amodra at gmail dot com -- You

[Bug ld/21516] New: PPC VLE linker produces broken object

2017-05-24 Thread alfedotov at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: alfedotov at gmail dot com Target Milestone: --- Created attachment 10067 --> https://sourceware.org/bugzilla/attachment.cgi?id=10067=edit reproducible test case Hi It seems since from 2.25 version linker does someth

[Bug binutils/21303] New: [powerpc] objdump doesn't show e200z4 specific instructions

2017-03-24 Thread alfedotov at gmail dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: alfedotov at gmail dot com Target Milestone: --- Hi Assembling simple file with only following lines: e_li 0, 0 lbdcbx 0, 1, 2 lhdcbx 0, 1, 2 lwdcbx 0, 1, 2 ./powerpc

[Bug binutils/21266] Unstable qsort in bfd/elf64-ppc.c results in difference in ld's TLS opt 3 test on Windows

2017-03-18 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21266 Alexander Fedotov changed: What|Removed |Added CC||alfedotov at gmail dot com

[Bug gas/21262] EVUIMM_8 mask and shift are invalid

2017-03-17 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21262 --- Comment #2 from Alexander Fedotov --- Ahgggr.. SPE instructions description is quite confusing. The value of UIMM must be shifted. Please ignore this ticket. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/21262] EVUIMM_8 mask and shift are invalid

2017-03-17 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21262 --- Comment #1 from Alexander Fedotov --- Created attachment 9903 --> https://sourceware.org/bugzilla/attachment.cgi?id=9903=edit insn with EVUIMM_4 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/21262] New: EVUIMM_8 mask and shift are invalid

2017-03-17 Thread alfedotov at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: alfedotov at gmail dot com Target Milestone: --- Created attachment 9902 --> https://sourceware.org/bugzilla/attachment.cgi?id=9902=edit evldd insn description I suspect that in current SPE instructions with EVUIM

[Bug gas/20744] [PPC] Incorrect relocation for VLE-instructions

2017-03-02 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20744 --- Comment #11 from Alexander Fedotov --- (In reply to Alan Modra from comment #9) > Fixed those issues Hi Alan In ppc_elf_vle_split16(): opcode = insn & 0xf300f800; I think correct mask is 0xfc00f800 -- You are receiving this mail

[Bug gas/20744] [PPC] Incorrect relocation for VLE-instructions

2017-03-01 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20744 --- Comment #10 from Alexander Fedotov --- Hi Alan In ppc_elf_vle_split16(): opcode = insn & 0xf300f800; I think correct mask is 0xfc00f800 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/20744] [PPC] Incorrect relocation for VLE-instructions

2017-02-22 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20744 Alexander Fedotov changed: What|Removed |Added CC||alfedotov at gmail dot com