Make ! a comment only under Solaris; Add .rdata/.rodata pseduo ops
authorMichael Meissner <gnu@the-meissners.org>
Fri, 31 May 1996 01:16:10 +0000 (01:16 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Fri, 31 May 1996 01:16:10 +0000 (01:16 +0000)
gas/ChangeLog
gas/config/ppc-sol.mt

index 938a18154ab2cebc0c31ab13fa20f5c0a9f0aede..a540075d490b5b75c350b58334e5e424e4a15038 100644 (file)
@@ -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.
index 7033de3b85b6502771ab9cc1850afc0d1b73d793..0b1ee106702a14f8813df1ca634616eca1559b8e 100644 (file)
@@ -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