]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libffi: Remove debugging output
authorPietro Monteiro <pietro@sociotechnical.xyz>
Thu, 21 May 2026 21:59:57 +0000 (17:59 -0400)
committerPietro Monteiro <pietro@sociotechnical.xyz>
Thu, 21 May 2026 21:59:57 +0000 (17:59 -0400)
The warning is printed when running tests, making dejagnu mark them as
failed when running 32-bit tests on x86_64.

Forwarded upstream: https://github.com/libffi/libffi/pull/940

libffi/ChangeLog:
PR libffi/117635
* src/x86/ffitarget.h (if defined (X86_64) &&
defined (__i386__)): Remove #warning.

Signed-off-by: Pietro Monteiro <pietro@sociotechnical.xyz>
libffi/src/x86/ffitarget.h

index 5a3399d80982b1f63e6a9b34e775fd0dd814ec1b..2ea25d21653f4b7083fdc7a535fbdd8f0ef3325c 100644 (file)
@@ -41,9 +41,6 @@
 
 #if defined (X86_64) && defined (__i386__)
 #undef X86_64
-#warning ******************************************************
-#warning ********** X86 IS DEFINED ****************************
-#warning ******************************************************
 #define X86
 #endif