From d0e1c80348c854c6c988700a1e885fd0a679732c Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 30 May 1996 19:22:16 +0000 Subject: [PATCH] Make ! a comment character --- gas/ChangeLog | 3 +++ gas/config/tc-ppc.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d36e223..aa797a5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Thu May 30 10:36:19 1996 Michael Meissner + * config/tc-ppc.c (comment_chars): Make '!' a comment character + for Solaris compatibility. + * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a .stabd with 4 arguments into a .stabn. diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index ceecd23..e1f3dce 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -108,7 +108,7 @@ static void ppc_pe_tocd PARAMS ((int)); targets. */ /* Characters which always start a comment. */ -const char comment_chars[] = "#"; +const char comment_chars[] = "#!"; /* Characters which start a comment at the beginning of a line. */ const char line_comment_chars[] = "#"; -- 2.7.4