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: Subject: [PATCH] Remove 3dnow and 3dnowa from bdver1


On Tue, Apr 19, 2011 at 4:49 PM, Quentin Neill
<quentin.neill.gnu@gmail.com> wrote:
> On Fri, Apr 15, 2011 at 1:54 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
>> On Fri, Apr 15, 2011 at 9:31 AM, Quentin Neill
>> <quentin.neill.gnu@gmail.com> wrote:
>>> Hi,
>>>
>>> This patch removes 3dnow and 3dnowa from bdver1 as Bulldozer no longer
>>> supports these instruction sets.
>>>
>>> Tested on x86-64 with "make -k check RUNTESTFLAGS=i386.exp".
>>>
>>> Okay to commit?
>>
>> OK.
>
> Committed (after a few days of fighting with my CVS setup to get it
> working again).

I checked in this patch.


-- 
H.J.
----
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d3aad8a..ed25b08 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-init.h: Regenerated.
+
 2011-04-19  Quentin Neill  <quentin.neill@amd.com>

 	* i386-gen.c (cpu_flag_init): Remove 3dnow and 3dnowa bits
diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h
index 6a57b29..d8edd1a 100644
--- a/opcodes/i386-init.h
+++ b/opcodes/i386-init.h
@@ -135,7 +135,7 @@
       0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } }

 #define CPU_BDVER1_FLAGS \
-  { { 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1,  \
+  { { 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1,  \
       0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0,  \
       0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 } }


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