diff options
author | Ian Lance Taylor <ian@wasabisystems.com> | 2004-03-10 00:17:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2004-03-10 00:17:36 +0000 |
commit | 9acd4a03dd2135cfe47c6c9f23c3d98181004fa4 (patch) | |
tree | fa0ff5561398e46327d7b72534f74cfe5b34fdb5 /gcc/system.h | |
parent | b86f05b692ab2084facc03c49ff231ef1b9388c6 (diff) | |
download | gcc-9acd4a03dd2135cfe47c6c9f23c3d98181004fa4.tar.gz |
system.h (SUNOS4_SHARED_LIBRARIES): Poison.
* system.h (SUNOS4_SHARED_LIBRARIES): Poison.
* collect2.c: Remove SUNOS4_SHARED_LIBRARIES code.
* config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): Don't define.
* config/sparc/sparc.c (sparc_aout_select_section): Remove.
(sparc_aout_select_rtx_section): Don't check
SUNOS4_SHARED_LIBRARIES.
* config/sparc/sparc.h (SUNOS4_SHARED_LIBRARIES): Don't define.
From-SVN: r79216
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 424ac5f9275..2e16382ed2b 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -641,7 +641,7 @@ typedef char _Bool; FINAL_REG_PARM_STACK_SPACE MAYBE_REG_PARM_STACK_SPACE \ TRADITIONAL_PIPELINE_INTERFACE DFA_PIPELINE_INTERFACE \ DBX_OUTPUT_STANDARD_TYPES BUILTIN_SETJMP_FRAME_VALUE \ - MD_ASM_CLOBBERS + MD_ASM_CLOBBERS SUNOS4_SHARED_LIBRARIES /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ |