From: Charles Hannum Date: Sat, 4 Jul 1992 22:47:40 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaff8ce083e45ce200c50cf6855f4f5215806fb9;p=gcc.git entered into RCS From-SVN: r1434 --- diff --git a/gcc/output.h b/gcc/output.h index 303b1da19bd..480c9e302a1 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -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 ();