From: Ivan Maidanski Date: Sat, 22 Apr 2017 14:31:10 +0000 (+0300) Subject: Remove unused USE_GENERIC_PUSH_REGS macro definition (TILE-Gx/Pro) X-Git-Tag: v8.0.0~766 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ee15072e7624c53261aa50598e2ce5085e76488;p=gc Remove unused USE_GENERIC_PUSH_REGS macro definition (TILE-Gx/Pro) (fix commit 1240658) * include/private/gcconfig.h [TILEPRO, TILEGX] (USE_GENERIC_PUSH_REGS): Remove macro (not used). --- diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index b8056156..04cfa90e 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -2602,7 +2602,6 @@ # define ALIGN_DOUBLE # define PREFETCH(x) __insn_prefetch(x) # define CACHE_LINE_SIZE 64 -# define USE_GENERIC_PUSH_REGS # ifdef LINUX # define OS_TYPE "LINUX" extern int __data_start[]; @@ -2623,7 +2622,6 @@ # endif # define PREFETCH(x) __insn_prefetch_l1(x) # define CACHE_LINE_SIZE 64 -# define USE_GENERIC_PUSH_REGS # ifdef LINUX # define OS_TYPE "LINUX" extern int __data_start[];