]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/output.h
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
[thirdparty/gcc.git] / gcc / output.h
index a7fe6937210914678aafbabefa8f271bf49a4cd6..a1cf569cfdad4944f38bf8b5b9654cd7b90ec55f 100644 (file)
@@ -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;