From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28348 invoked by alias); 7 Jun 2004 17:54:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28340 invoked from network); 7 Jun 2004 17:54:27 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 7 Jun 2004 17:54:27 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i57HsRi7028256 for ; Mon, 7 Jun 2004 13:54:27 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i57HsP025498; Mon, 7 Jun 2004 13:54:26 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 36EAE2B9D; Mon, 7 Jun 2004 13:54:22 -0400 (EDT) Message-ID: <40C4ABCD.1040302@gnu.org> Date: Mon, 07 Jun 2004 17:54:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Alan Modra , gdb-patches@sources.redhat.com, Danny Smith Subject: Re: [PATCH] IBM C compiler patch for bfd/elf-bfd.h References: <20040603181625.GP31525@mail1.thewrittenword.com> <20040606005109.GB777@bubble.modra.org> In-Reply-To: <20040606005109.GB777@bubble.modra.org> Content-Type: multipart/mixed; boundary="------------030409040306030201040902" X-SW-Source: 2004-06/txt/msg00130.txt.bz2 This is a multi-part message in MIME format. --------------030409040306030201040902 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 63 Daniel, Can you also pull this into the GDB 6.1 branch? Andrew --------------030409040306030201040902 Content-Type: message/rfc822; name="Attached Message" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Attached Message" Content-length: 3791 Return-Path: Delivered-To: cagney@localhost.redhat.com Received: from localhost (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F1B8E2B9D for ; Mon, 7 Jun 2004 09:14:30 -0400 (EDT) Envelope-to: cagney@gnu.org Delivery-date: Sat, 05 Jun 2004 20:51:36 -0400 Received: from fencepost.gnu.org by localhost with IMAP (fetchmail-6.2.4) for cagney@localhost (single-drop); Mon, 07 Jun 2004 09:14:30 -0400 (EDT) Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1BWlsu-0004U5-Ez for cagney@gnu.org; Sat, 05 Jun 2004 20:51:36 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BWlsX-0002vq-VD for cagney@gnu.org; Sat, 05 Jun 2004 20:51:14 -0400 Received: from [12.107.209.250] (helo=sourceware.org) by monty-python.gnu.org with smtp (Exim 4.34) id 1BWlsX-0002vh-EJ for cagney@gnu.org; Sat, 05 Jun 2004 20:51:13 -0400 Received: (qmail 29982 invoked by alias); 6 Jun 2004 00:51:11 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Delivered-To: mailing list binutils@sources.redhat.com Received: (qmail 29974 invoked from network); 6 Jun 2004 00:51:10 -0000 Received: from unknown (HELO modra.org) (144.136.182.188) by sourceware.org with SMTP; 6 Jun 2004 00:51:10 -0000 Received: by bubble.modra.org (Postfix, from userid 500) id 722A2F43BE; Sun, 6 Jun 2004 10:21:09 +0930 (CST) Date: Sun, 6 Jun 2004 10:21:09 +0930 From: Alan Modra To: binutils@sources.redhat.com Subject: Re: [PATCH] IBM C compiler patch for bfd/elf-bfd.h Message-ID: <20040606005109.GB777@bubble.modra.org> Mail-Followup-To: binutils@sources.redhat.com References: <20040603181625.GP31525@mail1.thewrittenword.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040603181625.GP31525@mail1.thewrittenword.com> User-Agent: Mutt/1.4i X-Spam-Status: No, hits=-4.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,RCVD_IN_ORBS,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Content-length: 1150 On Thu, Jun 03, 2004 at 01:16:25PM -0500, Albert Chin wrote: > 2004-06-02 Albert Chin-A-Young > > * bfd/elf-bfd.h: Convert unsigned char bit types to > unsigned int to satisfy IBM C compiler. This is OK to apply, if someone would like to do so. Please leave off the reference to the IBM C compiler in the changelog though. We're not avoiding a bug in the IBM compiler but instead avoiding use of a gcc extension. > --- bfd/elf-bfd.h.orig 2004-05-27 00:31:45.546121000 -0500 > +++ bfd/elf-bfd.h 2004-05-27 00:31:54.296250000 -0500 > @@ -278,11 +278,11 @@ > unsigned char fde_encoding; > unsigned char lsda_encoding; > unsigned char lsda_offset; > - unsigned char cie : 1; > - unsigned char removed : 1; > - unsigned char make_relative : 1; > - unsigned char make_lsda_relative : 1; > - unsigned char per_encoding_relative : 1; > + unsigned int cie : 1; > + unsigned int removed : 1; > + unsigned int make_relative : 1; > + unsigned int make_lsda_relative : 1; > + unsigned int per_encoding_relative : 1; > }; > > struct eh_frame_sec_info -- Alan Modra IBM OzLabs - Linux Technology Centre --------------030409040306030201040902--