This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: implement all missing macro expansion features
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
Eli> Thanks. I think we also need a NEWS entry.
Please review.
I added this to the overall patch. I can resend the entire thing if
necessary.
Tom
2008-09-20 Tom Tromey <tromey@redhat.com>
* NEWS: Update.
diff --git a/gdb/NEWS b/gdb/NEWS
index 4c9af82..a6c8adc 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -22,6 +22,10 @@ For instance, consider:
If the user types TAB at the end of this command line, the available
completions will be "f1" and "f2".
+* GDB now supports the token-splicing (##) and stringification (#)
+operators when expanding macros. It also now supports variable-arity
+macros.
+
* New remote packets
qSearch:memory: