[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1226 - in glibc-package/trunk/debian: . patches



Author: aurel32
Date: 2006-02-23 11:33:46 +0000 (Thu, 23 Feb 2006)
New Revision: 1226

Added:
   glibc-package/trunk/debian/patches/hppa-inlining.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * Add hppa-inlining.diff (Increase the maximal overall growth of the
    compilation unit caused by inlining for dl-reloc.c on hppa).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-23 11:18:30 UTC (rev 1225)
+++ glibc-package/trunk/debian/changelog	2006-02-23 11:33:46 UTC (rev 1226)
@@ -105,6 +105,8 @@
   * Merged a patch from Michael Bank to use gcc-4.0 on Hurd.
   * Add resource_h.diff (RLIMIT_NICE and RLIMIT_RTPRIO support) from MAIN.  
     (Closes: #352636)
+  * Add hppa-inlining.diff (Increase the maximal overall growth of the
+    compilation unit caused by inlining for dl-reloc.c on hppa).
     
  -- Clint Adams <schizo@debian.org>  Sun, 12 Feb 2006 11:04:38 -0500
 

Added: glibc-package/trunk/debian/patches/hppa-inlining.diff
===================================================================
--- glibc-package/trunk/debian/patches/hppa-inlining.diff	2006-02-23 11:18:30 UTC (rev 1225)
+++ glibc-package/trunk/debian/patches/hppa-inlining.diff	2006-02-23 11:33:46 UTC (rev 1226)
@@ -0,0 +1,14 @@
+Increase the maximal overall growth of the compilation unit caused
+by inlining for dl-reloc.c on hppa. This remove some warnings and 
+strangely it reduces the size of the final binary.
+
+--- glibc-2.3.6/sysdeps/hppa/Makefile   2006-02-14 17:28:55.000000000 +0100
++++ glibc-2.3.6/sysdeps/hppa/Makefile   2006-02-14 17:29:29.000000000 +0100
+@@ -24,6 +24,7 @@
+
+ ifeq ($(subdir),elf)
+ CFLAGS-rtld.c += -mdisable-fpregs
++CFLAGS-dl-reloc.c += --param inline-unit-growth=100
+ sysdep-dl-routines += dl-symaddr dl-fptr
+ sysdep_routines += $(sysdep-dl-routines)
+ sysdep-rtld-routines += $(sysdep-dl-routines)

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2006-02-23 11:18:30 UTC (rev 1225)
+++ glibc-package/trunk/debian/patches/series	2006-02-23 11:33:46 UTC (rev 1226)
@@ -130,3 +130,4 @@
 ldconfig-multiarch.diff -p1
 rtld.diff -p1
 resource_h.diff -p1
+hppa-inlining.diff -p1



Reply to: