Minor cleanup
Removed unused GET_GOT_SAVE_ARG. Change-Id: I0ae41c2d0dcd6d7d1c8dda05062fcdb737fd917d
This commit is contained in:
parent
feeb116c92
commit
cd08120d62
2
third_party/x86inc/x86inc.asm
vendored
2
third_party/x86inc/x86inc.asm
vendored
@ -120,7 +120,6 @@
|
|||||||
%if CONFIG_PIC=1
|
%if CONFIG_PIC=1
|
||||||
%ifidn __OUTPUT_FORMAT__,elf32
|
%ifidn __OUTPUT_FORMAT__,elf32
|
||||||
%define GET_GOT_DEFINED 1
|
%define GET_GOT_DEFINED 1
|
||||||
%define GET_GOT_SAVE_ARG 1
|
|
||||||
%define WRT_PLT wrt ..plt
|
%define WRT_PLT wrt ..plt
|
||||||
%macro GET_GOT 1
|
%macro GET_GOT 1
|
||||||
extern _GLOBAL_OFFSET_TABLE_
|
extern _GLOBAL_OFFSET_TABLE_
|
||||||
@ -140,7 +139,6 @@
|
|||||||
%endmacro
|
%endmacro
|
||||||
%elifidn __OUTPUT_FORMAT__,macho32
|
%elifidn __OUTPUT_FORMAT__,macho32
|
||||||
%define GET_GOT_DEFINED 1
|
%define GET_GOT_DEFINED 1
|
||||||
%define GET_GOT_SAVE_ARG 1
|
|
||||||
%macro GET_GOT 1
|
%macro GET_GOT 1
|
||||||
push %1
|
push %1
|
||||||
call %%get_got
|
call %%get_got
|
||||||
|
@ -189,7 +189,6 @@
|
|||||||
%if ABI_IS_32BIT
|
%if ABI_IS_32BIT
|
||||||
%if CONFIG_PIC=1
|
%if CONFIG_PIC=1
|
||||||
%ifidn __OUTPUT_FORMAT__,elf32
|
%ifidn __OUTPUT_FORMAT__,elf32
|
||||||
%define GET_GOT_SAVE_ARG 1
|
|
||||||
%define WRT_PLT wrt ..plt
|
%define WRT_PLT wrt ..plt
|
||||||
%macro GET_GOT 1
|
%macro GET_GOT 1
|
||||||
extern _GLOBAL_OFFSET_TABLE_
|
extern _GLOBAL_OFFSET_TABLE_
|
||||||
@ -208,7 +207,6 @@
|
|||||||
%define RESTORE_GOT pop %1
|
%define RESTORE_GOT pop %1
|
||||||
%endmacro
|
%endmacro
|
||||||
%elifidn __OUTPUT_FORMAT__,macho32
|
%elifidn __OUTPUT_FORMAT__,macho32
|
||||||
%define GET_GOT_SAVE_ARG 1
|
|
||||||
%macro GET_GOT 1
|
%macro GET_GOT 1
|
||||||
push %1
|
push %1
|
||||||
call %%get_got
|
call %%get_got
|
||||||
|
Loading…
x
Reference in New Issue
Block a user