Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/gnu Pull up following revision(s) (requested by martin in...
details: https://anonhg.NetBSD.org/src/rev/7f9a3a60d0ab
branches: netbsd-3
changeset: 577504:7f9a3a60d0ab
user: tron <tron%NetBSD.org@localhost>
date: Mon Nov 21 19:59:17 2005 +0000
description:
Pull up following revision(s) (requested by martin in ticket #959):
gnu/usr.bin/gcc3/arch/sparc64/hconfig.h: revision 1.3
gnu/dist/gcc/gcc/config.gcc: revision 1.10
Switch gcc's default for sparc64 from cpu=v9 to cpu=ultrasparc.
diffstat:
gnu/dist/gcc/gcc/config.gcc | 1 +
gnu/usr.bin/gcc3/arch/sparc64/hconfig.h | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 4b226c37e271 -r 7f9a3a60d0ab gnu/dist/gcc/gcc/config.gcc
--- a/gnu/dist/gcc/gcc/config.gcc Mon Nov 21 18:52:17 2005 +0000
+++ b/gnu/dist/gcc/gcc/config.gcc Mon Nov 21 19:59:17 2005 +0000
@@ -2642,6 +2642,7 @@
tmake_file="${tmake_file} sparc/t-netbsd64"
tm_file="sparc/biarch64.h ${tm_file}"
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
+ with_cpu=ultrasparc
;;
strongarm-*-elf*)
tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
diff -r 4b226c37e271 -r 7f9a3a60d0ab gnu/usr.bin/gcc3/arch/sparc64/hconfig.h
--- a/gnu/usr.bin/gcc3/arch/sparc64/hconfig.h Mon Nov 21 18:52:17 2005 +0000
+++ b/gnu/usr.bin/gcc3/arch/sparc64/hconfig.h Mon Nov 21 19:59:17 2005 +0000
@@ -1,7 +1,7 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.3 2003/07/28 02:35:43 mrg Exp */
-#define TARGET_CPU_DEFAULT (TARGET_CPU_sparc64)
+#define TARGET_CPU_DEFAULT (TARGET_CPU_ultrasparc)
#ifndef NETBSD_ENABLE_PTHREADS
# define NETBSD_ENABLE_PTHREADS
#endif
Home |
Main Index |
Thread Index |
Old Index