summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 07372a388a1..928aa1f580f 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -269,6 +269,10 @@ extern bool default_assemble_integer (rtx, unsigned int, int);
be outputable. */
extern bool assemble_integer (rtx, unsigned, unsigned, int);
+/* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
+ is NULL. */
+extern section *get_named_text_section (tree, const char *, const char *);
+
/* An interface to assemble_integer for the common case in which a value is
fully aligned and must be printed. VALUE is the value of the integer
object and SIZE is the number of bytes it contains. */