diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-09 20:18:32 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-09 20:18:32 +0000 |
commit | 2d0a9e440ffc10b8bc7805cd268f36b298fcb8af (patch) | |
tree | 46f5b9e96153860f2351a71bb767362038a0ca94 /gcc/dwarf2asm.c | |
parent | a6b622eb03be06091ebe6995d778335dc84d8d2b (diff) | |
download | gcc-2d0a9e440ffc10b8bc7805cd268f36b298fcb8af.tar.gz |
Move ASM_COMMENT_START to defaults.h.
Note the extreme silliness in dwarf2out.c with 3 (three) copies.
* defaults.h (ASM_COMMENT_START): Move here...
* dwarf2asm.c: ... from here.
* dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
* toplev.c: Remove ifndef tests of ASM_COMMENT_START.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2asm.c')
-rw-r--r-- | gcc/dwarf2asm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index 4c1b6d4e66b..0b7480ba3c4 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -34,12 +34,6 @@ along with GCC; see the file COPYING3. If not see #include "ggc.h" #include "tm_p.h" - -/* How to start an assembler comment. */ -#ifndef ASM_COMMENT_START -#define ASM_COMMENT_START ";#" -#endif - /* Output an unaligned integer with the given value and size. Prefer not to print a newline, since the caller may want to add a comment. */ |