]> granicus.if.org Git - libvpx/commitdiff
Minor cleanup
authorYunqing Wang <yunqingwang@google.com>
Thu, 10 Dec 2015 23:28:07 +0000 (15:28 -0800)
committerYunqing Wang <yunqingwang@google.com>
Thu, 10 Dec 2015 23:28:07 +0000 (15:28 -0800)
Removed unused GET_GOT_SAVE_ARG.

Change-Id: I0ae41c2d0dcd6d7d1c8dda05062fcdb737fd917d

third_party/x86inc/x86inc.asm
vpx_ports/x86_abi_support.asm

index e4cda88ef21606239dc1f8eb0c61f75242fbda3f..e7d3fa5ebbf4436915701a46371002da71e6a634 100644 (file)
     %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_
             %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
index c94b76a0606716baeb8d77e27835f93ed1b8f16b..708fa101c5dd161be4b5009ba6c74adcf1070c80 100644 (file)
 %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_
       %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