projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a073347
)
local-inlining
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Wed, 7 Feb 2024 18:25:17 +0000
(18:25 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Wed, 7 Feb 2024 18:25:17 +0000
(18:25 +0000)
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
patch
|
blob
|
history
diff --git
a/sysdeps/hppa/Makefile
b/sysdeps/hppa/Makefile
index 9531504c4bed6d7b52977870bd42c0bfba82a95e..d3dce9268223f8eea42af3d23e566bc6edb5b239 100644
(file)
--- 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