[Bug gas/27145] New: [AArch64] opcodes/aarch64-opc.c: missing system registers

2021-01-03 Thread sebastian.hu...@embedded-brains.de
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: sebastian.hu...@embedded-brains.de Target Milestone: --- The following system registers are defined in "Arm Architecture Reference Manual, Armv8, for Armv8-A archite

[Bug gas/23451] RISC-V gas aborts with "Error: unknown default architecture `'" in GCC configure tests

2018-07-29 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23451 --- Comment #5 from Sebastian Huber --- Thanks, for the fix. The tools did build fine with this error. I only noticed the problem due to some TLS test run-time failures since emutls was picked up by GCC. -- You are receiving this mail becau

[Bug gas/23451] RISC-V gas aborts with "Error: unknown default architecture `'" in GCC configure tests

2018-07-25 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23451 --- Comment #2 from Sebastian Huber --- I am not sure at which level this should be fixed now. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing l

[Bug gas/23451] RISC-V gas aborts with "Error: unknown default architecture `'" in GCC configure tests

2018-07-25 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23451 Sebastian Huber changed: What|Removed |Added Target||riscv-rtems5 CC|

[Bug gas/23451] New: RISC-V gas aborts with "Error: unknown default architecture `'" in GCC configure tests

2018-07-25 Thread sebastian.hu...@embedded-brains.de
us: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: sebastian.hu...@embedded-brains.de Target Milestone: --- I tried to build a riscv-rtems5 GCC using Binutils 2.31.1 and a recent GCC 9. Th

[Bug gas/23305] RISC-V illegal operands with lla and .set

2018-06-19 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23305 Sebastian Huber changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/23305] RISC-V illegal operands with lla and .set

2018-06-18 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23305 --- Comment #4 from Sebastian Huber --- The C code test case works at least on arm, bfin, epiphany, lm32, m32c, m68k, mips, moxie, nios2, or1k, powerpc, sh, sparc64, sparc, v850, and x86_64. The use case for this is that high level configurat

[Bug gas/23305] RISC-V illegal operands with lla and .set

2018-06-18 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23305 --- Comment #3 from Sebastian Huber --- Created attachment 11083 --> https://sourceware.org/bugzilla/attachment.cgi?id=11083&action=edit Potential fix. -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug gas/23305] RISC-V illegal operands with lla and .set

2018-06-18 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23305 --- Comment #1 from Sebastian Huber --- One problem is that: opcodes/riscv-opc.c:{"lla", "I", "d,A", 0,(int) M_LLA, match_never, INSN_MACRO }, Running the test case in GDB yields: 1487 for (args = insn->args;; ++args)

[Bug gas/23305] RISC-V illegal operands with lla and .set

2018-06-18 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23305 Sebastian Huber changed: What|Removed |Added CC||wilson at gcc dot gnu.org -- You a

[Bug gas/23305] New: RISC-V illegal operands with lla and .set

2018-06-18 Thread sebastian.hu...@embedded-brains.de
Component: gas Assignee: unassigned at sourceware dot org Reporter: sebastian.hu...@embedded-brains.de Target Milestone: --- The following test assembler file: .option nopic .text .globl sym .set sym, 0xabc .align 1 .globl f

[Bug ld/23244] RISC-V 64 relocation truncated to fit in case of undefined weak references

2018-05-29 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=23244 --- Comment #2 from Sebastian Huber --- Thanks for your analysis. Calling a weakly undefined function is undefined behaviour. Would it be possible to replace the call to zero with a call to the current PC (infinite loop) or a nop? On the ARM

[Bug ld/23244] New: RISC-V 64 relocation truncated to fit in case of undefined weak references

2018-05-28 Thread sebastian.hu...@embedded-brains.de
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: sebastian.hu...@embedded-brains.de Target Milestone: --- The following test program void f(void) __attribute__((__weak__)); void _start(void) { if (f

[Bug gas/19554] PowerPC/e6500: esync E simplified mnemonic not supported

2016-06-06 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=19554 Sebastian Huber changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/20196] Opcode regressions for e6500

2016-06-06 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=20196 Sebastian Huber changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gas/20196] Opcode regressions for e6500

2016-06-03 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=20196 Sebastian Huber changed: What|Removed |Added Target||powerpc CC|

[Bug gas/20196] New: Opcode regressions for e6500

2016-06-03 Thread sebastian.hu...@embedded-brains.de
Assignee: unassigned at sourceware dot org Reporter: sebastian.hu...@embedded-brains.de Target Milestone: --- The following commit https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=4fff86c517abb5ba454befe0ec0f284f720dde00 broke the e6500 support. cat test.s lbarx

[Bug gas/19554] PowerPC/e6500: esync E simplified mnemonic not supported

2016-02-02 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=19554 Sebastian Huber changed: What|Removed |Added Target||powerpc CC|

[Bug gas/19554] New: PowerPC/e6500: esync E simplified mnemonic not supported

2016-02-02 Thread sebastian.hu...@embedded-brains.de
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: sebastian.hu...@embedded-brains.de Target Milestone: --- The simplified mnemonic for elemental sync, esync E, is not supported. See e6500 Core Reference Manual, Table 3-62. Memory

[Bug binutils/16690] BFD: app.elf: section `.data' can't be allocated in segment 2

2014-03-11 Thread sebastian.hu...@embedded-brains.de
https://sourceware.org/bugzilla/show_bug.cgi?id=16690 Sebastian Huber changed: What|Removed |Added Summary|BFD:|BFD: app.elf: section

[Bug binutils/16690] New: BFD: b-qoriq_core_1/app.elf: section `.data' can't be allocated in segment 2

2014-03-11 Thread sebastian.hu...@embedded-brains.de
tatus: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: sebastian.hu...@embedded-brains.de Created attachment 7463 --> https://sourceware.org/bugzilla/attachment.cgi?id=7463&action=edit Evil ELF fil

[Bug ld/13991] powerpc-rtems ld failure [regression]

2012-04-23 Thread sebastian.hu...@embedded-brains.de
http://sourceware.org/bugzilla/show_bug.cgi?id=13991 Sebastian Huber changed: What|Removed |Added CC||sebastian.huber@embedded-br