Print this page
3544 save-args matcher could be considerably more robust
3545 save-args matcher should accept saves may be out-of-order
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Robert Mustacchi <rm@joyent.com>
*** 20,36 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
# This is a 64-bit build, and as such needs 64-bit ELF support
CMNOBJS64 = Psymtab_machelf64.o
include ../Makefile.com
include ../../Makefile.lib.64
CPPFLAGS += -D_SYSCALL32
install: all $(ROOTLIBS64) $(ROOTLINKS64)
--- 20,35 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# This is a 64-bit build, and as such needs 64-bit ELF support
CMNOBJS64 = Psymtab_machelf64.o
include ../Makefile.com
include ../../Makefile.lib.64
CPPFLAGS += -D_SYSCALL32
+ LDLIBS += -lsaveargs
install: all $(ROOTLIBS64) $(ROOTLINKS64)