Merge "define GET_GOT_DEFINED if not previously defined"

This commit is contained in:
Scott LaVarnway 2016-03-07 21:51:05 +00:00 committed by Gerrit Code Review
commit 8040a8a6c9

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__