Hi, I have installed GNAT 3.15p and I am trying to compile my own ADA compiler via gcc. I tried following the instructions as follows: cd objdir srcdir/configure --enable-languages=c,ada cd objdir make bootstrap cd gcc make gnatlib_and_tools cd .. These instructions were found in the documentation. However, the second last command (make gnatlib...) doesn't work because the target does not exist. I have attached a script that shows what I did. If anyone knows whats going on, please help me! Sincerely, Sohail
Script started on Sat Dec 18 12:37:00 2004 [01;32msohail@sohail [01;34mobjdir $ [00mexitmplayer SNL\ \(Saturday\ Night\ Live\)\ -\ Celebrity\ Jeopardy\ -\ Keanu\ Reeves\,\ Hillary\ Swank\,\ Connery\ \(Below\ Me\).mpg [01;32msohail@sohail [01;34mobjdir $ [00mexit[K[K ../configure --prefix=/opt/ada --program-prefix=ada --enable-shared --enable-threads=gnat --enable-languages=c,ada loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... (cached) /bin/install -c *** This configuration is not supported in the following subdirectories: target-libstdc++-v3 target-libf2c target-libffi target-boehm-gc target-zlib target-libjava zlib fastjar target-libobjc (Any other directories should still work fine.) checking for i686-pc-linux-gnu-ar... no checking for ar... (cached) ar checking for i686-pc-linux-gnu-as... no checking for as... (cached) as checking for i686-pc-linux-gnu-dlltool... no checking for dlltool... (cached) dlltool checking for i686-pc-linux-gnu-ld... (cached) /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld checking for i686-pc-linux-gnu-nm... no checking for nm... (cached) nm checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking for i686-pc-linux-gnu-windres... no checking for windres... (cached) windres checking for i686-pc-linux-gnu-objcopy... no checking for objcopy... (cached) objcopy checking for i686-pc-linux-gnu-objdump... no checking for objdump... (cached) objdump checking for i686-pc-linux-gnu-ar... no checking for ar... (cached) ar checking for i686-pc-linux-gnu-as... no checking for as... (cached) as checking for i686-pc-linux-gnu-dlltool... no checking for dlltool... (cached) dlltool checking for i686-pc-linux-gnu-ld... no checking for ld... (cached) ld checking for i686-pc-linux-gnu-nm... no checking for nm... (cached) nm checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking for i686-pc-linux-gnu-windres... no checking for windres... (cached) windres checking whether to enable maintainer-specific portions of Makefiles... no creating ./config.status creating Makefile [01;32msohail@sohail [01;34mobjdir $ [00m[Kmake bootstrap Configuring in libiberty configure: loading cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... (cached) makeinfo checking for perl... (cached) perl checking build system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking for i686-pc-linux-gnu-ar... (cached) ar checking for i686-pc-linux-gnu-ranlib... (cached) ranlib checking for i686-pc-linux-gnu-gcc... (cached) gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking how to run the C preprocessor... (cached) gcc -E checking whether gcc and cc understand -c and -o together... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking whether byte ordering is bigendian... (cached) no checking for a BSD-compatible install... (cached) /bin/install -c Appending ../../libiberty/../config/mh-x86pic to xhost-mkfrag xhost-mkfrag is unchanged checking for sys/file.h... (cached) yes checking for sys/param.h... (cached) yes checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for malloc.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 time.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... (cached) yes checking for fcntl.h... (cached) yes checking for alloca.h... (cached) yes checking for sys/pstat.h... (cached) no checking for sys/sysmp.h... (cached) no checking for sys/sysinfo.h... (cached) yes checking for machine/hal_sysinfo.h... (cached) no checking for sys/table.h... (cached) no checking for sys/sysctl.h... (cached) yes checking for sys/systemcfg.h... (cached) no checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether errno must be declared... (cached) no checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for uintptr_t... (cached) yes checking for pid_t... (cached) yes checking for library containing strerror... (cached) none required checking for asprintf... (cached) yes checking for atexit... (cached) yes checking for basename... (cached) yes checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bsearch... (cached) yes checking for bzero... (cached) yes checking for calloc... (cached) yes checking for clock... (cached) yes checking for ffs... (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 mempcpy... (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) yes checking for snprintf... (cached) yes checking for sigsetmask... (cached) yes checking for stpcpy... (cached) yes checking for stpncpy... (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) yes checking for vfprintf... (cached) yes checking for vprintf... (cached) yes checking for vsnprintf... (cached) yes checking for vsprintf... (cached) yes checking for waitpid... (cached) yes checking whether alloca needs Cray hooks... (cached) no checking stack direction for C alloca... (cached) -1 checking for unistd.h... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for _doprnt... (cached) no checking for sys_errlist... (cached) yes checking for sys_nerr... (cached) yes checking for sys_siglist... (cached) yes checking for external symbol _system_configuration... no checking for getrusage... (cached) yes checking for on_exit... (cached) yes checking for psignal... (cached) yes checking for strerror... (cached) yes checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for times... (cached) yes checking for sbrk... (cached) yes checking for gettimeofday... (cached) yes checking for realpath... (cached) yes checking for canonicalize_file_name... (cached) yes checking for pstat_getstatic... (cached) no checking for pstat_getdynamic... (cached) no checking for sysmp... (cached) no checking for getsysinfo... (cached) no checking for table... (cached) no checking for sysctl... (cached) yes checking whether canonicalize_file_name must be declared... (cached) yes checking for working strncmp... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands make[1]: Entering directory `/extra/src/gcc-3.4.3/objdir/libiberty' if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/regex.c -o pic/regex.o; \ else true; fi In file included from ../../libiberty/../include/xregex.h:26, from ../../libiberty/regex.c:195: ../../libiberty/../include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators In file included from ../../libiberty/regex.c:649: ../../libiberty/regex.c: In function `byte_compile_range': ../../libiberty/regex.c:4548: warning: signed and unsigned type in conditional expression ../../libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression ../../libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression ../../libiberty/regex.c: In function `xregcomp': ../../libiberty/regex.c:8043: warning: signed and unsigned type in conditional expression ../../libiberty/regex.c: At top level: ../../libiberty/regex.c:8178: warning: unused parameter 'preg' gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/regex.c -o regex.o In file included from ../../libiberty/../include/xregex.h:26, from ../../libiberty/regex.c:195: ../../libiberty/../include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators In file included from ../../libiberty/regex.c:649: ../../libiberty/regex.c: In function `byte_compile_range': ../../libiberty/regex.c:4548: warning: signed and unsigned type in conditional expression ../../libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression ../../libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression ../../libiberty/regex.c: In function `xregcomp': ../../libiberty/regex.c:8043: warning: signed and unsigned type in conditional expression ../../libiberty/regex.c: At top level: ../../libiberty/regex.c:8178: warning: unused parameter 'preg' if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/md5.c -o pic/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/md5.c -o md5.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/alloca.c -o pic/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/alloca.c -o alloca.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/choose-temp.c -o choose-temp.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/concat.c -o pic/concat.o; \ else true; fi ../../libiberty/concat.c: In function `concat_length': ../../libiberty/concat.c:112: warning: traditional C rejects ISO C style function definitions ../../libiberty/concat.c: In function `concat_copy': ../../libiberty/concat.c:127: warning: traditional C rejects ISO C style function definitions ../../libiberty/concat.c: In function `concat_copy2': ../../libiberty/concat.c:146: warning: traditional C rejects ISO C style function definitions ../../libiberty/concat.c: In function `concat': ../../libiberty/concat.c:157: warning: traditional C rejects ISO C style function definitions ../../libiberty/concat.c: In function `reconcat': ../../libiberty/concat.c:194: warning: traditional C rejects ISO C style function definitions gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/concat.c -o concat.o ../../libiberty/concat.c: In function `concat_length': ../../libiberty/concat.c:112: warning: traditional C rejects ISO C style function definitions ../../libiberty/concat.c: In function `concat_copy': ../../libiberty/concat.c:127: warning: traditional C rejects ISO C style function definitions ../../libiberty/concat.c: In function `concat_copy2': ../../libiberty/concat.c:146: warning: traditional C rejects ISO C style function definitions ../../libiberty/concat.c: In function `concat': ../../libiberty/concat.c:157: warning: traditional C rejects ISO C style function definitions ../../libiberty/concat.c: In function `reconcat': ../../libiberty/concat.c:194: warning: traditional C rejects ISO C style function definitions if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/fibheap.c -o fibheap.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/floatformat.c -o floatformat.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/fnmatch.c -o fnmatch.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/getopt.c -o getopt.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/make-temp-file.c -o make-temp-file.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/obstack.c -o pic/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/obstack.c -o obstack.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/partition.c -o pic/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/partition.c -o partition.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/physmem.c -o pic/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/physmem.c -o physmem.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/pex-unix.c -o pex-unix.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/sort.c -o pic/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/sort.c -o sort.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/splay-tree.c -o splay-tree.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/strerror.c -o pic/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/strerror.c -o strerror.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/strsignal.c -o strsignal.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/ternary.c -o pic/ternary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/ternary.c -o ternary.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/xexit.c -o pic/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/xexit.c -o xexit.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/xmalloc.c -o xmalloc.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/xmemdup.c -o xmemdup.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/xstrdup.c -o xstrdup.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/xstrerror.c -o xstrerror.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic -fpic ../../libiberty/mkstemps.c -o pic/mkstemps.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/mkstemps.c -o mkstemps.o rm -f libiberty.a pic/libiberty.a ar rc libiberty.a \ regex.o cplus-dem.o cp-demangle.o cp-demint.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pex-unix.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o mkstemps.o ranlib libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ ar rc libiberty.a \ regex.o cplus-dem.o cp-demangle.o cp-demint.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pex-unix.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o mkstemps.o; \ ranlib libiberty.a; \ cd ..; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in mkstemps.o ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo regex.o cplus-dem.o cp-demangle.o cp-demint.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pex-unix.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list make[2]: Entering directory `/extra/src/gcc-3.4.3/objdir/libiberty/testsuite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/extra/src/gcc-3.4.3/objdir/libiberty/testsuite' make[1]: Leaving directory `/extra/src/gcc-3.4.3/objdir/libiberty' Configuring in intl loading cache ./config.cache checking for non-GNU ld... (cached) /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld checking if the linker (/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unsigned long long... (cached) yes checking for shared library run path origin... (cached) done checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... (cached) /bin/install -c checking whether NLS is requested... yes checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 ) works... yes checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking host system type... i686-pc-linux-gnu checking for ranlib... (cached) ranlib checking for strerror in -lcposix... (cached) no checking for ANSI C header files... (cached) yes 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) yes checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... (cached) yes checking whether integer division by zero raises SIGFPE... (cached) yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... (cached) no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge checking for argz.h... (cached) yes 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 stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for feof_unlocked... (cached) yes checking for fgets_unlocked... (cached) yes checking for getc_unlocked... (cached) yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getuid... (cached) yes checking for mempcpy... (cached) yes checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... (cached) yes checking for tsearch... (cached) yes checking for __argz_count... (cached) yes checking for __argz_stringify... (cached) yes checking for __argz_next... (cached) yes checking for __fsetlocking... (cached) yes checking for iconv... (cached) yes checking for iconv declaration... (cached) extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... (cached) yes checking for LC_MESSAGES... (cached) yes checking for bison... (cached) bison checking version of bison... 1.875, ok checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... (cached) yes checking whether to use NLS... yes checking where the gettext function comes from... libc creating ./config.status creating Makefile creating config.intl creating config.h config.h is unchanged make[1]: Entering directory `/extra/src/gcc-3.4.3/objdir/intl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/extra/src/gcc-3.4.3/objdir/intl' Configuring in gcc configure: loading cache ./config.cache checking build system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking target system type... (cached) i686-pc-linux-gnu checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking whether to place generated files in the source directory... no checking whether a default linker was specified... no checking whether a default assembler was specified... no checking for i686-pc-linux-gnu-gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking whether gcc and cc understand -c and -o together... (cached) yes checking whether gcc accepts -Wno-long-long... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for inline... (cached) inline checking for long long int... (cached) yes checking for __int64... (cached) no checking for built-in _Bool... (cached) yes checking size of void *... (cached) 4 checking size of short... (cached) 2 checking size of int... (cached) 4 checking size of long... (cached) 4 checking size of long long... (cached) 8 checking for i686-pc-linux-gnu-gnatbind... no checking for gnatbind... (cached) gnatbind checking whether compiler driver understands Ada... (cached) no checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for valgrind.h... (cached) no checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) gawk checking whether ln works... (cached) yes checking whether ln -s works... (cached) yes checking for i686-pc-linux-gnu-ranlib... (cached) ranlib checking for a BSD compatible install... (cached) /bin/install -c checking for cmp's capabilities... (cached) gnucompare checking for mktemp... (cached) yes checking for makeinfo... (cached) makeinfo checking for modern makeinfo... (cached) yes checking for recent Pod::Man... yes checking for flex... (cached) flex checking for bison... (cached) bison checking for GNU C library... (cached) yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for working stdbool.h... (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 sys/file.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/mman.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 malloc.h... (cached) yes checking for langinfo.h... (cached) yes checking for ldfcn.h... (cached) no checking for locale.h... (cached) yes checking for wchar.h... (cached) yes checking for thread.h... (cached) no checking for pthread.h... (cached) yes checking for CHAR_BIT... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for collect2 libraries... (cached) none required checking for library containing exc_resume... (cached) no checking for library containing ldexp... (cached) none required checking for inttypes.h... (cached) yes checking for times... (cached) yes checking for clock... (cached) yes checking for dup2... (cached) yes checking for kill... (cached) yes checking for getrlimit... (cached) yes checking for setrlimit... (cached) yes checking for atoll... (cached) yes checking for atoq... (cached) no checking for sysconf... (cached) yes checking for strsignal... (cached) yes checking for putc_unlocked... (cached) yes checking for fputc_unlocked... (cached) yes checking for fputs_unlocked... (cached) yes checking for fwrite_unlocked... (cached) yes checking for fprintf_unlocked... (cached) no checking for getrusage... (cached) yes checking for nl_langinfo... (cached) yes checking for scandir... (cached) yes checking for alphasort... (cached) yes checking for gettimeofday... (cached) yes checking for mbstowcs... (cached) yes checking for wcswidth... (cached) yes checking for mmap... (cached) yes checking for mincore... (cached) yes checking for setlocale... (cached) yes checking whether mbstowcs works... (cached) yes checking for ssize_t... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... (cached) gid_t checking whether the printf functions support %p... (cached) yes checking whether read-only mmap of a plain file works... (cached) yes checking whether mmap from /dev/zero works... (cached) yes checking for MAP_ANON(YMOUS)... (cached) yes checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes checking for pid_t... (cached) yes checking for unistd.h... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for iconv.h... (cached) yes checking for iconv... (cached) yes checking for iconv declaration... (cached) extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... (cached) yes checking whether getenv is declared... (cached) yes checking whether atol is declared... (cached) yes checking whether sbrk is declared... (cached) yes checking whether abort is declared... (cached) yes checking whether atof is declared... (cached) yes checking whether getcwd is declared... (cached) yes checking whether getwd is declared... (cached) yes checking whether strsignal is declared... (cached) yes checking whether putc_unlocked is declared... (cached) yes checking whether fputs_unlocked is declared... (cached) yes checking whether fwrite_unlocked is declared... (cached) yes checking whether fprintf_unlocked is declared... (cached) no checking whether strstr is declared... (cached) yes checking whether errno is declared... (cached) yes checking whether snprintf is declared... (cached) yes checking whether vasprintf is declared... (cached) yes checking whether malloc is declared... (cached) yes checking whether realloc is declared... (cached) yes checking whether calloc is declared... (cached) yes checking whether free is declared... (cached) yes checking whether basename is declared... (cached) yes checking whether getopt is declared... (cached) no checking whether clock is declared... (cached) yes checking whether getrlimit is declared... (cached) yes checking whether setrlimit is declared... (cached) yes checking whether getrusage is declared... (cached) yes checking whether ldgetname is declared... (cached) no checking whether times is declared... (cached) yes checking for struct tms... (cached) yes checking for clock_t... (cached) yes checking for uchar... checking for .preinit_array/.init_array/.fini_array support... (cached) yes checking if mkdir takes one argument... (cached) no Using `../../gcc/config/i386/i386.c' for machine-specific logic. Using `../../gcc/config/i386/i386.md' as machine description file. Using the following target machine macro files: ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/svr4.h ../../gcc/config/linux.h ../../gcc/config/i386/linux.h Using host-default.o for host machine hooks. checking whether NLS is requested... yes checking for catalogs to be installed... be ca da de el es fr ja nl sv tr be ca da de el es fr ja nl sv tr checking what assembler to use... /usr/bin/as checking what linker to use... /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld checking what nm to use... adanm checking what objdump to use... adaobjdump checking assembler for .balign and .p2align... (cached) yes checking assembler for .p2align with maximum skip... (cached) yes checking assembler for working .subsection -1... (cached) no checking assembler for .weak... (cached) yes checking assembler for .hidden... (cached) yes checking linker for .hidden support... (cached) yes checking assembler for .sleb128 and .uleb128... (cached) yes checking assembler for eh_frame optimization... (cached) buggy checking assembler for section merging support... (cached) yes checking assembler for thread-local storage support... (cached) yes checking assembler for filds and fists mnemonics... (cached) yes checking assembler for cmov syntax... (cached) no checking assembler for GOTOFF in data... (cached) yes checking assembler for dwarf2 debug_line support... (cached) yes checking assembler for buggy dwarf2 .file directive... (cached) no checking assembler for --gdwarf2 option... (cached) yes checking assembler for --gstabs option... (cached) yes checking linker read-only and read-write section mixing... /extra/src/gcc-3.4.3/gcc/configure: line 11752: adaobjdump: command not found checking linker PT_GNU_EH_FRAME support... yes checking linker position independent executable support... yes checking linker --as-needed support... (cached) no Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no checking for the document directory. Links are now set up to build a native compiler for i686-pc-linux-gnu. configure: creating ./config.status config.status: creating Makefile config.status: creating fixinc/Makefile config.status: creating gccbug config.status: creating mklibgcc config.status: creating mkheaders config.status: creating auto-host.h config.status: auto-host.h is unchanged config.status: executing default commands Bootstrapping the compiler make[1]: Entering directory `/extra/src/gcc-3.4.3/objdir/gcc' Bootstrap complete - make "quickstrap" to redo last build, "restage1" through "restage3" to rebuild specific stages, "restrap" to redo the bootstrap from stage1, or "cleanstrap" to redo the bootstrap from scratch. make[1]: Leaving directory `/extra/src/gcc-3.4.3/objdir/gcc' Comparing stage2 and stage3 of the compiler make[1]: Entering directory `/extra/src/gcc-3.4.3/objdir/gcc' rm -f .bad_compare case "gnucompare" in *compare | *compare-lean ) stage=2 ;; * ) stage=`echo gnucompare | sed -e 's,^[a-z]*compare\([0-9][0-9]*\).*,\1,'` ;; esac; \ for dir in . ; do \ if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \ for file in $dir/*.o; do \ case "gnucompare" in \ slowcompare* ) \ tail +16c ./$file > tmp-foo1; \ tail +16c stage$stage/$file > tmp-foo2 \ && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> .bad_compare) || true; \ ;; \ fastcompare* ) \ cmp $file stage$stage/$file 16 16 > /dev/null 2>&1; \ test $? -eq 1 && echo $file differs >> .bad_compare || true; \ ;; \ gnucompare* ) \ cmp --ignore-initial=16 $file stage$stage/$file > /dev/null 2>&1; \ test $? -eq 1 && echo $file differs >> .bad_compare || true; \ ;; \ esac ; \ done; \ else true; fi; \ done rm -f tmp-foo* case "gnucompare" in *compare | *compare-lean ) stage=2 ;; * ) stage=`echo gnucompare | sed -e 's,^[a-z]*compare\([0-9][0-9]*\).*,\1,'` ;; esac; \ if [ -f .bad_compare ]; then \ echo "Bootstrap comparison failure!"; \ cat .bad_compare; \ exit 1; \ else \ case "gnucompare" in \ *-lean ) rm -rf stage$stage ;; \ *) ;; \ esac; true; \ fi make[1]: Leaving directory `/extra/src/gcc-3.4.3/objdir/gcc' Building runtime libraries make[1]: Entering directory `/extra/src/gcc-3.4.3/objdir' make[2]: Entering directory `/extra/src/gcc-3.4.3/objdir/libiberty' make[3]: Entering directory `/extra/src/gcc-3.4.3/objdir/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/extra/src/gcc-3.4.3/objdir/libiberty/testsuite' make[2]: Leaving directory `/extra/src/gcc-3.4.3/objdir/libiberty' make[2]: Entering directory `/extra/src/gcc-3.4.3/objdir/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/extra/src/gcc-3.4.3/objdir/intl' make[2]: Entering directory `/extra/src/gcc-3.4.3/objdir/gcc' if test -f stage_last ; then \ LAST=`cat stage_last`; rm $LAST; make LANGUAGES="c gcov gcov-dump " BOOT_CFLAGS="-g -O2" $LAST; \ else \ make LANGUAGES="c gcov gcov-dump " BOOT_CFLAGS="-g -O2" stage1_build; \ fi make[3]: Entering directory `/extra/src/gcc-3.4.3/objdir/gcc' make CC=" stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/" CC_FOR_BUILD=" stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/" \ STAGE_PREFIX=stage2/ \ ADAFLAGS="" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-pedantic -Wno-long-long -Wold-style-definition " libdir=/opt/ada/lib LANGUAGES="c gcov gcov-dump " MAKEINFO="makeinfo" MAKEINFOFLAGS="--no-split" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@" \ CFLAGS="-g -O2" WERROR="" make[4]: Entering directory `/extra/src/gcc-3.4.3/objdir/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh config.h config.h is unchanged TARGET_CPU_DEFAULT="" \ HEADERS="config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/linux.h defaults.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh tm.h tm.h is unchanged TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh bconfig.h bconfig.h is unchanged stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genmodes \ genmodes.o errors.o ../libiberty/libiberty.a ./genmodes -h > tmp-modes.h /bin/sh ../../gcc/move-if-change tmp-modes.h insn-modes.h insn-modes.h is unchanged ./genmodes -m > tmp-min-modes.c /bin/sh ../../gcc/move-if-change tmp-min-modes.c min-insn-modes.c min-insn-modes.c is unchanged ./genmodes > tmp-modes.c /bin/sh ../../gcc/move-if-change tmp-modes.c insn-modes.c insn-modes.c is unchanged echo timestamp > s-modes stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \ gengenrtl.o ../libiberty/libiberty.a ./gengenrtl -h > tmp-genrtl.h /bin/sh ../../gcc/move-if-change tmp-genrtl.h genrtl.h genrtl.h is unchanged ./gengenrtl > tmp-genrtl.c /bin/sh ../../gcc/move-if-change tmp-genrtl.c genrtl.c genrtl.c is unchanged echo timestamp > s-genrtl echo "/* This file is machine generated. Do not edit. */" > tmp-gtyp.h echo "static const char *const srcdir = " >> tmp-gtyp.h echo "\"../../gcc\"" >> tmp-gtyp.h echo ";" >> tmp-gtyp.h echo "static const char *const lang_files[] = {" >> tmp-gtyp.h ll="../../gcc/c-lang.c ../../gcc/c-parse.in ../../gcc/c-tree.h ../../gcc/c-decl.c ../../gcc/c-common.c ../../gcc/c-common.h ../../gcc/c-pragma.c ../../gcc/c-objc-common.c "; \ for f in $ll; do \ echo "\"$f\", "; done >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const langs_for_lang_files[] = {" >> tmp-gtyp.h ff="c c c c c c c c "; \ for f in $ff; do \ echo "\"$f\", " ; done >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const all_files[] = {" >> tmp-gtyp.h gf="../../gcc/input.h ../../gcc/coretypes.h ../../gcc/cpplib.h auto-host.h ../../gcc/../include/ansidecl.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/svr4.h ../../gcc/config/linux.h ../../gcc/config/i386/linux.h ../../gcc/defaults.h ../../gcc/../include/hashtab.h ../../gcc/../include/splay-tree.h ../../gcc/bitmap.h ../../gcc/coverage.c ../../gcc/function.h ../../gcc/rtl.h ../../gcc/optabs.h ../../gcc/tree.h ../../gcc/libfuncs.h ../../gcc/hashtable.h ../../gcc/real.h ../../gcc/varray.h ../../gcc/insn-addr.h ../../gcc/cselib.h ../../gcc/basic-block.h ../../gcc/cgraph.h ../../gcc/c-common.h ../../gcc/c-tree.h ../../gcc/alias.c ../../gcc/bitmap.c ../../gcc/cselib.c ../../gcc/cgraph.c ../../gcc/dbxout.c ../../gcc/dwarf2out.c ../../gcc/dwarf2asm.c ../../gcc/emit-rtl.c ../../gcc/except.c ../../gcc/explow.c ../../gcc/expr.c ../../gcc/fold-const.c ../../gcc/function.c ../../gcc/gcse.c ../../gcc/integrate.c ../../gcc/lists.c ../../gcc/optabs.c ../../gcc/profile.c ../../gcc/ra-build.c ../../gcc/regclass.c ../../gcc/reg-stack.c ../../gcc/cfglayout.c ../../gcc/langhooks.c ../../gcc/sdbout.c ../../gcc/stmt.c ../../gcc/stor-layout.c ../../gcc/stringpool.c ../../gcc/tree.c ../../gcc/varasm.c ../../gcc/config/i386/i386.c ../../gcc/c-lang.c ../../gcc/c-parse.in ../../gcc/c-tree.h ../../gcc/c-decl.c ../../gcc/c-common.c ../../gcc/c-common.h ../../gcc/c-pragma.c ../../gcc/c-objc-common.c"; \ for f in $gf; do \ echo "\"$f\", "; done >> tmp-gtyp.h echo " NULL};" >> tmp-gtyp.h echo "static const char *const lang_dir_names[] = { \"c\", " >> tmp-gtyp.h gf=""; \ for l in $gf; do \ echo "\"$l\", "; done >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h /bin/sh ../../gcc/move-if-change tmp-gtyp.h gtyp-gen.h gtyp-gen.h is unchanged stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype \ gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a ./gengtype warning: structure `reg_info_def' used but not defined warning: structure `basic_block_def' used but not defined warning: structure `answer' used but not defined warning: structure `cpp_macro' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `basic_block_def' used but not defined warning: structure `answer' used but not defined warning: structure `cpp_macro' used but not defined echo timestamp > s-gtype stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconstants \ genconstants.o gensupport.o dummy-conditions.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o \ errors.o ../libiberty/libiberty.a ./genconstants ../../gcc/config/i386/i386.md > tmp-constants.h /bin/sh ../../gcc/move-if-change tmp-constants.h insn-constants.h insn-constants.h is unchanged echo timestamp > s-constants stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconditions \ genconditions.o gensupport.o dummy-conditions.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o \ errors.o ../libiberty/libiberty.a ./genconditions ../../gcc/config/i386/i386.md > tmp-conditions.c /bin/sh ../../gcc/move-if-change tmp-conditions.c insn-conditions.c insn-conditions.c is unchanged echo timestamp > s-conditions TARGET_CPU_DEFAULT="" \ HEADERS="config/i386/i386-protos.h tm-preds.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh tm_p.h tm_p.h is unchanged stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genpreds \ genpreds.o ../libiberty/libiberty.a ./genpreds > tmp-preds.h /bin/sh ../../gcc/move-if-change tmp-preds.h tm-preds.h tm-preds.h is unchanged echo timestamp > s-preds ltf=""; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc/||' > tmp-gencheck.h /bin/sh ../../gcc/move-if-change tmp-gencheck.h gencheck.h gencheck.h is unchanged echo timestamp > s-gencheck stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o gencheck \ gencheck.o ../libiberty/libiberty.a ./gencheck > tmp-check.h /bin/sh ../../gcc/move-if-change tmp-check.h tree-check.h tree-check.h is unchanged echo timestamp > s-check stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genflags \ genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genflags ../../gcc/config/i386/i386.md > tmp-flags.h /bin/sh ../../gcc/move-if-change tmp-flags.h insn-flags.h insn-flags.h is unchanged echo timestamp > s-flags AWK=gawk /bin/sh ../../gcc/opts.sh \ '/bin/sh ../../gcc/move-if-change' \ options.c options.h ../../gcc/c.opt ../../gcc/common.opt options.h is unchanged options.c is unchanged stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include \ -DGCC_INCLUDE_DIR=\"/opt/ada/lib/gcc/i686-pc-linux-gnu/3.4.3/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/opt/ada/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../..`echo /opt/ada | sed -e 's|^/opt/ada||' -e 's|/[^/]*|/..|g'`/include/c++/3.4.3\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/opt/ada/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../..`echo /opt/ada | sed -e 's|^/opt/ada||' -e 's|/[^/]*|/..|g'`/include/c++/3.4.3/i686-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/opt/ada/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../..`echo /opt/ada | sed -e 's|^/opt/ada||' -e 's|/[^/]*|/..|g'`/include/c++/3.4.3/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/opt/ada/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/opt/ada/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/include\" \ -c ../../gcc/cppdefault.c -o cppdefault.o stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include \ -DPREFIX=\"/opt/ada\" \ -c ../../gcc/prefix.c -o prefix.o stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconfig \ genconfig.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genconfig ../../gcc/config/i386/i386.md > tmp-config.h /bin/sh ../../gcc/move-if-change tmp-config.h insn-config.h insn-config.h is unchanged echo timestamp > s-config stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o gencodes \ gencodes.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./gencodes ../../gcc/config/i386/i386.md > tmp-codes.h /bin/sh ../../gcc/move-if-change tmp-codes.h insn-codes.h insn-codes.h is unchanged echo timestamp > s-codes stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattr \ genattr.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genattr ../../gcc/config/i386/i386.md > tmp-attr.h /bin/sh ../../gcc/move-if-change tmp-attr.h insn-attr.h insn-attr.h is unchanged echo timestamp > s-attr stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattrtab \ genattrtab.o genautomata.o \ rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o errors.o \ varray.o ../libiberty/libiberty.a -lm ./genattrtab ../../gcc/config/i386/i386.md > tmp-attrtab.c Automaton `pentium' 48 NDFA states, 138 NDFA arcs 48 DFA states, 138 DFA arcs 20 minimal DFA states, 82 minimal DFA arcs 158 all insns 17 insn equivalence classes 88 transition comb vector els, 340 trans table els: use comb vect 88 state alts comb vector els, 340 state alts table els: use comb vect 340 min delay table els, compression factor 2 Automaton `pentium_fpu' 80 NDFA states, 172 NDFA arcs 80 DFA states, 172 DFA arcs 75 minimal DFA states, 162 minimal DFA arcs 158 all insns 8 insn equivalence classes 164 transition comb vector els, 600 trans table els: use comb vect 164 state alts comb vector els, 600 state alts table els: use comb vect 600 min delay table els, compression factor 1 Automaton `athlon' 518 NDFA states, 1668 NDFA arcs 518 DFA states, 1668 DFA arcs 76 minimal DFA states, 328 minimal DFA arcs 158 all insns 10 insn equivalence classes 359 transition comb vector els, 760 trans table els: use simple vect 359 state alts comb vector els, 760 state alts table els: use simple vect 760 min delay table els, compression factor 2 Automaton `athlon_load' 162 NDFA states, 855 NDFA arcs 162 DFA states, 855 DFA arcs 162 minimal DFA states, 855 minimal DFA arcs 158 all insns 10 insn equivalence classes 1047 transition comb vector els, 1620 trans table els: use simple vect 1047 state alts comb vector els, 1620 state alts table els: use simple vect 1620 min delay table els, compression factor 2 Automaton `athlon_mult' 16 NDFA states, 48 NDFA arcs 16 DFA states, 48 DFA arcs 16 minimal DFA states, 48 minimal DFA arcs 158 all insns 4 insn equivalence classes 50 transition comb vector els, 64 trans table els: use simple vect 50 state alts comb vector els, 64 state alts table els: use simple vect 64 min delay table els, compression factor 2 Automaton `athlon_fp' 15522 NDFA states, 99908 NDFA arcs 15522 DFA states, 99908 DFA arcs 463 minimal DFA states, 3038 minimal DFA arcs 158 all insns 21 insn equivalence classes 3057 transition comb vector els, 9723 trans table els: use comb vect 3057 state alts comb vector els, 9723 state alts table els: use comb vect 9723 min delay table els, compression factor 1 17012 all allocated states, 101385 all allocated arcs 20258 all allocated alternative states 4765 all transition comb vector els, 13107 all trans table els 4765 all state alts comb vector els, 13107 all state alts table els 13107 all min delay table els 0 locked states num transformation: 0.011999, building DFA: 5.939097 DFA minimization: 0.411937, making insn equivalence: 0.002000 all automaton generation: 6.427022, output: 0.081987 /bin/sh ../../gcc/move-if-change tmp-attrtab.c insn-attrtab.c insn-attrtab.c is unchanged echo timestamp > s-attrtab stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genemit \ genemit.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genemit ../../gcc/config/i386/i386.md > tmp-emit.c /bin/sh ../../gcc/move-if-change tmp-emit.c insn-emit.c insn-emit.c is unchanged echo timestamp > s-emit stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genextract \ genextract.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genextract ../../gcc/config/i386/i386.md > tmp-extract.c /bin/sh ../../gcc/move-if-change tmp-extract.c insn-extract.c insn-extract.c is unchanged echo timestamp > s-extract stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genopinit \ genopinit.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genopinit ../../gcc/config/i386/i386.md > tmp-opinit.c /bin/sh ../../gcc/move-if-change tmp-opinit.c insn-opinit.c insn-opinit.c is unchanged echo timestamp > s-opinit stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genoutput \ genoutput.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genoutput ../../gcc/config/i386/i386.md > tmp-output.c /bin/sh ../../gcc/move-if-change tmp-output.c insn-output.c insn-output.c is unchanged echo timestamp > s-output stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genpeep \ genpeep.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genpeep ../../gcc/config/i386/i386.md > tmp-peep.c /bin/sh ../../gcc/move-if-change tmp-peep.c insn-peep.c insn-peep.c is unchanged echo timestamp > s-peep stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -DGENERATOR_FILE -o genrecog \ genrecog.o rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genrecog ../../gcc/config/i386/i386.md > tmp-recog.c ../../gcc/config/i386/i386.md:16257: warning: operand 1 missing mode? /bin/sh ../../gcc/move-if-change tmp-recog.c insn-recog.c insn-recog.c is unchanged echo timestamp > s-recog stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include \ -DLOCALEDIR=\"/opt/ada/share/locale\" \ -c ../../gcc/intl.c -o intl.o stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include \ -DTARGET_NAME=\"i686-pc-linux-gnu\" \ -c ../../gcc/toplev.c -o toplev.o rm -rf libbackend.a ar rc libbackend.a alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o dojump.o doloop.o dominance.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o optabs.o options.o opts.o params.o postreload.o predict.o print-rtl.o print-tree.o value-prof.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o i386.o host-default.o hashtable.o tree-inline.o tree-optimize.o cgraph.o cgraphunit.o ranlib libbackend.a stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -o cc1 \ c-parse.o c-lang.o c-pretty-print.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o libcpp.a main.o libbackend.a ../libiberty/libiberty.a stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H gcov.o intl.o version.o ../libiberty/libiberty.a -o gcov stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H gcov-dump.o version.o ../libiberty/libiberty.a -o gcov-dump stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -o Tcollect2 \ collect2.o tlink.o intl.o version.o ../libiberty/libiberty.a mv -f Tcollect2 collect2 if test yes = yes \ || test -n ""; then \ /bin/sh ../../gcc/genmultilib \ "" \ "" \ "" \ "" \ "" \ "" \ "" \ "yes" \ > tmp-mlib.h; \ else \ /bin/sh ../../gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi /bin/sh ../../gcc/move-if-change tmp-mlib.h multilib.h multilib.h is unchanged echo timestamp > s-mlib lsf=""; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc/||' > tmp-specs.h /bin/sh ../../gcc/move-if-change tmp-specs.h specs.h specs.h is unchanged echo timestamp > s-specs (SHLIB_LINK=' ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wno-error -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && if [ -f @shlib_dir@@shlib_so_name@.so.1 ]; then mv -f @shlib_dir@@shlib_so_name@.so.1 @shlib_dir@@shlib_so_name@.so.1.`basename stage2/`; else true; fi && mv @shlib_dir@@shlib_so_name@.so.1.tmp @shlib_dir@@shlib_so_name@.so.1 && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include \ -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/ada/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/opt/ada/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"3.4.3\" -DDEFAULT_TARGET_MACHINE=\"i686-pc-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/opt/ada/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc/gcc.c -o gcc.o) ../../gcc/gcc.c:903: warning: string length `529' is greater than the length `509' ISO C89 compilers are required to support ../../gcc/gcc.c:921: warning: string length `608' is greater than the length `509' ISO C89 compilers are required to support ../../gcc/gcc.c:1503: warning: string length `833' is greater than the length `509' ISO C89 compilers are required to support stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -o xgcc gcc.o gccspec.o intl.o \ prefix.o version.o ../libiberty/libiberty.a stage2/xgcc -Bstage2/ -B/opt/ada/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -o cpp gcc.o cppspec.o intl.o \ prefix.o version.o ../libiberty/libiberty.a ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -dumpspecs > tmp-specs mv tmp-specs specs if [ -f specs.ready ] ; then \ true; \ else \ echo timestamp > specs.ready; \ fi objext='.o' \ LIB1ASMFUNCS='' \ LIB2FUNCS_ST='_eprintf __gcc_bcmp' \ LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta' \ LIB2ADD='' \ LIB2ADD_ST='' \ LIB2ADDEH='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-glibc.c ../../gcc/unwind-sjlj.c ../../gcc/gthr-gnat.c ../../gcc/unwind-c.c' \ LIB2ADDEHSTATIC='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-glibc.c ../../gcc/unwind-sjlj.c ../../gcc/gthr-gnat.c ../../gcc/unwind-c.c' \ LIB2ADDEHSHARED='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-glibc.c ../../gcc/unwind-sjlj.c ../../gcc/gthr-gnat.c ../../gcc/unwind-c.c' \ LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c gthr-gnat.c' \ LIBUNWIND='' \ LIBUNWINDDEP='' \ SHLIBUNWIND_LINK='' \ SHLIBUNWIND_INSTALL='' \ FPBIT='' \ FPBIT_FUNCS='_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 _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \ LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \ DPBIT='' \ DPBIT_FUNCS='_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 _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \ TPBIT='' \ TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \ MULTILIBS=` ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld --print-multi-lib` \ EXTRA_MULTILIB_PARTS='' \ SHLIB_LINK=' ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && if [ -f @shlib_dir@@shlib_so_name@.so.1 ]; then mv -f @shlib_dir@@shlib_so_name@.so.1 @shlib_dir@@shlib_so_name@.so.1.`basename stage2/`; else true; fi && mv @shlib_dir@@shlib_so_name@.so.1.tmp @shlib_dir@@shlib_so_name@.so.1 && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \ SHLIB_INSTALL='$(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /bin/install -c -m 644 @shlib_dir@@shlib_so_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_so_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_so_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \ SHLIB_EXT='.so' \ SHLIB_MULTILIB='' \ SHLIB_MKMAP='../../gcc/mkmap-symver.awk' \ SHLIB_MKMAP_OPTS='' \ SHLIB_MAPFILES='../../gcc/libgcc-std.ver ../../gcc/config/libgcc-glibc.ver' \ SHLIB_NM_FLAGS='-pg' \ MULTILIB_OSDIRNAMES='' \ mkinstalldirs='/bin/sh ../../gcc/mkinstalldirs' \ /bin/sh mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk TARGET_CPU_DEFAULT="" \ HEADERS="ansidecl.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh tconfig.h tconfig.h is unchanged ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \ -c ../../gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fPIC \ -c ../../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \ -o crtbeginS.o ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \ -c ../../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O \ -o crtbeginT.o ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \ -c ../../gcc/crtstuff.c -DCRT_END \ -o crtend.o ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fPIC \ -c ../../gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o make \ CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition " \ CONFIG_H="tconfig.h ../../gcc/../include/ansidecl.h" TM_H="tm.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/svr4.h ../../gcc/config/linux.h ../../gcc/config/i386/linux.h ../../gcc/defaults.h insn-constants.h insn-flags.h" \ INCLUDES="-I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include " \ MAKEOVERRIDES= \ -f libgcc.mk all make[5]: Entering directory `/extra/src/gcc-3.4.3/objdir/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ../../gcc/mkinstalldirs $d; fi; \ done if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_muldi3 -c ../../gcc/libgcc2.c -o libgcc/./_muldi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_muldi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_muldi3.oS libgcc/./_muldi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_negdi2 -c ../../gcc/libgcc2.c -o libgcc/./_negdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_negdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_negdi2.oS libgcc/./_negdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_lshrdi3 -c ../../gcc/libgcc2.c -o libgcc/./_lshrdi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_lshrdi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_lshrdi3.oS libgcc/./_lshrdi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_ashldi3 -c ../../gcc/libgcc2.c -o libgcc/./_ashldi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_ashldi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_ashldi3.oS libgcc/./_ashldi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_ashrdi3 -c ../../gcc/libgcc2.c -o libgcc/./_ashrdi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_ashrdi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_ashrdi3.oS libgcc/./_ashrdi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_cmpdi2 -c ../../gcc/libgcc2.c -o libgcc/./_cmpdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_cmpdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_cmpdi2.oS libgcc/./_cmpdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_ucmpdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ucmpdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_ucmpdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_ucmpdi2.oS libgcc/./_ucmpdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_floatdidf -c ../../gcc/libgcc2.c -o libgcc/./_floatdidf.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_floatdidf.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_floatdidf.oS libgcc/./_floatdidf.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_floatdisf -c ../../gcc/libgcc2.c -o libgcc/./_floatdisf.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_floatdisf.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_floatdisf.oS libgcc/./_floatdisf.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixunsdfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixunsdfsi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixunsdfsi.oS libgcc/./_fixunsdfsi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixunssfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunssfsi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixunssfsi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixunssfsi.oS libgcc/./_fixunssfsi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixunsdfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixunsdfdi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixunsdfdi.oS libgcc/./_fixunsdfdi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixdfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixdfdi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixdfdi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixdfdi.oS libgcc/./_fixdfdi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixunssfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunssfdi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixunssfdi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixunssfdi.oS libgcc/./_fixunssfdi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixsfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixsfdi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixsfdi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixsfdi.oS libgcc/./_fixsfdi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixxfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixxfdi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixxfdi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixxfdi.oS libgcc/./_fixxfdi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixunsxfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixunsxfdi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixunsxfdi.oS libgcc/./_fixunsxfdi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_floatdixf -c ../../gcc/libgcc2.c -o libgcc/./_floatdixf.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_floatdixf.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_floatdixf.oS libgcc/./_floatdixf.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixunsxfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixunsxfsi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixunsxfsi.oS libgcc/./_fixunsxfsi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixtfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixtfdi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixtfdi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixtfdi.oS libgcc/./_fixtfdi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_fixunstfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunstfdi.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_fixunstfdi.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_fixunstfdi.oS libgcc/./_fixunstfdi.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_floatditf -c ../../gcc/libgcc2.c -o libgcc/./_floatditf.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_floatditf.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_floatditf.oS libgcc/./_floatditf.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_clear_cache -c ../../gcc/libgcc2.c -o libgcc/./_clear_cache.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_clear_cache.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_clear_cache.oS libgcc/./_clear_cache.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_enable_execute_stack -c ../../gcc/libgcc2.c -o libgcc/./_enable_execute_stack.o ../../gcc/libgcc2.c:1498: warning: no previous prototype for '__enable_execute_stack' ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_enable_execute_stack.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_enable_execute_stack.oS libgcc/./_enable_execute_stack.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_trampoline -c ../../gcc/libgcc2.c -o libgcc/./_trampoline.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_trampoline.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_trampoline.oS libgcc/./_trampoline.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL__main -c ../../gcc/libgcc2.c -o libgcc/./__main.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./__main.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./__main.oS libgcc/./__main.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_absvsi2 -c ../../gcc/libgcc2.c -o libgcc/./_absvsi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_absvsi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_absvsi2.oS libgcc/./_absvsi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_absvdi2 -c ../../gcc/libgcc2.c -o libgcc/./_absvdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_absvdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_absvdi2.oS libgcc/./_absvdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_addvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_addvsi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_addvsi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_addvsi3.oS libgcc/./_addvsi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_addvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_addvdi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_addvdi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_addvdi3.oS libgcc/./_addvdi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_subvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_subvsi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_subvsi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_subvsi3.oS libgcc/./_subvsi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_subvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_subvdi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_subvdi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_subvdi3.oS libgcc/./_subvdi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_mulvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_mulvsi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_mulvsi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_mulvsi3.oS libgcc/./_mulvsi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_mulvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_mulvdi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_mulvdi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_mulvdi3.oS libgcc/./_mulvdi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_negvsi2 -c ../../gcc/libgcc2.c -o libgcc/./_negvsi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_negvsi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_negvsi2.oS libgcc/./_negvsi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_negvdi2 -c ../../gcc/libgcc2.c -o libgcc/./_negvdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_negvdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_negvdi2.oS libgcc/./_negvdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_ctors -c ../../gcc/libgcc2.c -o libgcc/./_ctors.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_ctors.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_ctors.oS libgcc/./_ctors.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_ffssi2 -c ../../gcc/libgcc2.c -o libgcc/./_ffssi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_ffssi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_ffssi2.oS libgcc/./_ffssi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_ffsdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ffsdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_ffsdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_ffsdi2.oS libgcc/./_ffsdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_clz -c ../../gcc/libgcc2.c -o libgcc/./_clz.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_clz.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_clz.oS libgcc/./_clz.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_clzsi2 -c ../../gcc/libgcc2.c -o libgcc/./_clzsi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_clzsi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_clzsi2.oS libgcc/./_clzsi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_clzdi2 -c ../../gcc/libgcc2.c -o libgcc/./_clzdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_clzdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_clzdi2.oS libgcc/./_clzdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_ctzsi2 -c ../../gcc/libgcc2.c -o libgcc/./_ctzsi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_ctzsi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_ctzsi2.oS libgcc/./_ctzsi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_ctzdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ctzdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_ctzdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_ctzdi2.oS libgcc/./_ctzdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_popcount_tab -c ../../gcc/libgcc2.c -o libgcc/./_popcount_tab.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_popcount_tab.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_popcount_tab.oS libgcc/./_popcount_tab.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_popcountsi2 -c ../../gcc/libgcc2.c -o libgcc/./_popcountsi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_popcountsi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_popcountsi2.oS libgcc/./_popcountsi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_popcountdi2 -c ../../gcc/libgcc2.c -o libgcc/./_popcountdi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_popcountdi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_popcountdi2.oS libgcc/./_popcountdi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_paritysi2 -c ../../gcc/libgcc2.c -o libgcc/./_paritysi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_paritysi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_paritysi2.oS libgcc/./_paritysi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_paritydi2 -c ../../gcc/libgcc2.c -o libgcc/./_paritydi2.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_paritydi2.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_paritydi2.oS libgcc/./_paritydi2.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_divdi3 -c ../../gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_divdi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_divdi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_divdi3.oS libgcc/./_divdi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_moddi3 -c ../../gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_moddi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_moddi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_moddi3.oS libgcc/./_moddi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_udivdi3 -c ../../gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivdi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_udivdi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_udivdi3.oS libgcc/./_udivdi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_umoddi3 -c ../../gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_umoddi3.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_umoddi3.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_umoddi3.oS libgcc/./_umoddi3.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_udiv_w_sdiv -c ../../gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udiv_w_sdiv.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_udiv_w_sdiv.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_udiv_w_sdiv.oS libgcc/./_udiv_w_sdiv.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_udivmoddi4 -c ../../gcc/libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivmoddi4.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_udivmoddi4.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_udivmoddi4.oS libgcc/./_udivmoddi4.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_eprintf -c ../../gcc/libgcc2.c -o libgcc/./_eprintf.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_eprintf.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./_eprintf.oS libgcc/./_eprintf.o -xassembler - ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL__gcc_bcmp -c ../../gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o ( ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./__gcc_bcmp.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ { print "\t.hidden", $3 }'; cat libgcc//stacknote.s ) | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -r -nostdinc -nostdlib -o libgcc/./__gcc_bcmp.oS libgcc/./__gcc_bcmp.o -xassembler - rm -rf ./libgcc.a ` if [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/ar ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ar; else t='s,^,ada,;'; echo ar | sed -e ; fi; fi` rc ./libgcc.a libgcc/./_muldi3.oS libgcc/./_negdi2.oS libgcc/./_lshrdi3.oS libgcc/./_ashldi3.oS libgcc/./_ashrdi3.oS libgcc/./_cmpdi2.oS libgcc/./_ucmpdi2.oS libgcc/./_floatdidf.oS libgcc/./_floatdisf.oS libgcc/./_fixunsdfsi.oS libgcc/./_fixunssfsi.oS libgcc/./_fixunsdfdi.oS libgcc/./_fixdfdi.oS libgcc/./_fixunssfdi.oS libgcc/./_fixsfdi.oS libgcc/./_fixxfdi.oS libgcc/./_fixunsxfdi.oS libgcc/./_floatdixf.oS libgcc/./_fixunsxfsi.oS libgcc/./_fixtfdi.oS libgcc/./_fixunstfdi.oS libgcc/./_floatditf.oS libgcc/./_clear_cache.oS libgcc/./_enable_execute_stack.oS libgcc/./_trampoline.oS libgcc/./__main.oS libgcc/./_absvsi2.oS libgcc/./_absvdi2.oS libgcc/./_addvsi3.oS libgcc/./_addvdi3.oS libgcc/./_subvsi3.oS libgcc/./_subvdi3.oS libgcc/./_mulvsi3.oS libgcc/./_mulvdi3.oS libgcc/./_negvsi2.oS libgcc/./_negvdi2.oS libgcc/./_ctors.oS libgcc/./_ffssi2.oS libgcc/./_ffsdi2.oS libgcc/./_clz.oS libgcc/./_clzsi2.oS libgcc/./_clzdi2.oS libgcc/./_ctzsi2.oS libgcc/./_ctzdi2.oS libgcc/./_popcount_tab.oS libgcc/./_popcountsi2.oS libgcc/./_popcountdi2.oS libgcc/./_paritysi2.oS libgcc/./_paritydi2.oS libgcc/./_divdi3.oS libgcc/./_moddi3.oS libgcc/./_udivdi3.oS libgcc/./_umoddi3.oS libgcc/./_udiv_w_sdiv.oS libgcc/./_udivmoddi4.oS libgcc/./_eprintf.oS libgcc/./__gcc_bcmp.oS ` if [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/ranlib ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/ranlib ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ranlib; else t='s,^,ada,;'; echo ranlib | sed -e ; fi; fi` ./libgcc.a ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_gcov -c ../../gcc/libgcov.c -o libgcc/./_gcov.o ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_gcov_merge_add -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_add.o ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_gcov_merge_single -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_single.o ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -DL_gcov_merge_delta -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_delta.o rm -rf ./libgcov.a ` if [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/ar ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ar; else t='s,^,ada,;'; echo ar | sed -e ; fi; fi` rc ./libgcov.a libgcc/./_gcov.o libgcc/./_gcov_merge_add.o libgcc/./_gcov_merge_single.o libgcc/./_gcov_merge_delta.o ` if [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/ranlib ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/ranlib ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ranlib; else t='s,^,ada,;'; echo ranlib | sed -e ; fi; fi` ./libgcov.a { ` if [ -f ./nm ] ; then echo ./nm ; elif [ -f /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ] ; then echo /extra/src/gcc-3.4.3/objdir/gcc/../binutils/nm-new ; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo nm; else t='s,^,ada,;'; echo nm | sed -e ; fi; fi` -pg libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_enable_execute_stack.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_ffssi2.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_clzsi2.o libgcc/./_clzdi2.o libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde-glibc.o libgcc/./unwind-sjlj.o libgcc/./gthr-gnat.o libgcc/./unwind-c.o; echo %%; \ cat ../../gcc/libgcc-std.ver ../../gcc/config/libgcc-glibc.ver \ | sed -e '/^[ ]*#/d' \ -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \ | ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -E -xassembler-with-cpp -; \ } | gawk -f ../../gcc/mkmap-symver.awk > libgcc/./tmp-libgcc.map mv 'libgcc/./tmp-libgcc.map' libgcc/./libgcc.map ./xgcc -B./ -B/opt/ada/i686-pc-linux-gnu/bin/ -isystem /opt/ada/i686-pc-linux-gnu/include -isystem /opt/ada/i686-pc-linux-gnu/sys-include -L/extra/src/gcc-3.4.3/objdir/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/./libgcc.map -o libgcc_s.so.1.tmp libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_enable_execute_stack.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_ffssi2.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_clzsi2.o libgcc/./_clzdi2.o libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde-glibc.o libgcc/./unwind-sjlj.o libgcc/./gthr-gnat.o libgcc/./unwind-c.o -lc && rm -f libgcc_s.so && if [ -f libgcc_s.so.1 ]; then mv -f libgcc_s.so.1 libgcc_s.so.1.`basename stage2/`; else true; fi && mv libgcc_s.so.1.tmp libgcc_s.so.1 && ln -s libgcc_s.so.1 libgcc_s.so make[5]: Leaving directory `/extra/src/gcc-3.4.3/objdir/gcc' make[4]: Leaving directory `/extra/src/gcc-3.4.3/objdir/gcc' echo timestamp > stage3_build echo stage3_build > stage_last make[3]: Leaving directory `/extra/src/gcc-3.4.3/objdir/gcc' make[2]: Leaving directory `/extra/src/gcc-3.4.3/objdir/gcc' make[1]: Leaving directory `/extra/src/gcc-3.4.3/objdir' [01;32msohail@sohail [01;34mobjdir $ [00mmake bootstrap[Kma cd gcc [01;32msohail@sohail [01;34mgcc $ [00mmake gnatlib_and_tools make: *** No rule to make target `gnatlib_and_tools'. Stop. [01;32msohail@sohail [01;34mgcc $ [00m[Kexit exit Script done on Sat Dec 18 12:38:56 2004