Fix failure to diagnose GOTOFF relocation to undef symbol in shared lib (i386).
authorCary Coutant <ccoutant@gmail.com>
Sun, 27 Mar 2016 23:09:56 +0000 (16:09 -0700)
committerCary Coutant <ccoutant@gmail.com>
Sun, 27 Mar 2016 23:11:27 +0000 (16:11 -0700)
commited700649d0607e6509d5bbc51f4617bbae13a543
treeb812af1440a0543bc74fd97eb083c551a7af2555
parent44f9a8af8544d5656f3bbb73b41d3b983c99e8f2
Fix failure to diagnose GOTOFF relocation to undef symbol in shared lib (i386).

gold/
PR gold/16111
* i386.cc (Target_i386): Add check for fully-resolved symbol for
R_386_GOTOFF.
gold/ChangeLog
gold/i386.cc