From e38c9cc2030a0a2e9a9f107aced3def8f66e7b8e Mon Sep 17 00:00:00 2001 From: Denis Chertykov Date: Wed, 7 Jun 2000 18:56:15 +0000 Subject: [PATCH] * config/tc-avr.c (avr_operand): fix the fomratting of the comment. --- gas/ChangeLog | 4 ++++ gas/config/tc-avr.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 4d856caafb5..a1720ea3336 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 7 22:44:14 2000 Denis Chertykov + + * config/tc-avr.c (avr_operand): fix the fomratting of the comment. + Wed Jun 7 21:26:15 2000 Denis Chertykov * config/tc-avr.c (AVR_ISA_???): moved to include/opcode/avr.h diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 8b32d7cdc9a..d93b16b6e0e 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -551,8 +551,10 @@ avr_operand (opcode, where, op, line) as_bad (_ ("cannot both predecrement and postincrement")); op_mask |= 0x1001; } + /* avr1 can do "ld r,Z" and "st Z,r" but no other pointer - registers, no predecrement, no postincrement */ + registers, no predecrement, no postincrement. */ + if ((op_mask & 0x100F) && !(avr_mcu->isa & AVR_ISA_SRAM)) as_bad (_ ("addressing mode not supported")); } -- 2.30.2