]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/spu/spu.h (ASM_COMMENT_START): Define.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 7 Jan 2011 21:08:03 +0000 (21:08 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Fri, 7 Jan 2011 21:08:03 +0000 (21:08 +0000)
From-SVN: r168584

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

index 6b8a742822a57e59a51570d779933f17e4d7bbba..1eab5008f88336b996e4f25ec5649145dadaff3b 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 d56a52b550444b015165c8f525f420055afd10b2..d0c638d4f6d94af0f7f9766ad6ee22e9eef2dc63 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 */