Add and correct MIPS relocation types
commitff648c6aa5220dcee0ccdc88b4770015f559e171
authoremaste <emaste@FreeBSD.org>
Mon, 30 May 2016 20:51:51 +0000 (30 20:51 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 30 May 2016 20:51:51 +0000 (30 20:51 +0000)
tree14a359c92d5829f729b7cb37da875078dde0a347
parentc2968877a54f2a71569086676a96e4ac9f658cf9
Add and correct MIPS relocation types

The correct names for R_MIPS_GOT_HI16 and R_MIPS_GOT_LO16 have a _
after GOT. The nonstandard names (R_MIPS_GOTHI16, R_MIPS_GOTLO16) in the
FreeBSD elf_common.h header also had incorrect values and were not used
in the tree, so just remove them.

Add other MIPS relocation types found in FreeBSD/mips64 object files.

Reviewed by: imp, jmallett
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D6561
sys/sys/elf_common.h