From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22371 invoked by alias); 29 Mar 2007 21:07:25 -0000 Received: (qmail 22354 invoked by uid 22791); 29 Mar 2007 21:07:24 -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, 29 Mar 2007 22:07:21 +0100 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l2TL7F27006223; Thu, 29 Mar 2007 17:07:15 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l2TL7FGL023071; Thu, 29 Mar 2007 17:07:15 -0400 Received: from greed.delorie.com (vpn-14-3.rdu.redhat.com [10.11.14.3]) by post-office.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l2TL7ECV002496; Thu, 29 Mar 2007 17:07:14 -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 l2TL6pNU024948; Thu, 29 Mar 2007 17:06:51 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l2TL6o3V024945; Thu, 29 Mar 2007 17:06:50 -0400 Date: Thu, 29 Mar 2007 21:07:00 -0000 Message-Id: <200703292106.l2TL6o3V024945@greed.delorie.com> From: DJ Delorie To: brobecker@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20070329210314.GE3737@adacore.com> (message from Joel Brobecker on Thu, 29 Mar 2007 14:03:14 -0700) Subject: Re: [RFA/libiberty] Enhance FILENAME_CMP for Windows filesystems References: <20070328191845.GB3956@adacore.com> <200703281930.l2SJUYLW003949@greed.delorie.com> <20070328193743.GC3956@adacore.com> <20070328202443.GD3956@adacore.com> <200703282043.l2SKhnS7005336@greed.delorie.com> <20070329205740.GD3737@adacore.com> <20070329210314.GE3737@adacore.com> 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-03/txt/msg00333.txt.bz2 > I checked the change in gcc, but are these checkins propagated to GDB > as well? It doesn't seem like it. Normally, my cron job does it within an hour, if I notice. If you commit to both, the cron job lets you ;-) > How do we handle synchronization with libiberty changes? gcc is the master. Whenever gcc and src differ, my cron job tells me and prepares a script that migrates the changes to src. I just run the script.