Update of /cvsroot/gc-linux/binutils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3251
Modified Files:
ChangeLog.gamecube
Log Message:
Merge http://www.helsinki.fi/~ammonton/gekko-041107.patch
- Add support for General Quantization Registers (GQRs)
- Add more insns: psq_lx,lux,stx,stux,l,lu,st,stu dcbz_l
- Update ChangeLog accordingly.
Index: ChangeLog.gamecube
===================================================================
RCS file: /cvsroot/gc-linux/binutils/ChangeLog.gamecube,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ChangeLog.gamecube 17 Jul 2005 20:14:43 -0000 1.1
+++ ChangeLog.gamecube 18 Jul 2005 01:16:59 -0000 1.2
@@ -1,3 +1,19 @@
+2004-11-07 Anders M Montonen <amm...@cc...>
+
+ * gas/config/tc-ppc.c (pre_defined_registers): Add Gekko General
+ Quantization Registers (GQRs).
+ (md_assemble): Extended opcode parsing.
+
+ * include/opcode/ppc.h (PPC_OPERAND_GQR): Define.
+
+ * opcodes/ppc-dis.c (print_insn_powerpc): Handle case where operand
+ is a General Quantization Register (GQR).
+
+ * opcodes/ppc-opc.c (PSQ_DD, PSQ_WD, PSQ_GD, PSQ_WX, PSQ_GX): Define.
+ (insert_psq_gd, extract_psq_gd, insert_psq_gx, extract_psq_gx): Ditto.
+ (PSQX, PSQX_MASK): Ditto.
+ (powerpc_opcodes): Add more Gekko paired-singles insns (psq_*/dcbz_l).
+
2004-05-02 Anders M Montonen <amm...@cc...>
* gas/config/tc-ppc.c (parse_cpu): Handle case where cpu is a
|