]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/output.h
*** empty log message ***
[gcc.git] / gcc / output.h
index 143fca0270aea4cbd306c113c21aacd34ec23ca2..303b1da19bda988596ed7f76ef06ac154e7f1f44 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for insn-output.c.  These functions are defined in recog.c,
    final.c, and varasm.c.
-   Copyright (C) 1987-1991 Free Software Foundation, Inc.
+   Copyright (C) 19871991 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -130,9 +130,17 @@ extern rtx current_function_return_rtx;
 
 extern rtx current_function_epilogue_delay_list;
 
+/* Nonzero means generate position-independent code.
+   This is not fully implemented yet.  */
+
+extern int flag_pic;
+
 /* This is nonzero if the current function uses pic_offset_table_rtx.  */
 extern int current_function_uses_pic_offset_table;
 
+/* This is nonzero if the current function uses the constant pool.  */
+extern int current_function_uses_const_pool;
+
 /* The line number of the beginning of the current function.
    sdbout.c needs this so that it can output relative linenumbers.  */
 
This page took 0.02727 seconds and 5 git commands to generate.