This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r123659 - in /branches/gcc-4_2-branch/gcc: Chan...
- From: aesok at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 08 Apr 2007 14:40:00 -0000
- Subject: r123659 - in /branches/gcc-4_2-branch/gcc: Chan...
Author: aesok
Date: Sun Apr 8 15:39:59 2007
New Revision: 123659
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123659
Log:
PR target/29932
* config/avr/predicates.md (io_address_operand): Delete predicate.
(low_io_address_operand): Don't use 'mode' argument.
(higth_io_address_operand): Rename ...
(high_io_address_operand): ... to this. Don't use 'mode' argument.
* config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
for above change.
Modified:
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/config/avr/avr.md
branches/gcc-4_2-branch/gcc/config/avr/predicates.md