Commit deb5bfcc by Stan Shebs Committed by Stan Shebs

* config/rs6000/darwin.h (ASM_COMMENT_START): Define.

From-SVN: r46291
parent f2436274
2001-10-16 Stan Shebs <shebs@apple.com>
* config/rs6000/darwin.h (ASM_COMMENT_START): Define.
2001-10-16 Alan Modra <amodra@bigpond.net.au> 2001-10-16 Alan Modra <amodra@bigpond.net.au>
* recog.c: Formatting and comment typo fixes. * recog.c: Formatting and comment typo fixes.
......
...@@ -128,6 +128,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -128,6 +128,11 @@ Boston, MA 02111-1307, USA. */
#define ASM_OUTPUT_SKIP(FILE,SIZE) \ #define ASM_OUTPUT_SKIP(FILE,SIZE) \
fprintf (FILE, "\t.space %d\n", SIZE) fprintf (FILE, "\t.space %d\n", SIZE)
/* Override the standard rs6000 definition. */
#undef ASM_COMMENT_START
#define ASM_COMMENT_START ";"
/* FP save and restore routines. */ /* FP save and restore routines. */
#define SAVE_FP_PREFIX "._savef" #define SAVE_FP_PREFIX "._savef"
#define SAVE_FP_SUFFIX "" #define SAVE_FP_SUFFIX ""
......
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