From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12885 invoked by alias); 11 Jun 2004 11:13:27 -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 12846 invoked from network); 11 Jun 2004 11:13:20 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 11 Jun 2004 11:13:20 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i5BBDGpp000283; Fri, 11 Jun 2004 13:13:16 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i5BBDC2I000956; Fri, 11 Jun 2004 13:13:12 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i5BBDCJP000953; Fri, 11 Jun 2004 13:13:12 +0200 (CEST) Date: Fri, 11 Jun 2004 11:13:00 -0000 Message-Id: <200406111113.i5BBDCJP000953@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <40C93752.5080102@gnu.org> (message from Andrew Cagney on Fri, 11 Jun 2004 00:38:42 -0400) Subject: Re: [patch/rfc] Add IBM's C problem to news References: <40C93752.5080102@gnu.org> X-SW-Source: 2004-06/txt/msg00255.txt.bz2 Date: Fri, 11 Jun 2004 00:38:42 -0400 From: Andrew Cagney I'll commit this tomorrow, 2004-06-11 Andrew Cagney * NEWS: Mention fix for IBM's C compiler. * Fixed build problems when using IBM's C compiler. The files bfd/elf-bfd.h, gdb/dictionary.c and gdb/types.c contained non ISO-C code that stopped them being compiled by IBM's ISO-C compiler. The IBM C compiler is just an example of a compiler that chockes in the GCC-isms that were removed. Can you make the entry a bit more neutral? Mark