diff options
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/s390-64/dl-machine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/s390/s390-64/dl-machine.h b/sysdeps/s390/s390-64/dl-machine.h index 4d4c344ea0..25294fc787 100644 --- a/sysdeps/s390/s390-64/dl-machine.h +++ b/sysdeps/s390/s390-64/dl-machine.h @@ -415,6 +415,8 @@ elf_machine_rela (struct link_map *map, const Elf64_Rela *reloc, *(unsigned short *) reloc_addr = value + reloc->r_addend - (Elf64_Addr) reloc_addr; break; + case R_390_NONE: + break; #endif #if !defined(RTLD_BOOTSTRAP) || defined(_NDEBUG) default: |