public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/google/grte/v5-2.27/master] Comment out debugging hack that pollutes namespace
@ 2021-08-28  0:37 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-08-28  0:37 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6b6086fea8989d0b74bd292f0a504d3d1ff33148

commit 6b6086fea8989d0b74bd292f0a504d3d1ff33148
Author: Stan Shebs <stanshebs@google.com>
Date:   Wed Jan 24 11:32:36 2018 -0800

    Comment out debugging hack that pollutes namespace

Diff:
---
 sysdeps/x86/bits/floatn.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sysdeps/x86/bits/floatn.h b/sysdeps/x86/bits/floatn.h
index 11a147c483..ed7bf122eb 100644
--- a/sysdeps/x86/bits/floatn.h
+++ b/sysdeps/x86/bits/floatn.h
@@ -21,7 +21,9 @@
 
 #include <features.h>
 
+#if 0 /* for macro expansion debugging */
 #define capture(sym, val) extern int sym[val]
+#endif
 
 /* Defined to 1 if the current compiler invocation provides a
    floating-point type with the IEEE 754 binary128 format, and this
@@ -57,8 +59,10 @@
 
 #ifndef __ASSEMBLER__
 
+#if 0 /* for macro expansion debugging */
 capture(i_have_float128, __HAVE_FLOAT128);
 capture(i_have_distinct_float128, __HAVE_DISTINCT_FLOAT128);
+#endif
 
 /* Defined to concatenate the literal suffix to be used with _Float128
    types, if __HAVE_FLOAT128 is 1. */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-28  0:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  0:37 [glibc/google/grte/v5-2.27/master] Comment out debugging hack that pollutes namespace Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).