dbxout.c: Remove unnecessary #undefs.
authorZack Weinberg <zack@codesourcery.com>
Thu, 21 Oct 2004 17:22:01 +0000 (17:22 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 21 Oct 2004 17:22:01 +0000 (17:22 +0000)
commitac746f1dbbf2c573671d60cc66d3d8b81c19db7a
tree3f7c38c992bb23c2107b7821ad4f09e8256e9c94
parent3e6da82b7ec95cead54358963912cfdba6d578d9
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/ChangeLog
gcc/dbxout.c
gcc/doc/tm.texi
gcc/system.h
gcc/xcoffout.h