freebsd-dev/libexec/rtld-elf/mips
John Baldwin 2a7278307b Remove a duplicate store when performing REL32 relocations in rtld.
The duplicate call to store_ptr() was added in r204687, but it should
have no effect as it only stores an Elf_Sword and the later store_ptr()
does a write that is at least as large if not larger.

Reviewed by:	jmallett
Obtained from:	CheriBSD (sort of)
Sponsored by:	DARPA / AFRL
2017-01-30 23:13:41 +00:00
..
reloc.c Remove a duplicate store when performing REL32 relocations in rtld. 2017-01-30 23:13:41 +00:00
rtld_machdep.h Pass CPUID[1] %edx (cpu_feature), %ecx (cpu_feature2) and 2016-11-15 09:43:26 +00:00
rtld_start.S Before jumping to application's entry point set ra == pc in order 2012-03-23 17:54:06 +00:00