Commit aaff8ce0 by Charles Hannum

entered into RCS

From-SVN: r1434
parent a0029386
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment