From ad1af6c2596cc1fce057ef4ea18648ccb3700761 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 6 Jan 2003 18:12:00 +0000 Subject: * 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. --- sysdeps/m68k/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 68dc258..778a222 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -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 -- cgit v1.1