From 6fa2a5a86246464ac75f3d09afc980865a4b1612 Mon Sep 17 00:00:00 2001 From: aj Date: Wed, 4 Jun 2003 05:21:41 +0000 Subject: * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE. * config/i386/i386.c (ix86_expand_prologue): Do not use SUBTARGET_PROLOGUE. * system.h: Poision SUBTARGET_PROLOGUE. * config/arm/arm-protos.h: Remove unused rdate_section prototype. * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP dependend code. * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP. * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH. * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed. (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH, INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH. * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH, INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH. * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM. (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL. (dbxout_block): Remove usage of DBX_OUTPUT_CATCH. (dbxout_block): Remove usage of DBX_LBRAC_FIRST. (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME. (dbxout_init): Remove test for DBX_WORKING_DIRECTORY. * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST, DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and DBX_WORKING_DIRECTORY. * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM, DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY. * config/frv/frv-protos.h: Remove unused const_section declaration. * config/vax/vax-protos.h: Likewise. * output.h: Remove CONST_SECTION_ASM_OP usage. * system.h: Poison CONST_SECTION_ASM_OP. * crtstuff.c (__do_global_dtors_aux): Remove usage of CRT_GET_RFIB_TEXT (frame_dummy): Likewise. * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise. * system.h: Poison CRT_GET_RFIB_TEXT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67423 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/output.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'gcc/output.h') diff --git a/gcc/output.h b/gcc/output.h index 6f6be6428b0..b78dd63f07f 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -1,7 +1,7 @@ /* Declarations for insn-output.c. These functions are defined in recog.c, final.c, and varasm.c. Copyright (C) 1987, 1991, 1994, 1997, 1998, - 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GCC. @@ -183,10 +183,6 @@ extern void dtors_section PARAMS ((void)); extern void bss_section PARAMS ((void)); #endif -#ifdef CONST_SECTION_ASM_OP -extern void const_section PARAMS ((void)); -#endif - #ifdef INIT_SECTION_ASM_OP extern void init_section PARAMS ((void)); #endif @@ -199,10 +195,6 @@ extern void fini_section PARAMS ((void)); extern void exports_section PARAMS ((void)); #endif -#ifdef TDESC_SECTION_ASM_OP -extern void tdesc_section PARAMS ((void)); -#endif - #ifdef DRECTVE_SECTION_ASM_OP extern void drectve_section PARAMS ((void)); #endif @@ -211,10 +203,6 @@ extern void drectve_section PARAMS ((void)); extern void sdata_section PARAMS ((void)); #endif -#ifdef RDATA_SECTION_ASM_OP -extern void rdata_section PARAMS ((void)); -#endif - /* Tell assembler to change to section NAME for DECL. If DECL is NULL, just switch to section NAME. If NAME is NULL, get the name from DECL. -- cgit v1.2.1