Commit 6981eacf by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r15993
parent 1933ec7e
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment