diff options
Diffstat (limited to 'sysdeps/i386/dl-machine-rel.h')
-rw-r--r-- | sysdeps/i386/dl-machine-rel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/dl-machine-rel.h b/sysdeps/i386/dl-machine-rel.h index 7ac46f78a6..bb3480d454 100644 --- a/sysdeps/i386/dl-machine-rel.h +++ b/sysdeps/i386/dl-machine-rel.h @@ -28,4 +28,6 @@ Prelinked libraries may use Elf32_Rela though. */ #define ELF_MACHINE_PLT_REL 1 +#define PLTREL ElfW(Rel) + #endif |