Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ldd/elf64 Fix ldd on LP64 platforms by splitting the...



details:   https://anonhg.NetBSD.org/src/rev/f60669589d7d
branches:  trunk
changeset: 331877:f60669589d7d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Aug 28 12:23:29 2014 +0000

description:
Fix ldd on LP64 platforms by splitting the symbol versioning stuff for
elf64 as well.

diffstat:

 usr.bin/ldd/elf64/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 54456b0e01f1 -r f60669589d7d usr.bin/ldd/elf64/Makefile
--- a/usr.bin/ldd/elf64/Makefile        Thu Aug 28 12:00:58 2014 +0000
+++ b/usr.bin/ldd/elf64/Makefile        Thu Aug 28 12:23:29 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2014/03/02 03:55:19 matt Exp $
+#      $NetBSD: Makefile,v 1.8 2014/08/28 12:23:29 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -25,6 +25,8 @@
        _rtld_map_object \
        _rtld_obj_free \
        _rtld_obj_new \
+       _rtld_object_add_name \
+       _rtld_object_match_name \
        _rtld_add_paths \
        _rtld_process_hints \
        _rtld_sysctl \



Home | Main Index | Thread Index | Old Index