chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / patches / hppa / local-inlining.diff
1 Increase the maximal overall growth of the compilation unit caused
2 by inlining for dl-reloc.c on hppa. This remove some warnings and 
3 strangely it reduces the size of the final binary.
4
5 ---
6  ports/sysdeps/hppa/Makefile |    1 +
7  1 file changed, 1 insertion(+)
8
9 --- a/ports/sysdeps/hppa/Makefile
10 +++ b/ports/sysdeps/hppa/Makefile
11 @@ -24,6 +24,7 @@
12  
13  ifeq ($(subdir),elf)
14  CFLAGS-rtld.c += -mdisable-fpregs
15 +CFLAGS-dl-reloc.c += --param inline-unit-growth=100
16  sysdep-dl-routines += dl-symaddr dl-fptr
17  sysdep_routines += $(sysdep-dl-routines)
18  sysdep-rtld-routines += $(sysdep-dl-routines)