From e15d70e647c500948c1fbc96d460c04fda6e6cd8 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Thu, 10 Nov 2022 01:11:43 +0000 Subject: Remove SLOW_SHORT_ACCESS from target headers SLOW_SHORT_ACCESS is defined in bfin and i386 target headers but the target macro is not used elsewhere. So let's remove it from those two headers and poison it. OK? Built x86_64-linux-gnu and bfin-elf. gcc/ChangeLog: * config/bfin/bfin.h (SLOW_SHORT_ACCESS): Delete. * config/i386/i386.h (SLOW_SHORT_ACCESS): Delete. * system.h: Poison SLOW_SHORT_ACCESS --- gcc/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/system.h') diff --git a/gcc/system.h b/gcc/system.h index c192b6c..de9c5c0 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -1075,7 +1075,7 @@ extern void fancy_abort (const char *, int, const char *) EH_FRAME_IN_DATA_SECTION TARGET_FLT_EVAL_METHOD_NON_DEFAULT \ JCR_SECTION_NAME TARGET_USE_JCR_SECTION SDB_DEBUGGING_INFO \ SDB_DEBUG NO_IMPLICIT_EXTERN_C NOTICE_UPDATE_CC \ - CC_STATUS_MDEP_INIT CC_STATUS_MDEP CC_STATUS + CC_STATUS_MDEP_INIT CC_STATUS_MDEP CC_STATUS SLOW_SHORT_ACCESS /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ -- cgit v1.1