Subject: PR/30251 CVS commit: [netbsd-3] src/gnu/usr.bin/gcc3/arch
To: None <skrll@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 05/27/2005 22:38:03
The following reply was made to PR toolchain/30251; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30251 CVS commit: [netbsd-3] src/gnu/usr.bin/gcc3/arch
Date: Fri, 27 May 2005 22:37:33 +0000 (UTC)

 Module Name:	src
 Committed By:	riz
 Date:		Fri May 27 22:37:33 UTC 2005
 
 Modified Files:
 	src/gnu/usr.bin/gcc3/arch/sh5el [netbsd-3]: auto-host.h
 	src/gnu/usr.bin/gcc3/arch/sparc [netbsd-3]: auto-host.h
 	src/gnu/usr.bin/gcc3/arch/sparc64 [netbsd-3]: auto-host.h
 
 Log Message:
 Pull up revisions 1.4-1.5 (requested by skrll in ticket #312):
 Re-run mknative after the fix to use the correct AS - sparc64 has
 HAVE_AS_OFFSETABLE_LO10 defined now.
 Don't commit the
 	-#define _GLIBCPP_USE_WCHAR_T 1
 	+/* #undef _GLIBCPP_USE_WCHAR_T */
 changes as we still want wchar support, the configure script is over
 senstive, and support for long double conversions will be added soon.
 
 1.5:
 Re-run mknative now that the environment has the right ld, nm and objdump.
 
 I'm just committing the auto-host.h changes as I'm going to add this to a
 pullup ticket. Maybe mknative should be run against the branches on the
 build machine?
 
 Fixes PR/30251
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.3 -r1.3.6.1 src/gnu/usr.bin/gcc3/arch/sh5el/auto-host.h
 cvs rdiff -r1.3 -r1.3.6.1 src/gnu/usr.bin/gcc3/arch/sparc/auto-host.h
 cvs rdiff -r1.3 -r1.3.6.1 src/gnu/usr.bin/gcc3/arch/sparc64/auto-host.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.