diff options
Diffstat (limited to 'gcc/config/i860/i860.h')
-rw-r--r-- | gcc/config/i860/i860.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index 063e886b599..510a863b033 100644 --- a/gcc/config/i860/i860.h +++ b/gcc/config/i860/i860.h @@ -1207,15 +1207,6 @@ do { ASM_OUTPUT_ALIGN ((FILE), 2); \ #define ASM_OPEN_PAREN "(" #define ASM_CLOSE_PAREN ")" -/* Define results of standard character escape sequences. */ -#define TARGET_BELL 007 -#define TARGET_BS 010 -#define TARGET_TAB 011 -#define TARGET_NEWLINE 012 -#define TARGET_VT 013 -#define TARGET_FF 014 -#define TARGET_CR 015 - /* Print operand X (an rtx) in assembler syntax to file FILE. CODE is a letter or dot (`z' in `%z0') or 0 if no letter was specified. For `%' followed by punctuation, CODE is the punctuation and X is null. |