aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorRobert Lipe <robertlipe@usa.net>2001-10-08 22:41:55 +0000
committerRobert Lipe <robertl@gcc.gnu.org>2001-10-08 22:41:55 +0000
commita8c01a592b48327c4555a1352fef9d79982b983d (patch)
tree855a56530e6a6db9b761b28846fc3a61c596e605 /gcc/output.h
parent646ded90c6b3d96cd172dcbf18cce70d76d9d172 (diff)
downloadgcc-a8c01a592b48327c4555a1352fef9d79982b983d.zip
gcc-a8c01a592b48327c4555a1352fef9d79982b983d.tar.gz
gcc-a8c01a592b48327c4555a1352fef9d79982b983d.tar.bz2
varasm.c (struct in_named_entry): Add declared.
* varasm.c (struct in_named_entry): Add declared. (named_section_first_declaration): New function. (default_elf_asm_named_section): Use it. * output.h (named_section_first_declaration): New. From-SVN: r46108
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index f1722f1..85485bf 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -475,6 +475,7 @@ extern void no_asm_to_stream PARAMS ((FILE *));
extern unsigned int get_named_section_flags PARAMS ((const char *));
extern bool set_named_section_flags PARAMS ((const char *, unsigned int));
extern void named_section_flags PARAMS ((const char *, unsigned int));
+extern bool named_section_first_declaration PARAMS((const char *));
union tree_node;
extern unsigned int default_section_type_flags PARAMS ((union tree_node *,