diff options
Diffstat (limited to 'sys/i386/include/asm.h')
-rw-r--r-- | sys/i386/include/asm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/asm.h b/sys/i386/include/asm.h index 7ce3d57..cc8bfe0 100644 --- a/sys/i386/include/asm.h +++ b/sys/i386/include/asm.h @@ -49,11 +49,12 @@ popl %ebx #define PIC_PLT(x) x@PLT #define PIC_GOT(x) x@GOT(%ebx) +#define PIC_GOTOFF(x) x@GOTOFF(%ebx) #else #define PIC_PROLOGUE #define PIC_EPILOGUE #define PIC_PLT(x) x -#define PIC_GOT(x) x +#define PIC_GOTOFF(x) x #endif /* |