[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/31752] gas: Support \+ in .rept/.irp/.irpc directives
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gas/31752] gas: Support \+ in .rept/.irp/.irpc directives |
Date: |
Fri, 24 May 2024 10:23:41 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31752
--- Comment #2 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jan Beulich <jbeulich@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f29ebbe3be5c2a4400ad8b89a8f399ead4448148
commit f29ebbe3be5c2a4400ad8b89a8f399ead4448148
Author: Jan Beulich <jbeulich@suse.com>
Date: Fri May 24 12:23:22 2024 +0200
gas: extend \+ support to .irp / .irpc
PR gas/31752
These are effectively macro-like, without any separate macro definition.
They already support \@, so they would better also support \+. This
allows, where desired, to get away without maintaining an explicit count
variable in source code.
With this the recently introduced testcase doesn't need any xfails
anymore.
--
You are receiving this mail because:
You are on the CC list for the bug.