From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8344 invoked by alias); 12 Jul 2004 19:06:29 -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 8328 invoked from network); 12 Jul 2004 19:06:28 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Jul 2004 19:06:28 -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 i6CJ6Se3003253; Mon, 12 Jul 2004 15:06:28 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6CJ6R026588; Mon, 12 Jul 2004 15:06:28 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6CJ6R908310; Mon, 12 Jul 2004 15:06:27 -0400 Received: from greed.delorie.com (localhost [127.0.0.1]) by greed.delorie.com (8.12.11/8.12.10) with ESMTP id i6CJ6QtI021467; Mon, 12 Jul 2004 15:06:26 -0400 Received: (from dj@localhost) by greed.delorie.com (8.12.11/8.12.11/Submit) id i6CJ6QPS021463; Mon, 12 Jul 2004 15:06:26 -0400 Date: Mon, 12 Jul 2004 19:06:00 -0000 Message-Id: <200407121906.i6CJ6QPS021463@greed.delorie.com> From: DJ Delorie To: bernie@develer.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <40F1D216.8040403@develer.com> (message from Bernardo Innocenti on Mon, 12 Jul 2004 01:49:42 +0200) Subject: Re: [libiberty] trivial C++ fixes for libiberty References: <40F1D216.8040403@develer.com> X-SW-Source: 2004-07/txt/msg00119.txt.bz2 > * libiberty.h (ASTRDUP, obstack_free): Add casts required for stricter > type conversion rules of C++. This is OK.