From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23898 invoked by alias); 5 Mar 2007 13:07:43 -0000 Received: (qmail 23841 invoked by uid 22791); 5 Mar 2007 13:07:41 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Mar 2007 13:07:36 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.43) id 1HOCvV-0000mP-GX for frysk@sourceware.org; Mon, 05 Mar 2007 14:08:29 +0100 Subject: Old and unused dwarf and elf code From: Mark Wielaard To: Frysk List Content-Type: text/plain Date: Mon, 05 Mar 2007 13:07:00 -0000 Message-Id: <1173100051.4319.89.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-1.fc6) Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00174.txt.bz2 Hi, While cleaning up the new warnings exposed by the new ecj I stumbled over the old, unused inua elf and dwarf code. The only class used in the rest of the code is the AT constant to string mapping file using by the proc.Auxv class for creating a debug string. All other functionality is now done through lib.dw and lib.elf. Since this old code has confused me in the past before. And since it would take quite some work to make it clean and warning free for the new ecj (which does catch a lot of stubbed out code) I propose to move the AT class into lib.elf and remove the inua/elf and inua/dwarf code from the tree (which also gives a nice compile speedup!) Please let me know if you are still relying on this old code, otherwise I'll commit this cleanup asap. inua: 2007-03-05 Mark Wielaard * elf/*: Removed. * dwarf/*: Removed. lib/elf: 2007-03-05 Mark Wielaard * ElfAT.shjava: New file. Moved from inua/elf. frysk/proc: 2007-03-05 Mark Wielaard * Auxv.java: Use lib.elf.ElfAT. Cheers, Mark