define GET_GOT_DEFINED if not previously defined

Change-Id: Id9c764a5b0e4b668a6e804cceb78988138ad910f
This commit is contained in:
Scott LaVarnway 2016-03-07 11:34:49 -08:00
parent 9aa083d164
commit e56f96394f

View File

@ -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__