OSDN Git Service

* dbxout.c: Remove unnecessary #undefs.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 2004 17:22:01 +0000 (17:22 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Oct 2004 17:22:01 +0000 (17:22 +0000)
commit52cae7bfd8f8df4aabad75705c4d209587d2ddc3
tree3f7c38c992bb23c2107b7821ad4f09e8256e9c94
parent860e55323a23357a9969ff48ce995bc6a2cd1417
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89387 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dbxout.c
gcc/doc/tm.texi
gcc/system.h
gcc/xcoffout.h