Make ! a comment only under Solaris; Add .rdata/.rodata pseduo ops
This commit is contained in:
parent
7f9880e5de
commit
76bda7a424
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user