From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31524 invoked by alias); 26 Oct 2007 00:25:36 -0000 Received: (qmail 31515 invoked by uid 22791); 26 Oct 2007 00:25:35 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 26 Oct 2007 00:25:34 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id l9Q0LRf2017155; Thu, 25 Oct 2007 20:21:27 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [10.11.254.111]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9Q0LRjr010989; Thu, 25 Oct 2007 20:21:27 -0400 Received: from greed.delorie.com (vpn-14-72.rdu.redhat.com [10.11.14.72]) by post-office.corp.redhat.com (8.13.8/8.13.8) with ESMTP id l9Q0LQM2006787; Thu, 25 Oct 2007 20:21:26 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id l9Q0LQoD005740; Thu, 25 Oct 2007 20:21:26 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l9Q0LQ4x005737; Thu, 25 Oct 2007 20:21:26 -0400 Date: Fri, 26 Oct 2007 00:37:00 -0000 Message-Id: <200710260021.l9Q0LQ4x005737@greed.delorie.com> From: DJ Delorie To: joseph@codesourcery.com CC: gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org In-reply-to: (joseph@codesourcery.com) Subject: Re: GDB/libiberty support for IBM long double References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00689.txt.bz2 I'd rather see the new field at the end of the structure, not the middle. Unfortunately, there are some platforms that install libiberty as a system-wide shared library, so we need to be aware of binary compatibility issues, and not needlessly break them. Other than that, the libiberty parts look OK.