Google
 

Trailing-Edge - PDP-10 Archives - bb-h138f-bm - 7-sources/rtlldb.mac
There are 3 other files named rtlldb.mac in the archive. Click here to see a list.
TITLE RTLLDB -- LDLBLK for the run-time library

;
;	COPYRIGHT (C) DIGITAL EQUIPMENT CORPORATION 1984, 1986.
;	ALL RIGHTS RESERVED.
;
;	THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY  BE  USED  AND
;	COPIED ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND WITH
;	THE INCLUSION OF THE ABOVE COPYRIGHT NOTICE.   THIS  SOFTWARE  OR
;	ANY  OTHER  COPIES  THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE
;	AVAILABLE TO ANY OTHER PERSON.  NO TITLE TO AND OWNERSHIP OF  THE
;	SOFTWARE IS HEREBY TRANSFERRED.
;
;	THE INFORMATION IN THIS SOFTWARE IS  SUBJECT  TO  CHANGE  WITHOUT
;	NOTICE  AND  SHOULD  NOT  BE CONSTRUED AS A COMMITMENT BY DIGITAL
;	EQUIPMENT CORPORATION.
;
;	DIGITAL ASSUMES NO RESPONSIBILITY FOR THE USE OR  RELIABILITY  OF
;	ITS SOFTWARE ON EQUIPMENT THAT IS NOT SUPPLIED BY DIGITAL.
;

; Edit History:
;
; Version 1.0

; Version 1.1

;.EDIT 50	Formally go to version 1.1, update copyright, insert V1.1
;			development changes (formally V2)
;		DDB,15-Jan-85,SPR:NONE
;.EDIT 51	Add GLOBbing in build procedure, make DY$CBK work from JCK.
;		DDB,30-Apr-85,SPR:NONE

; End edit history

SEARCH DYNSYM,RTLDYN,DDBSYM

SALL

; The RTL is very special.

	$LDLBLK $RTL,,,,,,,<<PUSHJ P, DY$BOO##>>

IFN DY$BS-RL.CTV-.RLBOO, <PRINTX ? DY$BS not at offset .RLBOO in CTVEC>
IFN DY$DYN-RL.CTV-.RLDYN, <PRINTX ? DY$DYN not at offset .RLDYN in CTVEC>

; [51]
IFN RL$NUL-RL.CTV-.RLNUL, <PRINTX ? RL$NUL not at offset .RLNUL in CTVEC>

END