summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2014-01-20 20:13:10 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-01-20 20:13:10 +0000
commit99482090e5b3b3151c81298a4a2219d0cf1865fb (patch)
treedb2615a16f6b61ab095fdd49eee7b26e5fa6bdaf /gcc/output.h
parent66bc6a9ecc5cc4aba9473abdc54930dfdcb1358e (diff)
output.h (output_constant): Delete.
* output.h (output_constant): Delete. * varasm.c (output_constant): Make private. From-SVN: r206855
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/output.h b/gcc/output.h
index fead3d31494..2b32601d861 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -290,18 +290,6 @@ extern void output_object_blocks (void);
extern void output_quoted_string (FILE *, const char *);
-/* Output assembler code for constant EXP to FILE, with no label.
- This includes the pseudo-op such as ".int" or ".byte", and a newline.
- Assumes output_addressed_constants has been done on EXP already.
-
- Generate at least SIZE bytes of assembler data, padding at the end
- with zeros if necessary. SIZE must always be specified. The returned
- value is the actual number of bytes of assembler data generated, which
- may be bigger than SIZE if the object contains a variable length field.
-
- ALIGN is the alignment in bits that may be assumed for the data. */
-extern unsigned HOST_WIDE_INT output_constant (tree, unsigned HOST_WIDE_INT, unsigned int);
-
/* When outputting delayed branch sequences, this rtx holds the
sequence being output. It is null when no delayed branch
sequence is being output, so it can be used as a test in the