OSDN Git Service

#include flags.h
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Feb 1996 23:19:26 +0000 (23:19 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Feb 1996 23:19:26 +0000 (23:19 +0000)
(output_function_prologue, function_epilogue): Remove declarations
of call_used_regs and frame_pointer_needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11269 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pdp11/pdp11.c

index ec1e080..19b4148 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for gcc2 for pdp11.
-   Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
    Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
 
 This file is part of GNU CC.
@@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA.  */
 #include "insn-flags.h"
 #include "output.h"
 #include "insn-attr.h"
+#include "flags.h"
 
 /*
 #define FPU_REG_P(X)   ((X)>=8 && (X)<14)
@@ -97,9 +98,6 @@ output_function_prologue(stream, size)
   FILE *stream;
   int size;
 {                                                             
-    extern char call_used_regs[];                                      
-    extern int frame_pointer_needed;                           
-
     int fsize = ((size) + 1) & ~1;                                     
     int regno, nregs, i;                                               
     int offset = 0;
@@ -196,7 +194,6 @@ output_function_epilogue(stream, size)
   FILE *stream;
   int size;
 {                                                              
-    extern char call_used_regs[];                                      
     extern int may_call_alloca;
 
     int fsize = ((size) + 1) & ~1;