This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] avr port: various small fixes
- To: marekm at linux dot org dot pl
- Subject: Re: [patch] avr port: various small fixes
- From: Denis Chertykov <denisc at overta dot ru>
- Date: Wed, 11 Oct 2000 01:00:00 +0400
- Cc: gcc-patches at gcc dot gnu dot org
- References: <20001009145215Z116710-28645+40@piast.t19.ds.pwr.wroc.pl>
Marek Michalkiewicz <marekm@t19.ds.pwr.wroc.pl> writes:
> Some small bug fixes which I think I should send first, before any
> larger changes...
>
> 2000-10-09 Marek Michalkiewicz <marekm@linux.org.pl>
>
> * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
> Correct insn length if shift count is a memory operand.
> * config/avr/avr.md: New define_peephole2 to use *reload_inqi.
> (*iorhi3_clobber): Change lo8 to hi8.
> (zero_extendhisi2): Change %B0 to %A1.
> (ashlhi3, ashrhi3): Correct insn length.
> (andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
> from "clobber" to "set_n" in some alternatives.
Applied.
Denis.