From f9d6db0261675f5d0f696844458284080ee8cccb Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 16 Sep 2003 08:04:34 +0000 Subject: * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define. * config/alpha/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define. * config/arm/linux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define. * config/rs6000/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define. * config/rs6000/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define. * config/sh/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define. * config/sparc/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define. * config/sparc/linux64.h (LINK_GCC_C_SEQUENCE_SPEC): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71425 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/sh/linux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config/sh/linux.h') diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h index 1ba1a1a85a2..f6a9d7c6449 100644 --- a/gcc/config/sh/linux.h +++ b/gcc/config/sh/linux.h @@ -105,6 +105,9 @@ do { \ #define ENDFILE_SPEC \ "%{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s" +#define LINK_GCC_C_SEQUENCE_SPEC \ + "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" + /* Output assembler code to STREAM to call the profiler. */ #undef FUNCTION_PROFILER -- cgit v1.2.1