diff options
author | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-28 06:33:41 +0000 |
---|---|---|
committer | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-28 06:33:41 +0000 |
commit | cd52197afd6ad5412f774dafa065d2baa08994c9 (patch) | |
tree | 44dfd289059e790b5ad3d744f693271a5e5500c3 /gcc/output.h | |
parent | bbaca70268f95ae8c1f578b5609d3871c2567efb (diff) | |
download | gcc-cd52197afd6ad5412f774dafa065d2baa08994c9.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@609 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index edf68ffed34..303b1da19bd 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -138,6 +138,9 @@ 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. */ |