diff options
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/dl-machine-rel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mips/dl-machine-rel.h b/sysdeps/mips/dl-machine-rel.h index ed39618041..3d0dfec01f 100644 --- a/sysdeps/mips/dl-machine-rel.h +++ b/sysdeps/mips/dl-machine-rel.h @@ -22,5 +22,6 @@ #define ELF_MACHINE_PLT_REL 1 #define ELF_MACHINE_NO_REL 0 #define ELF_MACHINE_NO_RELA 0 +#define PLTREL ElfW(Rel) #endif |