This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build regression [Re: [PATCH] AMD bdver2 processors 2/2 - TBM]


On Tue, 18 Jan 2011 15:03:58 +0100, H.J. Lu wrote:
> > It gets fixed by:
> > Â Â Â Ârm opcodes/i386-init.h; make -C opcodes i386-gen; make -C opcodes i386-init.h
> 
> OK.
> 
> BTW, no approval is needed for generated files.

Checked in.

The full patch file not included as it has ~1MB.


Thanks,
Jan


http://sourceware.org/ml/binutils-cvs/2011-01/msg00106.html

--- src/opcodes/ChangeLog	2011/01/17 18:40:34	1.1687
+++ src/opcodes/ChangeLog	2011/01/18 14:14:46	1.1688
@@ -1,3 +1,8 @@
+2011-01-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* i386-init.h: Regenerated.
+	* i386-tbl.h: Regenerated
+
 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
 
 	* i386-dis.c (REG_XOP_TBM_01): New.
@@ -15,9 +20,6 @@
 	* i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
 	blcs, blsfill, blsic, t1mskc, and tzmsk.
 
-	* i386-init.h: Regenerated.
-	* i386-tbl.h: Regenerated
-
 2011-01-12  DJ Delorie  <dj@redhat.com>
 
 	* rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
--- src/opcodes/i386-init.h	2011/01/05 00:16:54	1.37
+++ src/opcodes/i386-init.h	2011/01/18 14:14:46	1.38
@@ -22,327 +22,332 @@
 #define CPU_UNKNOWN_FLAGS \
   { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,  \
       1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1,  \
-      1, 1, 1, 1, 1, 1, 1, 0, 1, 1 } }
+      1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1 } }
 
[...]
--- src/opcodes/i386-tbl.h	2011/01/05 00:16:57	1.98
+++ src/opcodes/i386-tbl.h	2011/01/18 14:14:46	1.99
@@ -26,7 +26,7 @@
   { "mov", 2, 0xa0, None, 1,
     { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
         0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
-        0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } },
+        0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } },
     { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 
       0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
       0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
@@ -39,7 +39,7 @@
[...]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]