From: GNU Libc Maintainers Date: Wed, 7 Feb 2024 18:25:17 +0000 (+0000) Subject: local-inlining X-Git-Tag: archive/raspbian/2.37-15+rpi1~71 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f639dbe1c6262b8c552d9e4cf3ec765d2523b88;p=glibc.git local-inlining 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. Gbp-Pq: Topic hppa Gbp-Pq: Name local-inlining.diff --- diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index 9531504c4..d3dce9268 100644 --- a/sysdeps/hppa/Makefile +++ b/sysdeps/hppa/Makefile @@ -22,6 +22,7 @@ LDFLAGS-c_pic.os += -Wl,--unique=.text* ifeq ($(subdir),elf) CFLAGS-rtld.c += -mdisable-fpregs +CFLAGS-dl-reloc.c += --param inline-unit-growth=100 sysdep-dl-routines += dl-symaddr dl-fptr # dl-fptr.c needs a complete rewrite to fix ISO C aliasing violations. CFLAGS-dl-fptr.c = -Wno-error