YG 7/10/2001

This is a GCC 2.95.2 patch for generating
F-CPU code with GCC's backend. I have not tested it
(i'm so dumb i can't even setup a gcc source) and
remember that GCC is not the smartest compiler ever made !
GCC will probably _never_ "understand" concepts like SIMD
or the other characteristics of the F-CPU ISA (no stack,
no carry flag...) so don't expect too much. It's alread
a miracle to have this source. The jumps are particularly
tricky, and i guess there is no support of 64-bit integers !


cut&paste from nov. 27, 2000 :

> Okay, as YG requested, from now on, the latest release
> of GCC is now always at:
> http://www.lvdi.net/~lee.salzman/gcc-2.95.2-fcpu.tar.gz
>
> The original now has a '-1' suffix, but I doubt anyone
> is going to be looking for that particular one. Also
> fixed were some odd mistakes I had accidently left in
> the the '-3' release. BTW, when using the release,
> you must first have a working gcc-2.95.2 tree, which
> you should untar the f-cpu release OVER. When
> configuring, use the --target=fcpu-pc-linux-gnu
> flag.
> 
>                                 Lee
