public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* RE: Error in arm.h?
@ 2000-06-28  3:43 Andreas.Karlsson
  2000-06-28  5:38 ` Richard Earnshaw
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas.Karlsson @ 2000-06-28  3:43 UTC (permalink / raw)
  To: rearnsha; +Cc: crossgcc

[-- Attachment #1: Type: text/plain, Size: 1395 bytes --]

Hi,

The same error still occurs in spite of new downloads of both gcc-core and
gcc-g++.
I'm running cygwin 1.1.0 on NT. I have downloaded and succesfully installed
eCos 1.3.1.

The objective of this project is to run eCos on ARM AEB-1 evaluation board.
I just can't figure out why this error occurs when making gcc. 
I attach my configure.out and make.out from the attempt to build gcc.

/Andreas





-----Original Message-----
From: Richard Earnshaw [ mailto:rearnsha@arm.com ]
Sent: den 27 juni 2000 15:52
To: Karlsson Andreas
Cc: crossgcc@sourceware.cygnus.com; rearnsha@arm.com
Subject: Re: Error in arm.h? 


> Hi, 
> I'm a student trying to build the eCos operating system but the following
> error occurs when building gcc.

> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: warning: unknown escape
> sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: warning: unknown escape
> sequence: `\' followed by char code 0xd

It looks to me as though MS-DOG has got hold of your source code. (0xd is 
the DOG return character).  This is then confusing the pre-processor.

You need to get a clean copy of the source.

R.



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to
crossgcc-unsubscribe@sourceware.cygnus.com


