]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorJeff Law <law@gcc.gnu.org>
Sat, 11 Jan 1992 15:52:29 +0000 (08:52 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 11 Jan 1992 15:52:29 +0000 (08:52 -0700)
From-SVN: r177

gcc/output.h

index 143fca0270aea4cbd306c113c21aacd34ec23ca2..27a9d5327405fa130414b966c6c30e4f258a3212 100644 (file)
@@ -130,6 +130,11 @@ 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 page took 0.061206 seconds and 5 git commands to generate.