From: GNU Libc Maintainers Date: Tue, 5 May 2020 18:12:38 +0000 (+0100) Subject: local-inlining X-Git-Tag: archive/raspbian/2.30-7+rpi1^2~106 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=00133ff0bb780b19e758a5b01897d74d9e9c07cc;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 fb2f5799d..bcb3077c4 100644 --- a/sysdeps/hppa/Makefile +++ b/sysdeps/hppa/Makefile @@ -23,6 +23,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