From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24310 invoked by alias); 23 Mar 2004 19:43:55 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 24281 invoked from network); 23 Mar 2004 19:43:54 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 23 Mar 2004 19:43:54 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 1C441357B; Tue, 23 Mar 2004 11:43:53 -0800 (PST) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i2NJhqOi005643; Tue, 23 Mar 2004 11:43:52 -0800 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i2NJhpuL005639; Tue, 23 Mar 2004 11:43:51 -0800 Date: Tue, 23 Mar 2004 23:58:00 -0000 Message-Id: <200403231943.i2NJhpuL005639@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Ulrich Drepper Cc: Jakub Jelinek , Glibc hackers Subject: Re: [RFC PATCH] Kill some duplication between 64-bit linux arches In-Reply-To: Ulrich Drepper's message of Tuesday, 23 March 2004 11:37:57 -0800 <40609215.4070709@redhat.com> Emacs: because idle RAM is the Devil's playground. X-SW-Source: 2004-03/txt/msg00124.txt.bz2 > Let's move it all the sysdeps/unix/sysv/linux/wordsize-64. *Iff* tthere > should ever be another need for this code it still can be moved. Agreed. Just a note to future hackers, that moving this code rather than duplicating it will be the right thing.