aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2004-10-21 17:22:01 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-10-21 17:22:01 +0000
commitac746f1dbbf2c573671d60cc66d3d8b81c19db7a (patch)
tree3f7c38c992bb23c2107b7821ad4f09e8256e9c94 /gcc/system.h
parent3e6da82b7ec95cead54358963912cfdba6d578d9 (diff)
downloadgcc-ac746f1dbbf2c573671d60cc66d3d8b81c19db7a.zip
gcc-ac746f1dbbf2c573671d60cc66d3d8b81c19db7a.tar.gz
gcc-ac746f1dbbf2c573671d60cc66d3d8b81c19db7a.tar.bz2
dbxout.c: Remove unnecessary #undefs.
* dbxout.c: Remove unnecessary #undefs. (GDB_INV_REF_REGPARM_STABS_LETTER, DBX_MEMPARM_STABS_LETTER) (FILE_NAME_JOINER, STABS_GCC_MARKER): Remove; fold sole definition into use sites. (cwd): Make local to dbxout_init. (dbxout_init): Restructure cwd-using logic for clarity. Use IS_DIR_SEPARATOR. * xcoffout.h (DBX_OUTPUT_GCC_MARKER): Definition of STABS_GCC_MARKER folded in here. * system.h: Poison now-unused macros. * doc/tm.texi: Remove documentation of now-unused macros. From-SVN: r89387
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index bdfe295..56f5ff0 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -653,7 +653,10 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
SUNOS4_SHARED_LIBRARIES PROMOTE_FOR_CALL_ONLY \
SPACE_AFTER_L_OPTION NO_RECURSIVE_FUNCTION_CSE \
DEFAULT_MAIN_RETURN TARGET_MEM_FUNCTIONS EXPAND_BUILTIN_VA_ARG \
- COLLECT_PARSE_FLAG DWARF2_GENERATE_TEXT_SECTION_LABEL
+ COLLECT_PARSE_FLAG DWARF2_GENERATE_TEXT_SECTION_LABEL WINNING_GDB \
+ ASM_OUTPUT_FILENAME ASM_OUTPUT_SOURCE_LINE FILE_NAME_JOINER \
+ GDB_INV_REF_REGPARM_STABS_LETTER DBX_MEMPARM_STABS_LETTER \
+ PUT_SDB_SRC_FILE STABS_GCC_MARKER
/* Hooks that are no longer used. */
#pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \