2004-06-29 James E Wilson * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds. * ia64-asmtab.c: Regnerate. Index: ia64-opc-a.c =================================================================== RCS file: /cvs/src/src/opcodes/ia64-opc-a.c,v retrieving revision 1.4 diff -p -r1.4 ia64-opc-a.c *** ia64-opc-a.c 7 Nov 2002 14:33:48 -0000 1.4 --- ia64-opc-a.c 29 Jun 2004 23:23:47 -0000 *************** struct ia64_opcode ia64_opcodes_a[] = *** 107,113 **** {"or", A, OpX2aVeX4X2b (8, 0, 0, 0xb, 2), {R1, IMM8, R3}, EMPTY}, {"xor", A, OpX2aVeX4X2b (8, 0, 0, 0xb, 3), {R1, IMM8, R3}, EMPTY}, {"mov", A, OpX2aVeImm14 (8, 2, 0, 0), {R1, R3}, EMPTY}, ! {"mov", A, OpX2aVeR3a (8, 2, 0, 0), {R1, IMM14}, PSEUDO, 0, NULL}, {"adds", A, OpX2aVe (8, 2, 0), {R1, IMM14, R3}, EMPTY}, {"addp4", A, OpX2aVe (8, 3, 0), {R1, IMM14, R3}, EMPTY}, {"padd1", A, OpX2aZaZbX4X2b (8, 1, 0, 0, 0, 0), {R1, R2, R3}, EMPTY}, --- 107,114 ---- {"or", A, OpX2aVeX4X2b (8, 0, 0, 0xb, 2), {R1, IMM8, R3}, EMPTY}, {"xor", A, OpX2aVeX4X2b (8, 0, 0, 0xb, 3), {R1, IMM8, R3}, EMPTY}, {"mov", A, OpX2aVeImm14 (8, 2, 0, 0), {R1, R3}, EMPTY}, ! /* A mov immediate pseudo for adds was deleted. It failed for immediate ! operands requiring relocs, e.g. @pltoff(a). */ {"adds", A, OpX2aVe (8, 2, 0), {R1, IMM14, R3}, EMPTY}, {"addp4", A, OpX2aVe (8, 3, 0), {R1, IMM14, R3}, EMPTY}, {"padd1", A, OpX2aZaZbX4X2b (8, 1, 0, 0, 0, 0), {R1, R2, R3}, EMPTY},