Print this page
saveargs: Implement as libsaveargs
saveargs: let disasm do the lifting

*** 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)