2007-08-03 James E. Wilson * ia64-gen.c: (main): Add missing newline to copyright message. * ia64-ic.tbl (fp-non-arith): Add xmpy. * ia64-asmtab.c: Regenerate. Index: ia64-gen.c =================================================================== RCS file: /cvs/src/src/opcodes/ia64-gen.c,v retrieving revision 1.21 diff -p -r1.21 ia64-gen.c *** ia64-gen.c 5 Jul 2007 09:49:01 -0000 1.21 --- ia64-gen.c 3 Aug 2007 18:45:25 -0000 *************** main (int argc, char **argv) *** 2872,2878 **** You should have received a copy of the GNU General Public License\n\ along with this program; see the file COPYING. If not, write to the\n\ Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA\n\ ! 02110-1301, USA. */"); print_string_table (); print_dependency_table (); --- 2872,2878 ---- You should have received a copy of the GNU General Public License\n\ along with this program; see the file COPYING. If not, write to the\n\ Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA\n\ ! 02110-1301, USA. */\n"); print_string_table (); print_dependency_table (); Index: ia64-ic.tbl =================================================================== RCS file: /cvs/src/src/opcodes/ia64-ic.tbl,v retrieving revision 1.9 diff -p -r1.9 ia64-ic.tbl *** ia64-ic.tbl 23 Feb 2006 00:17:24 -0000 1.9 --- ia64-ic.tbl 3 Aug 2007 18:45:25 -0000 *************** fp-arith-s0; IC:fp-arith[Field(sf)==s0] *** 15,21 **** fp-arith-s1; IC:fp-arith[Field(sf)==s1] fp-arith-s2; IC:fp-arith[Field(sf)==s2] fp-arith-s3; IC:fp-arith[Field(sf)==s3] ! fp-non-arith; fabs, fand, fandcm, fclass, fcvt.xf, fmerge, fmix, fneg, fnegabs, for, fpabs, fpmerge, fpack, fpneg, fpnegabs, fselect, fswap, fsxt, fxor, xma fpcmp-s0; fpcmp[Field(sf)==s0] fpcmp-s1; fpcmp[Field(sf)==s1] fpcmp-s2; fpcmp[Field(sf)==s2] --- 15,21 ---- fp-arith-s1; IC:fp-arith[Field(sf)==s1] fp-arith-s2; IC:fp-arith[Field(sf)==s2] fp-arith-s3; IC:fp-arith[Field(sf)==s3] ! fp-non-arith; fabs, fand, fandcm, fclass, fcvt.xf, fmerge, fmix, fneg, fnegabs, for, fpabs, fpmerge, fpack, fpneg, fpnegabs, fselect, fswap, fsxt, fxor, xma, xmpy fpcmp-s0; fpcmp[Field(sf)==s0] fpcmp-s1; fpcmp[Field(sf)==s1] fpcmp-s2; fpcmp[Field(sf)==s2]