mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 19:53:32 +08:00
* sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
sure this is always inlined. (elf_machine_rela): Likewise. * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
This commit is contained in:
parent
3e40187ac8
commit
ad1af6c259
@ -1,3 +1,11 @@
|
||||
2003-01-06 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
|
||||
sure this is always inlined.
|
||||
(elf_machine_rela): Likewise.
|
||||
|
||||
* sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
|
||||
|
||||
2003-01-04 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* Makeconfig (+mkdep): Add -MP flag.
|
||||
|
@ -37,3 +37,6 @@ long-double-fcts = yes
|
||||
ifeq ($(subdir),elf)
|
||||
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
|
||||
endif
|
||||
|
||||
# Use a more reasonable inline limit
|
||||
sysdep-CFLAGS += --param max-inline-insns-single=4000
|
||||
|
Loading…
Reference in New Issue
Block a user