This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 11/5/19 1:37 PM, Gabriel F. T. Gomes wrote:
Hi, Paul, On Mon, 04 Nov 2019, Paul E Murphy wrote:--- /dev/null +++ b/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c @@ -0,0 +1,179 @@[...]--- /dev/null +++ b/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-redir-ibm128.c @@ -0,0 +1,2 @@ +#define _FORTIFY_SOURCE 2This is also defined in the unified test case above. Is it necessary here to?It is necessary here, too, because this test includes a different file: +#include <sysdeps/ieee754/ldbl-128ibm-compat/test-printf-ldbl-compat.c>
Ah, I missed the missing -redir component in the included file. Thank you for correcting me. OK.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |