aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1992-03-28 06:33:41 +0000
committerJames Van Artsdalen <jrv@gnu.org>1992-03-28 06:33:41 +0000
commitaae7526179ceb830c39b8259eccf3182d8055dc0 (patch)
tree44dfd289059e790b5ad3d744f693271a5e5500c3 /gcc/output.h
parent79aa53464280cdb3e282289fd0827ee11afac6b1 (diff)
downloadgcc-aae7526179ceb830c39b8259eccf3182d8055dc0.zip
gcc-aae7526179ceb830c39b8259eccf3182d8055dc0.tar.gz
gcc-aae7526179ceb830c39b8259eccf3182d8055dc0.tar.bz2
*** empty log message ***
From-SVN: r609
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index edf68ff..303b1da 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. */