diff options
Diffstat (limited to 'gcc/config/tahoe')
-rw-r--r-- | gcc/config/tahoe/tahoe.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/tahoe/tahoe.c b/gcc/config/tahoe/tahoe.c index 6fec44418f4..9dd189bde2f 100644 --- a/gcc/config/tahoe/tahoe.c +++ b/gcc/config/tahoe/tahoe.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for Tahoe. - Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Copyright (C) 1989, 1991, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "config.h" +#include <stdio.h> #include "rtl.h" #include "regs.h" #include "hard-reg-set.h" @@ -51,7 +52,7 @@ Boston, MA 02111-1307, USA. */ rtx tahoe_reg_conversion_loc; int -extendable_operand (op, mode) +extensible_operand (op, mode) rtx op; enum machine_mode mode; { @@ -67,8 +68,6 @@ extendable_operand (op, mode) /* since the modes are basically the same. I had to add a special case, */ /* though, for symbol references with offsets. */ -#include <stdio.h> - print_operand_address (file, addr) FILE *file; register rtx addr; |