From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30926 invoked by alias); 12 Dec 2004 15:58:16 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30874 invoked from network); 12 Dec 2004 15:58:12 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 12 Dec 2004 15:58:12 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id iBCFw9j9006560; Sun, 12 Dec 2004 16:58:09 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id iBCFw8c4010529; Sun, 12 Dec 2004 16:58:08 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id iBCFw4Av010526; Sun, 12 Dec 2004 16:58:04 +0100 (CET) Date: Sun, 12 Dec 2004 15:58:00 -0000 Message-Id: <200412121558.iBCFw4Av010526@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: randolph@tausq.org, gdb@sources.redhat.com In-reply-to: <01c4e005$Blat.v2.2.2$74c2d380@zahav.net.il> (eliz@gnu.org) Subject: Re: Slimmed down HP-UX native code References: <200412112313.iBBNDLeg008435@elgar.sibelius.xs4all.nl> <01c4e005$Blat.v2.2.2$74c2d380@zahav.net.il> X-SW-Source: 2004-12/txt/msg00085.txt.bz2 Date: Sun, 12 Dec 2004 06:44:48 +0200 From: "Eli Zaretskii" > Date: Sun, 12 Dec 2004 00:13:21 +0100 (CET) > From: Mark Kettenis > CC: gdb@sources.redhat.com > > Still worried about having to maintain too much code ;-) ? > > $ cat hppah-nat.c infttrace.c | wc -l > 6996 > > $ cat hppa-hpux-nat.c inf-ttrace.c | wc -l > 1212 I'd suggest to strip comments, in order for the comparison to be fair ;-). Hey don't spoil the fun ;-). Mark