This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
egcs/gcc ChangeLog config/arm/arm.h
- From: rearnsha at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 30 Sep 2002 11:18:39 -0000
- Subject: egcs/gcc ChangeLog config/arm/arm.h
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: rearnsha@gcc.gnu.org 2002-09-30 04:18:39
Modified files:
gcc : ChangeLog
gcc/config/arm : arm.h
Log message:
* arm.h (BASE_REG_CLASS): Always return LO_REGS for Thumb.
(MODE_BASE_REG_CLASS, case Thumb): Only return BASE_REGS if we know
that we have a SImode access, and only then if reload hasn't completed;
for all other cases, use LO_REGS.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.15572&r2=1.15573
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/arm/arm.h.diff?cvsroot=gcc&r1=1.163&r2=1.164