i386: Add support for new psABI relocation
commit933c2235e5c9628aa3d80145dc6ddfa4967a9d70
authorThomas Preud'homme <robotux@celest.fr>
Sun, 27 Dec 2015 04:09:45 +0000 (27 12:09 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Sun, 27 Dec 2015 04:09:45 +0000 (27 12:09 +0800)
tree7517a9df1eb562fc9034fe74432629144e964c94
parentf15c0a93336ef42cec51d00667b5fd60fb309cd5
i386: Add support for new psABI relocation

R_386_GOT32X can occur in object files assembled by new binutils, and in
particular do appear in glibc startup code (crt*.o). This patch is
modeled after the x86_64 one, handling the new relocation in the same
trivial way.
elf.h
tccelf.c