From 51a66580d404c2ada50b0094e37cb409b723846d Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 7 Apr 1994 19:19:07 +0000 Subject: [PATCH] Ditch the warnings by default. --- gnu/usr.bin/gas/config/tc-i386.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/gas/config/tc-i386.c b/gnu/usr.bin/gas/config/tc-i386.c index d394d120e735..9b679dd1f98c 100644 --- a/gnu/usr.bin/gas/config/tc-i386.c +++ b/gnu/usr.bin/gas/config/tc-i386.c @@ -25,7 +25,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: tc-i386.c,v 1.5 1994/04/07 19:14:45 mycroft Exp $"; +static char rcsid[] = "$Id: tc-i386.c,v 1.6 1994/04/07 19:19:07 mycroft Exp $"; #endif #include "as.h" @@ -1654,7 +1654,7 @@ char *operand_string; exp->X_add_symbol = (symbolS *) 0; exp->X_subtract_symbol = (symbolS *) 0; } else { -#ifdef DEBUG386 +#ifdef DEBUG printf("displacement removed in operand `%s'\n", operand_string); #endif i.disp_operands--; @@ -1665,7 +1665,7 @@ char *operand_string; if (i.disp_reloc[this_operand] != NO_RELOC || !found_base_index_form || !i.base_reg || exp->X_add_symbol || exp->X_subtract_symbol || exp->X_add_number != 0) i.types[this_operand] |= SMALLEST_DISP_TYPE (exp->X_add_number); else { -#ifdef DEBUG386 +#ifdef DEBUG printf("displacement removed in operand `%s'\n", operand_string); #endif i.disp_operands--; @@ -1677,7 +1677,7 @@ char *operand_string; if (i.disp_reloc[this_operand] != NO_RELOC || !found_base_index_form || !i.base_reg || exp->X_add_symbol || exp->X_subtract_symbol || exp->X_add_number != 0) i.types[this_operand] |= Disp32; else { -#ifdef DEBUG386 +#ifdef DEBUG printf("displacement removed in operand `%s'\n", operand_string); #endif i.disp_operands--;