From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8046 invoked by alias); 12 Nov 2004 04:46:16 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 8032 invoked from network); 12 Nov 2004 04:46:11 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sourceware.org with SMTP; 12 Nov 2004 04:46:11 -0000 Received: (qmail 31278 invoked by uid 10); 12 Nov 2004 04:46:10 -0000 Received: (qmail 27485 invoked by uid 500); 12 Nov 2004 04:46:01 -0000 From: Ian Lance Taylor To: "Serge S. Fukanchik" Cc: gcc-help@gcc.gnu.org Subject: Re: Libiberty (newbie question) References: <41940E66.3030804@mail.ru> Date: Fri, 12 Nov 2004 04:46:00 -0000 In-Reply-To: <41940E66.3030804@mail.ru> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-11/txt/msg00058.txt.bz2 "Serge S. Fukanchik" writes: > Hi, who is principal maintainer of libiberty and what incarnation of > libiberty is `referrential' one? The principal maintainer is DJ Delorie. I am a co-maintainer. The master version of libiberty is the one in the gcc repository. Patches should be sent to gcc-patches, and should follow the gcc rules for copyright assignment, etc. Ian