Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: Daniel Jacobowitz <drow@mvista.com>
Cc: Alan Modra <amodra@bigpond.net.au>,
	gdb-patches@sources.redhat.com,
	Danny Smith <dannysmith@clear.net.nz>
Subject: Re: [PATCH] IBM C compiler patch for bfd/elf-bfd.h
Date: Mon, 07 Jun 2004 17:54:00 -0000	[thread overview]
Message-ID: <40C4ABCD.1040302@gnu.org> (raw)
In-Reply-To: <20040606005109.GB777@bubble.modra.org>

[-- Attachment #1: Type: text/plain, Size: 63 bytes --]

Daniel,
Can you also pull this into the GDB 6.1 branch?
Andrew

[-- Attachment #2: Attached Message --]
[-- Type: message/rfc822, Size: 3812 bytes --]

From: Alan Modra <amodra@bigpond.net.au>
To: binutils@sources.redhat.com
Subject: Re: [PATCH] IBM C compiler patch for bfd/elf-bfd.h
Date: Sun, 6 Jun 2004 10:21:09 +0930
Message-ID: <20040606005109.GB777@bubble.modra.org>

On Thu, Jun 03, 2004 at 01:16:25PM -0500, Albert Chin wrote:
> 2004-06-02  Albert Chin-A-Young  <china@thewrittenword.com>
> 
> 	* 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


       reply	other threads:[~2004-06-07 17:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040603181625.GP31525@mail1.thewrittenword.com>
     [not found] ` <20040606005109.GB777@bubble.modra.org>
2004-06-07 17:54   ` Andrew Cagney [this message]
2004-06-07 18:04     ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40C4ABCD.1040302@gnu.org \
    --to=cagney@gnu.org \
    --cc=amodra@bigpond.net.au \
    --cc=dannysmith@clear.net.nz \
    --cc=drow@mvista.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox