r176093 - in /trunk/gcc: ChangeLog defaults.h d...
rth@gcc.gnu.org
rth@gcc.gnu.org
Sat Jul 9 20:18:00 GMT 2011
Author: rth
Date: Sat Jul 9 20:18:32 2011
New Revision: 176093
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176093
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/defaults.h
trunk/gcc/dwarf2asm.c
trunk/gcc/dwarf2out.c
trunk/gcc/final.c
trunk/gcc/toplev.c
trunk/gcc/varasm.c
trunk/gcc/vmsdbgout.c
More information about the Gcc-cvs
mailing list