ref: e56f96394f0cd4f11d41a19bc5eebf6e24cc4336
parent: 9aa083d164e0d39086aa0c83f0d1a0d0f0d1ba61
author: Scott LaVarnway <[email protected]>
date: Mon Mar 7 06:34:49 EST 2016
define GET_GOT_DEFINED if not previously defined Change-Id: Id9c764a5b0e4b668a6e804cceb78988138ad910f
--- a/third_party/x86inc/x86inc.asm
+++ b/third_party/x86inc/x86inc.asm
@@ -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__