diff options
author | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-16 18:10:06 +0000 |
---|---|---|
committer | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-16 18:10:06 +0000 |
commit | 0c662fd1ac476eee2317b326aba254a4557a2f0f (patch) | |
tree | 08af7940dfa4181cb18083aafd4fe03f1d94849b /gcc/config/cris/cris.h | |
parent | 7c15eccdd8f2b2b1399f74262310676e559074c7 (diff) | |
download | gcc-0c662fd1ac476eee2317b326aba254a4557a2f0f.tar.gz |
* config/cris/cris-protos.h (cris_print_operand): Delete.
(cris_print_operand_address): Delete.
* config/cris/cris.h (PRINT_OPERAND): Delete.
(PRINT_OPERAND_PUNCT_VALID_P): Delete.
(PRINT_OPERAND_ADDRESS): Delete.
* config/cris/cris.c (cris_print_operand_address): Make static.
(cris_print_operand): Make static.
(cris_print_operand_punct_valid_p): New function.
(TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
(TARGET_PRINT_OPERAND_ADDRESS): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160857 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/cris/cris.h')
-rw-r--r-- | gcc/config/cris/cris.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 3c426b74ae5..ae2bfee4757 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -1253,16 +1253,6 @@ enum cris_pic_symbol_type #define ADDITIONAL_REGISTER_NAMES \ {{"r14", 14}, {"r15", 15}, {"pc", 15}} -#define PRINT_OPERAND(FILE, X, CODE) \ - cris_print_operand (FILE, X, CODE) - -/* For delay-slot handling. */ -#define PRINT_OPERAND_PUNCT_VALID_P(CODE) \ - ((CODE) == '#' || (CODE) == '!' || (CODE) == ':') - -#define PRINT_OPERAND_ADDRESS(FILE, ADDR) \ - cris_print_operand_address (FILE, ADDR) - /* Output an empty line to illustrate the presence of the delay slot. */ #define DBR_OUTPUT_SEQEND(FILE) \ fprintf (FILE, "\n") |