From 983c3ef5250ab81959a28b682b1771c998716e40 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Mon, 13 Jul 2020 20:34:17 +0100 Subject: [PATCH] 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 --- sysdeps/hppa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index b3f0c5e43..563e8388e 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 -- 2.30.2