Print this page
Rich's feedback
6375 Add native name demangling support
*** 20,37 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
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
CERRWARN += -_gcc=-Wno-uninitialized
.KEEP_STATE:
all: $(PROG)
--- 20,39 ----
#
#
# 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 -ldemangle-sys
CERRWARN += -_gcc=-Wno-uninitialized
.KEEP_STATE:
all: $(PROG)