This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

oddity building gcc-2.95.2 on aix4


attached:

        ./configure --prefix=/tools 2>&1 | tee a;
        make -wk -j2 bootstrap 2>&1 | tee b;

$ uname -a
AIX ksx01 3 4 00027232A400 unknown

not sure what to make of this, could be that the assembler is choking
on "-maix64"?   

the -j2 had no effect on the result, ran it through the second
time to get faster output.

suggestions?

thanx,
sl

########################################################################
# the interesting part
########################################################################

make[4]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3
_ashldi3
_ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _float
disf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi
_fixxfdi
_fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcm
p _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit
_ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./
-I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g
-I./include   -g1  -DIN_LIBGCC2 -D__
GCC_FLOAT_NOT_NEEDED    -maix64 -I. -I. -I./config -I./../include -c
-DL${name}
\
      -DUSE_COLLECT2 ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
Assembler messages:
Fatal error: invalid listing option `6'
make[4]: *** [libgcc2.a] Error 1
make[4]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[3]: *** [stmp-multilib-sub] Error 2
make[3]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[2]: *** [stmp-multilib] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make: *** [bootstrap] Error 2
make: Leaving directory `/tools/build/gcc-2.95.2'
Configuring for a powerpc-ibm-aix4.3.1.0 host.
Created "Makefile" in /tools/build/gcc-2.95.2 using "mh-frag"
./config.status is unchanged
Configuring libiberty...
loading cache ../config.cache
checking host system type... powerpc-ibm-aix4.3.1.0
checking build system type... powerpc-ibm-aix4.3.1.0
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for a BSD compatible install... (cached) /tools/bin/install -c
xhost-mkfrag is unchanged
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) works... yes
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) is a cross-compiler... no
checking for asprintf... (cached) no
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) no
checking for sigsetmask... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) no
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for ANSI C header files... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) yes
checking for getrusage... (cached) yes
checking for on_exit... (cached) no
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) no
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
config.h is unchanged
Configuring texinfo...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /tools/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) works... yes
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) 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... (cached) no
checking for a BSD compatible install... /tools/bin/install -c
checking for ranlib... (cached) ranlib
checking for texconfig... (cached) false
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... (cached) no
checking for Mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for sigblock... (cached) yes
checking for tputs in -lncurses... (cached) no
checking for tputs in -lcurses... (cached) yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for pwd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for termcap.h... (cached) no
checking for termio.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/fcntl.h... (cached) no
checking for sys/file.h... (cached) yes
checking for sys/ptem.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/ttold.h... (cached) no
checking for sys/wait.h... (cached) yes
checking for off_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for working const... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for vprintf... (cached) yes
checking for setvbuf... (cached) 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... (cached) yes
checking for sigsetmask... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for inline... (cached) inline
checking for size_t... (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) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.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) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (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) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) no
checking whether catgets can be used... no
checking for msgfmt... (cached) msgfmt
checking for gmsgfmt... (cached) msgfmt
checking for xgettext... (cached) :
checking for catalogs to be installed...  de fr
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
config.h is unchanged
linking ./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... powerpc-ibm-aix4.3.1.0
checking target system type... powerpc-ibm-aix4.3.1.0
checking build system type... powerpc-ibm-aix4.3.1.0
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) works... yes
checking whether the C compiler (gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib ) 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 mawk... (cached) nawk
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking whether ln works... (cached) yes
checking whether ln -s works... (cached) yes
checking for volatile... (cached) yes
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking for a BSD compatible install... (cached) /tools/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... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stab.h... (cached) 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... (cached) yes
checking for sys/stat.h... (cached) yes
checking for direct.h... (cached) no
checking for thread.h... (cached) no
checking for pthread.h... (cached) yes
checking for gnatbind... (cached) no
checking whether cpp understands the stringify operator... (cached) yes
checking for inttypes.h... (cached) yes
checking for strtoul... (cached) yes
checking for bsearch... (cached) yes
checking for strerror... (cached) yes
checking for putenv... (cached) yes
checking for popen... (cached) 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... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for atoll... (cached) no
checking for atoq... (cached) no
checking for sysconf... (cached) yes
checking for isascii... (cached) yes
checking for gettimeofday... (cached) yes
checking for strsignal... (cached) no
checking for putc_unlocked... (cached) yes
checking for fputc_unlocked... (cached) no
checking for fputs_unlocked... (cached) no
checking for vprintf... (cached) yes
checking whether the printf functions support %p... (cached) 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... (cached) no
checking whether realloc must be declared... (cached) no
checking whether calloc must be declared... (cached) no
checking whether free must be declared... (cached) no
checking whether bcopy must be declared... (cached) no
checking whether bzero must be declared... (cached) no
checking whether bcmp must be declared... (cached) no
checking whether index must be declared... (cached) no
checking whether rindex must be declared... (cached) no
checking whether getenv must be declared... (cached) no
checking whether atol must be declared... (cached) no
checking whether sbrk must be declared... (cached) no
checking whether abort must be declared... (cached) no
checking whether atof must be declared... (cached) no
checking whether strerror must be declared... (cached) no
checking whether getcwd must be declared... (cached) no
checking whether getwd must be declared... (cached) no
checking whether strsignal must be declared... (cached) yes
checking whether putc_unlocked must be declared... (cached) no
checking whether fputs_unlocked must be declared... (cached) yes
checking whether strstr must be declared... (cached) no
checking whether getrlimit must be declared... (cached) no
checking whether setrlimit must be declared... (cached) no
checking for sys_siglist declaration in signal.h or unistd.h... (cached) no
checking if mkdir takes one argument... (cached) no
Using `./config/rs6000/rs6000.c' to output insns.
Using `./config/rs6000/rs6000.md' as machine description file.
Using `./config/rs6000/aix43.h' as target machine macro file.
Using `./config/rs6000/xm-rs6000.h' as host machine macro file.
checking for strerror in -lcposix... (cached) 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) yes
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) no
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) yes
checking whether NLS is requested... no
checking assembler alignment features... 
checking assembler subsection support... 
checking assembler instructions... 
Using the Haifa scheduler.
Removing genattrtab.o
Removing toplev.o
Removing haifa-sched.o
Links are now set up to build a native compiler for powerpc-ibm-aix4.3.1.0
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating cp/Makefile
creating f/Makefile
creating java/Makefile
creating auto-host.h
auto-host.h is unchanged
linking ./intl/libgettext.h to intl/libintl.h
Merged rs6000/x-aix43.
Merged rs6000/t-aix43 and t-install-cpp.
Created `ch/Makefile'.
Merged rs6000/x-aix43.
Merged rs6000/t-aix43 and t-install-cpp.
Created `objc/Makefile'.
creating libintl.h
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /tools/bin/install -c
creating ./config.status
creating Makefile
make: Entering directory `/tools/build/gcc-2.95.2'
make[1]: Entering directory `/tools/build/gcc-2.95.2/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
CONFIG_FILES= CONFIG_HEADERS=config.h:config.in /bin/sh ./config.status
touch stamp-picdir
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 asprintf.o mkstemps.o setenv.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 `/tools/build/gcc-2.95.2/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tools/build/gcc-2.95.2/libiberty/testsuite'
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   concat.c -o pic/concat.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  concat.c
creating config.h
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   fdmatch.c -o pic/fdmatch.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  fdmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   hex.c -o pic/hex.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  hex.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   floatformat.c -o pic/floatformat.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  floatformat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   objalloc.c -o pic/objalloc.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  objalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   spaces.c -o pic/spaces.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  spaces.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   xatexit.c -o pic/xatexit.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  xatexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   xexit.c -o pic/xexit.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  xexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   xmalloc.c -o pic/xmalloc.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  xmalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   asprintf.c -o pic/asprintf.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  asprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   vasprintf.c -o pic/vasprintf.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  vasprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   argv.c -o pic/argv.o
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   choose-temp.c -o pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  argv.c
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  choose-temp.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   cplus-dem.c -o pic/cplus-dem.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  cplus-dem.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   fnmatch.c -o pic/fnmatch.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  fnmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   getopt.c -o pic/getopt.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  getopt.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   getopt1.c -o pic/getopt1.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  getopt1.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   getruntime.c -o pic/getruntime.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  getruntime.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   obstack.c -o pic/obstack.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  obstack.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   pexecute.c -o pic/pexecute.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  pexecute.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   splay-tree.c -o pic/splay-tree.o
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   strerror.c -o pic/strerror.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  splay-tree.c
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  strerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   strsignal.c -o pic/strsignal.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  strsignal.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   xstrdup.c -o pic/xstrdup.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  xstrdup.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   xstrerror.c -o pic/xstrerror.o
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   mkstemps.c -o pic/mkstemps.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  xstrerror.c
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  mkstemps.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include   setenv.c -o pic/setenv.o
gcc -c -DHAVE_CONFIG_H -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -I. -I./../include  setenv.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  asprintf.o mkstemps.o setenv.o vasprintf.o 
ranlib libiberty.a
make[1]: Leaving directory `/tools/build/gcc-2.95.2/libiberty'
make[1]: Entering directory `/tools/build/gcc-2.95.2/texinfo'
make all-recursive
make[2]: Entering directory `/tools/build/gcc-2.95.2/texinfo'
Making all in intl
make[3]: Entering directory `/tools/build/gcc-2.95.2/texinfo/intl'
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  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../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  bindtextdom.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  dcgettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  dgettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  gettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  finddomain.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  loadmsgcat.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  localealias.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  textdomain.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  l10nflist.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  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 `/tools/build/gcc-2.95.2/texinfo/intl'
Making all in lib
make[3]: Entering directory `/tools/build/gcc-2.95.2/texinfo/lib'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -c getopt1.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -c xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -c 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 `/tools/build/gcc-2.95.2/texinfo/lib'
Making all in makeinfo
make[3]: Entering directory `/tools/build/gcc-2.95.2/texinfo/makeinfo'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -DLOCALEDIR=\"/tools/share/locale\"  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -c makeinfo.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -DLOCALEDIR=\"/tools/share/locale\"  -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib -c multi.c
gcc -D_LONG_LONG -DLONG_LONG -I/tools/include -L/tools/lib  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a ../intl/libintl.a 
make[3]: Leaving directory `/tools/build/gcc-2.95.2/texinfo/makeinfo'
make[2]: Leaving directory `/tools/build/gcc-2.95.2/texinfo'
make[1]: Leaving directory `/tools/build/gcc-2.95.2/texinfo'
Bootstrapping the compiler
make[1]: Entering directory `/tools/build/gcc-2.95.2/gcc'
make CC="gcc" libdir=/tools/lib LANGUAGES="c "
make[2]: Entering directory `/tools/build/gcc-2.95.2/gcc'
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DGCC_INCLUDE_DIR=\"/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/include\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/../../../..`echo /tools | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
  -DCROSS_INCLUDE_DIR=\"/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/../../../../powerpc-ibm-aix4.3.1.0/sys-include\" \
  -DTOOL_INCLUDE_DIR=\"/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/../../../../powerpc-ibm-aix4.3.1.0/include\" \
  -c `echo ./cccp.c | sed 's,^\./,,'`
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c ./cexp.c
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DLOCALEDIR=\"/tools/share/locale\" \
  -c `echo ./intl.c | sed 's,^\./,,'`
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
-DPREFIX=\"/tools\" \
  -c `echo ./prefix.c | sed 's,^\./,,'`
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include version.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include mbchar.c
rm -f obstack.c
ln -s ./../libiberty/obstack.c obstack.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include obstack.c
rm -f alloca.c
ln -s ./../libiberty/alloca.c alloca.c
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include  \
  -c `echo alloca.c | sed 's,^\./,,'`
true
(cd intl && make all)
make[3]: Entering directory `/tools/build/gcc-2.95.2/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tools/build/gcc-2.95.2/gcc/intl'
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  ./gencheck.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./gengenrtl.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include getpwd.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include dyn-string.c
rm -f splay-tree.c
ln -s ./../libiberty/splay-tree.c splay-tree.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include splay-tree.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include hash.c
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include  \
-DTARGET_MACHINE=\"powerpc-ibm-aix4.3.1.0\" -DUSE_COLLECT2 \
-c `echo ./collect2.c | sed 's,^\./,,'`
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include tlink.c
In file included from collect2.c:98:
/usr/include/ldfcn.h:47: #error -qlonglong must be used
make[2]: *** [collect2.o] Error 1
/bin/sh ./genmultilib \
  "msoft-float mcpu=common/mcpu=power/mcpu=powerpc/maix64" \
  "soft-float common power powerpc aix64" \
  "msoft-float=mcpu?403 maix64=maix64 mcpu?power=mpower mcpu?power=mrios1 mcpu?power=mcpu?rios1 mcpu?power=mcpu?rsc mcpu?power=mcpu?rsc1 mcpu?power=mpower2 mcpu?power=mrios2 mcpu?power=mcpu=rios2 mcpu?powerpc=mcpu?601 mcpu?powerpc=mcpu?602 mcpu?powerpc=mcpu?603 mcpu?powerpc=mcpu?603e mcpu?powerpc=mcpu?604 mcpu?powerpc=mcpu?620 mcpu?powerpc=mcpu?403 mcpu?powerpc=mpowerpc mcpu?powerpc=mpowerpc-gpopt mcpu?powerpc=mpowerpc-gfxopt" \
  "" \
  "" > tmp-mlib.h
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include gccspec.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cppspec.c
if [ -f /usr/include/limits.h ] ; then \
  cat ./limitx.h ./glimits.h ./limity.h > tmp-xlimits.h; \
else \
  cat ./glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
thisdir=`pwd` ; \
sed -e "s:startfile=chillrt0:startfile=${thisdir}/ch/runtime/chillrt0.o:" \
    -e "s:libpath=chillrt:libpath=-L${thisdir}/ch/runtime/:" \
    -e "s:whatgcc=gcc:whatgcc=\"${thisdir}/xgcc -B${thisdir}/\":" \
    -e "s:gnuchill_version=unknown:gnuchill_version=1.5.2:" \
    -e "s:gnuchill_script_flags=:gnuchill_script_flags=\"\":" ./ch/chill.in > chill ; \
chmod a+x chill ; \
if [ -f ../gcc-cross ]; then \
  whatgcc=`t='s,^,powerpc-ibm-aix4.3.1.0-,'; echo gcc | sed -e $t` ; \
else \
  whatgcc=`t='s,x,x,'; echo gcc | sed -e $t` ; \
fi; \
sed -e "s:startfile=chillrt0:startfile=/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/chillrt0.o:" \
    -e "s:whatgcc=gcc:whatgcc=/tools/bin/${whatgcc}:" \
    -e "s:gnuchill_version=unknown:gnuchill_version=1.5.2:" \
    -e "s:libpath=chillrt:libpath=:" \
    -e "s:gnuchill_script_flags=:gnuchill_script_flags=\"\":" ./ch/chill.in > chill.install ; \
chmod a+x chill.install
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./cp/g++spec.c
case "c " in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./f/g77spec.c; \
else true; fi
case "c " in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -o g77version.o \
    ./f/version.c; \
else true; fi
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    \
	-I. -I. -I./config -I./../include ./java/jvspec.c
touch stmp-headers
rm -rf include; mkdir include
TARGET_MACHINE=powerpc-ibm-aix4.3.1.0; srcdir=`cd .; pwd`; \
INSTALL_ASSERT_H=install-assert-h; SHELL=/bin/sh ;\
export TARGET_MACHINE srcdir INSTALL_ASSERT_H SHELL ; \
/bin/sh ./fixinc.sh `pwd`/include /usr/include 
Fixing headers into /tools/build/gcc-2.95.2/gcc/include for powerpc-ibm-aix4.3.1.0 target
Finding directories and links to directories
 Searching /usr/include/.
./move-if-change tmp-mlib.h multilib.h
touch s-mlib
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./gen-protos.c
 Searching /usr/include/./X11
 Searching /usr/include/./Xm
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./scan.c
 Searching /usr/include/./Mrm
 Searching /usr/include/./uil
 Searching /usr/include/./pv
All directories (including links to directories):
./sys ./sys/.pcomp ./diag ./graphics ./isode ./isode/pepsy ./isode/pepy ./isode/snmp ./net ./net/.pcomp ./gai ./Motif2.1 ./Motif2.1/Xm ./Motif2.1/Mrm ./Motif2.1/uil ./Motif2.1/Dt ./IN ./aixif ./isc ./arpa ./arpa/.pcomp ./jfs ./jfs/.pcomp ./netiso ./netinet ./netinet/.pcomp ./netns ./protocols ./rpc ./rpcsvc ./ipn ./dce ./.pcomp ./X11.vsm ./X11.vsm/scripts ./X11.vsm/scripts/xraidm ./kap ./nfs ./X11 ./Xm ./Mrm ./uil ./pv ./X11/bitmaps ./X11/bitmaps/vsm ./X11/bitmaps/pcmcia ./X11/bitmaps/pm ./X11/Xaw ./X11/Xmu ./X11/extensions ./X11/ext ./X11/ICE ./X11/SM
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cpplib.c
Making symbolic directory links
./X11 -> root/usr/lpp/X11/include/X11 : Making rooted link
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/bitmaps
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/bitmaps/vsm
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/bitmaps/pcmcia
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/bitmaps/pm
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/Xaw
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/Xmu
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/extensions
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/ext
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/ICE
Duplicating ./X11's /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11/SM
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cpphash.c
./Xm -> Motif2.1/Xm : Making local link
./Mrm -> Motif2.1/Mrm : Making local link
./uil -> Motif2.1/uil : Making local link
./pv -> root/usr/lpp/pv/include/pv : Making rooted link
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cppalloc.c
Fixing directory /usr/include into /tools/build/gcc-2.95.2/gcc/include
./sys/acl.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cpperror.c
./sys/rcm.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cppexp.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cppfiles.c
./sys/cdli_entuser.h                                 
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DGCC_INCLUDE_DIR=\"/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/include\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/../../../..`echo /tools | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
  -DCROSS_INCLUDE_DIR=\"/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/../../../../powerpc-ibm-aix4.3.1.0/sys-include\" \
  -DTOOL_INCLUDE_DIR=\"/tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/../../../../powerpc-ibm-aix4.3.1.0/include\" \
  -c `echo ./cppinit.c | sed 's,^\./,,'`
./sys/eth_demux.h                                    
./sys/diagex.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cppulp.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./scan-decls.c
./sys/pdiagex_dds.h                                  
echo '#define FLOAT' > fp-bit.c
cat ./config/fp-bit.c >> fp-bit.c
cat ./config/fp-bit.c > dp-bit.c
rm -f cxxmain.c
ln -s ./../libiberty/cplus-dem.c cxxmain.c
./sys/pdiag_def.h                                    
gcc -c -DMAIN  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DVERSION=\"2.95.2\" cxxmain.c
./sys/ssadisk.h                                      
cxxmain.c: In function `main':
cxxmain.c:4527: warning: assignment discards `const' from pointer target type
cxxmain.c:4530: warning: assignment discards `const' from pointer target type
./sys/cdli_entuser.srent.h                           
./sys/ssamca.h                                       
./sys/ethernet_mibs.h                                
./sys/generic_mibs.h                                 
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o cccp cccp.o cexp.o intl.o prefix.o version.o  mbchar.o  obstack.o alloca.o      -lld ../libiberty/libiberty.a
./sys/tokenring_mibs.h                               
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o gencheck \
 gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o gengenrtl \
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
./sys/aixgsc.h                                       
ar rc libcpp.a cpplib.o cpphash.o cppalloc.o cpperror.o cppexp.o cppfiles.o cppinit.o cppulp.o prefix.o version.o mbchar.o 
if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib libcpp.a ; else true ; fi
rm -f cpp
ln cccp cpp
./gencheck > tmp-check.h
./move-if-change tmp-check.h tree-check.h
touch s-check
./gengenrtl tmp-genrtl.h tmp-genrtl.c
./move-if-change tmp-genrtl.h genrtl.h
genrtl.h is unchanged
./move-if-change tmp-genrtl.c genrtl.c
genrtl.c is unchanged
touch s-genrtl
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include \
  -DSTANDARD_STARTFILE_PREFIX=\"/tools/lib/\" -DSTANDARD_EXEC_PREFIX=\"/tools/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"powerpc-ibm-aix4.3.1.0\" -DTOOLDIR_BASE_PREFIX=\"/tools/\" \
  -c `echo ./gcc.c | sed 's,^\./,,'`
./sys/display.h                                      
./sys/pwr_mgr.h                                      
./sys/inputdd.h                                      
./sys/lft_ioctl.h                                    
./sys/rcmioctl.h                                     
./sys/rcm_win.h                                      
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o gen-protos \
  gen-protos.o scan.o libcpp.a ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
./sys/rcm_mac.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include tree.c
./sys/rcm_wg.h                                       
./sys/font.h                                         
./sys/voo_info.h                                     
./sys/voo_defs.h                                     
./sys/FP.h                                           
./sys/NLchar.h                                       
./sys/access.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include print-tree.c
./sys/accrec.h                                       
./sys/acct.h                                         
./sys/adspace.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include fold-const.c
./sys/aio.h                                          
./sys/atmsock.h                                      
./sys/atomic_op.h                                    
./sys/audio.h                                        
./sys/audit.h                                        
./sys/auditk.h                                       
./sys/bbdir.h                                        
./sys/bootrecord.h                                   
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genflags.c
./sys/buf.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include rtlanal.c
./sys/cache.h                                        
./sys/cblock.h                                       
./sys/cdefs.h                                        
./sys/cdli.h                                         
./sys/cdrom.h                                        
./sys/cfgdb.h                                        
./sys/cfgodm.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include real.c
./sys/chownx.h                                       
./sys/ciouser.h                                      
./sys/comio.h                                        
./sys/conf.h                                         
./sys/configrec.h                                    
./sys/context.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include xcoffout.c
./sys/core.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include varray.c
./sys/cred.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genpeep.c
./sys/cs.h                                           
./sys/ctmp.h                                         
./sys/cxma.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genopinit.c
./sys/dbexp.h                                        
./sys/dbg_codes.h                                    
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genrecog.c
./sys/dbkersym.h                                     
./sys/ddconc.h                                       
./sys/ddi.h                                          
./sys/debug.h                                        
./sys/dev.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genoutput.c
./sys/device.h                                       
./sys/deviceq.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genemit.c
./sys/devinfo.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include convert.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include graph.c
./sys/dir.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include sbitmap.c
./sys/dlpi.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include resource.c
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c ./c-parse.c
./sys/dlpistats.h                                    
./sys/dlpi_aix.h                                     
./sys/dma.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-lang.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-lex.c
./sys/domain.h                                       
./sys/dump.h                                         
./sys/ecp1284.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-pragma.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-decl.c
./sys/ecpio.h                                        
./sys/entdisp.h                                      
./sys/entuser.h                                      
./sys/errids.h                                       
./sys/errno.h                                        
./sys/err_rec.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-convert.c
./sys/probe.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-aux-info.c
./sys/sysprobe.h                                     
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-common.c
./sys/eucioctl.h                                     
./sys/events.h                                       
./sys/except.h                                       
./sys/kernex_extension.h                             
./sys/fblk.h                                         
./sys/fcp.h                                          
./sys/fd.h                                           
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o xgcc gcc.o gccspec.o intl.o \
  prefix.o version.o  obstack.o alloca.o      -lld ../libiberty/libiberty.a
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o xcpp gcc.o cppspec.o intl.o \
  prefix.o version.o  obstack.o alloca.o      -lld ../libiberty/libiberty.a
./sys/file.h                                         
./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -dumpspecs > tmp-specs
mv tmp-specs specs
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o g++ \
  gcc.o g++spec.o intl.o prefix.o version.o   obstack.o alloca.o      -lld ../libiberty/libiberty.a
./sys/filsys.h                                       
./sys/finfo.h                                        
if [ -f lang-f77 ]; then \
  gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o g77 gcc.o g77spec.o g77version.o \
   version.o prefix.o intl.o  obstack.o alloca.o      -lld ../libiberty/libiberty.a; \
else true; fi
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o gcj gcc.o jvspec.o prefix.o intl.o \
  version.o  obstack.o alloca.o      -lld ../libiberty/libiberty.a
./sys/flock.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genattr.c
./sys/fp_cpusync.h                                   
./sys/fp_io.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include rtl.c
./sys/fs_hooks.h                                     
./sys/fstypes.h                                      
./sys/fullstat.h                                     
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include bitmap.c
./sys/gfs.h                                          
./sys/gpai.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include print-rtl.c
./sys/gswio.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./gencodes.c
./sys/hd_psn.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genconfig.c
./sys/id.h                                           
./sys/i_machine.h                                    
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genflags \
 genflags.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
./sys/init.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include genrtl.c
./sys/inode.h                                        
./sys/ino.h                                          
./sys/intr.h                                         
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genpeep \
 genpeep.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genopinit \
 genopinit.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
./sys/inttypes.h                                     
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genrecog \
 genrecog.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genoutput \
 genoutput.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genemit \
 genemit.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
./sys/io3270.h                                       
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genattr \
 genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o gencodes \
 gencodes.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genconfig \
  genconfig.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
./sys/ioacc.h                                        
./genflags ./config/rs6000/rs6000.md > tmp-flags.h
./move-if-change tmp-flags.h insn-flags.h
touch s-flags
./genpeep ./config/rs6000/rs6000.md > tmp-peep.c
./move-if-change tmp-peep.c insn-peep.c
touch s-peep
./genopinit ./config/rs6000/rs6000.md > tmp-opinit.c
./sys/iocc.h                                         
./move-if-change tmp-opinit.c insn-opinit.c
touch s-opinit
./genrecog ./config/rs6000/rs6000.md > tmp-recog.c
./move-if-change tmp-recog.c insn-recog.c
touch s-recog
./genoutput ./config/rs6000/rs6000.md > tmp-output.c
./sys/ioctl.h                                        
./move-if-change tmp-output.c insn-output.c
touch s-output
./genemit ./config/rs6000/rs6000.md > tmp-emit.c
./move-if-change tmp-emit.c insn-emit.c
touch s-emit
./genattr ./config/rs6000/rs6000.md > tmp-attr.h
./move-if-change tmp-attr.h insn-attr.h
touch s-attr
./gencodes ./config/rs6000/rs6000.md > tmp-codes.h
Applying Io_Def_Quotes            to ./sys/ioctl.h
./move-if-change tmp-codes.h insn-codes.h
touch s-codes
./genconfig ./config/rs6000/rs6000.md > tmp-config.h
./move-if-change tmp-config.h insn-config.h
touch s-config
./sys/io.h                                           
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include stor-layout.c
./sys/iostat.h                                       
./sys/ipc.h                                          
./sys/iplcb.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include function.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include stmt.c
./sys/jctype0.h                                      
./sys/jctype1.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include except.c
./sys/kinfo.h                                        
./sys/lc_core.h                                      
./sys/lc_layout.h                                    
./sys/ldr.h                                          
./sys/limits.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include expr.c
Applying Isc_Sys_Limits           to ./sys/limits.h
./sys/lkup.h                                         
./sys/lldebug.h                                      
./sys/localedef31.h                                  
./sys/localedef.h                                    
./sys/lock_alloc.h                                   
./sys/lock_def.h                                     
./sys/lockf.h                                        
./sys/lock.h                                         
./sys/lockl.h                                        
./sys/lockname.h                                     
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include calls.c
./sys/low.h                                          
./sys/lpio.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include expmed.c
./sys/ltypes.h                                       
./sys/lvdd.h                                         
./sys/machine.h                                      
./sys/malloc.h                                       
./sys/mbuf.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include explow.c
./sys/mdio.h                                         
./sys/m_except.h                                     
./sys/m_intr.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include optabs.c
./sys/mman.h                                         
./sys/mntctl.h                                       
./sys/mode.h                                         
./sys/m_param.h                                      
./sys/msgbuf.h                                       
./sys/msg.h                                          
./sys/mstsave.h                                      
./sys/m_types.h                                      
./sys/m_wait.h                                       
./sys/ndd.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include varasm.c
./sys/ndd_var.h                                      
./sys/nlist.h                                        
./sys/param.h                                        
Applying Hpux_Maxint              to ./sys/param.h
./sys/pcl.h                                          
./sys/pfmod.h                                        
./sys/pin.h                                          
./sys/pm.h                                           
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include emit-rtl.c
./sys/pmzone.h                                       
./sys/pmdev.h                                        
./sys/poll.h                                         
./sys/pri.h                                          
./sys/priv.h                                         
./sys/processor.h                                    
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include dbxout.c
./sys/proc.h                                         
./sys/protosw.h                                      
./sys/pseg.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include sdbout.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include dwarfout.c
./sys/ptmp.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include dwarf2out.c
./sys/ptrace.h                                       
./sys/pty.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include alias.c
./sys/queue.h                                        
./sys/reboot.h                                       
./sys/reg.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include gcse.c
./sys/remap.h                                        
./sys/resource.h                                     
./sys/rosinfo.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include integrate.c
./sys/rs.h                                           
./sys/sad.h                                          
./sys/scarray.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include jump.c
./sys/scdisk.h                                       
./sys/sched.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include cse.c
./sys/scses.h                                        
./sys/scsi.h                                         
./sys/scsi_buf.h                                     
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include loop.c
./sys/seg.h                                          
./sys/select.h                                       
./sys/sem.h                                          
./sys/serdasd.h                                      
./sys/shm.h                                          
./sys/signal.h                                       
Applying Aix_Volatile             to ./sys/signal.h
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include unroll.c
Fixed:  ./sys/signal.h
./sys/sleep.h                                        
./sys/socket.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include flow.c
./sys/socketvar.h                                    
./sys/space.h                                        
./sys/specnode.h                                     
./sys/srcobj.h                                       
./sys/statfs.h                                       
./sys/statvfs.h                                      
./sys/stat.h                                         
./sys/str_tty.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include stupid.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include combine.c
./sys/strconf.h                                      
./sys/stream.h                                       
./sys/strinfo.h                                      
./sys/strlog.h                                       
./sys/stropts.h                                      
Applying Io_Def_Quotes            to ./sys/stropts.h
./sys/strstat.h                                      
./sys/sysconfig.h                                    
./sys/sysdma.h                                       
./sys/sysinfo.h                                      
./sys/syslog.h                                       
./sys/sysmacros.h                                    
./sys/syspest.h                                      
./sys/systemcfg.h                                    
./sys/systm.h                                        
./sys/tacct.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include regclass.c
./sys/tape.h                                         
./sys/tapedd.h                                       
./sys/tcb.h                                          
./sys/termio.h                                       
./sys/termiox.h                                      
./sys/thread.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include regmove.c
./sys/tihdr.h                                        
./sys/timeb.h                                        
./sys/time.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include local-alloc.c
./sys/timer.h                                        
./sys/timers.h                                       
./sys/times.h                                        
./sys/timod.h                                        
./sys/tiuser.h                                       
./sys/tmscsi.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include global.c
./sys/tokuser.h                                      
./sys/trcctl.h                                       
./sys/trchdr.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include reload.c
./sys/trchkid.h                                      
./sys/trcmacros.h                                    
./sys/ttmap.h                                        
./sys/types.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include reload1.c
Applying Irix_Multiline_Cmnt      to ./sys/types.h
Applying Systypes                 to ./sys/types.h
Applying Systypes_For_Aix         to ./sys/types.h
Fixed:  ./sys/types.h
./sys/ttychars.h                                     
Applying Ioctl_Fix_Ctrl           to ./sys/ttychars.h
Fixed:  ./sys/ttychars.h
./sys/ttydev.h                                       
./sys/ucontext.h                                     
./sys/uio.h                                          
./sys/un.h                                           
./sys/unpcb.h                                        
./sys/uprintf.h                                      
./sys/user.h                                         
./sys/ustat.h                                        
./sys/uthread.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include caller-save.c
./sys/utsname.h                                      
./sys/var.h                                          
./sys/vattr.h                                        
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-peep.c
./sys/vfs.h                                          
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include reorg.c
./sys/vlimit.h                                       
./sys/vminfo.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include haifa-sched.c
./sys/vmount.h                                       
./sys/vmuser.h                                       
./sys/vnode.h                                        
./sys/vtimes.h                                       
./sys/.pcomp/types.h                                 
./sys/.pcomp/m_types.h                               
./sys/.pcomp/localedef.h                             
./sys/.pcomp/limits.h                                
./sys/.pcomp/lc_core.h                               
./sys/.pcomp/localedef31.h                           
./sys/.pcomp/dir.h                                   
./sys/.pcomp/lkup.h                                  
./sys/.pcomp/flock.h                                 
./sys/.pcomp/access.h                                
./sys/.pcomp/lockf.h                                 
./sys/.pcomp/stat.h                                  
./sys/.pcomp/mode.h                                  
./sys/.pcomp/wait.h                                  
./sys/.pcomp/resource.h                              
./sys/.pcomp/time.h                                  
./sys/.pcomp/signal.h                                
./sys/.pcomp/context.h                               
./sys/.pcomp/m_param.h                               
./sys/.pcomp/mstsave.h                               
./sys/.pcomp/machine.h                               
./sys/.pcomp/poll.h                                  
./sys/.pcomp/stropts.h                               
./sys/.pcomp/ioctl.h                                 
./sys/.pcomp/ttychars.h                              
./sys/.pcomp/ttydev.h                                
./sys/.pcomp/syslog.h                                
./sys/.pcomp/ipc.h                                   
./sys/.pcomp/mman.h                                  
./sys/.pcomp/msg.h                                   
./sys/.pcomp/sem.h                                   
./sys/.pcomp/shm.h                                   
./sys/.pcomp/seg.h                                   
./sys/.pcomp/inode.h                                 
./sys/.pcomp/param.h                                 
./sys/.pcomp/sysmacros.h                             
./sys/.pcomp/vnode.h                                 
./sys/.pcomp/lockl.h                                 
./sys/.pcomp/lock_def.h                              
./sys/.pcomp/uio.h                                   
./sys/.pcomp/xmem.h                                  
./sys/.pcomp/cred.h                                  
./sys/.pcomp/priv.h                                  
./sys/.pcomp/tcb.h                                   
./sys/.pcomp/pcl.h                                   
./sys/.pcomp/vmuser.h                                
./sys/.pcomp/acl.h                                   
./sys/.pcomp/socket.h                                
./sys/.pcomp/statvfs.h                               
./sys/.pcomp/vmount.h                                
./sys/.pcomp/timeb.h                                 
./sys/.pcomp/times.h                                 
./sys/.pcomp/un.h                                    
./sys/.pcomp/utsname.h                               
./sys/.pcomp/ucontext.h                              
./sys/xcoff.h                                        
./sys/Atape.h                                        
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include final.c
./sys/wait.h                                         
Applying Next_Wait_Union          to ./sys/wait.h
Fixed:  ./sys/wait.h
./sys/watchdog.h                                     
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include recog.c
./sys/xmalloc.h                                      
./sys/xmem.h                                         
./sys/xti.h                                          
./sys/xti_inet.h                                     
./sys/errids_ssadisk.h                               
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include reg-stack.c
./sys/ssa.h                                          
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-opinit.c
./sys/errids_ssa.h                                   
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-recog.c
./sys/Spmidef.h                                      
Applying Machine_Name             to ./sys/Spmidef.h
Fixed:  ./sys/Spmidef.h
./diag/atu.h                                         
./diag/bit_def.h                                     
./diag/da.h                                          
./diag/diag_exit.h                                   
./diag/diag_define.h                                 
./diag/diag.h                                        
./diag/diagodm.h                                     
./diag/diago.h                                       
./diag/tmdefs.h                                      
./diag/tm_input.h                                    
./diag/diag_errids.h                                 
./diag/tucb.h                                        
./graphics/gshkid.h                                  
./imjim.h                                            
./jimerrno.h                                         
./bim.h                                              
./isode/pepsy/ACS-types.h                            
./isode/pepsy/ACS_defs.h                             
./isode/pepsy/ACS_pre_defs.h                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genextract.c
./isode/pepsy/DSE-types.h                            
./isode/pepsy/DSE_defs.h                             
./isode/pepsy/DSE_pre_defs.h                         
./isode/pepsy/SMI-types.h                            
./isode/pepsy/SMI_defs.h                             
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-output.c
./isode/pepsy/SMI_pre_defs.h                         
./isode/pepsy/SMUX-types.h                           
./isode/pepsy/SMUX_defs.h                            
./isode/pepsy/SMUX_pre_defs.h                        
./isode/pepsy/SNMP-types.h                           
./isode/pepsy/SNMP_defs.h                            
./isode/pepsy/SNMP_pre_defs.h                        
./isode/pepsy/UNIV-types.h                           
./isode/pepsy/UNIV_defs.h                            
./isode/pepsy/UNIV_pre_defs.h                        
./isode/acpkt.h                                      
./isode/acsap.h                                      
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-emit.c
./isode/cmd_srch.h                                   
./isode/config.h                                     
./isode/dgram.h                                      
./isode/ftam.h                                       
./isode/general.h                                    
Applying Machine_Name             to ./isode/general.h
Fixed:  ./isode/general.h
./isode/internet.h                                   
./isode/isoaddrs.h                                   
./isode/isoservent.h                                 
./isode/logger.h                                     
./isode/manifest.h                                   
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include lcm.c
Applying Machine_Name             to ./isode/manifest.h
Fixed:  ./isode/manifest.h
./isode/mpkt.h                                       
./isode/pepdefs.h                                    
./isode/pepy/UNIV-types.h                            
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include profile.c
./isode/pepsy.h                                      
./isode/snmp/ibmsmux.h                               
./isode/snmp/objects.h                               
./isode/snmp/smux.h                                  
./isode/ppkt.h                                       
./isode/psap.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./genattrtab.c
./isode/psap2.h                                      
./isode/ronot.h                                      
./isode/ropkt.h                                      
./isode/rosap.h                                      
./isode/rosy.h                                       
./isode/rtpkt.h                                      
./isode/rtsap.h                                      
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./config/rs6000/rs6000.c
./isode/spkt.h                                       
./isode/ssap.h                                       
./isode/sys.dirent.h                                 
./isode/tailor.h                                     
./isode/tp4.h                                        
./isode/tpkt.h                                       
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-typeck.c
./isode/tsap.h                                       
./isode/usr.dirent.h                                 
./isode/x25.h                                        
./authm.h                                            
./snmp_dp1.h                                         
./snmp_dpi.h                                         
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include c-iterate.c
./fexcp.h                                            
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -DUSE_COLLECT2 \
  -DTARGET_NAME=\"powerpc-ibm-aix4.3.1.0\" \
  -c `echo ./toplev.c | sed 's,^\./,,'`
./net/.pcomp/nh.h                                    
./net/bpf.h                                          
Applying End_Else_Label           to ./net/bpf.h
Applying Io_Def_Quotes            to ./net/bpf.h
Applying Machine_Name             to ./net/bpf.h
Fixed:  ./net/bpf.h
./net/af.h                                           
./net/if_arp.h                                       
./net/if.h                                           
./net/if_llc.h                                       
./net/if_slvar.h                                     
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genextract \
 genextract.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
./net/if_types.h                                     
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o genattrtab \
 genattrtab.o rtl.o bitmap.o print-rtl.o rtlanal.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
./net/if_dl.h                                        
./genextract ./config/rs6000/rs6000.md > tmp-extract.c
./net/nd_lan.h                                       
./move-if-change tmp-extract.c insn-extract.c
touch s-extract
if cmp -s Makefile   ./config/rs6000/rs6000.md;	\
then					\
  echo Using ;	\
  cp  tmp-attrtab.c;	\
else					\
  ./genattrtab ./config/rs6000/rs6000.md > tmp-attrtab.c;	\
fi
./net/net_globals.h                                  
./net/netisr.h                                       
./net/net_malloc.h                                   
./net/netopt.h                                       
./net/nh.h                                           
./net/proto_net.h                                    
./net/proto_uipc.h                                   
./net/radix.h                                        
./move-if-change tmp-attrtab.c insn-attrtab.c
touch s-attrtab
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-extract.c
./net/raw_cb.h                                       
./net/route.h                                        
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include -c insn-attrtab.c
./net/slcompress.h                                   
./net/spl.h                                          
./net/bpfdesc.h                                      
Applying End_Else_Label           to ./net/bpfdesc.h
Fixed:  ./net/bpfdesc.h
./60x_regs.h                                         
./ccm.h                                              
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o cc1 toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o rs6000.o getpwd.o  convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o  obstack.o alloca.o      -lld ../libiberty/libiberty.a
./gai/adapter.h                                      
./gai/gaistruct.h                                    
./gai/misc.h                                         
./gai/gai.h                                          
./Motif2.1/Xm/AccColorT.h                            
./Motif2.1/Xm/AccTextT.h                             
./Motif2.1/Xm/ActivatableT.h                         
./Motif2.1/Xm/ArrowB.h                               
./Motif2.1/Xm/ArrowBG.h                              
./Motif2.1/Xm/ArrowBGP.h                             
./Motif2.1/Xm/ArrowBP.h                              
./Motif2.1/Xm/AtomMgr.h                              
./Motif2.1/Xm/BaseClassP.h                           
./Motif2.1/Xm/BulletinB.h                            
./Motif2.1/Xm/BulletinBP.h                           
./Motif2.1/Xm/CacheP.h                               
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -S tmp-dum.c
./Motif2.1/Xm/CareVisualT.h                          
echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
  echo "int prepends_underscore = 1;" >>tmp-under.c; \
else \
  echo "int prepends_underscore = 0;" >>tmp-under.c; \
fi
./move-if-change tmp-under.c underscore.c
./Motif2.1/Xm/CascadeB.h                             
rm -f tmp-dum.c tmp-dum.s
touch s-under
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include underscore.c
gcc -o c++filt  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  \
  cxxmain.o underscore.o obstack.o alloca.o      -lld ../libiberty/libiberty.a
./Motif2.1/Xm/CascadeBG.h                            
./Motif2.1/Xm/CascadeBGP.h                           
./Motif2.1/Xm/CascadeBP.h                            
./Motif2.1/Xm/ClipWindowP.h                          
./Motif2.1/Xm/ColorObjP.h                            
./Motif2.1/Xm/ColorP.h                               
./Motif2.1/Xm/ComboBox.h                             
./Motif2.1/Xm/ComboBoxP.h                            
./Motif2.1/Xm/Command.h                              
./Motif2.1/Xm/CommandP.h                             
./Motif2.1/Xm/ContItemT.h                            
./Motif2.1/Xm/Container.h                            
./Motif2.1/Xm/ContainerP.h                           
./Motif2.1/Xm/ContainerT.h                           
./Motif2.1/Xm/CutPaste.h                             
./Motif2.1/Xm/DesktopP.h                             
./Motif2.1/Xm/DialogS.h                              
./Motif2.1/Xm/DialogSEP.h                            
./Motif2.1/Xm/DialogSP.h                             
./Motif2.1/Xm/DialogSavvyT.h                         
./Motif2.1/Xm/Display.h                              
./Motif2.1/Xm/DisplayP.h                             
./Motif2.1/Xm/DragC.h                                
./Motif2.1/Xm/DragCP.h                               
./Motif2.1/Xm/DragDrop.h                             
./Motif2.1/Xm/DragIcon.h                             
./Motif2.1/Xm/DragIconP.h                            
./Motif2.1/Xm/DragOverS.h                            
./Motif2.1/Xm/DragOverSP.h                           
./Motif2.1/Xm/DrawP.h                                
./Motif2.1/Xm/DrawingA.h                             
./Motif2.1/Xm/DrawingAP.h                            
./Motif2.1/Xm/DrawnB.h                               
./Motif2.1/Xm/DrawnBP.h                              
./Motif2.1/Xm/DropSMgr.h                             
./Motif2.1/Xm/DropSMgrP.h                            
./Motif2.1/Xm/DropTrans.h                            
./Motif2.1/Xm/DropTransP.h                           
./Motif2.1/Xm/ExtObjectP.h                           
./Motif2.1/Xm/FileSB.h                               
./Motif2.1/Xm/FileSBP.h                              
./Motif2.1/Xm/Form.h                                 
./Motif2.1/Xm/FormP.h                                
./Motif2.1/Xm/Frame.h                                
./Motif2.1/Xm/FrameP.h                               
./Motif2.1/Xm/Gadget.h                               
./Motif2.1/Xm/GadgetP.h                              
./Motif2.1/Xm/GrabShell.h                            
./Motif2.1/Xm/GrabShellP.h                           
./Motif2.1/Xm/IconFile.h                             
./Motif2.1/Xm/IconFileP.h                            
./Motif2.1/Xm/IconG.h                                
./Motif2.1/Xm/IconGP.h                               
./Motif2.1/Xm/IconH.h                                
./Motif2.1/Xm/IconHP.h                               
./Motif2.1/Xm/JoinSideT.h                            
./Motif2.1/Xm/Label.h                                
./Motif2.1/Xm/LabelG.h                               
./Motif2.1/Xm/LabelGP.h                              
./Motif2.1/Xm/LabelP.h                               
./Motif2.1/Xm/LayoutT.h                              
./Motif2.1/Xm/List.h                                 
./Motif2.1/Xm/ListP.h                                
./Motif2.1/Xm/MainW.h                                
./Motif2.1/Xm/MainWP.h                               
./Motif2.1/Xm/Manager.h                              
./Motif2.1/Xm/ManagerP.h                             
./Motif2.1/Xm/MenuProcP.h                            
./Motif2.1/Xm/MenuShell.h                            
./Motif2.1/Xm/MenuShellP.h                           
./Motif2.1/Xm/MenuStateP.h                           
./Motif2.1/Xm/MenuT.h                                
./Motif2.1/Xm/MenuUtilP.h                            
./Motif2.1/Xm/MessageB.h                             
./Motif2.1/Xm/MessageBP.h                            
./Motif2.1/Xm/MwmUtil.h                              
./Motif2.1/Xm/NavigatorT.h                           
./Motif2.1/Xm/Notebook.h                             
./Motif2.1/Xm/NotebookP.h                            
./Motif2.1/Xm/PanedW.h                               
./Motif2.1/Xm/PanedWP.h                              
./Motif2.1/Xm/PointInT.h                             
./Motif2.1/Xm/Primitive.h                            
./Motif2.1/Xm/PrimitiveP.h                           
./Motif2.1/Xm/Print.h                                
./Motif2.1/Xm/PrintSP.h                              
./Motif2.1/Xm/Protocols.h                            
./Motif2.1/Xm/ProtocolsP.h                           
./Motif2.1/Xm/PushB.h                                
./Motif2.1/Xm/PushBG.h                               
./Motif2.1/Xm/PushBGP.h                              
./Motif2.1/Xm/PushBP.h                               
./Motif2.1/Xm/RCLayoutP.h                            
./Motif2.1/Xm/RCMenuP.h                              
./Motif2.1/Xm/RepType.h                              
./Motif2.1/Xm/ResIndI.h                              
./Motif2.1/Xm/RowColumn.h                            
./Motif2.1/Xm/RowColumnP.h                           
./Motif2.1/Xm/SSpinB.h                               
./Motif2.1/Xm/SSpinBP.h                              
./Motif2.1/Xm/SashP.h                                
./Motif2.1/Xm/Scale.h                                
./Motif2.1/Xm/ScaleP.h                               
./Motif2.1/Xm/Screen.h                               
./Motif2.1/Xm/ScreenP.h                              
./Motif2.1/Xm/ScrollBar.h                            
./Motif2.1/Xm/ScrollBarP.h                           
./Motif2.1/Xm/ScrollFrameT.h                         
./Motif2.1/Xm/ScrolledW.h                            
./Motif2.1/Xm/ScrolledWP.h                           
./Motif2.1/Xm/SelectioB.h                            
./Motif2.1/Xm/SelectioBP.h                           
./Motif2.1/Xm/SeparatoG.h                            
./Motif2.1/Xm/SeparatoGP.h                           
./Motif2.1/Xm/Separator.h                            
./Motif2.1/Xm/SeparatorP.h                           
./Motif2.1/Xm/ShellEP.h                              
./Motif2.1/Xm/SpecRenderT.h                          
./Motif2.1/Xm/SpinB.h                                
./Motif2.1/Xm/SpinBP.h                               
./Motif2.1/Xm/TakesDefT.h                            
./Motif2.1/Xm/TearOffBP.h                            
./Motif2.1/Xm/TearOffP.h                             
./Motif2.1/Xm/Text.h                                 
./Motif2.1/Xm/TextF.h                                
./Motif2.1/Xm/TextFP.h                               
./Motif2.1/Xm/TextFSelP.h                            
./Motif2.1/Xm/TextInP.h                              
./Motif2.1/Xm/TextOutP.h                             
./Motif2.1/Xm/TextP.h                                
./Motif2.1/Xm/TextSelP.h                             
./Motif2.1/Xm/TextStrSoP.h                           
./Motif2.1/Xm/ToggleB.h                              
./Motif2.1/Xm/ToggleBG.h                             
./Motif2.1/Xm/ToggleBGP.h                            
./Motif2.1/Xm/ToggleBP.h                             
./Motif2.1/Xm/TraitP.h                               
./Motif2.1/Xm/Transfer.h                             
./Motif2.1/Xm/TransferP.h                            
./Motif2.1/Xm/TransferT.h                            
./Motif2.1/Xm/TransltnsP.h                           
./Motif2.1/Xm/TravConT.h                             
./Motif2.1/Xm/TxtPropCv.h                            
./Motif2.1/Xm/UnhighlightT.h                         
./Motif2.1/Xm/UnitTypeT.h                            
./Motif2.1/Xm/VaSimpleP.h                            
./Motif2.1/Xm/VendorS.h                              
./Motif2.1/Xm/VendorSEP.h                            
./Motif2.1/Xm/VendorSP.h                             
./Motif2.1/Xm/VirtKeys.h                             
./Motif2.1/Xm/VirtKeysP.h                            
./Motif2.1/Xm/Xm.h                                   
./Motif2.1/Xm/XmAll.h                                
./Motif2.1/Xm/XmIm.h                                 
./Motif2.1/Xm/XmP.h                                  
./Motif2.1/Xm/XmRenderTI.h                           
./Motif2.1/Xm/XmStrDefs.h                            
Applying End_Else_Label           to ./Motif2.1/Xm/XmStrDefs.h
Fixed:  ./Motif2.1/Xm/XmStrDefs.h
./Motif2.1/Xm/XmTabListI.h                           
./Motif2.1/Xm/XmosI.h                                
./Motif2.1/Xm/XmosP.h                                
Applying Machine_Name             to ./Motif2.1/Xm/XmosP.h
Fixed:  ./Motif2.1/Xm/XmosP.h
./Motif2.1/Xm/XpmP.h                                 
./Motif2.1/Mrm/MrmAppl.h                             
./Motif2.1/Mrm/MrmDecls.h                            
./Motif2.1/Mrm/MrmPublic.h                           
./Motif2.1/Mrm/MrmosI.h                              
./Motif2.1/Mrm/MrmWidget.h                           
./Motif2.1/uil/Uil.h                                 
./Motif2.1/uil/UilSymGl.h                            
./Motif2.1/uil/UilDBDef.h                            
./Motif2.1/uil/UilDef.h                              
./Motif2.1/uil/UilSymDef.h                           
./Motif2.1/Dt/Editor.h                               
./Motif2.1/Dt/Help.h                                 
./Motif2.1/Dt/HelpDialog.h                           
./Motif2.1/Dt/HelpQuickD.h                           
./Motif2.1/Dt/MenuButton.h                           
./Motif2.1/Dt/Print.h                                
./Motif2.1/Dt/Term.h                                 
./Motif2.1/Dt/TermPrim.h                             
./aixfont.h                                          
./ccm_macros.h                                       
./cdd.h                                              
./cdd_intr.h                                         
./cdd_intr_macros.h                                  
./cdd_macros.h                                       
./frs.h                                              
./vt.h                                               
./frs_60x.h                                          
./frs_60x_dfa.h                                      
./frs_display.h                                      
./frs_display_macs.h                                 
./frs_macs.h                                         
./IN/AFdefs.h                                        
./IN/ARdefs.h                                        
./IN/CSdefs.h                                        
./IN/DRdefs.h                                        
./IN/ERdefs.h                                        
./IN/FSdefs.h                                        
./IN/FSio.h                                          
./IN/LSdefs.h                                        
./IN/MSdefs.h                                        
./IN/PCdefs.h                                        
./IN/PFdefs.h                                        
./IN/SGdefs.h                                        
./IN/backend.h                                       
./IN/q.h                                             
./IN/standard.h                                      
./IN/stfile.h                                        
./IN/uparm.h                                         
./gs_mon.h                                           
./cfg_graphics.h                                     
./cfg_graphics_dd_cfg.h                              
./cfg_graphics_frs.h                                 
./cfg_graphics_macros.h                              
./aixif/net_if.h                                     
./NLchar.h                                           
./NLctype.h                                          
./NLregexp.h                                         
./NLxio.h                                            
./acl.h
./aio.h                                              
./isc/eventlib.h                                     
./isc/heap.h                                         
./isc/logging.h                                      
./isc/misc.h                                         
./isc/tree.h                                         
./fpdc.h                                             
./a.out.h                                            
./arpa/.pcomp/inet.h                                 
./arpa/aixrcmds.h                                    
./arpa/ftp.h                                         
./arpa/inet.h                                        
./arpa/nameser.h                                     
./arpa/nameser_compat.h                              
Applying Machine_Name             to ./arpa/nameser_compat.h
Fixed:  ./arpa/nameser_compat.h
./arpa/onameser_compat.h                             
Applying Machine_Name             to ./arpa/onameser_compat.h
Fixed:  ./arpa/onameser_compat.h
./arpa/telnet.h                                      
./arpa/tftp.h                                        
./aouthdr.h                                          
./ar.h                                               
./asl.h                                              
./jfs/.pcomp/inode.h                                 
./jfs/.pcomp/fsparam.h                               
./jfs/.pcomp/ino.h                                   
./jfs/.pcomp/fsdefs.h                                
./jfs/.pcomp/filsys.h                                
./jfs/.pcomp/jfsmount.h                              
./jfs/.pcomp/quota.h                                 
./jfs/dir.h                                          
./jfs/filsys.h                                       
./jfs/fscntl.h                                       
./jfs/fsdefs.h                                       
./jfs/fsparam.h                                      
./jfs/fsvar.h                                        
./jfs/genalloc.h                                     
./jfs/inode.h                                        
./jfs/ino.h                                          
./jfs/jfsmount.h                                     
./jfs/quota.h                                        
./assert.h                                           
./ccsid.h                                            
./cf.h                                               
./cfgresid.h                                         
./cfgchrpfw.h                                        
./core.h                                             
./cpio.h                                             
./crypt.h                                            
./ctype.h                                            
./cur00.h                                            
./cur01.h                                            
./cur02.h                                            
./cur03.h                                            
./cur04.h                                            
./cur05.h                                            
./curses.h                                           
Applying Avoid_Bool               to ./curses.h
Applying Void_Null                to ./curses.h
Fixed:  ./curses.h
./dbm.h                                              
./dbug.h                                             
./dbxstclass.h                                       
./defenv.h                                           
./dirent.h                                           
Applying Bad_Lval                 to ./dirent.h
./dlfcn.h                                            
./dumprestor.h                                       
./exceptab.h                                         
./execargs.h                                         
./fatal.h                                            
./fcntl.h                                            
./filehdr.h                                          
./float.h                                            
./fmtmsg.h                                           
./fnmatch.h                                          
./fp.h                                               
./fptrap.h                                           
./fpxcp.h                                            
./fshelp.h                                           
./fstab.h                                            
./ftw.h                                              
Applying Bad_Lval                 to ./ftw.h
./glob.h                                             
./grp.h                                              
Applying Bad_Lval                 to ./grp.h
./iconv.h                                            
./imerrno.h                                          
./im.h                                               
./imlang.h                                           
./inuerr.h                                           
./netiso/argo_debug.h                                
Applying End_Else_Label           to ./netiso/argo_debug.h
Fixed:  ./netiso/argo_debug.h
./netiso/argoxtwentyfive.h                           
./netiso/clnl.h                                      
./netiso/clnp.h                                      
Applying Machine_Name             to ./netiso/clnp.h
Fixed:  ./netiso/clnp.h
./netiso/clnp_stat.h                                 
./netiso/cltp_var.h                                  
./netiso/cons.h                                      
./netiso/cons_ifx25.h                                
./netiso/cons_pcb.h                                  
Applying End_Else_Label           to ./netiso/cons_pcb.h
Fixed:  ./netiso/cons_pcb.h
./netiso/eonvar.h                                    
./netiso/esis.h                                      
Applying Machine_Name             to ./netiso/esis.h
Fixed:  ./netiso/esis.h
./netiso/iso_errno.h                                 
./netiso/iso.h                                       
./netiso/iso_map.h                                   
./netiso/iso_pcb.h                                   
./netiso/iso_snpac.h                                 
./netiso/iso_var.h                                   
./netiso/tp_clnp.h                                   
./netiso/tp_events.h                                 
./netiso/tp_ip.h                                     
./netiso/tp_meas.h                                   
./netiso/tp_param.h                                  
Applying End_Else_Label           to ./netiso/tp_param.h
Fixed:  ./netiso/tp_param.h
Quoted includes in ./netiso/tp_param.h
./netiso/tp_pcb.h                                    
./netiso/tp_seq.h                                    
./netiso/tp_states.h                                 
./netiso/tp_stat.h                                   
./netiso/tp_timer.h                                  
./netiso/tp_tpdu.h                                   
Applying Machine_Name             to ./netiso/tp_tpdu.h
Fixed:  ./netiso/tp_tpdu.h
./netiso/tp_trace.h                                  
Applying End_Else_Label           to ./netiso/tp_trace.h
Fixed:  ./netiso/tp_trace.h
Quoted includes in ./netiso/tp_trace.h
./netiso/tp_user.h                                   
Applying End_Else_Label           to ./netiso/tp_user.h
Fixed:  ./netiso/tp_user.h
Quoted includes in ./netiso/tp_user.h
./iso646.h                                           
./jcode.h                                            
./netinet/.pcomp/in.h                                
./netinet/icmp_var.h                                 
./netinet/if_802_5.h                                 
Applying Io_Def_Quotes            to ./netinet/if_802_5.h
Fixed:  ./netinet/if_802_5.h
./netinet/if_ether.h                                 
./netinet/if_fddi.h                                  
./netinet/if_op.h                                    
./netinet/igmp.h                                     
./netinet/igmp_var.h                                 
./netinet/in.h                                       
./netinet/in_netarp.h                                
./netinet/in_pcb.h                                   
./netinet/in_systm.h                                 
./netinet/in_var.h                                   
./netinet/ip.h                                       
Applying Ip_Missing_Semi          to ./netinet/ip.h
./netinet/ip_icmp.h                                  
./netinet/ip_mroute.h                                
./netinet/ip_var.h                                   
./netinet/proto_inet.h                               
./netinet/tcp.h                                      
./netinet/tcp_debug.h                                
./netinet/tcp_fsm.h                                  
./netinet/tcp_seq.h                                  
./netinet/tcp_timer.h                                
./netinet/tcp_var.h                                  
./netinet/tcpip.h                                    
./netinet/udp.h                                      
./netinet/udp_var.h                                  
./netinet/icmp6.h                                    
./netinet/icmp6_var.h                                
./netinet/if_ether6.h                                
./netinet/if_ndp6.h                                  
./netinet/in6_var.h                                  
./netinet/ip6.h                                      
./netinet/ip6_icmp.h                                 
./netinet/ip6_opts.h                                 
./netinet/ip6_var.h                                  
./netinet/udp6_var.h                                 
./jctype.h                                           
./langinfo.h                                         
./ldfcn.h                                            
./lib_lock.h                                         
./lib_data.h                                         
./libgen.h                                           
Applying Bad_Lval                 to ./libgen.h
./limits.h                                           
Applying Limits_Ifndefs           to ./limits.h
./linenum.h                                          
./loader.h                                           
./locale.h                                           
Applying Void_Null                to ./locale.h
Fixed:  ./locale.h
./login.h                                            
./lprio.h                                            
./lvm.h                                              
./lvmrec.h                                           
./macros.h                                           
./malloc.h                                           
Applying Sun_Malloc               to ./malloc.h
./math.h                                             
Applying Math_Exception           to ./math.h
Applying Math_Gcc_Ifndefs         to ./math.h
Applying Rs6000_Double            to ./math.h
Applying Sunos_Matherr_Decl       to ./math.h
Applying Ultrix_Atof_Param        to ./math.h
Fixed:  ./math.h
./mbstr.h                                            
./memory.h                                           
./mesg.h                                             
./monetary.h                                         
./mon.h                                              
./mp.h                                               
./mqueue.h                                           
./ndbm.h                                             
Applying Bad_Lval                 to ./ndbm.h
./netdb.h                                            
./netns/idp.h                                        
./netns/idp_var.h                                    
./netns/ns_error.h                                   
./netns/ns.h                                         
Applying Machine_Name             to ./netns/ns.h
Fixed:  ./netns/ns.h
./netns/ns_if.h                                      
./netns/ns_pcb.h                                     
./netns/proto_ns.h                                   
./netns/sp.h                                         
./netns/spidp.h                                      
./netns/spp_debug.h                                  
./netns/spp_timer.h                                  
./netns/spp_var.h                                    
Applying Machine_Name             to ./netns/spp_var.h
Fixed:  ./netns/spp_var.h
./protocols/dumprestore.h                            
./protocols/routed.h                                 
./protocols/rwhod.h                                  
./protocols/talkd.h                                  
./protocols/timed.h                                  
./nlist.h                                            
./nl_types.h                                         
./odmi.h                                             
./paths.h                                            
./piostruct.h                                        
./pmlib.h                                            
./rpc/auth_des.h                                     
./rpc/auth.h                                         
Applying Irix_Sockaddr            to ./rpc/auth.h
Applying Sun_Auth_Proto           to ./rpc/auth.h
Fixed:  ./rpc/auth.h
./rpc/auth_unix.h                                    
./rpc/clnt.h                                         
Applying Sun_Auth_Proto           to ./rpc/clnt.h
Fixed:  ./rpc/clnt.h
./rpc/key_prot.h                                     
./rpc/pmap_clnt.h                                    
./rpc/pmap_prot.h                                    
./rpc/pmap_rmt.h                                     
./rpc/rpc.h                                          
Applying Nested_Comment           to ./rpc/rpc.h
./rpc/rpc_msg.h                                      
./rpc/rac.h                                          
./rpc/auth_sys.h                                     
./rpc/clnt_soc.h                                     
./rpc/nettype.h                                      
./rpc/rpc_com.h                                      
./rpc/trace.h                                        
./rpc/rpcb_clnt.h                                    
./rpc/rpcent.h                                       
./rpc/svc_soc.h                                      
./rpc/rpc_sztypes.h                                  
./rpc/raw.h                                          
./rpc/rpcb_prot.h                                    
./rpc/svc_auth.h                                     
./rpc/svc.h                                          
Applying Sun_Auth_Proto           to ./rpc/svc.h
Applying Ultrix_Nested_Cmnt       to ./rpc/svc.h
Fixed:  ./rpc/svc.h
./rpc/types.h                                        
Applying Cxx_Unready              to ./rpc/types.h
Fixed:  ./rpc/types.h
./rpc/xdr.h                                          
Applying Irix_Struct__File        to ./rpc/xdr.h
Applying Sun_Auth_Proto           to ./rpc/xdr.h
Fixed:  ./rpc/xdr.h
./poll.h                                             
./procinfo.h                                         
./rpcsvc/ypclnt.h                                    
./rpcsvc/yp_prot.h                                   
./rpcsvc/ypup_prot.h                                 
./rpcsvc/ypv1_prot.h                                 
./rpcsvc/klm_prot.h                                  
./rpcsvc/mount.h                                     
./rpcsvc/nfs_prot.h                                  
./rpcsvc/nlm_prot.h                                  
./rpcsvc/rex.h                                       
./rpcsvc/rquota.h                                    
./rpcsvc/rstat.h                                     
./rpcsvc/rusers.h                                    
./rpcsvc/rwall.h                                     
./rpcsvc/sm_inter.h                                  
./rpcsvc/spray.h                                     
./rpcsvc/yppasswd.h                                  
./pthread.h                                          
Applying Bad_Lval                 to ./pthread.h
./pwd.h                                              
Applying Bad_Lval                 to ./pwd.h
./re_comp.h                                          
./regex.h                                            
./regexp.h                                           
./reloc.h                                            
./resolv.h                                           
./res_dyndns.h                                       
./errno.h                                            
./rtinit.h                                           
./sched.h                                            
./scnhdr.h                                           
./search.h                                           
./semaphore.h                                        
./setjmp.h                                           
./sgtty.h                                            
./signal.h                                           
Applying Bad_Lval                 to ./signal.h
./spc.h                                              
./srcerrno.h                                         
./standards.h                                        
Applying Bad_Lval                 to ./standards.h
./stdarg.h                                           
./stddef.h                                           
Applying Systypes                 to ./stddef.h
Fixed:  ./stddef.h
./stdio.h                                            
Applying Io_Def_Quotes            to ./stdio.h
Applying Rs6000_Param             to ./stdio.h
Applying Stdio_Va_List            to ./stdio.h
Applying Ultrix_Const             to ./stdio.h
Fixed:  ./stdio.h
./stdlib.h                                           
Applying Bad_Lval                 to ./stdlib.h
Applying Systypes                 to ./stdlib.h
Applying Sysz_Stdlib_For_Sun      to ./stdlib.h
Fixed:  ./stdlib.h
./storclass.h                                        
./string.h                                           
Applying Bad_Lval                 to ./string.h
Applying Sysv68_String            to ./string.h
Fixed:  ./string.h
./strings.h                                          
Applying Sunos_Strlen             to ./strings.h
./stropts.h                                          
Applying Bad_Lval                 to ./stropts.h
./syms.h                                             
./sysexits.h                                         
./syslog.h                                           
./tar.h                                              
./term.h                                             
Applying Avoid_Bool               to ./term.h
./termio.h                                           
./termios.h                                          
./time.h                                             
Applying Bad_Lval                 to ./time.h
./tiuser.h                                           
./ttyent.h                                           
./typchk.h                                           
./ucontext.h                                         
./uinfo.h                                            
./ulimit.h                                           
./unctrl.h                                           
./unistd.h                                           
Applying Bad_Lval                 to ./unistd.h
Applying Rs6000_Param             to ./unistd.h
./userconf.h                                         
./userpw.h                                           
./usersec.h                                          
./ustat.h                                            
./utime.h                                            
./utmp.h                                             
./ipn/ipnacl.h                                       
./ipn/ipnadp.h                                       
./ipn/ipnctx.h                                       
./ipn/ipndef.h                                       
./ipn/ipndir.h                                       
./ipn/ipnreg.h                                       
./ipn/ipnsal.h                                       
./ipn/ipntra.h                                       
./ipn/ipnprs.h                                       
./utmpx.h                                            
./va_list.h                                          
./values.h                                           
./varargs.h                                          
./wchar.h                                            
./dce/pthread.h                                      
./dce/pthread_exc.h                                  
./dce/exc_handling.h                                 
Applying Machine_Name             to ./dce/exc_handling.h
Fixed:  ./dce/exc_handling.h
./dce/aix41_pthread.h                                
./.pcomp/standards.h                                 
./.pcomp/assert.h                                    
./.pcomp/cpio.h                                      
./.pcomp/ctype.h                                     
./.pcomp/float.h                                     
./.pcomp/locale.h                                    
./.pcomp/dirent.h                                    
./.pcomp/limits.h                                    
./.pcomp/errno.h                                     
./.pcomp/fcntl.h                                     
./.pcomp/unistd.h                                    
./.pcomp/fmtmsg.h                                    
./.pcomp/fnmatch.h                                   
./.pcomp/ftw.h                                       
./.pcomp/glob.h                                      
./.pcomp/grp.h                                       
./.pcomp/stdio.h                                     
./.pcomp/va_list.h                                   
./.pcomp/iconv.h                                     
./.pcomp/langinfo.h                                  
./.pcomp/nl_types.h                                  
./.pcomp/mesg.h                                      
./.pcomp/libgen.h                                    
./.pcomp/math.h                                      
./.pcomp/stdlib.h                                    
./.pcomp/monetary.h                                  
./.pcomp/ndbm.h                                      
./.pcomp/stddef.h                                    
./.pcomp/netdb.h                                     
./.pcomp/poll.h                                      
./.pcomp/pwd.h                                       
./.pcomp/search.h                                    
./.pcomp/setjmp.h                                    
./.pcomp/signal.h                                    
./.pcomp/stdarg.h                                    
./.pcomp/string.h                                    
./.pcomp/strings.h                                   
./.pcomp/stropts.h                                   
./.pcomp/syslog.h                                    
./.pcomp/time.h                                      
./.pcomp/tar.h                                       
./.pcomp/termios.h                                   
./.pcomp/ulimit.h                                    
./.pcomp/utime.h                                     
./.pcomp/wchar.h                                     
./.pcomp/wordexp.h                                   
./.pcomp/re_comp.h                                   
./.pcomp/ucontext.h                                  
./.pcomp/utmpx.h                                     
./.pcomp/regex.h                                     
./.pcomp/varargs.h                                   
./ipfx.h                                             
./heapdebug.h                                        
./smrtsort.h                                         
./snmp_interfaces.h                                  
./tcpip_audit.h                                      
./wcstr.h                                            
./wctype.h                                           
./wordexp.h                                          
./wstring.h                                          
./xcoff.h                                            
./xcoff32_64.h                                       
./xti.h                                              
./xti_inet.h                                         
./inttypes.h                                         
./timeb.h                                            
./umalloc.h                                          
./arm.h                                              
./kap/kapio.internal.h                               
./kap/kapio.ibm.h                                    
./nfs/export.h                                       
./nfs/nfs_clnt.h                                     
./nfs/nfs.h                                          
./nfs/rnode.h                                        
./nfs/nfs_fscntl.h                                   
./fpdt.h                                             
./fsignal.h                                          
Fixing directory /usr/include/X11 into /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include/X11
./X11/Xaw/AllWidgets.h                               
./X11/Xaw/AsciiSink.h                                
./X11/Xaw/AsciiSinkP.h                               
./X11/Xaw/AsciiSrc.h                                 
./X11/Xaw/AsciiSrcP.h                                
./X11/Xaw/AsciiText.h                                
./X11/Xaw/AsciiTextP.h                               
./X11/Xaw/Box.h                                      
./X11/Xaw/BoxP.h                                     
./X11/Xaw/Cardinals.h                                
./X11/Xaw/Command.h                                  
./X11/Xaw/CommandP.h                                 
./X11/Xaw/Dialog.h                                   
./X11/Xaw/DialogP.h                                  
./X11/Xaw/Form.h                                     
./X11/Xaw/FormP.h                                    
./X11/Xaw/Grip.h                                     
./X11/Xaw/GripP.h                                    
./X11/Xaw/Label.h                                    
./X11/Xaw/LabelP.h                                   
./X11/Xaw/List.h                                     
./X11/Xaw/ListP.h                                    
./X11/Xaw/MenuButtoP.h                               
./X11/Xaw/MenuButton.h                               
./X11/Xaw/MultiSrc.h                                 
./X11/Xaw/MultiSrcP.h                                
./X11/Xaw/MultiSink.h                                
./X11/Xaw/MultiSinkP.h                               
./X11/Xaw/Paned.h                                    
./X11/Xaw/PanedP.h                                   
./X11/Xaw/Panner.h                                   
./X11/Xaw/PannerP.h                                  
./X11/Xaw/Porthole.h                                 
./X11/Xaw/PortholeP.h                                
./X11/Xaw/Repeater.h                                 
./X11/Xaw/RepeaterP.h                                
./X11/Xaw/Reports.h                                  
./X11/Xaw/Scrollbar.h                                
./X11/Xaw/ScrollbarP.h                               
./X11/Xaw/Simple.h                                   
./X11/Xaw/SimpleMenP.h                               
./X11/Xaw/SimpleMenu.h                               
./X11/Xaw/SimpleP.h                                  
./X11/Xaw/Sme.h                                      
./X11/Xaw/SmeBSB.h                                   
./X11/Xaw/SmeBSBP.h                                  
./X11/Xaw/SmeLine.h                                  
./X11/Xaw/SmeLineP.h                                 
./X11/Xaw/SmeP.h                                     
./X11/Xaw/StripCharP.h                               
./X11/Xaw/StripChart.h                               
./X11/Xaw/Template.h                                 
./X11/Xaw/TemplateP.h                                
./X11/Xaw/Text.h                                     
./X11/Xaw/TextP.h                                    
./X11/Xaw/TextSink.h                                 
./X11/Xaw/TextSinkP.h                                
./X11/Xaw/TextSrc.h                                  
./X11/Xaw/TextSrcP.h                                 
./X11/Xaw/Toggle.h                                   
./X11/Xaw/ToggleP.h                                  
./X11/Xaw/Tree.h                                     
./X11/Xaw/TreeP.h                                    
./X11/Xaw/VendorEP.h                                 
./X11/Xaw/Viewport.h                                 
./X11/Xaw/ViewportP.h                                
./X11/Xaw/XawInit.h                                  
./X11/Xaw/XawI18n.h                                  
./X11/Xaw/XawImP.h                                   
./X11/Xmu/Atoms.h                                    
./X11/Xmu/CharSet.h                                  
./X11/Xmu/Converters.h                               
./X11/Xmu/CloseHook.h                                
./X11/Xmu/CurUtil.h                                  
./X11/Xmu/CvtCache.h                                 
./X11/Xmu/DisplayQue.h                               
./X11/Xmu/Drawing.h                                  
./X11/Xmu/Editres.h                                  
./X11/Xmu/EditresP.h                                 
./X11/Xmu/Error.h                                    
./X11/Xmu/ExtAgent.h                                 
./X11/Xmu/Initer.h                                   
./X11/Xmu/Misc.h                                     
./X11/Xmu/StdCmap.h                                  
./X11/Xmu/StdSel.h                                   
./X11/Xmu/SysUtil.h                                  
./X11/Xmu/WhitePoint.h                               
./X11/Xmu/WinUtil.h                                  
./X11/Xmu/WidgetNode.h                               
./X11/Xmu/Xct.h                                      
./X11/Xmu/Xmu.h                                      
./X11/extensions/Xext.h                              
./X11/extensions/multibuf.h                          
./X11/extensions/shape.h                             
./X11/extensions/XShm.h                              
./X11/extensions/MITMisc.h                           
./X11/extensions/XI.h                                
./X11/extensions/XInput.h                            
./X11/extensions/XIproto.h                           
./X11/extensions/XTest.h                             
./X11/extensions/XIE.h                               
./X11/extensions/XIEproto.h                          
./X11/extensions/XIEprotost.h                        
./X11/extensions/sync.h                              
./X11/extensions/XKB.h                               
./X11/extensions/XKBgeom.h                           
./X11/extensions/XKBproto.h                          
./X11/extensions/XKBstr.h                            
./X11/extensions/XKBsrv.h                            
./X11/extensions/XKBfile.h                           
./X11/extensions/XKM.h                               
./X11/extensions/XKMformat.h                         
./X11/extensions/XKBconfig.h                         
./X11/extensions/XKBbells.h                          
./X11/extensions/Xdbe.h                              
./X11/extensions/Xdbeproto.h                         
./X11/extensions/record.h                            
./X11/extensions/recordstr.h                         
./X11/extensions/Print.h                             
./X11/extensions/Printstr.h                          
./X11/extensions/dbestruct.h                         
./X11/extensions/aixdbest.h                          
./X11/extensions/midbe.h                             
./X11/extensions/midbestruct.h                       
./X11/extensions/xteststr.h                          
./X11/extensions/scrnsaver.h                         
./X11/extensions/saver.h                             
./X11/extensions/saverproto.h                        
./X11/extensions/xtestext1.h                         
./X11/extensions/AIXInput.h                          
./X11/ext/font.h                                     
./X11/ext/closestr.h                                 
./X11/ext/closure.h                                  
./X11/ext/colormap.h                                 
./X11/ext/colormapst.h                               
./X11/ext/cursor.h                                   
./X11/ext/cursorstr.h                                
./X11/ext/dix.h                                      
./X11/ext/dixfont.h                                  
./X11/ext/dixfontstr.h                               
./X11/ext/dixstruct.h                                
./X11/ext/extension.h                                
./X11/ext/extnsionst.h                               
./X11/ext/gc.h                                       
./X11/ext/gcstruct.h                                 
./X11/ext/input.h                                    
./X11/ext/inputstr.h                                 
./X11/ext/misc.h                                     
./X11/ext/miscstruct.h                               
./X11/ext/opaque.h                                   
./X11/ext/os.h                                       
./X11/ext/pixmap.h                                   
./X11/ext/pixmapstr.h                                
./X11/ext/property.h                                 
./X11/ext/propertyst.h                               
./X11/ext/region.h                                   
./X11/ext/regionstr.h                                
./X11/ext/resource.h                                 
./X11/ext/screenint.h                                
./X11/ext/scrnintstr.h                               
./X11/ext/selection.h                                
./X11/ext/servermd.h                                 
Applying Machine_Name             to ./X11/ext/servermd.h
Fixed:  ./X11/ext/servermd.h
./X11/ext/validate.h                                 
./X11/ext/window.h                                   
./X11/ext/windowstr.h                                
./X11/ext/aixInput.h                                 
./X11/ext/fontstruct.h                               
./X11/ext/rgb.h                                      
./X11/ext/site.h                                     
./X11/ICE/ICE.h                                      
./X11/ICE/ICEconn.h                                  
./X11/ICE/ICEproto.h                                 
./X11/ICE/ICElib.h                                   
./X11/ICE/ICEmsg.h                                   
./X11/ICE/ICEutil.h                                  
./X11/AIX.h                                          
./X11/AIXkeymap.h                                    
./X11/AIXlib.h                                       
./X11/AIXlibint.h                                    
./X11/AIXproto.h                                     
./X11/DECkeysym.h                                    
./X11/Sunkeysym.h                                    
./X11/X.h                                            
./X11/XWDFile.h                                      
./X11/Xalloca.h                                      
Applying Machine_Name             to ./X11/Xalloca.h
Fixed:  ./X11/Xalloca.h
./X11/Xatom.h                                        
./X11/Xfuncproto.h                                   
./X11/Xfuncs.h                                       
Applying Machine_Name             to ./X11/Xfuncs.h
Fixed:  ./X11/Xfuncs.h
./X11/Xmd.h                                          
./X11/Xos.h                                          
Applying Machine_Name             to ./X11/Xos.h
Fixed:  ./X11/Xos.h
./X11/Xos_r.h                                        
Applying Machine_Name             to ./X11/Xos_r.h
Fixed:  ./X11/Xos_r.h
./X11/Xosdefs.h                                      
Applying Machine_Name             to ./X11/Xosdefs.h
Fixed:  ./X11/Xosdefs.h
./X11/Xpoll.h                                        
./X11/Xproto.h                                       
./X11/Xprotostr.h                                    
./X11/Xthreads.h                                     
Applying Machine_Name             to ./X11/Xthreads.h
Fixed:  ./X11/Xthreads.h
./X11/Xw32defs.h                                     
./X11/ap_keysym.h                                    
./X11/keysym.h                                       
./X11/keysymdef.h                                    
./X11/Xauth.h                                        
./X11/Xdmcp.h                                        
./X11/Xlib.h                                         
./X11/Xresource.h                                    
./X11/Xutil.h                                        
./X11/cursorfont.h                                   
./X11/Xlibint.h                                      
./X11/Xcms.h                                         
./X11/XKBlib.h                                       
./X11/XKBlibint.h                                    
./X11/Xlocale.h                                      
./X11/ks_tables.h                                    
./X11/aix_keysym.h                                   
./X11/aixXIM.h                                       
./X11/SM/SM.h                                        
./X11/SM/SMproto.h                                   
./X11/SM/SMlib.h                                     
./X11/Composite.h                                    
./X11/CompositeP.h                                   
./X11/Constraint.h                                   
./X11/ConstrainP.h                                   
./X11/Core.h                                         
./X11/CoreP.h                                        
./X11/Intrinsic.h                                    
./X11/IntrinsicP.h                                   
./X11/Object.h                                       
./X11/ObjectP.h                                      
./X11/RectObj.h                                      
./X11/RectObjP.h                                     
./X11/Shell.h                                        
./X11/ShellP.h                                       
./X11/StringDefs.h                                   
./X11/Vendor.h                                       
./X11/VendorP.h                                      
./X11/kapture.h                                      
Fixing directory /usr/include/pv into /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/pv/include/pv
./pv/pv.h                                            
./pv/pv_event.h                                      
./pv/pv_hkid.h                                       
./pv/kstats.h                                        
Applying End_Else_Label           to ./pv/kstats.h
Fixed:  ./pv/kstats.h
./pv/rs2pmc.h                                        
Applying End_Else_Label           to ./pv/rs2pmc.h
Fixed:  ./pv/rs2pmc.h
Copied ./netiso/tp_states.h
Copied ./netiso/tp_events.h
Copied ./netiso/../netiso/tp_pcb.h
Cleaning up DONE files.
Removing unneeded directories:
rm -f include/syslimits.h
if [ -f include/limits.h ]; then \
  mv include/limits.h include/syslimits.h; \
else \
  cp ./gsyslimits.h include/syslimits.h; \
fi
chmod a+r include/syslimits.h
if [ "/usr/include" = "/tools/powerpc-ibm-aix4.3.1.0/sys-include" ] \
   && [ -d /tools/powerpc-ibm-aix4.3.1.0/sys-include ]; then \
  if [ -d /tools/lib ] ; then true ; else mkdir /tools/lib ; fi; \
  if [ -d /tools/lib/gcc-lib ] ; then true ; else mkdir /tools/lib/gcc-lib; fi; \
  if [ -d /tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0 ] ; then true ; else mkdir /tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0 ; fi; \
  if [ -d /tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2 ] ; then true ; else mkdir /tools/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2 ; fi; \
else true; fi
touch stmp-fixinc
for file in .. ./ginclude/stdarg.h ./ginclude/stddef.h ./ginclude/varargs.h ./ginclude/va-alpha.h ./ginclude/va-h8300.h ./ginclude/va-i860.h ./ginclude/va-i960.h ./ginclude/va-mips.h ./ginclude/va-m88k.h ./ginclude/va-mn10200.h ./ginclude/va-mn10300.h ./ginclude/va-pa.h ./ginclude/va-pyr.h ./ginclude/va-sparc.h ./ginclude/va-clipper.h ./ginclude/va-spur.h ./ginclude/va-m32r.h ./ginclude/va-sh.h ./ginclude/va-v850.h ./ginclude/va-arc.h ./ginclude/iso646.h ./ginclude/va-ppc.h ./ginclude/va-c4x.h  ./cp/inc/typeinfo ./cp/inc/exception ./cp/inc/new ./cp/inc/new.h    ./ginclude/proto.h ./ginclude/stdbool.h; do \
  if [ X$file != X.. ]; then \
    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    touch include/$realfile; \
    rm -f include/$realfile; \
    cp $file include; \
    chmod a+r include/$realfile; \
  fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/float.h
if [ xMakefile.in != xMakefile.in ]; then \
  cp ./config/Makefile.in include/float.h && \
  chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp ./README-fixinc include/README
chmod a+r include/README
touch stmp-int-hdrs
if [ -d /usr/include ]; \
then \
  CC="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include  -DIN_GCC -DHAIFA    -g -I./include     -I. -I. -Iinclude -I/usr/include"; \
  export CC; \
  /bin/sh ./scan-types.sh "." >tmp-deduced.h; \
  mv tmp-deduced.h deduced.h; \
else \
  touch deduced.h; \
fi
case " c  " in \
*" "[cC]"++ "*) \
  echo tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o > cplib2.new;; \
*) \
  echo "" > cplib2.new;; \
esac
mv -f cplib2.new cplib2.txt 
cat deduced.h ./sys-protos.h > tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \
  | sed -e 's/	/ /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
  | ./gen-protos >xsys-protos.hT
mv xsys-protos.hT xsys-protos.h
rm -rf fixtmp.c
gcc -c  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./fix-header.c
gcc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o fix-header fix-header.o \
   scan-decls.o scan.o libcpp.a ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -lld
if [ -f fixhdr.ready ] ; then \
	true; \
else \
	touch fixhdr.ready; \
fi
Various warnings and error messages from fixproto are normal
if [ -d include ] ; then true; else mkdir include; fi
if [ -f include/fixed ] ; then true; \
else \
  : This line works around a 'make' bug in BSDI 1.1.; \
  FIXPROTO_DEFINES=""; export FIXPROTO_DEFINES; \
  mkinstalldirs="/bin/sh ./mkinstalldirs"; \
    export mkinstalldirs; \
  if [ -d /usr/include ] ; then \
    /bin/sh ./fixproto include include /usr/include; \
  else true; fi; \
  touch include/fixed; \
fi
fixproto: populating `include'
/tools/build/gcc-2.95.2/gcc/include/syslimits.h:7: warning: #include_next in primary source file
fix-header: fixing isode/general.h
(No *.h files in /tools/build/gcc-2.95.2/gcc/include/Motif2.1)
/tools/build/gcc-2.95.2/gcc/include/Motif2.1/Xm/XmStrDefs.h:5776: unbalanced `#endif'
fix-header: In file included from /usr/include/Xm/Xm.h:49,
                 from /usr/include/Xm/XmP.h:46,
                 from /tools/build/gcc-2.95.2/gcc/include/Motif2.1/Xm/XmosP.h:153:
/tools/build/gcc-2.95.2/gcc/include/Xm/XmStrDefs.h:5776: unbalanced `#endif'
/tools/build/gcc-2.95.2/gcc/include/dce/exc_handling.h:164: #error ERROR:_AIX32_THREADS is not defined, please verify that you are compiling with the cc_r4/xlc_r4 compiler
/tools/build/gcc-2.95.2/gcc/include/dce/exc_handling.h:169: #error ERROR:_AIX41 is not defined, please verify that you are compiling with the cc_r4/xlc_r4 compiler
(No *.h files in /tools/build/gcc-2.95.2/gcc/include/root)
(No *.h files in /tools/build/gcc-2.95.2/gcc/include/root/usr)
(No *.h files in /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp)
(No *.h files in /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11)
(No *.h files in /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/X11/include)
fix-header: fixing root/usr/lpp/X11/include/X11/Xfuncs.h
(No *.h files in /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/pv)
(No *.h files in /tools/build/gcc-2.95.2/gcc/include/root/usr/lpp/pv/include)
/tools/build/gcc-2.95.2/gcc/include/Xm/XmStrDefs.h:5776: unbalanced `#endif'
fix-header: In file included from /usr/include/Xm/Xm.h:49,
                 from /usr/include/Xm/XmP.h:46,
                 from /tools/build/gcc-2.95.2/gcc/include/Xm/XmosP.h:153:
/tools/build/gcc-2.95.2/gcc/include/Xm/XmStrDefs.h:5776: unbalanced `#endif'
touch stmp-fixproto
if [ -f libgcc2.ready ] ; then \
	true; \
else \
	touch libgcc2.ready; \
fi
for i in `./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include --print-multi-lib`; do \
  dir=`echo $i | sed -e 's/;.*$//'`; \
  flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    RANLIB_FOR_TARGET="` if [ -f /tools/build/gcc-2.95.2/gcc/../binutils/ranlib ] ; then echo /tools/build/gcc-2.95.2/gcc/../binutils/ranlib ; else if [ "powerpc-ibm-aix4.3.1.0" = "powerpc-ibm-aix4.3.1.0" ] ; then echo ranlib; else t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi`" \
    RANLIB_TEST_FOR_TARGET="[ -f ` if [ -f /tools/build/gcc-2.95.2/gcc/../binutils/ranlib ] ; then echo /tools/build/gcc-2.95.2/gcc/../binutils/ranlib ; else if [ "powerpc-ibm-aix4.3.1.0" = "powerpc-ibm-aix4.3.1.0" ] ; then echo ranlib; else t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "powerpc-ibm-aix4.3.1.0" = "powerpc-ibm-aix4.3.1.0" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
    LANGUAGES="c " \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   ${flags}" \
    MULTILIB_CFLAGS="${flags}" \
    LIBGCC1="" LIBGCC2="libgcc2.a" \
    dir="${dir}" stmp-multilib-sub; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
done
make[3]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f libgcc2.a
if [ -d . ]; then \
  cd .; \
  rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
  AR_FOR_TARGET="ar -X32_64" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c " \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   " libgcc2.a
make[4]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -I. -I. -I./config -I./../include -c -DL${name} \
      -DUSE_COLLECT2 ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -fexceptions -I. -I. -I./config -I./../include -c \
      -DL${name} ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
  for name in _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
  do \
    echo ${name}; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
if [ x != x ]; then \
  for name in _pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
  do \
    echo ${name}; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
for file in ./frame.c fp-bit.c dp-bit.c cplib2.txt   ; do \
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
  if [ ${name}.txt = ${file} ]; then \
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
      make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
	AR_FOR_TARGET="ar -X32_64" \
	AR_FLAGS_FOR_TARGET="rc" CC="gcc" \
	CFLAGS="-g" HOST_PREFIX="" \
	HOST_PREFIX_1="loser-" \
	LANGUAGES="c " \
	LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   " ${f}; \
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
      ar -X32_64 rc tmplibgcc2.a ${f}; \
      rm -f ${f}; \
    else true; \
    fi; done; \
  else \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -I. -I. -I./config -I./../include -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  fi; \
done
./frame
fp-bit
dp-bit
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
if [ x != xlibgcc1-asm.a ]; \
then true; \
else rm -f ; \
fi
if [ x != xlibgcc1-asm.a ]; \
then true; \
else \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c " \
    LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   " ; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ x != x ]; \
then (cd tmpcopy; ar -X32_64 x ../); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
make[3]: [stmp-multilib-sub] Error 1 (ignored)
(cd tmpcopy; ar -X32_64 x ../libgcc2.a)
(cd tmpcopy; ar -X32_64 rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ powerpc-ibm-aix4.3.1.0 = powerpc-ibm-aix4.3.1.0 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  ranlib tmplibgcc.a; \
else true; fi
if [ -d . ]; then true; else mkdir .; fi
mv tmplibgcc.a ./libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c " \
    MULTILIB_CFLAGS="" T="t" t${f}; \
  mv t${f} ./${f}; \
else true; \
fi; done
make[3]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[3]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f libgcc2.a
if [ -d soft-float ]; then \
  cd soft-float; \
  rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
  AR_FOR_TARGET="ar -X32_64" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c " \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float" libgcc2.a
make[4]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -I. -I. -I./config -I./../include -c -DL${name} \
      -DUSE_COLLECT2 ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -fexceptions -I. -I. -I./config -I./../include -c \
      -DL${name} ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
  for name in _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
  do \
    echo ${name}; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
if [ x != x ]; then \
  for name in _pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
  do \
    echo ${name}; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
for file in ./frame.c fp-bit.c dp-bit.c cplib2.txt   ; do \
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
  if [ ${name}.txt = ${file} ]; then \
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
      make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
	AR_FOR_TARGET="ar -X32_64" \
	AR_FLAGS_FOR_TARGET="rc" CC="gcc" \
	CFLAGS="-g" HOST_PREFIX="" \
	HOST_PREFIX_1="loser-" \
	LANGUAGES="c " \
	LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float" ${f}; \
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
      ar -X32_64 rc tmplibgcc2.a ${f}; \
      rm -f ${f}; \
    else true; \
    fi; done; \
  else \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float -I. -I. -I./config -I./../include -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  fi; \
done
./frame
fp-bit
dp-bit
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
if [ x != xlibgcc1-asm.a ]; \
then true; \
else rm -f ; \
fi
if [ x != xlibgcc1-asm.a ]; \
then true; \
else \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c " \
    LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -msoft-float" ; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ x != x ]; \
then (cd tmpcopy; ar -X32_64 x ../); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
make[3]: [stmp-multilib-sub] Error 1 (ignored)
(cd tmpcopy; ar -X32_64 x ../libgcc2.a)
(cd tmpcopy; ar -X32_64 rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ powerpc-ibm-aix4.3.1.0 = powerpc-ibm-aix4.3.1.0 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  ranlib tmplibgcc.a; \
else true; fi
if [ -d soft-float ]; then true; else mkdir soft-float; fi
mv tmplibgcc.a soft-float/libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c " \
    MULTILIB_CFLAGS="-msoft-float" T="t" t${f}; \
  mv t${f} soft-float/${f}; \
else true; \
fi; done
make[3]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[3]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f libgcc2.a
if [ -d power ]; then \
  cd power; \
  rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
  AR_FOR_TARGET="ar -X32_64" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c " \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=power" libgcc2.a
make[4]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=power -I. -I. -I./config -I./../include -c -DL${name} \
      -DUSE_COLLECT2 ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=power -fexceptions -I. -I. -I./config -I./../include -c \
      -DL${name} ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
  for name in _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
  do \
    echo ${name}; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=power -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
if [ x != x ]; then \
  for name in _pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
  do \
    echo ${name}; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=power -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
for file in ./frame.c fp-bit.c dp-bit.c cplib2.txt   ; do \
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
  if [ ${name}.txt = ${file} ]; then \
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
      make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
	AR_FOR_TARGET="ar -X32_64" \
	AR_FLAGS_FOR_TARGET="rc" CC="gcc" \
	CFLAGS="-g" HOST_PREFIX="" \
	HOST_PREFIX_1="loser-" \
	LANGUAGES="c " \
	LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=power" ${f}; \
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
      ar -X32_64 rc tmplibgcc2.a ${f}; \
      rm -f ${f}; \
    else true; \
    fi; done; \
  else \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=power -I. -I. -I./config -I./../include -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  fi; \
done
./frame
fp-bit
dp-bit
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
if [ x != xlibgcc1-asm.a ]; \
then true; \
else rm -f ; \
fi
if [ x != xlibgcc1-asm.a ]; \
then true; \
else \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c " \
    LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=power" ; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ x != x ]; \
then (cd tmpcopy; ar -X32_64 x ../); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
make[3]: [stmp-multilib-sub] Error 1 (ignored)
(cd tmpcopy; ar -X32_64 x ../libgcc2.a)
(cd tmpcopy; ar -X32_64 rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ powerpc-ibm-aix4.3.1.0 = powerpc-ibm-aix4.3.1.0 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  ranlib tmplibgcc.a; \
else true; fi
if [ -d power ]; then true; else mkdir power; fi
mv tmplibgcc.a power/libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c " \
    MULTILIB_CFLAGS="-mcpu=power" T="t" t${f}; \
  mv t${f} power/${f}; \
else true; \
fi; done
make[3]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[3]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f libgcc2.a
if [ -d powerpc ]; then \
  cd powerpc; \
  rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
  AR_FOR_TARGET="ar -X32_64" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c " \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=powerpc" libgcc2.a
make[4]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=powerpc -I. -I. -I./config -I./../include -c -DL${name} \
      -DUSE_COLLECT2 ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
_floatdisf
_fixunsdfsi
_fixunssfsi
_fixunsdfdi
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
_fixunsxfdi
_floatdixf
_fixunsxfsi
_fixtfdi
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_pure
for name in _eh; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=powerpc -fexceptions -I. -I. -I./config -I./../include -c \
      -DL${name} ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_eh
if [ x != x ]; then \
  for name in _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df; \
  do \
    echo ${name}; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=powerpc -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
if [ x != x ]; then \
  for name in _pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf; \
  do \
    echo ${name}; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=powerpc -I. -I. -I./config -I./../include -c -DL${name} \
        -DFINE_GRAINED_LIBRARIES  -o ${name}.o; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${name}.o; \
    rm -f ${name}.o; \
  done; \
else true; fi;
for file in ./frame.c fp-bit.c dp-bit.c cplib2.txt   ; do \
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
  if [ ${name}.txt = ${file} ]; then \
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
      make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
	AR_FOR_TARGET="ar -X32_64" \
	AR_FLAGS_FOR_TARGET="rc" CC="gcc" \
	CFLAGS="-g" HOST_PREFIX="" \
	HOST_PREFIX_1="loser-" \
	LANGUAGES="c " \
	LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=powerpc" ${f}; \
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
      ar -X32_64 rc tmplibgcc2.a ${f}; \
      rm -f ${f}; \
    else true; \
    fi; done; \
  else \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=powerpc -I. -I. -I./config -I./../include -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar -X32_64 rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  fi; \
done
./frame
fp-bit
dp-bit
mv tmplibgcc2.a libgcc2.a
make[4]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
if [ x != xlibgcc1-asm.a ]; \
then true; \
else rm -f ; \
fi
if [ x != xlibgcc1-asm.a ]; \
then true; \
else \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c " \
    LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -mcpu=powerpc" ; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ x != x ]; \
then (cd tmpcopy; ar -X32_64 x ../); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
make[3]: [stmp-multilib-sub] Error 1 (ignored)
(cd tmpcopy; ar -X32_64 x ../libgcc2.a)
(cd tmpcopy; ar -X32_64 rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f ranlib ] || ( [ powerpc-ibm-aix4.3.1.0 = powerpc-ibm-aix4.3.1.0 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  ranlib tmplibgcc.a; \
else true; fi
if [ -d powerpc ]; then true; else mkdir powerpc; fi
mv tmplibgcc.a powerpc/libgcc.a
for f in .. ; do if [ x${f} != x.. ]; then \
  make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
    AR_FOR_TARGET="ar -X32_64" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c " \
    MULTILIB_CFLAGS="-mcpu=powerpc" T="t" t${f}; \
  mv t${f} powerpc/${f}; \
else true; \
fi; done
make[3]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[3]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f libgcc2.a
if [ -d aix64 ]; then \
  cd aix64; \
  rm -f libgcc.a ; \
else true; \
fi
make GCC_FOR_TARGET="./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include" \
  AR_FOR_TARGET="ar -X32_64" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c " \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -maix64" libgcc2.a
make[4]: Entering directory `/tools/build/gcc-2.95.2/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  ./xgcc -B/tools/powerpc-ibm-aix4.3.1.0/bin/ -B./ -I/tools/powerpc-ibm-aix4.3.1.0/include -O2   -DIN_GCC -DHAIFA    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -maix64 -I. -I. -I./config -I./../include -c -DL${name} \
      -DUSE_COLLECT2 ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ar -X32_64 rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
Assembler messages:
Fatal error: invalid listing option `6'
make[4]: *** [libgcc2.a] Error 1
make[4]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[3]: *** [stmp-multilib-sub] Error 2
make[3]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[2]: *** [stmp-multilib] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/tools/build/gcc-2.95.2/gcc'
make: *** [bootstrap] Error 2
make: Leaving directory `/tools/build/gcc-2.95.2'

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]