I've included GNU assembler (GAS) version 2.8.1 into PGCC distribution since
EMX/GCC is bundled with GAS 2.6 which is a bit old :-) Most notable change
in GAS 2.8.1 relative to 2.6 is that it supports MMX instruction set.
Note that this doesn't mean PGCC will generate programs using MMX, this just
means you can use MMX instructions in asm () statements...

The port has been made using Eberhard Mattes' original patches for GNU binutils
plus some hand modifications have been made to make it configurable with
"configure" script... if somebody is interested, I can post a diff between
original 2.8.1 and emx' enabled one. It's kinda dirty now, and I don't have
much desire to clean it up... it works and I'm happy :-)

I've also compiled texi documentation into native OS/2 .INF books... they
contain many useful information on GAS and GASP.
