Add the MOVT/MOVW types to the list of relocs which do not generate .plt
authorian <ian@FreeBSD.org>
Wed, 30 Dec 2015 23:04:08 +0000 (23:04 +0000)
committerian <ian@FreeBSD.org>
Wed, 30 Dec 2015 23:04:08 +0000 (23:04 +0000)
commit71b93c43ba5b4d196705cdfe8061b86047cc9bf9
tree6bf54a01c8167efcf9cfca4691f5d8695cca1df7
parent2502999acda612f4678ed5461267695dd4647fb8
Add the MOVT/MOVW types to the list of relocs which do not generate .plt
entries.  This fixes the segfaults in arm userland code compiled with
-march= or -mcpu= values that allow the compiler to generate movw/movt
sequences to load 32-bit constants.
contrib/binutils/bfd/elf32-arm.c