From dfa13f28f219a00d9e7855e29e5702674b7e2e1f Mon Sep 17 00:00:00 2001 From: markc Date: Thu, 16 Feb 1995 09:11:29 +0000 Subject: [PATCH] Added support for RTfirst.o and RTend.o which mark the beginning and end of DYNINST code. --- rtinst/make.module.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rtinst/make.module.tmpl b/rtinst/make.module.tmpl index 7012b02..d991239 100644 --- a/rtinst/make.module.tmpl +++ b/rtinst/make.module.tmpl @@ -4,7 +4,11 @@ # included from within an architecture-specific Makefile. # # $Log: make.module.tmpl,v $ -# Revision 1.1 1995/01/30 18:30:31 jcargill +# Revision 1.2 1995/02/16 09:11:29 markc +# Added support for RTfirst.o and RTend.o which mark the beginning and end +# of DYNINST code. +# +# Revision 1.1 1995/01/30 18:30:31 jcargill # Major build system reorganization # # @@ -12,7 +16,7 @@ TARGET = libdyninstRT.a ALT_TARGET = DYNINSTstartCode.o DYNINSTendCode.o -SRCS += ../src/RTposix.c +SRCS += ../src/RTposix.c ../src/RTend.c DYNSRCS = ../src/DYNINSTstartCode.c \ ../src/DYNINSTendCode.c -- 1.8.3.1