diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-04-07 19:19:07 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-04-07 19:19:07 +0000 |
| commit | 51a66580d404c2ada50b0094e37cb409b723846d (patch) | |
| tree | 97248af8b1a46a4bf9e0f36c93ae30df030b7d67 /gnu/usr.bin | |
| parent | b53cb36f67a91564ae229b35afd988641814fa55 (diff) | |
Ditch the warnings by default.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gas/config/tc-i386.c | 8 |
1 files 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 d394d120e73..9b679dd1f98 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--; |
