This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 03/30] ldbl-128ibm-compat: Add regular character, fortified printing functions
- From: "Gabriel F. T. Gomes" <gabriel at inconstante dot net dot br>
- To: Paul E Murphy <murphyp at linux dot ibm dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Tue, 5 Nov 2019 16:37:15 -0300
- Subject: Re: [PATCH v2 03/30] ldbl-128ibm-compat: Add regular character, fortified printing functions
- References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-4-gabriel@inconstante.net.br> <ccdbe1e9-7ccd-84f3-5918-8a054e93310f@linux.ibm.com>
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 2
>
>This 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>