Merge pull request #1868 from jg1uaa/master

change hello.mo building process, compile and link separately
This commit is contained in:
Bernard Xiong
2018-11-05 09:14:02 +08:00
committed by GitHub
4 changed files with 5 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
#include "../dlmodule.h"
#include "../dlelf.h"
#ifdef __x86__
#ifdef __i386__
#define R_X86_64_GLOB_DAT 6 /* Create GOT entry */
#define R_X86_64_JUMP_SLOT 7 /* Create PLT entry */