diff options
Diffstat (limited to 'ports/sysdeps/hppa/dl-irel.h')
-rw-r--r-- | ports/sysdeps/hppa/dl-irel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/dl-irel.h b/ports/sysdeps/hppa/dl-irel.h index 86a58e5..4607194 100644 --- a/ports/sysdeps/hppa/dl-irel.h +++ b/ports/sysdeps/hppa/dl-irel.h @@ -30,7 +30,7 @@ /* Implement enough to get the build going again. */ #warning "NEED STT_GNU_IFUNC IMPLEMENTATION" -static inline struct fdesc +static inline struct fdesc __attribute ((always_inline)) elf_ifunc_invoke (uintptr_t addr) { |