define GET_GOT_DEFINED if not previously defined
authorScott LaVarnway <slavarnway@google.com>
Mon, 7 Mar 2016 19:34:49 +0000 (11:34 -0800)
committerScott LaVarnway <slavarnway@google.com>
Mon, 7 Mar 2016 19:34:49 +0000 (11:34 -0800)
Change-Id: Id9c764a5b0e4b668a6e804cceb78988138ad910f

third_party/x86inc/x86inc.asm

index fc65bd3..b647dff 100644 (file)
 %ifdef PIC
     default rel
 %endif
+
+%ifndef GET_GOT_DEFINED
+    %define GET_GOT_DEFINED 0
+%endif
 ; Done with PIC macros
 
 %ifdef __NASM_VER__