[-- Attachment #2: configure.out --]
[-- Type: text/plain, Size: 13276 bytes --]

Configuring for a i686-pc-cygwin32 host.
Created "Makefile" in /tmp/build/gcc using "mh-frag"
Configuring libiberty...
creating cache ../config.cache
checking host system type... i686-pc-cygwin32
checking build system type... i686-pc-cygwin32
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking for asprintf... no
checking for atexit... yes
checking for basename... no
checking for bcmp... yes
checking for bcopy... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for index... yes
checking for insque... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for sigsetmask... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for working alloca.h... no
checking for alloca... yes
checking for ANSI C header files... yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for sys_errlist... no
checking for sys_nerr... no
checking for getrusage... yes
checking for on_exit... no
checking for strerror... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring texinfo...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for texconfig... false
checking for POSIXized ISC... no
checking for minix/config.h... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... yes
checking for Mingw32 environment... no
checking for executable suffix... .exe
checking for sigblock... no
checking for sigblock in -lbsd... no
checking for tputs in -lncurses... no
checking for tputs in -lcurses... no
checking for tputs in -ltermcap... no
checking for tputs in -lterminfo... no
checking for tputs in -ltermlib... no
checking for ANSI C header files... (cached) yes
checking for fcntl.h... yes
checking for pwd.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for termcap.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for sys/fcntl.h... yes
checking for sys/file.h... (cached) yes
checking for sys/ptem.h... no
checking for sys/time.h... (cached) yes
checking for sys/ttold.h... no
checking for sys/wait.h... (cached) yes
checking for off_t... yes
checking return type of signal handlers... void
checking for working const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for vprintf... (cached) yes
checking for setvbuf... yes
checking for getcwd... (cached) yes
checking for memset... (cached) yes
checking for bzero... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for sigprocmask... yes
checking for sigsetmask... (cached) no
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for inline... inline
checking for size_t... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... no
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... no
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking for LC_MESSAGES... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... no
checking whether catgets can be used... no
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
checking for xgettext... :
checking for catalogs to be installed...  de fr
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating info/Makefile
creating intl/Makefile
creating lib/Makefile
creating makeinfo/Makefile
creating po/Makefile.in
creating util/Makefile
creating config.h
linking /src/gcc/gcc-2.95.2/texinfo/intl/libgettext.h to intl/libintl.h
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-pc-cygwin32
checking target system type... arm-unknown-elf
checking build system type... i686-pc-cygwin32
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for gawk... gawk
checking for flex... flex
checking for yywrap in -lfl... yes
checking whether ln works... yes
checking whether ln -s works... yes
checking for volatile... yes
checking for ranlib... (cached) ranlib
checking for bison... bison -y
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stab.h... no
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... yes
checking for sys/stat.h... yes
checking for direct.h... no
checking for thread.h... no
checking for pthread.h... yes
checking for gnatbind... no
checking whether cpp understands the stringify operator... yes
checking for inttypes.h... no
checking for strtoul... (cached) yes
checking for bsearch... yes
checking for strerror... (cached) yes
checking for putenv... (cached) yes
checking for popen... yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for bcmp... (cached) yes
checking for index... (cached) yes
checking for rindex... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for kill... yes
checking for getrlimit... no
checking for setrlimit... no
checking for atoll... no
checking for atoq... no
checking for sysconf... (cached) yes
checking for isascii... yes
checking for gettimeofday... (cached) yes
checking for strsignal... yes
checking for putc_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for vprintf... (cached) yes
checking whether the printf functions support %p... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether calloc must be declared... no
checking whether free must be declared... no
checking whether bcopy must be declared... no
checking whether bzero must be declared... no
checking whether bcmp must be declared... no
checking whether index must be declared... no
checking whether rindex must be declared... no
checking whether getenv must be declared... no
checking whether atol must be declared... no
checking whether sbrk must be declared... no
checking whether abort must be declared... no
checking whether atof must be declared... no
checking whether strerror must be declared... no
checking whether getcwd must be declared... no
checking whether getwd must be declared... yes
checking whether strsignal must be declared... no
checking whether putc_unlocked must be declared... yes
checking whether fputs_unlocked must be declared... yes
checking whether strstr must be declared... no
checking whether getrlimit must be declared... yes
checking whether setrlimit must be declared... yes
checking for sys_siglist declaration in signal.h or unistd.h... no
checking if mkdir takes one argument... no
Using `/src/gcc/gcc-2.95.2/gcc/config/arm/arm.c' to output insns.
Using `/src/gcc/gcc-2.95.2/gcc/config/arm/arm.md' as machine description file.
Using `/src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h' as target machine macro file.
Using the following host machine macro files:
	/src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h
	/src/gcc/gcc-2.95.2/gcc/config/i386/xm-cygwin.h
checking for strerror in -lcposix... no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) no
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) no
checking whether NLS is requested... no
checking assembler alignment features... 
checking assembler subsection support... 
checking assembler instructions... 
Links are now set up to build a cross-compiler for arm-unknown-elf
  from i686-pc-cygwin32.
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating cp/Makefile
creating auto-host.h
linking /src/gcc/gcc-2.95.2/gcc/intl/libgettext.h to intl/libintl.h
creating libintl.h
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
updating cache ../config.cache
creating ./config.status
creating Makefile

[-- Attachment #3: make.out --]
[-- Type: text/plain, Size: 86291 bytes --]

make: Entering directory `/tmp/build/gcc'
make[1]: Entering directory `/tmp/build/gcc/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/argv.c -o pic/argv.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/argv.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/choose-temp.c -o pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/choose-temp.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/concat.c -o pic/concat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/concat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/cplus-dem.c -o pic/cplus-dem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/cplus-dem.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/fdmatch.c -o pic/fdmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/fdmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/fnmatch.c -o pic/fnmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/fnmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getopt.c -o pic/getopt.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getopt.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getopt1.c -o pic/getopt1.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getopt1.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getruntime.c -o pic/getruntime.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getruntime.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/hex.c -o pic/hex.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/hex.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/floatformat.c -o pic/floatformat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/floatformat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/objalloc.c -o pic/objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/objalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/obstack.c -o pic/obstack.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/obstack.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/pexecute.c -o pic/pexecute.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/pexecute.c
/src/gcc/gcc-2.95.2/libiberty/pexecute.c: In function `pexecute':
/src/gcc/gcc-2.95.2/libiberty/pexecute.c:379: warning: assignment discards qualifiers from pointer target type
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/spaces.c -o pic/spaces.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/spaces.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/splay-tree.c -o pic/splay-tree.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/splay-tree.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/strerror.c -o pic/strerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/strerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/strsignal.c -o pic/strsignal.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/strsignal.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xatexit.c -o pic/xatexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xatexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xexit.c -o pic/xexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xmalloc.c -o pic/xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xmalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xstrdup.c -o pic/xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xstrdup.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xstrerror.c -o pic/xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xstrerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/random.c -o pic/random.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/random.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/asprintf.c -o pic/asprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/asprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/basename.c -o pic/basename.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/basename.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/insque.c -o pic/insque.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/insque.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/mkstemps.c -o pic/mkstemps.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/mkstemps.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/sigsetmask.c -o pic/sigsetmask.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/sigsetmask.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/vasprintf.c -o pic/vasprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/vasprintf.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o  random.o asprintf.o basename.o insque.o mkstemps.o sigsetmask.o vasprintf.o 
ranlib libiberty.a
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
  for g in random.o asprintf.o basename.o insque.o mkstemps.o sigsetmask.o vasprintf.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/tmp/build/gcc/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/build/gcc/libiberty/testsuite'
make[1]: Leaving directory `/tmp/build/gcc/libiberty'
make[1]: Entering directory `/tmp/build/gcc/texinfo'
make all-recursive
make[2]: Entering directory `/tmp/build/gcc/texinfo'
Making all in intl
make[3]: Entering directory `/tmp/build/gcc/texinfo/intl'
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/intl-compat.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/bindtextdom.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/dcgettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/dgettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/gettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/finddomain.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/loadmsgcat.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/localealias.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/textdomain.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/l10nflist.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/explodename.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o
ranlib libintl.a
make[3]: Leaving directory `/tmp/build/gcc/texinfo/intl'
Making all in lib
make[3]: Entering directory `/tmp/build/gcc/texinfo/lib'
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/getopt.c
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/getopt1.c
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/xstrdup.c
rm -f libtxi.a
ar cru libtxi.a getopt.o getopt1.o xmalloc.o xstrdup.o 
ranlib libtxi.a
make[3]: Leaving directory `/tmp/build/gcc/texinfo/lib'
Making all in makeinfo
make[3]: Entering directory `/tmp/build/gcc/texinfo/makeinfo'
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/makeinfo -I.. -I/src/gcc/gcc-2.95.2/texinfo/lib -I../intl -DLOCALEDIR=\"/tools/share/locale\"  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/makeinfo/makeinfo.c
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/makeinfo -I.. -I/src/gcc/gcc-2.95.2/texinfo/lib -I../intl -DLOCALEDIR=\"/tools/share/locale\"  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/makeinfo/multi.c
gcc -g -O2  -o makeinfo.exe  makeinfo.o multi.o ../lib/libtxi.a ../intl/libintl.a 
make[3]: Leaving directory `/tmp/build/gcc/texinfo/makeinfo'
make[2]: Leaving directory `/tmp/build/gcc/texinfo'
make[1]: Leaving directory `/tmp/build/gcc/texinfo'
make[1]: Entering directory `/tmp/build/gcc/gcc'
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include \
  -DGCC_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/include\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../..`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/tools/include\" \
  -DCROSS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/sys-include\" \
  -DTOOL_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/include\" \
  -c `echo /src/gcc/gcc-2.95.2/gcc/cccp.c | sed 's,^\./,,'`
In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
                 from tm.h:6,
                 from /src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h:43,
                 from config.h:8,
                 from /src/gcc/gcc-2.95.2/gcc/cccp.c:21:
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:228: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:229: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:230: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:231: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:232: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:234: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:235: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:236: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:237: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:238: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:239: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:240: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:241: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:242: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:243: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:244: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:245: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:246: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:247: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:248: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:249: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:250: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:251: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:252: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:253: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:254: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:255: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:256: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:257: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:258: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:259: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:260: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:261: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:262: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:263: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:264: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:265: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:266: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:267: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:268: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:269: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:270: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:271: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:272: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:273: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:274: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:275: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:276: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:277: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:278: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:279: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:280: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:281: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:228: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:229: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:230: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:231: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:232: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:229: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:230: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:231: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:232: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:234: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:235: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:231: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:232: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:234: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:235: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:236: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:237: warning: unknown escape sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:238: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:234: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:342: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:342: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:343: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:344: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:345: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:346: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:347: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:348: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:349: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:350: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:351: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:352: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:353: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:354: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:355: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:356: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:357: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:358: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:359: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:360: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:361: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:362: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:363: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:364: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:365: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:366: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:367: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:368: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:369: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:370: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:371: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:372: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:373: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:374: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:375: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:376: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:377: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:378: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:379: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:380: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:381: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:382: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:383: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:384: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:385: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:386: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:387: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:388: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:389: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:393: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:394: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:395: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:396: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:397: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:398: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:399: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:400: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:401: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:402: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:403: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:515: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:515: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:516: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:517: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:518: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:519: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:520: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:521: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:522: `SImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:522: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:522: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:523: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:600: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:600: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:685: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:686: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:687: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:688: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:689: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:701: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:702: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:703: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:704: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:705: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:717: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:718: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:719: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:720: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:721: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:722: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:723: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:724: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:725: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:726: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:727: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:728: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: `PIC_OFFSET_TABLE_REGNUM' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: variable `call_used_regs' has initializer but incomplete type
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:730: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:730: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:731: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:732: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:733: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:734: conflicting types for `call_used_regs'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: previous declaration of `call_used_regs'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:734: invalid initializer
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:734: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:734: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:735: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:735: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:736: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:747: parse error before `>='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:747: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:748: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:755: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:756: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:757: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:817: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:818: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:819: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:820: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:821: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:840: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:840: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:841: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:842: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:843: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:844: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:851: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:852: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:853: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:854: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:855: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:863: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:863: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:864: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:865: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:888: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:889: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:890: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:891: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:892: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:893: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:903: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:904: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:905: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:906: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:907: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:913: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:926: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:931: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:932: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:933: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:934: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:945: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:946: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:947: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:948: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:949: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:950: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:951: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:952: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:953: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:953: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:954: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:955: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:955: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:956: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:957: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:958: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:959: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:960: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:961: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:962: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:963: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:964: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:965: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:966: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:967: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:968: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:969: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:970: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:971: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:972: `val' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:972: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:972: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:972: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:973: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:974: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:974: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:975: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:976: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:978: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:979: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:980: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:981: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:982: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:982: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:982: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:983: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:983: parse error before `&'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:983: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:984: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:985: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:986: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:987: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:994: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:999: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1000: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1050: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1051: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1057: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1058: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1095: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1096: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1103: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1104: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1105: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1126: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1127: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1128: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1149: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1150: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1151: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1151: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1152: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1152: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1153: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1158: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1158: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1184: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1185: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1186: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1186: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1187: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1188: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1188: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1189: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1190: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1191: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1191: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1192: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1192: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1193: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1193: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: `SYMBOL_REF' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: `Pmode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: `temp' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1209: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1209: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1229: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1230: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1231: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1242: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1247: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1248: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1249: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1250: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1251: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1252: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1253: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1254: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1255: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1256: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1257: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1258: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1259: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1260: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1261: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1261: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1262: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1263: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1264: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1265: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1266: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1267: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1268: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1271: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1272: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1273: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1274: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1275: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1276: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1277: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1278: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1279: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1280: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1281: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1282: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1283: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1283: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1283: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1284: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1284: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1285: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1299: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1300: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1301: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1302: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1303: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1303: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1304: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1305: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1306: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1306: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1306: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1306: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1307: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1307: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1307: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1307: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1320: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1321: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1322: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1323: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1323: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1324: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1345: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1345: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1346: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1347: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1348: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1351: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1370: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1371: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1393: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1394: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1395: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1396: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1397: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1398: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1399: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1399: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1400: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1415: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1415: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1421: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1424: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1450: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1453: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1459: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1460: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1461: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: variable `code' has initializer but incomplete type
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: `INDEX' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1463: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1464: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1464: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1465: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1466: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1467: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1468: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1469: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1470: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1471: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1472: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1473: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1473: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1474: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1475: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1476: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1477: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1478: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: `INDEX' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1481: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1482: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1483: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1483: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1484: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1485: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1486: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1487: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1488: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1489: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1490: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1491: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1492: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1493: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1493: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1494: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1495: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1496: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1497: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1498: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: `HImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: `QImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1500: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1500: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1501: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1501: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1502: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1503: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1504: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1514: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1515: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1515: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1516: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1517: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1518: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1519: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1519: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1520: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1521: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1522: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1523: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1524: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1525: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1526: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1527: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1528: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1529: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1530: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1531: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1532: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1532: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1533: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1534: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1535: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1536: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1537: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1538: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1539: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1540: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1541: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1542: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1544: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1546: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1546: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1547: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1547: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1548: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1548: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1549: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1550: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1558: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1559: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1560: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1561: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1562: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1563: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1564: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1565: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1566: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1567: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1568: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1568: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1569: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1590: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1590: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1591: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1592: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1593: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: redefinition of `xop1'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: `xop1' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1595: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1596: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1596: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1597: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1598: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1599: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1600: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1600: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1601: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1602: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1603: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1603: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1605: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1606: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1606: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1607: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1608: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1609: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1610: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1611: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1612: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1613: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1614: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1615: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1616: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1617: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1618: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1619: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1620: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1621: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: `SImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: `SImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: `xop0' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: warning: parameter names (without types) in function declaration
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: redefinition of `X'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:979: `X' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: `low_n' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: `SImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: `low_n' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1628: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1628: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1629: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1630: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1631: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1632: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1633: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1634: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: redefinition of `xop1'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: `xop1' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1636: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1637: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1637: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1638: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1639: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1640: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1641: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1642: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1643: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1644: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1645: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1646: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1647: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1653: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1654: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1655: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1656: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1697: parse error before `||'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1697: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1739: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1740: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1741: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1742: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1743: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1744: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1745: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1746: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1747: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1748: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1749: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1750: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1751: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1752: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1753: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1754: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1755: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1756: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1757: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1758: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1759: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1760: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1764: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1764: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1778: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1779: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1780: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1781: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1782: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1783: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1784: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1785: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1786: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1787: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1788: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1789: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1790: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1819: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1820: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1839: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1840: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1844: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1844: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1852: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1853: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1854: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1855: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1856: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1857: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1858: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: `const_op' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: `const_op' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1861: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1861: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1874: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1875: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1876: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1877: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1878: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1879: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1880: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1881: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1882: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1883: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1884: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1885: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1886: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1887: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1888: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1889: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1890: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1891: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1892: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1893: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1894: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1895: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1896: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1897: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1934: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1938: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1953: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1963: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1964: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1965: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1966: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1967: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1972: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1973: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1974: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1975: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1976: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1977: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1978: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1979: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1980: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1982: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: parse error before `offset'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: redefinition of `offset'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1258: `offset' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1984: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1984: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1985: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1986: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1987: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: redefinition of `index'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: `index' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: `temp' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1990: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1990: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: conflicting types for `base_reg_name'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1982: previous declaration of `base_reg_name'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: `reg_names' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1992: parse error before `switch'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1992: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1993: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1994: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1995: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1996: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1997: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1998: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1998: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1999: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1999: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2000: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2001: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2002: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2003: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2004: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2005: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2006: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2007: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2008: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2009: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2010: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2011: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2012: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2013: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2014: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2015: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2016: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2019: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2020: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2021: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2022: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2023: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2024: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2025: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2026: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2027: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2028: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2029: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2030: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2031: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2032: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2033: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2034: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2035: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2036: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2037: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2038: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2039: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2040: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2041: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2042: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2043: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2044: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2045: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2050: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2051: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2052: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2053: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2055: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2055: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2057: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2058: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2059: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2061: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2062: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2063: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2064: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2065: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2066: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2067: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2068: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2069: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2070: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2071: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2077: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2078: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2079: `mi_delta' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2079: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2080: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2081: `FUNCTION' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2081: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2082: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2082: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2083: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2083: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2084: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2085: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2086: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2087: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2088: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2089: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2090: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2091: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2092: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2093: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2094: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2095: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2096: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2097: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2099: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2099: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2100: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2101: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2109: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2110: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2119: stray '\' in program
In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2153,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
                 from tm.h:6,
                 from /src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h:43,
                 from config.h:8,
                 from /src/gcc/gcc-2.95.2/gcc/cccp.c:21:
/src/gcc/gcc-2.95.2/gcc/machmode.h:47: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/machmode.h:47: parse error before `,'
In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
                 from tm.h:6,
                 from /src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h:43,
                 from config.h:8,
                 from /src/gcc/gcc-2.95.2/gcc/cccp.c:21:
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2168: conflicting types for `arm_canonicalize_comparison'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: previous declaration of `arm_canonicalize_comparison'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2169: warning: `union tree_node' declared inside parameter list
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2169: warning: its scope is only this definition or declaration, which is probably not what you want.
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2212: warning: `union tree_node' declared inside parameter list
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2239: conflicting types for `output_func_prologue'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1158: previous declaration of `output_func_prologue'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2240: conflicting types for `output_func_epilogue'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1209: previous declaration of `output_func_epilogue'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2242: conflicting types for `arm_print_operand'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: previous declaration of `arm_print_operand'
In file included from /src/gcc/gcc-2.95.2/gcc/system.h:32,
                 from /src/gcc/gcc-2.95.2/gcc/cccp.c:23:
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/stdio.h:142: conflicting types for `fprintf'
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/stdio.h:142: A parameter list with an ellipsis can't match an empty parameter name list declaration.
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1999: previous declaration of `fprintf'
In file included from /src/gcc/gcc-2.95.2/gcc/system.h:132,
                 from /src/gcc/gcc-2.95.2/gcc/cccp.c:23:
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/string.h:59: `index' redeclared as different kind of symbol
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: previous declaration of `index'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: storage size of `code' isn't known
make[1]: *** [cccp.o] Error 1
make[1]: Leaving directory `/tmp/build/gcc/gcc'
make: *** [all-gcc] Error 2
make: Leaving directory `/tmp/build/gcc'


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error in arm.h?
  2000-06-28  3:43 Error in arm.h? Andreas.Karlsson
@ 2000-06-28  5:38 ` Richard Earnshaw
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Earnshaw @ 2000-06-28  5:38 UTC (permalink / raw)
  To: Andreas.Karlsson; +Cc: rearnsha

How are you downloading your sources?  CVS or from a tar file?

R.
> 
> Hi,
> 
> The same error still occurs in spite of new downloads of both gcc-core and
> gcc-g++.
> I'm running cygwin 1.1.0 on NT. I have downloaded and succesfully installed
> eCos 1.3.1.
> 
> The objective of this project is to run eCos on ARM AEB-1 evaluation board.
> I just can't figure out why this error occurs when making gcc. 
> I attach my configure.out and make.out from the attempt to build gcc.
> 
> /Andreas
> 
> 
> 
> 
> 
> -----Original Message-----
> From: Richard Earnshaw [ mailto:rearnsha@arm.com ]
> Sent: den 27 juni 2000 15:52
> To: Karlsson Andreas
> Cc: crossgcc@sourceware.cygnus.com; rearnsha@arm.com
> Subject: Re: Error in arm.h? 
> 
> 
> > Hi, 
> > I'm a student trying to build the eCos operating system but the following
> > error occurs when building gcc.
> 
> > /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
> > /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: warning: unknown escape
> > sequence: `\' followed by char code 0xd
> > /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: warning: unknown escape
> > sequence: `\' followed by char code 0xd
> 
> It looks to me as though MS-DOG has got hold of your source code. (0xd is 
> the DOG return character).  This is then confusing the pre-processor.
> 
> You need to get a clean copy of the source.
> 
> R.
> 
> 
> 
> ------
> Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
> Want to unsubscribe? Send a note to
> crossgcc-unsubscribe@sourceware.cygnus.com
> 
> 
> Configuring for a i686-pc-cygwin32 host.
> Created "Makefile" in /tmp/build/gcc using "mh-frag"
> Configuring libiberty...
> creating cache ../config.cache
> checking host system type... i686-pc-cygwin32
> checking build system type... i686-pc-cygwin32
> checking for ar... ar
> checking for ranlib... ranlib
> checking for gcc... gcc
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for POSIXized ISC... no
> checking for a BSD compatible install... /usr/bin/install -c
> checking how to run the C preprocessor... gcc -E
> checking for sys/file.h... yes
> checking for sys/param.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for unistd.h... yes
> checking for strings.h... yes
> checking for sys/time.h... yes
> checking for sys/resource.h... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking whether the C compiler (gcc -g -O2 ) works... yes
> checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
> checking for asprintf... no
> checking for atexit... yes
> checking for basename... no
> checking for bcmp... yes
> checking for bcopy... yes
> checking for bzero... yes
> checking for calloc... yes
> checking for clock... yes
> checking for getcwd... yes
> checking for getpagesize... yes
> checking for index... yes
> checking for insque... no
> checking for memchr... yes
> checking for memcmp... yes
> checking for memcpy... yes
> checking for memmove... yes
> checking for memset... yes
> checking for mkstemps... no
> checking for putenv... yes
> checking for rename... yes
> checking for rindex... yes
> checking for setenv... yes
> checking for sigsetmask... no
> checking for strcasecmp... yes
> checking for strchr... yes
> checking for strdup... yes
> checking for strncasecmp... yes
> checking for strrchr... yes
> checking for strstr... yes
> checking for strtod... yes
> checking for strtol... yes
> checking for strtoul... yes
> checking for tmpnam... yes
> checking for vasprintf... no
> checking for vfprintf... yes
> checking for vprintf... yes
> checking for vsprintf... yes
> checking for waitpid... yes
> checking for working alloca.h... no
> checking for alloca... yes
> checking for ANSI C header files... yes
> checking for pid_t... yes
> checking for vfork.h... no
> checking for working vfork... yes
> checking for sys_errlist... no
> checking for sys_nerr... no
> checking for getrusage... yes
> checking for on_exit... no
> checking for strerror... yes
> checking for sysconf... yes
> checking for times... yes
> checking for sbrk... yes
> checking for gettimeofday... yes
> updating cache ../config.cache
> creating ./config.status
> creating Makefile
> creating testsuite/Makefile
> creating config.h
> Configuring texinfo...
> loading cache ../config.cache
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... found
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc -g -O2 ) works... yes
> checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking how to run the C preprocessor... (cached) gcc -E
> checking whether gcc needs -traditional... no
> checking for a BSD compatible install... /usr/bin/install -c
> checking for ranlib... (cached) ranlib
> checking for texconfig... false
> checking for POSIXized ISC... no
> checking for minix/config.h... no
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for Cygwin32 environment... yes
> checking for Mingw32 environment... no
> checking for executable suffix... .exe
> checking for sigblock... no
> checking for sigblock in -lbsd... no
> checking for tputs in -lncurses... no
> checking for tputs in -lcurses... no
> checking for tputs in -ltermcap... no
> checking for tputs in -lterminfo... no
> checking for tputs in -ltermlib... no
> checking for ANSI C header files... (cached) yes
> checking for fcntl.h... yes
> checking for pwd.h... yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for termcap.h... yes
> checking for termio.h... yes
> checking for termios.h... yes
> checking for unistd.h... (cached) yes
> checking for sys/fcntl.h... yes
> checking for sys/file.h... (cached) yes
> checking for sys/ptem.h... no
> checking for sys/time.h... (cached) yes
> checking for sys/ttold.h... no
> checking for sys/wait.h... (cached) yes
> checking for off_t... yes
> checking return type of signal handlers... void
> checking for working const... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for working alloca.h... (cached) no
> checking for alloca... (cached) yes
> checking for vprintf... (cached) yes
> checking for setvbuf... yes
> checking for getcwd... (cached) yes
> checking for memset... (cached) yes
> checking for bzero... (cached) yes
> checking for strchr... (cached) yes
> checking for strcasecmp... (cached) yes
> checking for sigprocmask... yes
> checking for sigsetmask... (cached) no
> checking for memcpy... (cached) yes
> checking for memmove... (cached) yes
> checking for strdup... (cached) yes
> checking for strerror... (cached) yes
> checking for inline... inline
> checking for size_t... yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... no
> checking for argz.h... no
> checking for limits.h... yes
> checking for locale.h... yes
> checking for nl_types.h... no
> checking for malloc.h... yes
> checking for string.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for values.h... no
> checking for sys/param.h... (cached) yes
> checking for getcwd... (cached) yes
> checking for munmap... yes
> checking for putenv... (cached) yes
> checking for setenv... (cached) yes
> checking for setlocale... yes
> checking for strchr... (cached) yes
> checking for strcasecmp... (cached) yes
> checking for __argz_count... no
> checking for __argz_stringify... no
> checking for __argz_next... no
> checking for stpcpy... no
> checking for LC_MESSAGES... no
> checking whether NLS is requested... yes
> checking whether included gettext is requested... no
> checking for libintl.h... no
> checking whether catgets can be used... no
> checking for msgfmt... msgfmt
> checking for gmsgfmt... msgfmt
> checking for xgettext... :
> checking for catalogs to be installed...  de fr
> updating cache ../config.cache
> creating ./config.status
> creating Makefile
> creating doc/Makefile
> creating info/Makefile
> creating intl/Makefile
> creating lib/Makefile
> creating makeinfo/Makefile
> creating po/Makefile.in
> creating util/Makefile
> creating config.h
> linking /src/gcc/gcc-2.95.2/texinfo/intl/libgettext.h to intl/libintl.h
> Configuring gcc...
> loading cache ../config.cache
> checking LIBRARY_PATH variable... ok
> checking GCC_EXEC_PREFIX variable... ok
> checking host system type... i686-pc-cygwin32
> checking target system type... arm-unknown-elf
> checking build system type... i686-pc-cygwin32
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc -g -O2 ) works... yes
> checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking whether make sets ${MAKE}... (cached) yes
> checking whether a default assembler was specified... no
> checking whether a default linker was specified... no
> checking for gawk... gawk
> checking for flex... flex
> checking for yywrap in -lfl... yes
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for volatile... yes
> checking for ranlib... (cached) ranlib
> checking for bison... bison -y
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> checking how to run the C preprocessor... (cached) gcc -E
> checking for ANSI C header files... (cached) yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether string.h and strings.h may both be included... yes
> checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
> checking for limits.h... (cached) yes
> checking for stddef.h... yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for time.h... yes
> checking for fcntl.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for stab.h... no
> checking for sys/file.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for sys/resource.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for sys/times.h... yes
> checking for sys/stat.h... yes
> checking for direct.h... no
> checking for thread.h... no
> checking for pthread.h... yes
> checking for gnatbind... no
> checking whether cpp understands the stringify operator... yes
> checking for inttypes.h... no
> checking for strtoul... (cached) yes
> checking for bsearch... yes
> checking for strerror... (cached) yes
> checking for putenv... (cached) yes
> checking for popen... yes
> checking for bcopy... (cached) yes
> checking for bzero... (cached) yes
> checking for bcmp... (cached) yes
> checking for index... (cached) yes
> checking for rindex... (cached) yes
> checking for strchr... (cached) yes
> checking for strrchr... (cached) yes
> checking for kill... yes
> checking for getrlimit... no
> checking for setrlimit... no
> checking for atoll... no
> checking for atoq... no
> checking for sysconf... (cached) yes
> checking for isascii... yes
> checking for gettimeofday... (cached) yes
> checking for strsignal... yes
> checking for putc_unlocked... no
> checking for fputc_unlocked... no
> checking for fputs_unlocked... no
> checking for vprintf... (cached) yes
> checking whether the printf functions support %p... yes
> checking for pid_t... (cached) yes
> checking for vfork.h... (cached) no
> checking for working vfork... (cached) yes
> checking whether malloc must be declared... no
> checking whether realloc must be declared... no
> checking whether calloc must be declared... no
> checking whether free must be declared... no
> checking whether bcopy must be declared... no
> checking whether bzero must be declared... no
> checking whether bcmp must be declared... no
> checking whether index must be declared... no
> checking whether rindex must be declared... no
> checking whether getenv must be declared... no
> checking whether atol must be declared... no
> checking whether sbrk must be declared... no
> checking whether abort must be declared... no
> checking whether atof must be declared... no
> checking whether strerror must be declared... no
> checking whether getcwd must be declared... no
> checking whether getwd must be declared... yes
> checking whether strsignal must be declared... no
> checking whether putc_unlocked must be declared... yes
> checking whether fputs_unlocked must be declared... yes
> checking whether strstr must be declared... no
> checking whether getrlimit must be declared... yes
> checking whether setrlimit must be declared... yes
> checking for sys_siglist declaration in signal.h or unistd.h... no
> checking if mkdir takes one argument... no
> Using `/src/gcc/gcc-2.95.2/gcc/config/arm/arm.c' to output insns.
> Using `/src/gcc/gcc-2.95.2/gcc/config/arm/arm.md' as machine description file.
> Using `/src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h' as target machine macro file.
> Using the following host machine macro files:
> 	/src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h
> 	/src/gcc/gcc-2.95.2/gcc/config/i386/xm-cygwin.h
> checking for strerror in -lcposix... no
> checking for working const... (cached) yes
> checking for inline... (cached) inline
> checking for off_t... (cached) yes
> checking for size_t... (cached) yes
> checking for working alloca.h... (cached) no
> checking for alloca... (cached) yes
> checking for unistd.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) no
> checking for argz.h... (cached) no
> checking for limits.h... (cached) yes
> checking for locale.h... (cached) yes
> checking for nl_types.h... (cached) no
> checking for malloc.h... (cached) yes
> checking for string.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getcwd... (cached) yes
> checking for munmap... (cached) yes
> checking for putenv... (cached) yes
> checking for setenv... (cached) yes
> checking for setlocale... (cached) yes
> checking for strchr... (cached) yes
> checking for strcasecmp... (cached) yes
> checking for strdup... (cached) yes
> checking for __argz_count... (cached) no
> checking for __argz_stringify... (cached) no
> checking for __argz_next... (cached) no
> checking for LC_MESSAGES... (cached) no
> checking whether NLS is requested... no
> checking assembler alignment features... 
> checking assembler subsection support... 
> checking assembler instructions... 
> Links are now set up to build a cross-compiler for arm-unknown-elf
>   from i686-pc-cygwin32.
> updating cache ../config.cache
> creating ./config.status
> creating Makefile
> creating intl/Makefile
> creating po/Makefile.in
> creating fixinc/Makefile
> creating cp/Makefile
> creating auto-host.h
> linking /src/gcc/gcc-2.95.2/gcc/intl/libgettext.h to intl/libintl.h
> creating libintl.h
> Configuring etc...
> loading cache ../config.cache
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> updating cache ../config.cache
> creating ./config.status
> creating Makefile
> 
> make: Entering directory `/tmp/build/gcc'
> make[1]: Entering directory `/tmp/build/gcc/libiberty'
> if [ x"no" = xyes ] && [ ! -d pic ]; then \
>   mkdir pic; \
> else true; fi
> touch stamp-picdir
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/argv.c -o pic/argv.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/argv.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/choose-temp.c -o pic/choose-temp.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/choose-temp.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/concat.c -o pic/concat.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/concat.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/cplus-dem.c -o pic/cplus-dem.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/cplus-dem.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/fdmatch.c -o pic/fdmatch.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/fdmatch.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/fnmatch.c -o pic/fnmatch.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/fnmatch.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getopt.c -o pic/getopt.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getopt.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getopt1.c -o pic/getopt1.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getopt1.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getruntime.c -o pic/getruntime.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getruntime.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/hex.c -o pic/hex.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/hex.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/floatformat.c -o pic/floatformat.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/floatformat.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/objalloc.c -o pic/objalloc.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/objalloc.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/obstack.c -o pic/obstack.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/obstack.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/pexecute.c -o pic/pexecute.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/pexecute.c
> /src/gcc/gcc-2.95.2/libiberty/pexecute.c: In function `pexecute':
> /src/gcc/gcc-2.95.2/libiberty/pexecute.c:379: warning: assignment discards qualifiers from pointer target type
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/spaces.c -o pic/spaces.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/spaces.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/splay-tree.c -o pic/splay-tree.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/splay-tree.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/strerror.c -o pic/strerror.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/strerror.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/strsignal.c -o pic/strsignal.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/strsignal.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xatexit.c -o pic/xatexit.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xatexit.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xexit.c -o pic/xexit.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xexit.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xmalloc.c -o pic/xmalloc.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xmalloc.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xstrdup.c -o pic/xstrdup.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xstrdup.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xstrerror.c -o pic/xstrerror.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xstrerror.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/random.c -o pic/random.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/random.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/asprintf.c -o pic/asprintf.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/asprintf.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/basename.c -o pic/basename.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/basename.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/insque.c -o pic/insque.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/insque.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/mkstemps.c -o pic/mkstemps.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/mkstemps.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/sigsetmask.c -o pic/sigsetmask.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/sigsetmask.c
> test x"no" != xyes || \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/vasprintf.c -o pic/vasprintf.o
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/vasprintf.c
> rm -f libiberty.a
> ar rc libiberty.a \
>   argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o  random.o asprintf.o basename.o insque.o mkstemps.o sigsetmask.o vasprintf.o 
> ranlib libiberty.a
> rm -f needed-list; touch needed-list; \
> for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
>   for g in random.o asprintf.o basename.o insque.o mkstemps.o sigsetmask.o vasprintf.o ; do \
>     case "$g" in \
>       *$f*) echo $g >> needed-list ;; \
>     esac; \
>   done; \
> done
> echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o > required-list
> make[2]: Entering directory `/tmp/build/gcc/libiberty/testsuite'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/tmp/build/gcc/libiberty/testsuite'
> make[1]: Leaving directory `/tmp/build/gcc/libiberty'
> make[1]: Entering directory `/tmp/build/gcc/texinfo'
> make all-recursive
> make[2]: Entering directory `/tmp/build/gcc/texinfo'
> Making all in intl
> make[3]: Entering directory `/tmp/build/gcc/texinfo/intl'
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/intl-compat.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/bindtextdom.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/dcgettext.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/dgettext.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/gettext.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/finddomain.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/loadmsgcat.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/localealias.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/textdomain.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/l10nflist.c
> gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/explodename.c
> rm -f libintl.a
> ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o
> ranlib libintl.a
> make[3]: Leaving directory `/tmp/build/gcc/texinfo/intl'
> Making all in lib
> make[3]: Entering directory `/tmp/build/gcc/texinfo/lib'
> gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/getopt.c
> gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/getopt1.c
> gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/xmalloc.c
> gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/xstrdup.c
> rm -f libtxi.a
> ar cru libtxi.a getopt.o getopt1.o xmalloc.o xstrdup.o 
> ranlib libtxi.a
> make[3]: Leaving directory `/tmp/build/gcc/texinfo/lib'
> Making all in makeinfo
> make[3]: Entering directory `/tmp/build/gcc/texinfo/makeinfo'
> gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/makeinfo -I.. -I/src/gcc/gcc-2.95.2/texinfo/lib -I../intl -DLOCALEDIR=\"/tools/share/locale\"  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/makeinfo/makeinfo.c
> gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/makeinfo -I.. -I/src/gcc/gcc-2.95.2/texinfo/lib -I../intl -DLOCALEDIR=\"/tools/share/locale\"  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/makeinfo/multi.c
> gcc -g -O2  -o makeinfo.exe  makeinfo.o multi.o ../lib/libtxi.a ../intl/libintl.a 
> make[3]: Leaving directory `/tmp/build/gcc/texinfo/makeinfo'
> make[2]: Leaving directory `/tmp/build/gcc/texinfo'
> make[1]: Leaving directory `/tmp/build/gcc/texinfo'
> make[1]: Entering directory `/tmp/build/gcc/gcc'
> gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include \
>   -DGCC_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/include\" \
>   -DGPLUSPLUS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../..`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
>   -DLOCAL_INCLUDE_DIR=\"/tools/include\" \
>   -DCROSS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/sys-include\" \
>   -DTOOL_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/include\" \
>   -c `echo /src/gcc/gcc-2.95.2/gcc/cccp.c | sed 's,^\./,,'`
> In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
>                  from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
>                  from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
>                  from tm.h:6,
>                  from /src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h:43,
>                  from config.h:8,
>                  from /src/gcc/gcc-2.95.2/gcc/cccp.c:21:
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:228: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:229: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:230: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:231: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:232: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:234: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:235: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:236: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:237: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:238: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:239: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:240: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:241: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:242: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:243: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:244: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:245: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:246: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:247: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:248: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:249: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:250: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:251: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:252: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:253: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:254: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:255: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:256: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:257: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:258: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:259: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:260: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:261: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:262: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:263: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:264: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:265: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:266: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:267: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:268: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:269: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:270: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:271: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:272: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:273: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:274: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:275: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:276: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:277: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:278: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:279: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:280: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:281: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:228: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:229: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:230: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:231: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:232: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:229: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:230: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:231: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:232: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:234: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:235: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:231: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:232: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:234: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:235: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:236: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:237: warning: unknown escape sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:238: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:233: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:234: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:342: parse error before `{'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:342: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:343: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:344: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:345: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:346: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:347: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:348: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:349: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:350: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:351: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:352: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:353: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:354: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:355: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:356: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:357: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:358: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:359: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:360: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:361: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:362: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:363: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:364: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:365: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:366: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:367: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:368: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:369: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:370: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:371: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:372: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:373: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:374: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:375: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:376: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:377: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:378: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:379: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:380: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:381: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:382: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:383: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:384: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:385: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:386: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:387: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:388: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:389: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:393: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:394: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:395: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:396: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:397: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:398: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:399: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:400: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:401: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:402: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:403: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:515: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:515: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:516: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:517: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:518: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:519: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:520: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:521: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:522: `SImode' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:522: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:522: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:523: parse error before `}'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:600: parse error before `=='
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:600: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:685: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:686: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:687: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:688: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:689: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:701: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:702: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:703: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:704: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:705: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:717: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:718: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:719: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:720: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:721: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:722: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:723: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:724: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:725: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:726: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:727: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:728: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: `PIC_OFFSET_TABLE_REGNUM' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: variable `call_used_regs' has initializer but incomplete type
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:730: parse error before `}'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:730: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:731: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:732: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:733: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:734: conflicting types for `call_used_regs'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:729: previous declaration of `call_used_regs'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:734: invalid initializer
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:734: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:734: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:735: parse error before `}'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:735: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:736: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:747: parse error before `>='
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:747: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:748: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:755: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:756: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:757: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:817: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:818: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:819: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:820: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:821: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:840: parse error before `{'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:840: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:841: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:842: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:843: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:844: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:851: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:852: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:853: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:854: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:855: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:863: parse error before `<'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:863: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:864: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:865: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:888: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:889: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:890: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:891: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:892: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:893: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:903: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:904: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:905: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:906: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:907: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:913: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:926: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:931: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:932: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:933: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:934: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:945: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:946: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:947: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:948: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:949: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:950: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:951: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:952: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:953: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:953: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:954: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:955: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:955: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:956: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:957: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:958: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:959: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:960: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:961: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:962: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:963: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:964: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:965: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:966: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:967: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:968: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:969: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:970: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:971: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:972: `val' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:972: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:972: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:972: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:973: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:974: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:974: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:975: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:976: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:978: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:979: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:980: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:981: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:982: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:982: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:982: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:983: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:983: parse error before `&'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:983: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:984: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:985: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:986: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:987: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:994: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:999: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1000: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1050: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1051: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1057: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1058: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1095: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1096: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1103: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1104: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1105: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1126: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1127: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1128: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1149: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1150: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1151: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1151: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1152: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1152: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1153: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1158: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1158: parse error before `)'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1184: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1185: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1186: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1186: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1187: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1188: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1188: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1189: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1190: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1191: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1191: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1192: parse error before character constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1192: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1193: parse error before string constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1193: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: `SYMBOL_REF' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: `Pmode' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: `temp' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1194: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: parse error before `{'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: parse error before `)'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: parse error before character constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1195: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1209: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1209: parse error before `)'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1229: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1230: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1231: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1242: parse error before `=='
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1247: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1248: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1249: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1250: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1251: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1252: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1253: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1254: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1255: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1256: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1257: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1258: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1259: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1260: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1261: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1261: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1262: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1263: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1264: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1265: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1266: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1267: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1268: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1271: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1272: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1273: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1274: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1275: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1276: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1277: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1278: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1279: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1280: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1281: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1282: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1283: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1283: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1283: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1284: parse error before `}'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1284: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1285: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1299: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1300: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1301: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1302: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1303: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1303: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1304: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1305: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1306: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1306: parse error before `)'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1306: parse error before character constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1306: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1307: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1307: parse error before `)'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1307: parse error before character constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1307: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1320: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1321: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1322: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1323: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1323: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1324: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1345: parse error before `<'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1345: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1346: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1347: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1348: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1351: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1370: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1371: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1393: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1394: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1395: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1396: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1397: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1398: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1399: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1399: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1400: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1415: parse error before `<'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1415: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1421: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1424: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1450: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1453: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1459: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1460: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1461: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: variable `code' has initializer but incomplete type
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: `INDEX' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1463: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1464: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1464: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1465: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1466: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1467: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1468: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1469: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1470: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1471: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1472: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1473: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1473: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1474: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1475: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1476: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1477: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1478: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: `INDEX' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1481: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1482: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1483: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1483: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1484: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1485: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1486: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1487: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1488: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1489: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1490: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1491: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1492: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1493: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1493: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1494: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1495: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1496: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1497: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1498: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: `HImode' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: `QImode' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1500: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1500: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1501: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1501: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1502: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1503: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1504: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1514: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1515: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1515: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1516: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1517: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1518: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1519: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1519: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1520: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1521: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1522: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1523: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1524: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1525: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1526: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1527: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1528: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1529: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1530: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1531: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1532: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1532: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1533: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1534: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1535: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1536: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1537: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1538: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1539: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1540: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1541: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1542: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1544: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1546: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1546: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1547: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1547: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1548: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1548: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1549: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1550: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1558: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1559: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1560: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1561: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1562: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1563: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1564: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1565: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1566: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1567: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1568: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1568: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1569: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1590: parse error before `{'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1590: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1591: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1592: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1593: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: redefinition of `xop1'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: `xop1' previously defined here
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1595: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1596: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1596: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1597: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1598: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1599: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1600: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1600: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1601: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1602: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1603: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1603: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1605: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1606: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1606: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1607: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1608: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1609: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1610: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1611: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1612: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1613: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1614: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1615: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1616: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1617: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1618: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1619: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1620: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1621: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: `SImode' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: `SImode' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: `xop0' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: warning: parameter names (without types) in function declaration
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: redefinition of `X'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:979: `X' previously defined here
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: `low_n' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: `SImode' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: `low_n' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1628: parse error before `}'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1628: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1629: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1630: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1631: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1632: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1633: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1634: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: redefinition of `xop1'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: `xop1' previously defined here
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1636: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1637: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1637: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1638: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1639: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1640: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1641: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1642: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1643: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1644: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1645: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1646: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1647: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1653: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1654: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1655: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1656: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1697: parse error before `||'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1697: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1739: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1740: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1741: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1742: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1743: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1744: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1745: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1746: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1747: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1748: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1749: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1750: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1751: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1752: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1753: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1754: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1755: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1756: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1757: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1758: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1759: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1760: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1764: parse error before `=='
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1764: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1778: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1779: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1780: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1781: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1782: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1783: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1784: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1785: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1786: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1787: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1788: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1789: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1790: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1819: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1820: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1839: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1840: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1844: parse error before string constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1844: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1852: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1853: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1854: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1855: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1856: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1857: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1858: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: `const_op' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: `const_op' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1861: parse error before `}'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1861: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1874: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1875: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1876: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1877: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1878: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1879: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1880: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1881: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1882: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1883: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1884: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1885: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1886: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1887: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1888: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1889: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1890: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1891: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1892: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1893: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1894: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1895: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1896: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1897: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1934: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1938: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1953: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1963: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1964: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1965: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1966: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1967: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1972: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1973: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1974: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1975: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1976: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1977: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1978: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1979: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1980: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1982: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: parse error before `offset'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: redefinition of `offset'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1258: `offset' previously defined here
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1984: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1984: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1985: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1986: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1987: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: redefinition of `index'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: `index' previously defined here
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: `temp' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1990: parse error before `}'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1990: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: conflicting types for `base_reg_name'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1982: previous declaration of `base_reg_name'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: `reg_names' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1992: parse error before `switch'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1992: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1993: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1994: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1995: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1996: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1997: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1998: parse error before string constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1998: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1999: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1999: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2000: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2001: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2002: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2003: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2004: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2005: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2006: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2007: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2008: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2009: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2010: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2011: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2012: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2013: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2014: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2015: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2016: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: parse error before character constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: parse error before string constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2019: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2020: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2021: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2022: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2023: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2024: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2025: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2026: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2027: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2028: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2029: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2030: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2031: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2032: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2033: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2034: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2035: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2036: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2037: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2038: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2039: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2040: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2041: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2042: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2043: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2044: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2045: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2050: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2051: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2052: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2053: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: parse error before string constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2055: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2055: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: parse error before string constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2057: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2058: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2059: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2061: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2062: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2063: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2064: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2065: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2066: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2067: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2068: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2069: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2070: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2071: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2077: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2078: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2079: `mi_delta' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2079: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2080: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2081: `FUNCTION' undeclared here (not in a function)
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2081: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2082: initializer element is not constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2082: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2083: parse error before `if'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2083: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2084: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2085: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2086: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2087: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2088: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2089: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2090: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2091: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2092: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2093: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2094: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2095: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2096: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2097: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: parse error before string constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2099: parse error before `('
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2099: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2100: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2101: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: parse error before character constant
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: warning: data definition has no type or storage class
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2109: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2110: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2119: stray '\' in program
> In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2153,
>                  from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
>                  from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
>                  from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
>                  from tm.h:6,
>                  from /src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h:43,
>                  from config.h:8,
>                  from /src/gcc/gcc-2.95.2/gcc/cccp.c:21:
> /src/gcc/gcc-2.95.2/gcc/machmode.h:47: stray '\' in program
> /src/gcc/gcc-2.95.2/gcc/machmode.h:47: parse error before `,'
> In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
>                  from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
>                  from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
>                  from tm.h:6,
>                  from /src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h:43,
>                  from config.h:8,
>                  from /src/gcc/gcc-2.95.2/gcc/cccp.c:21:
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2168: conflicting types for `arm_canonicalize_comparison'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: previous declaration of `arm_canonicalize_comparison'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2169: warning: `union tree_node' declared inside parameter list
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2169: warning: its scope is only this definition or declaration, which is probably not what you want.
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2212: warning: `union tree_node' declared inside parameter list
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2239: conflicting types for `output_func_prologue'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1158: previous declaration of `output_func_prologue'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2240: conflicting types for `output_func_epilogue'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1209: previous declaration of `output_func_epilogue'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2242: conflicting types for `arm_print_operand'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: previous declaration of `arm_print_operand'
> In file included from /src/gcc/gcc-2.95.2/gcc/system.h:32,
>                  from /src/gcc/gcc-2.95.2/gcc/cccp.c:23:
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/stdio.h:142: conflicting types for `fprintf'
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/stdio.h:142: A parameter list with an ellipsis can't match an empty parameter name list declaration.
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1999: previous declaration of `fprintf'
> In file included from /src/gcc/gcc-2.95.2/gcc/system.h:132,
>                  from /src/gcc/gcc-2.95.2/gcc/cccp.c:23:
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/string.h:59: `index' redeclared as different kind of symbol
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: previous declaration of `index'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: storage size of `code' isn't known
> make[1]: *** [cccp.o] Error 1
> make[1]: Leaving directory `/tmp/build/gcc/gcc'
> make: *** [all-gcc] Error 2
> make: Leaving directory `/tmp/build/gcc'
> 



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Error in arm.h?
@ 2000-06-28  4:13 Clive Davies
  0 siblings, 0 replies; 5+ messages in thread
From: Clive Davies @ 2000-06-28  4:13 UTC (permalink / raw)
  To: 'Andreas.Karlsson@combitechsystems.com', rearnsha; +Cc: crossgcc

Hmmm. the evidence looks pretty compelling to me - I'd agree with Richard's
diagnosis. If you can't get hold of a clean file you can clean the one
you've got on a Linux/Unix machine, if you've got access to one, using :-

$ tr -d '\015' < arm.h > tmp
$ mv tmp arm.h

(I suggest that you take a quick look at tmp to check it looks sensible
before you move it to arm.h)

HTH
Clive

> -----Original Message-----
> From: Andreas.Karlsson@combitechsystems.com
> [ mailto:Andreas.Karlsson@combitechsystems.com ]
> Sent: 28 June 2000 11:43
> To: rearnsha@arm.com
> Cc: crossgcc@sourceware.cygnus.com
> Subject: RE: Error in arm.h? 
> 
> 
> 
> Hi,
> 
> The same error still occurs in spite of new downloads of both 
> gcc-core and
> gcc-g++.
> I'm running cygwin 1.1.0 on NT. I have downloaded and 
> succesfully installed
> eCos 1.3.1.
> 
> The objective of this project is to run eCos on ARM AEB-1 
> evaluation board.
> I just can't figure out why this error occurs when making gcc. 
> I attach my configure.out and make.out from the attempt to build gcc.
> 
> /Andreas
> 
> 
> 
> 
> 
> -----Original Message-----
> From: Richard Earnshaw [ mailto:rearnsha@arm.com ]
> Sent: den 27 juni 2000 15:52
> To: Karlsson Andreas
> Cc: crossgcc@sourceware.cygnus.com; rearnsha@arm.com
> Subject: Re: Error in arm.h? 
> 
> 
> > Hi, 
> > I'm a student trying to build the eCos operating system but 
> the following
> > error occurs when building gcc.
> 
> > /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
> > /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: warning: 
> unknown escape
> > sequence: `\' followed by char code 0xd
> > /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: warning: 
> unknown escape
> > sequence: `\' followed by char code 0xd
> 
> It looks to me as though MS-DOG has got hold of your source 
> code. (0xd is 
> the DOG return character).  This is then confusing the pre-processor.
> 
> You need to get a clean copy of the source.
> 
> R.
> 
> 
> 
> ------
> Want more information?  See the CrossGCC FAQ, 
http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to
crossgcc-unsubscribe@sourceware.cygnus.com


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error in arm.h?
  2000-06-27  6:02 Andreas.Karlsson
@ 2000-06-27  6:52 ` Richard Earnshaw
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Earnshaw @ 2000-06-27  6:52 UTC (permalink / raw)
  To: Andreas.Karlsson; +Cc: rearnsha

> Hi, 
> I'm a student trying to build the eCos operating system but the following
> error occurs when building gcc.

> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: warning: unknown escape
> sequence: `\' followed by char code 0xd
> /src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: warning: unknown escape
> sequence: `\' followed by char code 0xd

It looks to me as though MS-DOG has got hold of your source code. (0xd is 
the DOG return character).  This is then confusing the pre-processor.

You need to get a clean copy of the source.

R.



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Error in arm.h?
@ 2000-06-27  6:02 Andreas.Karlsson
  2000-06-27  6:52 ` Richard Earnshaw
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas.Karlsson @ 2000-06-27  6:02 UTC (permalink / raw)
  To: crossgcc

Hi, 
I'm a student trying to build the eCos operating system but the following
error occurs when building gcc.


make[3]: Leaving directory `/tmp/build/gcc/texinfo/makeinfo'
make[2]: Leaving directory `/tmp/build/gcc/texinfo'
make[1]: Leaving directory `/tmp/build/gcc/texinfo'
make[1]: Entering directory `/tmp/build/gcc/gcc'
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I.
-I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config
-I/src/gcc/gcc-2.95.2/gcc/../include \
 
-DGCC_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin//lib/gcc-lib/arm-elf/2.95.2/incl
ude\" \
 
-DGPLUSPLUS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin//lib/gcc-lib/arm-elf/2.95.
2/../../../..`echo /tools/H-i686-pc-cygwin/ | sed -e 's|^/tools||' -e
's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/tools/include\" \
 
-DCROSS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin//lib/gcc-lib/arm-elf/2.95.2/..
/../../`echo /tools/H-i686-pc-cygwin/ | sed -e 's|^/tools||' -e 's|/$||' -e
's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/sys-include\" \
 
-DTOOL_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin//lib/gcc-lib/arm-elf/2.95.2/../
../../`echo /tools/H-i686-pc-cygwin/ | sed -e 's|^/tools||' -e 's|/$||' -e
's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/include\" \
  -c `echo /src/gcc/gcc-2.95.2/gcc/cccp.c | sed 's,^\./,,'`
In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
                 from tm.h:6,
                 from /src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h:43,
                 from config.h:8,
                 from /src/gcc/gcc-2.95.2/gcc/cccp.c:21:
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: warning: unknown escape
sequence: `\' followed by char code 0xd
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: warning: unknown escape
sequence: `\' followed by char code 0xd


and so on...




Please, if someone knows what the error could be send me a hint.


/Andreas


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-06-28  5:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-28  3:43 Error in arm.h? Andreas.Karlsson
2000-06-28  5:38 ` Richard Earnshaw
  -- strict thread matches above, loose matches on Subject: below --
2000-06-28  4:13 Clive Davies
2000-06-27  6:02 Andreas.Karlsson
2000-06-27  6:52 ` Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).