aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-05-13 09:56:09 +0100
committerNick Clifton <nickc@redhat.com>2024-05-13 09:56:09 +0100
commit83b972fc272db31ab48aa5cde84f47c98868d7c8 (patch)
tree535c22f6be9bf53b1475e9490681ed04987d4ae6 /gas/NEWS
parent7143ed12051c7e432d93f83b387a26ded3d8ddae (diff)
downloadgdb-83b972fc272db31ab48aa5cde84f47c98868d7c8.zip
gdb-83b972fc272db31ab48aa5cde84f47c98868d7c8.tar.gz
gdb-83b972fc272db31ab48aa5cde84f47c98868d7c8.tar.bz2
Add new assembler macro pseudo-variable \+ which counts the number of times a macro has been invoked.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index cb58ca8..0fbd244 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +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.
+
* Support the NF feature in Intel APX.
* Remove KEYLOCKER and SHA promotions from EVEX MAP4.