From cd08120d6202fe1bee2d715962e5942054558313 Mon Sep 17 00:00:00 2001 From: Yunqing Wang Date: Thu, 10 Dec 2015 15:28:07 -0800 Subject: [PATCH] Minor cleanup Removed unused GET_GOT_SAVE_ARG. Change-Id: I0ae41c2d0dcd6d7d1c8dda05062fcdb737fd917d --- third_party/x86inc/x86inc.asm | 2 -- vpx_ports/x86_abi_support.asm | 2 -- 2 files changed, 4 deletions(-) diff --git a/third_party/x86inc/x86inc.asm b/third_party/x86inc/x86inc.asm index e4cda88ef..e7d3fa5eb 100644 --- a/third_party/x86inc/x86inc.asm +++ b/third_party/x86inc/x86inc.asm @@ -120,7 +120,6 @@ %if CONFIG_PIC=1 %ifidn __OUTPUT_FORMAT__,elf32 %define GET_GOT_DEFINED 1 - %define GET_GOT_SAVE_ARG 1 %define WRT_PLT wrt ..plt %macro GET_GOT 1 extern _GLOBAL_OFFSET_TABLE_ @@ -140,7 +139,6 @@ %endmacro %elifidn __OUTPUT_FORMAT__,macho32 %define GET_GOT_DEFINED 1 - %define GET_GOT_SAVE_ARG 1 %macro GET_GOT 1 push %1 call %%get_got diff --git a/vpx_ports/x86_abi_support.asm b/vpx_ports/x86_abi_support.asm index c94b76a06..708fa101c 100644 --- a/vpx_ports/x86_abi_support.asm +++ b/vpx_ports/x86_abi_support.asm @@ -189,7 +189,6 @@ %if ABI_IS_32BIT %if CONFIG_PIC=1 %ifidn __OUTPUT_FORMAT__,elf32 - %define GET_GOT_SAVE_ARG 1 %define WRT_PLT wrt ..plt %macro GET_GOT 1 extern _GLOBAL_OFFSET_TABLE_ @@ -208,7 +207,6 @@ %define RESTORE_GOT pop %1 %endmacro %elifidn __OUTPUT_FORMAT__,macho32 - %define GET_GOT_SAVE_ARG 1 %macro GET_GOT 1 push %1 call %%get_got