https://sourceware.org/bugzilla/show_bug.cgi?id=33030
--- Comment #2 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The binutils-2_45-branch branch has been updated by Jan Beulich <jbeul...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=72300c917ff7f0ec77b141066a2700988834087d commit 72300c917ff7f0ec77b141066a2700988834087d Author: Aaron Griffith <aar...@gmail.com> Date: Mon Jul 14 10:38:52 2025 +0200 gas: accept leading zeros on dollar local labels in z80 sdcc compat mode SDCC assembly output uses 5-digit numeric dollar sign labels, padded with zeros. Commit 226749d made these invalid, and broke the Z80 SDCC compatibility mode in GAS. https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=226749d5a6ff0d5c607d6428d6c81e1e7e7a994b This restores SDCC compatibility by replacing the leading zeros with spaces when inside dollar local labels and when SDCC compatibility is enabled. It also restores the SDCC test case to represent actual syntax emitted by SDCC, and adds a note explaining the purpose of the test. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33030 -- You are receiving this mail because: You are on the CC list for the bug.