From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25535 invoked by alias); 9 Feb 2009 16:20:55 -0000 Received: (qmail 25024 invoked by uid 48); 9 Feb 2009 16:20:39 -0000 Date: Mon, 09 Feb 2009 16:20:00 -0000 Message-ID: <20090209162039.25023.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/5303] Undocumented java programs In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mmitchel at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-02/txt/msg00789.txt.bz2 ------- Comment #14 from mmitchel at gcc dot gnu dot org 2009-02-09 16:20 ------- Would the Java maintainers accept a patch to remove addr2name.awk? As far as I can tell, it is no longer used after: 2002-08-24 Mark Wielaard * Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc. (core_java_source_files): Add VMThrowable.java and NameFinder.java (nat_source_files): Remove natThrowable.cc, add natVMThrowable.cc and natNameFinder.cc. * Makefile.in: Regenerate. * name-finder.cc: Removed. The original introduction was: 2000-03-24 Andrew Haley * Makefile.am: Add file addr2name.awk. * Makefile.in: Rebuilt. * addr2name.awk: New file. * name-finder.cc (_Jv_name_finder): Call addr2name.awk to do name lookups on ia64. I can't find any references to addr2name.awk in the current sourcebase. If it's OK, may I check in the obvious patch to remove all traces from Makefile.am and remove the file itself? Thanks, -- Mark -- mmitchel at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at gcc dot gnu dot | |org, aph at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5303