diff options
author | jhb <jhb@FreeBSD.org> | 2016-12-01 20:36:48 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2016-12-01 20:36:48 +0000 |
commit | 3673260fc9cd940469688433ec5f09ca53d19107 (patch) | |
tree | a072e04921e54dd0e8edfd2db415454f8fb6556a /contrib/diff/src/analyze.c | |
parent | eb77968c18f03c2025c676c2567f9afb4589263a (diff) | |
download | FreeBSD-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