From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15956 invoked by alias); 25 Aug 2012 16:15:23 -0000 Received: (qmail 15935 invoked by uid 22791); 25 Aug 2012 16:15:19 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Aug 2012 16:15:06 +0000 Received: by obhx4 with SMTP id x4so7013956obh.0 for ; Sat, 25 Aug 2012 09:15:06 -0700 (PDT) Received: by 10.182.76.164 with SMTP id l4mr6717550obw.65.1345911306001; Sat, 25 Aug 2012 09:15:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.38.70 with HTTP; Sat, 25 Aug 2012 09:14:45 -0700 (PDT) In-Reply-To: References: From: "Sergey G." Date: Sat, 25 Aug 2012 18:10:00 -0000 Message-ID: Subject: Re: [PATCH] Enabling PSN support in IA64 assembler and objdump. To: Jim Wilson Cc: binutils@sourceware.org, "H.J. Lu" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00453.txt.bz2 Ping... On Tue, Aug 7, 2012 at 8:14 PM, Sergey Guryev wrote: > Resending, unneeded ChaneLog diffs excluded from the patch. > ------------------------------------------------ > > Hi all, > This patch enables Itanium Series 9500 (Poulson) support in asm and objdump. > Is it ok for trunk? > > > bfd/ChangeLog entry: > > 2012-08-07 Sergey A. Guriev > > * cpu-ia64-opc.c (ins_cnt6a): New function. > (ext_cnt6a): Ditto. > (ins_strd5b): Ditto. > (ext_strd5b): Ditto. > (elf64_ia64_operands): Add new operand types. > >....