summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-11 23:15:52 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-11 23:15:52 +0000
commit66ae6f24242674998398c0bfeba29b84da4b3e6a (patch)
treedbb73853ee578ae05b72466fe14f6ebfa95f85d9 /gcc/output.h
parent69d39d70bcf9fc50042a25eaf47ab2bd4d085183 (diff)
downloadgcc-66ae6f24242674998398c0bfeba29b84da4b3e6a.tar.gz
* varasm.c (get_named_section_flags, decl_tls_model): Make
them static. * output.h: Remove the prototype for get_named_section_flags. * tree.h: Remove the prototype for decl_tls_model. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90506 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 5148b5e5c60..553f7c4e1cf 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -476,7 +476,6 @@ extern void no_asm_to_stream (FILE *);
#define SECTION_NOTYPE 0x80000 /* don't output @progbits */
#define SECTION_MACH_DEP 0x100000 /* subsequent bits reserved for target */
-extern unsigned int get_named_section_flags (const char *);
extern bool set_named_section_flags (const char *, unsigned int);
#define named_section_flags(NAME, FLAGS) \
named_section_real((NAME), (FLAGS), /*decl=*/NULL_TREE)