From cfb8776eb59c9e0581f416629ed838b6c88abddf Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 28 Sep 1994 22:33:33 +0000 Subject: Do not emit \v, gas does not like it. From-SVN: r8156 --- gcc/config/svr4.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 970a1ad..663ff4b 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -719,10 +719,11 @@ do { \ in the table. Note that we can use standard UN*X escape sequences for many control characters, but we don't use \a to represent BEL because some svr4 assemblers (e.g. on - the i386) don't know about that. */ + the i386) don't know about that. Also, we don't use \v + since some versions of gas, such as 2.2 did not accept it. */ #define ESCAPES \ -"\1\1\1\1\1\1\1\1btnvfr\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\ +"\1\1\1\1\1\1\1\1btn\1fr\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\1\ \0\0\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\\\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\ -- cgit v1.1