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