projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d999eb
)
local-inlining
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Tue, 27 May 2025 10:40:04 +0000
(11:40 +0100)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 27 May 2025 10:40:04 +0000
(11:40 +0100)
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 b3f0c5e433c6e4655dae4676078425dbd737a975..563e8388ee4bdbeb80a2747b793e608f11c231ac 100644
(file)
--- 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