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

From-SVN: r46291
This commit is contained in:
Stan Shebs 2001-10-16 20:16:45 +00:00 committed by Stan Shebs
parent f2436274a5
commit deb5bfcc15
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* recog.c: Formatting and comment typo fixes.

View File

@ -128,6 +128,11 @@ Boston, MA 02111-1307, USA. */
#define ASM_OUTPUT_SKIP(FILE,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. */
#define SAVE_FP_PREFIX "._savef"
#define SAVE_FP_SUFFIX ""