2 May 2003 02:04
xstormy16: more misalignment fixes.
DJ Delorie <dj <at> redhat.com>
2003-05-02 00:04:56 GMT
2003-05-02 00:04:56 GMT
Yet more fixes for the xstormy16 word-alignment rules. [cgen] 2003-05-01 DJ Delorie <dj <at> redhat.com> * cpu/xstormy16.cpu (alignfix-mem): Correct logic for unaligned word accesses. (set-alignfix-mem): Likewise. [sid/component/cgen-cpu/xstormy16] 2003-05-01 DJ Delorie <dj <at> redhat.com> * xstormy16-sem.cxx: Regenerate. * xstormy16-write.cxx: Regenerate. Index: cgen/cpu/xstormy16.cpu =================================================================== RCS file: /cvs/uberbaum/./cgen/cpu/xstormy16.cpu,v retrieving revision 1.8 diff -p -2 -r1.8 xstormy16.cpu *** cgen/cpu/xstormy16.cpu 21 Mar 2003 06:15:55 -0000 1.8 --- cgen/cpu/xstormy16.cpu 1 May 2003 23:55:04 -0000 *************** *** 493,513 **** (define-pmacro (alignfix-mem where) ! (if HI (and where 1) ! (or HI ! (and (sll (mem QI (sub where 1)) 8) #xFF00)(Continue reading)
.
>
> Andrew
> 2003-05-02 Andrew Cagney <cagney <at> redhat.com>
>
> * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
> and Eric Christopher. All of Red Hat.
> * frv.opc: New file. Written by Catherine Moore, and Dave
> Brolley. All of Red Hat.
> * simplify.inc: New file. Written by Doug Evans. All of Red Hat.
I'm confused.
Given that src/cgen/frv.cpu already exists,
I'm guessing the intent here is to move these files to src/cpu
(given the recent activity there).
Why don't we move all the .cpu files over en masse?
Or is there something else going on here?
RSS Feed