This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Fix path of the classmap.db file
- From: Andrew Haley <aph at redhat dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 02 Jul 2008 13:20:03 +0100
- Subject: Re: [patch] Fix path of the classmap.db file
- References: <486B71BF.4020600@ubuntu.com>
Matthias Klose wrote:
> Andrew Haley pointed out that gcj-dbtool -p doesn't work correctly, this is due
> to a wrong macro LIBGCJ_DEFAULT_DATABASE_TAIL, having a wrong gcj subdirectory
> encoded. The LIBGCJ_DEFAULT_DATABASE macro is already using the path.
>
> Tested that the gcj-dbtool built with this patch uses the correct path.
>
> Ok for the trunk and the 4.3 branch?
OK for branch. Please don't check into trunk as it's part of
another patch I'm working on.
Andrew.