From 308a64fe24c7c58f54ec240c12fa11ec7f19f3ad Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 17 Nov 1993 01:33:24 +0000 Subject: [PATCH] Diagnostic "RRS text relocation at %#x (symbol %s)" commented out in #ifdef DEBUG As Paul told me, it is only informational, nothing more. I don't want several screens of this information on each linking (netstat f.e.) --- gnu/usr.bin/ld/rrs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/ld/rrs.c b/gnu/usr.bin/ld/rrs.c index edd2ffa43c74..b999c6258f3c 100644 --- a/gnu/usr.bin/ld/rrs.c +++ b/gnu/usr.bin/ld/rrs.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: rrs.c,v 1.5 1993/11/01 16:26:18 pk Exp $ + * $Id: rrs.c,v 1.2 1993/11/09 04:19:02 paul Exp $ */ #include @@ -294,11 +294,11 @@ symbol *sp; long *relocation; { struct relocation_info *r = rrs_next_reloc(); - +#ifdef DEBUG if (rp->r_address < text_start + text_size) error("RRS text relocation at %#x (symbol %s)", rp->r_address, sp->name); - +#endif #ifdef DEBUG printf("claim_rrs_reloc: %s\n", sp->name); #endif