aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-08-17 10:10:29 -0700
committerJim Wilson <wilson@gcc.gnu.org>1994-08-17 10:10:29 -0700
commit40ef0937543cae4a9016224d5315b72626c58d13 (patch)
treee62e0143b9f79d73171c1e7589cf904ad92620c1
parent941a8cecd5207d816d7dfc9edd2a2f5963ba1bbb (diff)
downloadgcc-40ef0937543cae4a9016224d5315b72626c58d13.zip
gcc-40ef0937543cae4a9016224d5315b72626c58d13.tar.gz
gcc-40ef0937543cae4a9016224d5315b72626c58d13.tar.bz2
(ASM_OUTPUT_ASCII): Edit comment.
From-SVN: r7936
-rw-r--r--gcc/config/mips/iris4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/iris4.h b/gcc/config/mips/iris4.h
index 3369a8f..735b15e 100644
--- a/gcc/config/mips/iris4.h
+++ b/gcc/config/mips/iris4.h
@@ -32,8 +32,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LIB_SPEC \
"%{!p:%{!pg:%{!static:%{!g*:-lc_s}}}}%{p:libprof1.a%s}%{pg:libprof1.a%s} -lc crtn.o%s"
-/* Assembler is said to have trouble with .ascii with escape chars.
- The quickest way to avoid the problem is not to use .ascii. */
+/* Some assemblers have a bug that causes backslash escaped chars in .ascii
+ to be misassembled, so we just completely avoid it. */
#undef ASM_OUTPUT_ASCII
#define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \
do { \