From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6399 invoked by alias); 11 Jul 2006 00:50:36 -0000 Received: (qmail 6391 invoked by uid 22791); 11 Jul 2006 00:50:35 -0000 X-Spam-Check-By: sourceware.org Received: from smtp114.sbc.mail.mud.yahoo.com (HELO smtp114.sbc.mail.mud.yahoo.com) (68.142.198.213) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 11 Jul 2006 00:50:33 +0000 Received: (qmail 9841 invoked from network); 11 Jul 2006 00:50:31 -0000 Received: from unknown (HELO lucon.org) (hjjean@sbcglobal.net@71.146.67.96 with login) by smtp114.sbc.mail.mud.yahoo.com with SMTP; 11 Jul 2006 00:50:31 -0000 Received: by lucon.org (Postfix, from userid 1000) id 4B95E64374; Mon, 10 Jul 2006 17:50:30 -0700 (PDT) Date: Tue, 11 Jul 2006 00:50:00 -0000 From: "H. J. Lu" To: Michael Meissner Cc: binutils@sourceware.org, gnu@the-meissners.org, dwarak.rajagopal@amd.com Subject: Re: Patches to add new instructions for a future AMD processor ( AMDFAM10) to the assember Message-ID: <20060711005030.GA11398@lucon.org> References: <44B2E54B.70006@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B2E54B.70006@amd.com> User-Agent: Mutt/1.4.2.1i Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00132.txt.bz2 On Mon, Jul 10, 2006 at 07:39:55PM -0400, Michael Meissner wrote: > Enclosed is a patch to the assembler and disassembler to add the new > instructions for a future AMD processor to the GNU assembler and > disassembler. I have checked this by building the Linux kernel 2.6.17.4 > and booting it with no problem. I will commit the changes tomorrow, > unless there are some objections. The patch was written by my > employee Dwarakanath Rajagopal. Do you have some testcases to verify that assembler/disassembler work on those new instructions correctly? H.J.