[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-24 Thread gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 Georg-Johann Lay changed: What|Removed |Added Target||avr CC|

[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-24 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 --- Comment #8 from Sourceware Commits --- The binutils-2_45-branch branch has been updated by Georg-Johann Lay : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=44cd1f92e5138d3a4f0d3387203017ccd2fd6678 commit 44cd1f92e5138d3a4f0d

[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-23 Thread yuriy at occipital dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 --- Comment #7 from Yuriy Berdnikov --- (In reply to Alan Modra from comment #6) > Fixed mainline Master branch works, thanks a lot! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-23 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 --- Comment #5 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ae114fb523efe908f9e807359e2f494ee64d2801 commit ae114fb523efe908f9e807359e2f494ee64d2801

[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-23 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-23 Thread yuriy at occipital dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 --- Comment #3 from Yuriy Berdnikov --- >What shell are you using? Macos' default built-in bash GNU bash, version 3.2.57(1)-release (arm64-apple-darwin24) >potential fix It works. No \" in output file and cmake compiler test passes. -- You

[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-23 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 Alan Modra changed: What|Removed |Added Assignee|unassigned at sourceware dot org |amodra at gmail dot com --- Comme

[Bug ld/33197] [AVR] Incorrect syntax in generated ldscript

2025-07-23 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33197 --- Comment #1 from Alan Modra --- Odd. What shell are you using? At least with bash the backslash is needed, I assume because the quotes are inside ${RELOCATING+} and the shell expands the word in ${parameter+word}. -- You are receivi