summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
diff options
context:
space:
mode:
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-10 23:55:03 +0000
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-10 23:55:03 +0000
commitf28fe1ac1dafb9a7faf1f0970a030cdcb7e2d116 (patch)
tree589b7f49cd4cd90fbeb9ce18b26242d43c571312 /gcc/config/rs6000
parent248568d2bf506fc0a0892135662d52d36016f162 (diff)
downloadgcc-f28fe1ac1dafb9a7faf1f0970a030cdcb7e2d116.tar.gz
* config/rs6000/rs6000.h (PRINT_OPERAND_PUNCT_VALID_P):
Delete '.'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192337 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r--gcc/config/rs6000/rs6000.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
index b968802d9fb..82388d93be8 100644
--- a/gcc/config/rs6000/rs6000.h
+++ b/gcc/config/rs6000/rs6000.h
@@ -2229,8 +2229,7 @@ extern char rs6000_reg_names[][8]; /* register names (0 vs. %r0). */
/* Define which CODE values are valid. */
-#define PRINT_OPERAND_PUNCT_VALID_P(CODE) \
- ((CODE) == '.' || (CODE) == '&')
+#define PRINT_OPERAND_PUNCT_VALID_P(CODE) ((CODE) == '&')
/* Print a memory address as an operand to reference that memory location. */