OSDN Git Service

* config/spu/spu.h (ASM_COMMENT_START): Define.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jan 2011 21:08:03 +0000 (21:08 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jan 2011 21:08:03 +0000 (21:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168584 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/spu/spu.h

index 6b8a742..1eab500 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * config/spu/spu.h (ASM_COMMENT_START): Define.
+
 2011-01-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR driver/42445
index d56a52b..d0c638d 100644 (file)
@@ -484,6 +484,8 @@ targetm.resolve_overloaded_builtin = spu_resolve_overloaded_builtin;        \
 
 #define USER_LABEL_PREFIX ""
 
+#define ASM_COMMENT_START "#"
+
 \f
 /* Dispatch Tables */