NetBSD/libexec/ld.elf_so/arch/i386
joerg f80c3669c3 Rework ifunc support to address a number of short comings:
- Move to a shared _rtld_call_ifunc for rel and rela architectures
- Architectures using rel format must patch IRELATIVE non-PLT
  relocations like RELATIVE in additition to the later ifunc handling
- Consistently record the delta to the end of the relocation group for
  non-PLT IRELATIVE relocations

Hidden ifunc is now supported on all ifunc platforms, even when using
-fno-plt. The combination of -fno-plt and relro is broken due to
incorrect GNU ld output though.
2018-04-03 21:10:27 +00:00
..
Makefile.inc Rework ifunc support to address a number of short comings: 2018-04-03 21:10:27 +00:00
mdreloc.c Rework ifunc support to address a number of short comings: 2018-04-03 21:10:27 +00:00
rtld_start.S