summaryrefslogtreecommitdiffstats
path: root/contrib/diff/src/analyze.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2016-12-01 20:36:48 +0000
committerjhb <jhb@FreeBSD.org>2016-12-01 20:36:48 +0000
commit3673260fc9cd940469688433ec5f09ca53d19107 (patch)
treea072e04921e54dd0e8edfd2db415454f8fb6556a /contrib/diff/src/analyze.c
parenteb77968c18f03c2025c676c2567f9afb4589263a (diff)
downloadFreeBSD-src-3673260fc9cd940469688433ec5f09ca53d19107.zip
FreeBSD-src-3673260fc9cd940469688433ec5f09ca53d19107.tar.gz
MFC 308456: 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.
Diffstat (limited to 'contrib/diff/src/analyze.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud