define GET_GOT_DEFINED if not previously defined
Change-Id: Id9c764a5b0e4b668a6e804cceb78988138ad910f
This commit is contained in:
parent
9aa083d164
commit
e56f96394f
4
third_party/x86inc/x86inc.asm
vendored
4
third_party/x86inc/x86inc.asm
vendored
@ -199,6 +199,10 @@
|
|||||||
%ifdef PIC
|
%ifdef PIC
|
||||||
default rel
|
default rel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifndef GET_GOT_DEFINED
|
||||||
|
%define GET_GOT_DEFINED 0
|
||||||
|
%endif
|
||||||
; Done with PIC macros
|
; Done with PIC macros
|
||||||
|
|
||||||
%ifdef __NASM_VER__
|
%ifdef __NASM_VER__
|
||||||
|
Loading…
Reference in New Issue
Block a user