Source-Changes-HG archive

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

[src/netbsd-7]: src/usr.bin/ldd/elf64 Pull up following revision(s) (requeste...



details:   https://anonhg.NetBSD.org/src/rev/34603b6a87e5
branches:  netbsd-7
changeset: 798308:34603b6a87e5
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Aug 29 11:47:16 2014 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #64):
        usr.bin/ldd/elf64/Makefile: revision 1.8
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 8fd8819cf2e9 -r 34603b6a87e5 usr.bin/ldd/elf64/Makefile
--- a/usr.bin/ldd/elf64/Makefile        Fri Aug 29 11:44:46 2014 +0000
+++ b/usr.bin/ldd/elf64/Makefile        Fri Aug 29 11:47:16 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2014/03/02 03:55:19 matt Exp $
+#      $NetBSD: Makefile,v 1.7.4.1 2014/08/29 11:47:16 martin 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