binutils-gdb/libsframe
Indu Bhagat 39b6fee484 libsframe: testsuite: remove usage of ##__VA_ARGS__
'##__VA_ARGS' is a GNU extension, the usage of which in the testsuite of
libsframe may cause failure to build on platforms where the compiler may
not support the GNU extension.

This GNU extension swallows the preceding comma if the variable
arguments list is empty.  In libsframe testsuite though, an empty list
is never used.  Usages will remain of the following type:
  - TEST (cond, "string", vars);
or
  - TEST (cond, "string");

Mailing list discussion:
https://sourceware.org/pipermail/binutils/2025-November/145825.html

PR libsframe/33437

libsframe/testsuite/
	PR libsframe/33437
	* sframe-test.h: Replace ##__VA_ARGS__ with __VA_ARGS__.
2025-11-25 22:44:00 -08:00
..
doc gas: sframe: Represent .cfi_undefined RA as FRE without offsets 2025-10-15 17:45:48 +02:00
testsuite libsframe: testsuite: remove usage of ##__VA_ARGS__ 2025-11-25 22:44:00 -08:00
aclocal.m4 Binutils: Add clang LTO support to AR and RANLIB 2025-09-25 12:30:13 +08:00
config.h.in
configure tidy m4 plugin config support 2025-11-03 10:59:50 +10:30
configure.ac Update year range in copyright notice of binutils files 2025-01-01 18:29:57 +10:30
libsframe.ver include: libsframe: Add API to get RA undefined 2025-10-15 17:45:48 +02:00
libtool-version libsframe: bump version to 2.0 2025-07-12 01:09:17 -07:00
Makefile.am libsframe: testsuite: Fix testsuite build on Solaris [PR33168] 2025-09-12 09:50:34 +02:00
Makefile.in Binutils: Add clang LTO support to AR and RANLIB 2025-09-25 12:30:13 +08:00
sframe-dump.c libsframe: use sframe_decoder_get_funcdesc_v2 in dumper 2025-11-02 23:43:02 -08:00
sframe-error.c Update year range in copyright notice of binutils files 2025-01-01 18:29:57 +10:30
sframe-impl.h libsframe: use sf_fde_tbl data structure internally for the decoder 2025-11-01 01:47:29 -07:00
sframe.c libsframe: bugfix in flip_sframe 2025-11-25 20:46:08 -08:00