diff options
author | Jeff Law <law@gcc.gnu.org> | 1992-01-11 08:52:29 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1992-01-11 08:52:29 -0700 |
commit | 7fe78aa61d4fca2fa066dc17db0c253eca612e0e (patch) | |
tree | 25b6031c11c770afbd66bde86c47a26f729e75bf /gcc/output.h | |
parent | 3462dc4515c41c0eaa075629897e84660da0a406 (diff) | |
download | gcc-7fe78aa61d4fca2fa066dc17db0c253eca612e0e.tar.gz |
*** empty log message ***
From-SVN: r177
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 5 |
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; |