summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-08 22:41:55 +0000
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-08 22:41:55 +0000
commit5cdb6d3147d1aa9c70ee30e474b7b2b785e071b2 (patch)
tree855a56530e6a6db9b761b28846fc3a61c596e605 /gcc/output.h
parentebed3b99a35afe8bd311b4be73d0103d67c5a97f (diff)
downloadgcc-5cdb6d3147d1aa9c70ee30e474b7b2b785e071b2.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46108 138bc75d-0d04-0410-961f-82ee72b054a4
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 f1722f146b6..85485bf52d7 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 *,