From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32699 invoked by alias); 11 Oct 2007 16:47:12 -0000 Received: (qmail 32686 invoked by uid 22791); 11 Oct 2007 16:47:11 -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; Thu, 11 Oct 2007 16:47:08 +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 l9BGl5XV028804; Thu, 11 Oct 2007 12:47:05 -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 l9BGl4Nb026178; Thu, 11 Oct 2007 12:47:04 -0400 Received: from greed.delorie.com (vpn-14-4.rdu.redhat.com [10.11.14.4]) by post-office.corp.redhat.com (8.13.8/8.13.8) with ESMTP id l9BGl4Ei031603; Thu, 11 Oct 2007 12:47:04 -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 l9BGl4Y1025284; Thu, 11 Oct 2007 12:47:04 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l9BGl4mI025281; Thu, 11 Oct 2007 12:47:04 -0400 Date: Thu, 11 Oct 2007 16:49:00 -0000 Message-Id: <200710111647.l9BGl4mI025281@greed.delorie.com> From: DJ Delorie To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20071011161941.GF22982@caradoc.them.org> (message from Daniel Jacobowitz on Thu, 11 Oct 2007 12:19:41 -0400) Subject: Re: Adding libdecnumber to src References: <20071011161941.GF22982@caradoc.them.org> 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/msg00297.txt.bz2 > GDB is about to grow decimal floating point support. To do that we > need libdecnumber. I'll copy it from gcc to src and add the > toplevel bits; could you add it to one of your magic auto-syncing > scripts? You mean like libiberty, or like toplevel? Libiberty is auto-merged, commits always happen in gcc only, or gcc+src, never src first. Toplevel is just a nag script, it tells us when there's a difference but doesn't actually do anything about it.