diff options
author | Jakub Jelinek <jakub@redhat.com> | 2003-09-16 10:04:34 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2003-09-16 10:04:34 +0200 |
commit | 42df219332f5b7ae41258bfa642b3dde2fee424f (patch) | |
tree | dcb3d6d07b6a0e7fd71baf052d30980240872549 /gcc/config/linux.h | |
parent | 72954a4f4456cbdc8e1ff01e27f488d304ba32ad (diff) | |
download | gcc-42df219332f5b7ae41258bfa642b3dde2fee424f.tar.gz |
linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
* 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.
From-SVN: r71425
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 75b403057e2..2c85148c685 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -1,5 +1,6 @@ /* Definitions for Linux-based GNU systems with ELF format - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2003 + Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org). @@ -103,6 +104,8 @@ Boston, MA 02111-1307, USA. */ /* Define this so we can compile MS code for use with WINE. */ #define HANDLE_PRAGMA_PACK_PUSH_POP +#define LINK_GCC_C_SEQUENCE_SPEC \ + "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" /* Determine whether the the entire c99 runtime is present in the runtime library. */ |