author | Camm Maguire <camm@debian.org> | 2014年09月28日 17:09:31 -0400 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2014年09月28日 17:09:31 -0400 |
commit | 61a672de8bcc23cde017d2cb7cbb87ba0ddfbe8d (patch) | |
tree | 2f1ed5da90a9e674e415a51dada4860ab3ea9704 | |
parent | 675ab185df1b40d542f182214db427829225e6db (diff) | |
download | gcl-61a672de8bcc23cde017d2cb7cbb87ba0ddfbe8d.tar.gz |
-rw-r--r-- | gcl/h/powerpc-linux.h | 2 |
diff --git a/gcl/h/powerpc-linux.h b/gcl/h/powerpc-linux.h index 3e2e4a4f5..d47376f96 100644 --- a/gcl/h/powerpc-linux.h +++ b/gcl/h/powerpc-linux.h @@ -22,10 +22,10 @@ #ifdef WORDS_BIGENDIAN #define RELOC_H "elf64_ppc_reloc.h" #define SPECIAL_RELOC_H "elf64_ppc_reloc_special.h" +#define STATIC_FUNCTION_POINTERS #else #define RELOC_H "elf64_ppcle_reloc.h" #define SPECIAL_RELOC_H "elf64_ppcle_reloc_special.h" #endif -#define STATIC_FUNCTION_POINTERS #define C_GC_OFFSET 4 #endif |