diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-21 17:22:01 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-21 17:22:01 +0000 |
commit | 52cae7bfd8f8df4aabad75705c4d209587d2ddc3 (patch) | |
tree | 3f7c38c992bb23c2107b7821ad4f09e8256e9c94 /gcc/xcoffout.h | |
parent | 860e55323a23357a9969ff48ce995bc6a2cd1417 (diff) | |
download | gcc-52cae7bfd8f8df4aabad75705c4d209587d2ddc3.tar.gz |
* 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
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 21d2b838c4a..597d8e1c081 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -153,7 +153,7 @@ extern const char *xcoff_lastfile; /* .stabx has the type in a different place. */ #if 0 /* Do not emit any marker for XCOFF until assembler allows XFT_CV. */ #define DBX_OUTPUT_GCC_MARKER(FILE) \ - fprintf ((FILE), "%s\"%s\",0,%d,0\n", ASM_STABS_OP, STABS_GCC_MARKER, \ + fprintf ((FILE), "%s\"gcc2_compiled.\",0,%d,0\n", ASM_STABS_OP, \ stab_to_sclass (N_GSYM)) #else #define DBX_OUTPUT_GCC_MARKER(FILE) |