From 1f30bc0f0d96af4d55ef6d077bedcbd6a5daa749 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 2 Dec 1993 09:32:26 +0000 Subject: [PATCH] #ifdef DEBUG unwanted message, third time after Jordan... --- gnu/usr.bin/ld/rrs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/ld/rrs.c b/gnu/usr.bin/ld/rrs.c index 6a3bf0810a8..8ab6ee86958 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.4 1993/11/22 19:04:44 jkh Exp $ + * $Id: rrs.c,v 1.7 1993/12/02 00:56:39 jkh Exp $ */ #include @@ -318,11 +318,11 @@ long *relocation; { struct relocation_info *r = rrs_next_reloc(); +#ifdef DEBUG if (rp->r_address < text_start + text_size) error("%s: RRS text relocation at %#x for \"%s\"", get_file_name(entry), rp->r_address, sp->name); -#ifdef DEBUG printf("claim_rrs_reloc: %s in %s\n", sp->name, get_file_name(entry)); #endif r->r_address = rp->r_address;