From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14819 invoked by alias); 6 Feb 2014 11:33:36 -0000 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 Received: (qmail 14807 invoked by uid 89); 6 Feb 2014 11:33:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f177.google.com Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com) (209.85.212.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 06 Feb 2014 11:33:33 +0000 Received: by mail-wi0-f177.google.com with SMTP id e4so1473223wiv.16 for ; Thu, 06 Feb 2014 03:33:30 -0800 (PST) X-Received: by 10.180.188.141 with SMTP id ga13mr20699352wic.55.1391686410422; Thu, 06 Feb 2014 03:33:30 -0800 (PST) Received: from localhost ([2.28.234.162]) by mx.google.com with ESMTPSA id gt6sm4891966wib.8.2014.02.06.03.33.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Feb 2014 03:33:29 -0800 (PST) From: Richard Sandiford To: Andrew Pinski Mail-Followup-To: Andrew Pinski ,binutils , rdsandiford@googlemail.com Cc: binutils Subject: Re: [PATCH] Add ELF MIPS machine flag value for Octeon3 processors. References: Date: Thu, 06 Feb 2014 11:33:00 -0000 In-Reply-To: (Andrew Pinski's message of "Wed, 5 Feb 2014 16:56:20 -0800") Message-ID: <871tzg8ohj.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-02/txt/msg00045.txt.bz2 Andrew Pinski writes: > binutils/ChangeLog: > * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3case. > > elfcpp/ChangeLog: > * mips.h (E_MIPS_MACH_OCTEON3): New enum constant. > > include/elf/ChangeLog: > * mips.h (E_MIPS_MACH_OCTEON3): New machine flag. OK, thanks. Richard