Move ASM_COMMENT_START to defaults.h.
authorRichard Henderson <rth@redhat.com>
Sat, 9 Jul 2011 20:18:32 +0000 (13:18 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 9 Jul 2011 20:18:32 +0000 (13:18 -0700)
commitded49a7f6c1027557819ec66d8d8d258f575add3
tree46f5b9e96153860f2351a71bb767362038a0ca94
parent45fba6d114d3ce2ed6192b24e93eba79231cdee5
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.

From-SVN: r176093
gcc/ChangeLog
gcc/defaults.h
gcc/dwarf2asm.c
gcc/dwarf2out.c
gcc/final.c
gcc/toplev.c
gcc/varasm.c
gcc/vmsdbgout.c