[Glibc-bsd-commits] r3736 - in trunk: kfreebsd-10/debian kfreebsd-10/debian/arch/i386 kfreebsd-8/debian kfreebsd-8/debian/arch/i386 kfreebsd-9/debian kfreebsd-9/debian/arch/i386

Robert Millan rmh at alioth.debian.org
Sun Oct 16 11:25:59 UTC 2011


Author: rmh
Date: 2011-10-16 11:25:59 +0000 (Sun, 16 Oct 2011)
New Revision: 3736

Modified:
   trunk/kfreebsd-10/debian/arch/i386/486.config
   trunk/kfreebsd-10/debian/arch/i386/686-smp.config
   trunk/kfreebsd-10/debian/arch/i386/686.config
   trunk/kfreebsd-10/debian/arch/i386/xen.config
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-8/debian/arch/i386/486.config
   trunk/kfreebsd-8/debian/arch/i386/686-smp.config
   trunk/kfreebsd-8/debian/arch/i386/686.config
   trunk/kfreebsd-8/debian/arch/i386/xen.config
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-9/debian/arch/i386/486.config
   trunk/kfreebsd-9/debian/arch/i386/686-smp.config
   trunk/kfreebsd-9/debian/arch/i386/686.config
   trunk/kfreebsd-9/debian/arch/i386/xen.config
   trunk/kfreebsd-9/debian/changelog
Log:
  * Disable -frename-registers.  I enabled it in 2006 only because I mistakenly
    thought upstream had done the same.  In fact, upstream only enabled this
    flag on amd64.  See SVN revision 1302.

Modified: trunk/kfreebsd-10/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/486.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-10/debian/arch/i386/486.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -3,7 +3,7 @@
 cpu		I486_CPU
 cpu		I586_CPU
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-Os -frename-registers -pipe -march=i486 -mtune=i486"
+makeoptions	COPTFLAGS="-Os -pipe -march=i486 -mtune=i486"
 ident		Debian-i486
 
 options		COMPAT_LINUX

Modified: trunk/kfreebsd-10/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/686-smp.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-10/debian/arch/i386/686-smp.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,7 +1,7 @@
 # Kernel for Debian GNU/kFreeBSD on an i686 SMP machine
 
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686-SMP
 
 options		SMP		# Symmetric MultiProcessor Kernel

Modified: trunk/kfreebsd-10/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/686.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-10/debian/arch/i386/686.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,7 +1,7 @@
 # Kernel for Debian GNU/kFreeBSD on an i686 machine
 
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686
 
 options		COMPAT_LINUX

Modified: trunk/kfreebsd-10/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/xen.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-10/debian/arch/i386/xen.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -3,7 +3,7 @@
 include XEN
 
 ident		Debian-xen
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 
 # disable extra checks enabled in upstream XEN config
 nooption 	INVARIANTS		# Enable calls of extra sanity checking

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-10/debian/changelog	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,10 +1,16 @@
 kfreebsd-10 (10.0~svn226224-2) UNRELEASED; urgency=low
 
+  [ Robert Millan ]
   * Remove /boot symlink kludge.  See:
     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633561#88
+  * Disable -frename-registers.  I enabled it in 2006 only because I mistakenly
+    thought upstream had done the same.  In fact, upstream only enabled this
+    flag on amd64.  See SVN revision 1302.
+
+  [ Petr Salinger ]
   * Drop 103_stat_pipe.diff, fixed upstream.
 
- -- Robert Millan <rmh at debian.org>  Wed, 12 Oct 2011 11:58:18 +0200
+ -- Robert Millan <rmh at debian.org>  Sun, 16 Oct 2011 13:22:14 +0200
 
 kfreebsd-10 (10.0~svn226224-1) experimental; urgency=low
 

Modified: trunk/kfreebsd-8/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/486.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-8/debian/arch/i386/486.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -3,7 +3,7 @@
 cpu		I486_CPU
 cpu		I586_CPU
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-Os -frename-registers -pipe -march=i486 -mtune=i486"
+makeoptions	COPTFLAGS="-Os -pipe -march=i486 -mtune=i486"
 ident		Debian-i486
 
 options		COMPAT_LINUX

Modified: trunk/kfreebsd-8/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,7 +1,7 @@
 # Kernel for Debian GNU/kFreeBSD on an i686 SMP machine
 
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686-SMP
 
 options		SMP		# Symmetric MultiProcessor Kernel

Modified: trunk/kfreebsd-8/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-8/debian/arch/i386/686.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,7 +1,7 @@
 # Kernel for Debian GNU/kFreeBSD on an i686 machine
 
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686
 
 options		COMPAT_LINUX

Modified: trunk/kfreebsd-8/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/xen.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-8/debian/arch/i386/xen.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -3,7 +3,7 @@
 include XEN
 
 ident		Debian-xen
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 
 # disable extra checks enabled in upstream XEN config
 nooption 	INVARIANTS		# Enable calls of extra sanity checking

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-8/debian/changelog	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,3 +1,11 @@
+kfreebsd-8 (8.2-10) UNRELEASED; urgency=low
+
+  * Disable -frename-registers.  I enabled it in 2006 only because I mistakenly
+    thought upstream had done the same.  In fact, upstream only enabled this
+    flag on amd64.  See SVN revision 1302.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 16 Oct 2011 11:43:34 +0200
+
 kfreebsd-8 (8.2-9) unstable; urgency=high
 
   * 000_unix_socket_overflow.diff: Fix for FreeBSD-SA-11:05.unix.

Modified: trunk/kfreebsd-9/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/486.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-9/debian/arch/i386/486.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -3,7 +3,7 @@
 cpu		I486_CPU
 cpu		I586_CPU
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-Os -frename-registers -pipe -march=i486 -mtune=i486"
+makeoptions	COPTFLAGS="-Os -pipe -march=i486 -mtune=i486"
 ident		Debian-i486
 
 options		COMPAT_LINUX

Modified: trunk/kfreebsd-9/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/686-smp.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-9/debian/arch/i386/686-smp.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,7 +1,7 @@
 # Kernel for Debian GNU/kFreeBSD on an i686 SMP machine
 
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686-SMP
 
 options		SMP		# Symmetric MultiProcessor Kernel

Modified: trunk/kfreebsd-9/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/686.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-9/debian/arch/i386/686.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,7 +1,7 @@
 # Kernel for Debian GNU/kFreeBSD on an i686 machine
 
 cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686
 
 options		COMPAT_LINUX

Modified: trunk/kfreebsd-9/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/xen.config	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-9/debian/arch/i386/xen.config	2011-10-16 11:25:59 UTC (rev 3736)
@@ -3,7 +3,7 @@
 include XEN
 
 ident		Debian-xen
-makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
+makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 
 # disable extra checks enabled in upstream XEN config
 nooption 	INVARIANTS		# Enable calls of extra sanity checking

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-10-16 09:34:45 UTC (rev 3735)
+++ trunk/kfreebsd-9/debian/changelog	2011-10-16 11:25:59 UTC (rev 3736)
@@ -1,10 +1,21 @@
-kfreebsd-9 (9.0~svn225873-2) UNRELEASED; urgency=low
+kfreebsd-9 (9.0~svn226368-2) UNRELEASED; urgency=low
 
+  * Disable -frename-registers.  I enabled it in 2006 only because I mistakenly
+    thought upstream had done the same.  In fact, upstream only enabled this
+    flag on amd64.  See SVN revision 1302.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 16 Oct 2011 13:21:57 +0200
+
+kfreebsd-9 (9.0~svn226368-1) experimental; urgency=low
+
+  * New upstream snapshot.
+
+  [ Robert Millan ]
   * Fix panic on early boot.  (Closes: #644417)
     - Switch back to GCC 4.4
     - 008_gcc46.diff: Add -fno-gcse to COPTFLAGS to fix GCC >= 4.4 builds.
 
- -- Robert Millan <rmh at debian.org>  Mon, 10 Oct 2011 22:25:40 +0200
+ -- Robert Millan <rmh at debian.org>  Sat, 15 Oct 2011 12:14:58 +0200
 
 kfreebsd-9 (9.0~svn225873-1) experimental; urgency=low
 




More information about the Glibc-bsd-commits mailing list