aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog3
-rw-r--r--gas/config/tc-ppc.c2
2 files changed, 4 insertions, 1 deletions
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 <meissner@tiktok.cygnus.com>
+ * 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[] = "#";