From cdc93474623ced1357303ef2ac8e96b65d37615d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 15 Jun 2017 15:28:45 +0200 Subject: remove the not useful disclaimer --- ldso/ldso/sparc/elfinterp.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ldso/ldso/sparc/elfinterp.c') diff --git a/ldso/ldso/sparc/elfinterp.c b/ldso/ldso/sparc/elfinterp.c index bc86a9c10..235493d6f 100644 --- a/ldso/ldso/sparc/elfinterp.c +++ b/ldso/ldso/sparc/elfinterp.c @@ -31,13 +31,6 @@ References to symbols in sharable libraries can be resolved by either an ELF sharable library or a linux style of shared library. */ -/* Disclaimer: I have never seen any AT&T source code for SVr4, nor have - I ever taken any courses on internals. This program was developed using - information available through the book "UNIX SYSTEM V RELEASE 4, - Programmers guide: Ansi C and Programming Support Tools", which did - a more than adequate job of explaining everything required to get this - working. */ - /* Some SPARC opcodes we need to use for self-modifying code. */ #define OPCODE_NOP 0x01000000 /* nop */ #define OPCODE_CALL 0x40000000 /* call ?; add PC-rel word address */ -- cgit v1.2.3