OSDN Git Service

* i386/freebsd.h (ASM_COMMENT_START): Fix.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Oct 1997 06:52:58 +0000 (06:52 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Oct 1997 06:52:58 +0000 (06:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15993 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/freebsd.h

index 45adb84..d824c3a 100644 (file)
@@ -1,3 +1,7 @@
+Sat Oct 18 00:43:59 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * i386/freebsd.h (ASM_COMMENT_START): Fix.
+
 Fri Oct 17 23:48:52 1997  Jim Wilson  (wilson@cygnus.com)
 
        * v850.c (ep_memory_offset): New function.
index 83d1de7..ce2bc2e 100644 (file)
@@ -56,6 +56,11 @@ Boston, MA 02111-1307, USA.  */
 
 #define HAVE_ATEXIT
 
+/* Override the default comment-starter of "/".  */
+
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"