jhb b20fd0c43d Pass the correct flag to find_symdef() from _rtld_bind().
When symbol versioning was added to rtld, the boolean 'in_plt' argument
to find_symdef() was converted to a bitmask of flags.  The first flag
added was 'SYMLOOK_IN_PLT' which replaced the 'in_plt' bool.  This
happened to still work by accident as SYMLOOK_IN_PLT had the value of 1
which is the same as 'true', so there should be no functional change.

Tested on:	amd64
Reviewed by:	kan
MFC after:	2 weeks
Sponsored by:	DARPA / AFRL
2016-11-08 22:41:11 +00:00
..
2016-11-01 18:18:09 +00:00
2016-02-27 02:11:00 +00:00
MFH
2016-03-02 16:14:46 +00:00
2016-06-14 16:55:05 +00:00
MFH
2016-03-02 16:14:46 +00:00
2015-11-26 01:14:40 +00:00