[Bug binutils/28217] New: Syntax error when memory region contains a hyphen

2021-08-09 Thread sebastiaan.de.schaetzen at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28217 Bug ID: 28217 Summary: Syntax error when memory region contains a hyphen Product: binutils Version: 2.37 Status: UNCONFIRMED Severity: normal Priority: P2 Com

[Bug gas/28215] New: csky gas testsuit, all overflow failed

2021-08-09 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=28215 Bug ID: 28215 Summary: csky gas testsuit, all overflow failed Product: binutils Version: 2.36 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas

[Bug binutils/28168] csky overflows disassembly stack buffer

2021-08-09 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=28168 --- Comment #3 from lifang_...@c-sky.com --- (In reply to Alan Modra from comment #1) > So the output that overflows the buffer is: > af4: f5003931flrwd fr1, > 872101204460226603370694228777544056848463301705749959684

[Bug binutils/28168] csky overflows disassembly stack buffer

2021-08-09 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=28168 --- Comment #2 from lifang_...@c-sky.com --- %f/%lf is not suitable for float. I prefer to use %.7g for showing float. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2021-08-09 Thread contact at 200iso dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=10263 contact at 200iso dot fr changed: What|Removed |Added CC||contact at 200iso dot fr --

[Bug gas/28211] gas puts local labels in the symbol talble if @GOTOFF is used in rodata

2021-08-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28211 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug gas/28211] gas puts local labels in the symbol talble if @GOTOFF is used in rodata

2021-08-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28211 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug gas/28211] gas puts local labels in the symbol talble if @GOTOFF is used in rodata

2021-08-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28211 Andrew Pinski changed: What|Removed |Added Attachment #13605|0 |1 is obsolete|

[Bug gas/28211] gas puts local labels in the symbol talble if @GOTOFF is used in rodata

2021-08-09 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28211 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING CC|

Minus ("-") symbols in section memory region name causes syntax error

2021-08-09 Thread Sebastiaan de Schaetzen
Hi, I've recently upgraded from binutils 2.36.1 to version 2.37. This has now caused some of the firmware code I'm working on to no longer compile. The firmware uses RIOT OS, and its linker script uses minus ("-") symbols in some of its region names. (specifcally, it has a region called "bkup-ram"