From 7fe78aa61d4fca2fa066dc17db0c253eca612e0e Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 11 Jan 1992 08:52:29 -0700 Subject: [PATCH] *** empty log message *** From-SVN: r177 --- gcc/output.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/output.h b/gcc/output.h index 143fca0270ae..27a9d5327405 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; -- 2.43.5