From ac746f1dbbf2c573671d60cc66d3d8b81c19db7a Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 21 Oct 2004 17:22:01 +0000 Subject: 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 --- gcc/doc/tm.texi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/doc') diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index adffe8f..d7e13e9 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -7966,11 +7966,6 @@ passed in registers. DBX format does not customarily provide any way to do this. The default is @code{'P'}. @end defmac -@defmac DBX_MEMPARM_STABS_LETTER -The letter to use in DBX symbol data to identify a symbol as a stack -parameter. The default is @code{'p'}. -@end defmac - @defmac DBX_FUNCTION_FIRST Define this macro if the DBX information for a function and its arguments should precede the assembler code for the function. Normally, -- cgit v1.1