diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-04 22:47:40 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-04 22:47:40 +0000 |
commit | 4d3281c9f3e89daa7f3929a7dc4678b9809931ac (patch) | |
tree | aba6800d22ae1fa78e5af35640bc8241d99c83e4 /gcc/output.h | |
parent | c58bc47a5174c3708e78cbe5969cb5bc9d071586 (diff) | |
download | gcc-4d3281c9f3e89daa7f3929a7dc4678b9809931ac.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1434 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 (); |