From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16863 invoked by alias); 4 May 2011 09:40:24 -0000 Received: (qmail 16767 invoked by uid 22791); 4 May 2011 09:40:22 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 May 2011 09:40:00 +0000 Received: by wyf19 with SMTP id 19so864255wyf.0 for ; Wed, 04 May 2011 02:39:59 -0700 (PDT) Received: by 10.227.170.4 with SMTP id b4mr952958wbz.18.1304501998998; Wed, 04 May 2011 02:39:58 -0700 (PDT) Received: from richards-thinkpad (gbibp9ph1--blueice2n1.emea.ibm.com [195.212.29.75]) by mx.google.com with ESMTPS id z13sm574129wbd.29.2011.05.04.02.39.57 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 May 2011 02:39:57 -0700 (PDT) From: Richard Sandiford To: Tristan Gingold Mail-Followup-To: Tristan Gingold ,binutils Development , rdsandiford@googlemail.com Cc: binutils Development Subject: Re: [Patch]: complete coff/rs6000.h References: <4F01E9D2-D41D-4AEF-B6DC-94CE39A370BA@adacore.com> Date: Wed, 04 May 2011 09:40:00 -0000 In-Reply-To: (Tristan Gingold's message of "Wed, 4 May 2011 09:16:47 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2011-05/txt/msg00049.txt.bz2 Tristan Gingold writes: > include/coff: > 2011-04-28 Tristan Gingold > > * rs6000.h (union external_auxent): Add x_ftype field. > * rs6k64.h: (struct external_auxent): Remap x_file field. > > bfd/ > 2011-04-28 Tristan Gingold > > coff-rs6000.c (_bfd_xcoff_swap_aux_in): Adjust for x_file. > (bfd_xcoff_swap_aux_out): Ditto. > coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Ditto. > (bfd_xcoff64_swap_aux_out): Ditto. OK, thanks. (Please add the missing '*'s to the changelog though.) Richard