Print this page
Rich's feedback
6375 Add native name demangling support

@@ -20,18 +20,20 @@
 #
 #
 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright 2018 Jason King
+#
 
 PROG=   dis
 OBJS=   dis_target.o dis_main.o dis_util.o dis_list.o
 SRCS=   $(OBJS:%.o=%.c)
 
 include         ../Makefile.cmd
 
-LDLIBS += -ldisasm -luutil -lelf
+LDLIBS += -ldisasm -luutil -lelf -ldemangle-sys
 CERRWARN += -_gcc=-Wno-uninitialized
 
 .KEEP_STATE:
 
 all: $(PROG)