summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1992-01-11 15:52:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1992-01-11 15:52:29 +0000
commit410f2c6dcd33f487d10c191bc40746e65874a49c (patch)
tree25b6031c11c770afbd66bde86c47a26f729e75bf /gcc/output.h
parent7d15d2db671bb1734fc528b85db8fbb77d8005e9 (diff)
downloadgcc-410f2c6dcd33f487d10c191bc40746e65874a49c.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 143fca0270a..27a9d532740 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -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;