summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-27 01:43:17 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-27 01:43:17 +0000
commitbe2828ce3a45f1a520b7d3e932b1fead7462ec7e (patch)
treee7daf0f28ecb5da9660b21aee68e6919f846c183 /gcc/output.h
parent6bc988cda5e493c3e632a2d82be7ea8763a618e2 (diff)
downloadgcc-be2828ce3a45f1a520b7d3e932b1fead7462ec7e.tar.gz
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
details. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24879 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 a7fe6937210..a1cf569cfda 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -389,6 +389,11 @@ extern int current_function_contains_functions;
extern int current_function_sp_is_unchanging;
+/* Nonzero if the function being compiled has the address of its
+ labels taken. */
+
+extern int current_function_addresses_labels;
+
/* Nonzero if the current function returns a pointer type */
extern int current_function_returns_pointer;