K 10 svn:author V 3 jhb K 8 svn:date V 27 2017-08-30T20:00:15.515457Z K 7 svn:log V 347 Compile reloc.o with -fno-jump-tables on MIPS. In particular, the switch statement on the type of dynamic entries in _rtld_relocate_nonplt_self() needs to not use a jump table since jump tables on MIPS use local GOT entries which aren't initialized until after this loop. Suggested by: arichardson Reviewed by: emaste Sponsored by: DARPA / AFRL END