[parisc-linux-cvs] gcc amodra
Alan Modra
amodra@puffin.external.hp.com
Mon, 12 Feb 2001 19:07:29 -0700
CVSROOT: /home/cvs/parisc
Module name: gcc
Changes by: amodra 01/02/12 19:07:29
Modified files:
gcc : Tag: devel ChangeLog Makefile.in
gcc/config/pa : Tag: devel pa.c
Log message:
* Makefile.in (OBJS): Remove hashtab.o
Otherwise --build=i686-linux --host=hppa-linux --target=hppa-linux
links with an x86 object amongst all the hppa-linux ones.
* config/pa/pa.c (pa_adjust_insn_length): Check that block move
pattern is a SET before looking at operands.
Fixes "unaligned access" crash on asm_operands rtl.