aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
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/doc
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/doc')
-rw-r--r--gcc/doc/tm.texi5
1 files changed, 0 insertions, 5 deletions
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,