entered into RCS
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Jul 1992 22:47:40 +0000 (22:47 +0000)
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Jul 1992 22:47:40 +0000 (22:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1434 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/output.h

index 303b1da..480c9e3 100644 (file)
@@ -26,6 +26,14 @@ extern void output_asm_insn ();
    and fixed syntactic prefixes.  */
 extern void asm_fprintf ();
 
+/* Print an integer constant expression in assembler syntax.
+   Addition and subtraction are the only arithmetic
+   that may appear in these expressions.  */
+extern void output_addr_const ();
+
+/* Output a name (as found inside a symbol_ref) in assembler syntax.  */
+extern void assemble_name ();
+
 /* Replace a SUBREG with a REG or a MEM, based on the thing it is a
    subreg of.  */
 extern rtx alter_subreg ();