This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: S/390: Fix backtrace support for Java
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Ulrich Weigand <weigand at immd1 dot informatik dot uni-erlangen dot de>
- Cc: gcc-patches at gcc dot gnu dot org, <java-patches at gcc dot gnu dot org>
- Date: Wed, 2 Apr 2003 10:44:37 -0500 (EST)
- Subject: Re: S/390: Fix backtrace support for Java
On Sat, 29 Mar 2003, Ulrich Weigand wrote:
> libjava/ ChangeLog:
>
> * configure.in (HAVE_BACKTRACE) [s390*-*-linux*]: Define.
A common changelog error: that means something else (see
GNU coding standards). Should be
> * configure.in (HAVE_BACKTRACE) <s390*-*-linux*>: Define.
brgds, H-P