From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12754 invoked by alias); 22 Jan 2004 23:08:01 -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 12723 invoked from network); 22 Jan 2004 23:08:00 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 22 Jan 2004 23:08:00 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Ajnvc-0001tw-00 for gdb@sources.redhat.com; Thu, 22 Jan 2004 18:08:00 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id B60AB4B104; Thu, 22 Jan 2004 18:07:58 -0500 (EST) To: gdb@sources.redhat.com Subject: branch comparison tables Message-Id: <20040122230758.B60AB4B104@berman.michael-chastain.com> Date: Thu, 22 Jan 2004 23:08:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00260.txt.bz2 Here are some new tables: http://www.shout.net/~mec/sunday/2004-01-19-branch This is all four branches (6.0, HEAD, carlton_dictionary-branch, drow-cplus-branch) run with the test suite from gdb HEAD. So the compare-by-gdb tables are actually useful here. Looking at compare-by-gdb, at the sub-tables with "as=2.14, ld=2.14". There is not a lot of variation based on the version of binutils. So sub-tables #2 #3 #6 #7 #10 #11 #16 #17 #22 #23 #28 #29 ought to cover all the interesting information. I would like to do more of this. Conceptually, I've got it worked out that the version of the gdb test suite and the version of gdb are independent attributes of a test run. I just have to figure out how to present it usefully, and then write some more Perl. Michael C