* i386/freebsd.h (ASM_COMMENT_START): Fix.

From-SVN: r15993
This commit is contained in:
Jeffrey A Law 1997-10-18 06:52:58 +00:00 committed by Jeff Law
parent 1933ec7e4e
commit 6981eacffd
2 changed files with 9 additions and 0 deletions

View 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.

View 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"