diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-05-24 12:23:22 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-05-24 12:23:22 +0200 |
commit | f29ebbe3be5c2a4400ad8b89a8f399ead4448148 (patch) | |
tree | 64cc0dde64ac0d2a3dfccc55be08b62157a78d03 /gas/NEWS | |
parent | 69cab370cf666f2e7692158ac7dffc6a65207f4a (diff) | |
download | binutils-f29ebbe3be5c2a4400ad8b89a8f399ead4448148.zip binutils-f29ebbe3be5c2a4400ad8b89a8f399ead4448148.tar.gz binutils-f29ebbe3be5c2a4400ad8b89a8f399ead4448148.tar.bz2 |
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.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ -*- text -*- -* Assembler macros can now use the syntax \+ to access the number of times a - given macro has been executed. This is similar to the already existing \@ - syntax, except that the count is maintained on a per-macro basis. +* Assembler macros as well as the bodies of .irp / .irpc can now use the + syntax \+ to access the number of times a given macro has been executed. + This is similar to the already existing \@ syntax, except that the count is + maintained on a per-macro basis. * Support the NF feature in Intel APX. |