From 346c3a930c50b20d6f65dd7d751b8b7284582214 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 20 Feb 2022 18:46:42 +0100 Subject: Remove elfgcchack.h The same optimization can be enabled with -fno-semantic-interposition since GCC 5. clang has always used this option by default. --- SAX.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'SAX.c') diff --git a/SAX.c b/SAX.c index 292af57e..4df25f9c 100644 --- a/SAX.c +++ b/SAX.c @@ -175,6 +175,4 @@ initdocbDefaultSAXHandler(xmlSAXHandlerV1 *hdlr) #endif /* LIBXML_SAX1_ENABLED */ -#define bottom_SAX -#include "elfgcchack.h" #endif /* LIBXML_LEGACY_ENABLED */ -- cgit v1.2.1