aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog8
-rw-r--r--gas/config/ppc-sol.mt2
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 938a181..a540075 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -13,8 +13,12 @@ Thu May 30 19:00:19 1996 Ian Lance Taylor <ian@cygnus.com>
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.
+ * config/tc-ppc.c (comment_chars): Under Solaris, make '!' a
+ comment character.
+ (ppc_elf_rdata): Add support for .rdata and .rodata to go to the
+ .rodata section.
+
+ * config/ppc-sol.mt (TDEFINES): Define TARGET_SOLARIS_COMMENT.
* stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
.stabd with 4 arguments into a .stabn.
diff --git a/gas/config/ppc-sol.mt b/gas/config/ppc-sol.mt
index 7033de3..0b1ee10 100644
--- a/gas/config/ppc-sol.mt
+++ b/gas/config/ppc-sol.mt
@@ -1 +1 @@
-TDEFINES=-DTARGET_BYTES_LITTLE_ENDIAN=1 -DTARGET_REG_NAMES_P=true
+TDEFINES=-DTARGET_BYTES_LITTLE_ENDIAN=1 -DTARGET_REG_NAMES_P=true -DTARGET_SOLARIS_COMMENT