RTEMS Source Builder - Set Builder, v0.2.0 Build Set: 4.11/rtems-sparc config: devel/expat-2.1.0-1.cfg package: expat-2.1.0-i686-linux-gnu-1 script: 1: #!/bin/sh script: 2: # ___build_pre in as set up in defaults.py script: 3: # Save the original path away. script: 4: export SB_ORIG_PATH=${PATH} script: 5: # Directories script: 6: SB_PREFIX="/home/alaya/developement/rtems/4.11" script: 7: SB_PREFIX_CLEAN=$(echo "/home/alaya/developement/rtems/4.11" | /bin/sed -e 's/^\///') script: 8: SB_SOURCE_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources" script: 9: SB_BUILD_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1" script: 10: SB_OPT_HOST_FLAGS="-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/lib" script: 11: SB_OPT_BUILD_FLAGS="-O2 -pipe " script: 12: SB_OPT_FLAGS="${SB_OPT_HOST_FLAGS} " script: 13: SB_ARCH="i686" script: 14: SB_OS="linux" script: 15: export SB_SOURCE_DIR SB_BUILD_DIR SB_OPT_HOST_FLAGS SB_OPT_BUILD_FLAGS SB_OPT_FLAGS SB_ARCH SB_OS script: 16: # Documentation script: 17: SB_DOC_DIR="/home/alaya/developement/rtems/4.11/share/doc" script: 18: export SB_DOC_DIR script: 19: # Packages script: 20: SB_PACKAGE_NAME="expat-2.1.0-i686-linux-gnu-1" script: 21: SB_PACKAGE_BUILDNAME="expat-2.1.0-i686-linux-gnu-1" script: 22: SB_PACKAGE_VERSION="2.1.0" script: 23: SB_PACKAGE_RELEASE="1" script: 24: export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE script: 25: # Build directories script: 26: export SB_PREFIX script: 27: SB_BUILD_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1" script: 28: SB_BUILD_ROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya" script: 29: SB_BUILD_ROOT_BINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/${SB_PREFIX_CLEAN}/bin" script: 30: export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR script: 31: SB_BUILD_CXC_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1-cxc" script: 32: SB_BUILD_CXC_ROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-alaya-cxc" script: 33: SB_BUILD_CXC_ROOT_BINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-alaya-cxc/${SB_PREFIX_CLEAN}/bin" script: 34: export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR script: 35: SB_TMPROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc" script: 36: SB_TMPPREFIX="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}" script: 37: SB_TMPBINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/bin" script: 38: export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR script: 39: SB_TMPCXCROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc" script: 40: SB_TMPCXCPREFIX="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/${SB_PREFIX_CLEAN}" script: 41: SB_TMPCXCBINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/bin" script: 42: export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR script: 43: # The compiler flags script: 44: script: 45: script: 46: export CFLAGS_FOR_TARGET script: 47: export CXXFLAGS_FOR_TARGET script: 48: # Set up the path. Put the CXC path first. script: 49: if test -n "${SB_TMPBINDIR}" ; then script: 50: PATH="${SB_TMPBINDIR}:$PATH" script: 51: fi script: 52: if test -n "${SB_TMPCXCBINDIR}" ; then script: 53: PATH="${SB_TMPCXCBINDIR}:$PATH" script: 54: fi script: 55: export PATH script: 56: # Default environment set up. script: 57: LANG=C script: 58: export LANG script: 59: unset DISPLAY || : script: 60: umask 022 script: 61: cd "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1" script: 62: echo "=> expat-2.1.0-i686-linux-gnu-1:" script: 63: echo "==> %prep:" prep: expat-2.1.0-i686-linux-gnu-1: %setup -q -c -n expat-2.1.0-i686-linux-gnu-1-2.1.0 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources script: 64: cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1 script: 65: /bin/rm -rf expat-2.1.0-i686-linux-gnu-1-2.1.0 script: 66: /bin/mkdir -p expat-2.1.0-i686-linux-gnu-1-2.1.0 script: 67: cd expat-2.1.0-i686-linux-gnu-1-2.1.0 script: 68: /bin/gzip -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/expat-2.1.0.tar.gz | /bin/tar -xvvf - script: 69: /bin/chmod -R a+rX,g-w,o-w . script: 70: cd expat-2.1.0 script: 71: cd .. script: 72: SB_CXC="no" script: 73: echo "==> clean %{buildroot}: ${SB_BUILD_ROOT}" script: 74: /bin/rm -rf ${SB_BUILD_ROOT} script: 75: /bin/mkdir -p ${SB_BUILD_ROOT} script: 76: echo "==> %build:" script: 77: cd expat-2.1.0 script: 78: script: 79: # Host and build flags script: 80: if test "i686-linux-gnu" != "i686-linux-gnu" ; then script: 81: CFLAGS_FOR_BUILD="${SB_OPT_HOST_FLAGS}" script: 82: CC=$(echo "i686-linux-gnu-gcc ${SB_OPT_HOST_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 83: CXXFLAGS_FOR_BUILD="${SB_OPT_HOST_FLAGS}" script: 84: CXX=$(echo "i686-linux-gnu-g++ ${SB_OPT_HOST_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 85: CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 86: CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 87: else script: 88: # gcc is not ready to be compiled with -std=gnu99 script: 89: CC=$(echo "/usr/bin/gcc ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 90: CXX=$(echo "/usr/bin/g++ ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 91: CC_FOR_BUILD=${CC} script: 92: CXX_FOR_BUILD=${CXX} script: 93: fi script: 94: export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD script: 95: ./configure \ script: 96: --build=i686-linux-gnu --host=i686-linux-gnu \ script: 97: --verbose \ script: 98: --prefix=/home/alaya/developement/rtems/4.11 --bindir=/home/alaya/developement/rtems/4.11/bin \ script: 99: --exec-prefix=/home/alaya/developement/rtems/4.11 \ script:100: --includedir=/home/alaya/developement/rtems/4.11/include --libdir=/home/alaya/developement/rtems/4.11/lib \ script:101: --mandir=/home/alaya/developement/rtems/4.11/share/man --infodir=/home/alaya/developement/rtems/4.11/share/info script:102: make -j 2 all script:103: cd .. script:104: echo "==> %install:" script:105: rm -rf $SB_BUILD_ROOT script:106: cd expat-2.1.0 script:107: make DESTDIR=$SB_BUILD_ROOT install script:108: cd .. script:109: echo "==> %clean:" removing: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1 write script: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1/doit building: expat-2.1.0-i686-linux-gnu-1 run: /bin/sh -ex /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1/doit + export SB_ORIG_PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + SB_PREFIX=/home/alaya/developement/rtems/4.11 + echo /home/alaya/developement/rtems/4.11+ /bin/sed -e s/^\/// + SB_PREFIX_CLEAN=home/alaya/developement/rtems/4.11 + SB_SOURCE_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources + SB_BUILD_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1 => expat-2.1.0-i686-linux-gnu-1: ==> %prep: + SB_OPT_HOST_FLAGS=-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + SB_OPT_BUILD_FLAGS=-O2 -pipe + SB_OPT_FLAGS=-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + SB_ARCH=i686 + SB_OS=linux + export SB_SOURCE_DIR SB_BUILD_DIR SB_OPT_HOST_FLAGS SB_OPT_BUILD_FLAGS SB_OPT_FLAGS SB_ARCH SB_OS + SB_DOC_DIR=/home/alaya/developement/rtems/4.11/share/doc + export SB_DOC_DIR + SB_PACKAGE_NAME=expat-2.1.0-i686-linux-gnu-1 + SB_PACKAGE_BUILDNAME=expat-2.1.0-i686-linux-gnu-1 + SB_PACKAGE_VERSION=2.1.0 + SB_PACKAGE_RELEASE=1 + export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE + export SB_PREFIX + SB_BUILD_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1 + SB_BUILD_ROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya + SB_BUILD_ROOT_BINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/bin + export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR + SB_BUILD_CXC_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1-cxc + SB_BUILD_CXC_ROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-alaya-cxc + SB_BUILD_CXC_ROOT_BINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-alaya-cxc/home/alaya/developement/rtems/4.11/bin + export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR + SB_TMPROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc + SB_TMPPREFIX=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11 + SB_TMPBINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR + SB_TMPCXCROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc + SB_TMPCXCPREFIX=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11 + SB_TMPCXCBINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR + export CFLAGS_FOR_TARGET + export CXXFLAGS_FOR_TARGET + test -n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + PATH=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + test -n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + PATH=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + export PATH + LANG=C + export LANG + unset DISPLAY + umask 022 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1 + echo => expat-2.1.0-i686-linux-gnu-1: + echo ==> %prep: + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/expat-2.1.0-i686-linux-gnu-1 + /bin/rm -rf expat-2.1.0-i686-linux-gnu-1-2.1.0 + /bin/mkdir -p expat-2.1.0-i686-linux-gnu-1-2.1.0 + cd expat-2.1.0-i686-linux-gnu-1-2.1.0 + /bin/gzip -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/expat-2.1.0.tar.gz + /bin/tar -xvvf - drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/ -rw-rw-r-- karl/karl 1208 2005-12-29 06:13 expat-2.1.0/COPYING -rwxrwxr-x karl/karl 3299 2012-03-05 15:38 expat-2.1.0/CMakeLists.txt -rwxrwxr-x karl/karl 1990 2004-09-30 04:47 expat-2.1.0/expat.dsw drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/conftools/ -rwxrwxr-x karl/karl 2480 2006-04-07 22:29 expat-2.1.0/conftools/PrintPath -rwxrwxr-x karl/karl 726 2000-09-18 18:26 expat-2.1.0/conftools/mkinstalldirs -rw-rw-r-- karl/karl 1442 2009-01-18 22:26 expat-2.1.0/conftools/expat.m4 -rwxr-xr-x karl/karl 35206 2012-03-24 20:12 expat-2.1.0/conftools/config.sub -rwxr-xr-x karl/karl 13663 2012-03-24 20:12 expat-2.1.0/conftools/install-sh -rwxr-xr-x karl/karl 282967 2012-03-24 20:12 expat-2.1.0/conftools/ltmain.sh -rw-rw-r-- karl/karl 2964 2001-10-01 22:03 expat-2.1.0/conftools/ac_c_bigendian_cross.m4 -rwxr-xr-x karl/karl 44504 2012-03-24 20:12 expat-2.1.0/conftools/config.guess -rwxrwxr-x karl/karl 1266 2002-05-18 02:26 expat-2.1.0/conftools/get-version.sh -rw-rw-r-- karl/karl 5790 2012-03-11 06:54 expat-2.1.0/README drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/examples/ -rw-rw-r-- karl/karl 2415 2007-06-03 17:00 expat-2.1.0/examples/outline.c -rw-rw-r-- karl/karl 1617 2007-06-03 17:00 expat-2.1.0/examples/elements.c -rw-rw-r-- karl/karl 3556 2012-02-21 03:43 expat-2.1.0/examples/elements.dsp -rw-rw-r-- karl/karl 3504 2012-02-21 03:43 expat-2.1.0/examples/outline.dsp drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/bcb5/ -rw-rw-r-- karl/karl 4822 2002-12-07 09:59 expat-2.1.0/bcb5/expat_static.mak -rw-rw-r-- karl/karl 5044 2002-12-07 09:59 expat-2.1.0/bcb5/outline.mak -rw-rw-r-- karl/karl 247 2002-12-07 09:59 expat-2.1.0/bcb5/xmlwf.bpf -rw-rw-r-- karl/karl 1606 2002-12-07 09:59 expat-2.1.0/bcb5/all_projects.bpg -rw-rw-r-- karl/karl 5173 2003-10-24 02:39 expat-2.1.0/bcb5/expatw.mak -rw-rw-r-- karl/karl 5140 2003-10-24 02:39 expat-2.1.0/bcb5/expat.mak -rw-rw-r-- karl/karl 3783 2002-12-07 09:59 expat-2.1.0/bcb5/xmlwf.bpr -rw-rw-r-- karl/karl 5495 2004-01-07 18:12 expat-2.1.0/bcb5/libexpatw_mtd.def -rw-rw-r-- karl/karl 216 2002-12-08 04:37 expat-2.1.0/bcb5/expatw.bpf -rw-rw-r-- karl/karl 534 2003-01-16 23:07 expat-2.1.0/bcb5/makefile.mak -rw-rw-r-- karl/karl 3463 2002-12-07 09:59 expat-2.1.0/bcb5/outline.bpr -rw-rw-r-- karl/karl 4427 2002-12-09 18:23 expat-2.1.0/bcb5/expatw.bpr -rw-rw-r-- karl/karl 215 2002-12-08 04:37 expat-2.1.0/bcb5/expat.bpf -rw-rw-r-- karl/karl 553 2002-12-09 18:23 expat-2.1.0/bcb5/setup.bat -rw-rw-r-- karl/karl 153 2002-12-07 09:59 expat-2.1.0/bcb5/outline.bpf -rw-rw-r-- karl/karl 4576 2002-12-07 09:59 expat-2.1.0/bcb5/elements.bpr -rw-rw-r-- karl/karl 5078 2002-12-07 09:59 expat-2.1.0/bcb5/elements.mak -rw-rw-r-- karl/karl 155 2002-12-07 09:59 expat-2.1.0/bcb5/elements.bpf -rw-rw-r-- karl/karl 4301 2003-10-24 02:39 expat-2.1.0/bcb5/README.txt -rw-rw-r-- karl/karl 181 2002-12-07 09:59 expat-2.1.0/bcb5/expat_static.bpf -rw-rw-r-- karl/karl 4855 2002-12-09 18:23 expat-2.1.0/bcb5/expatw_static.mak -rw-rw-r-- karl/karl 181 2002-12-07 09:59 expat-2.1.0/bcb5/expatw_static.bpf -rw-rw-r-- karl/karl 5495 2004-01-07 18:12 expat-2.1.0/bcb5/libexpat_mtd.def -rw-rw-r-- karl/karl 3601 2002-12-07 09:59 expat-2.1.0/bcb5/expat_static.bpr -rw-rw-r-- karl/karl 4535 2002-12-09 18:23 expat-2.1.0/bcb5/expatw_static.bpr -rw-rw-r-- karl/karl 4039 2002-12-08 04:37 expat-2.1.0/bcb5/expat.bpr -rw-rw-r-- karl/karl 5145 2002-12-07 09:59 expat-2.1.0/bcb5/xmlwf.mak drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/m4/ -rw-r--r-- karl/karl 11950 2012-03-24 20:12 expat-2.1.0/m4/ltoptions.m4 -rw-r--r-- karl/karl 6126 2012-03-24 20:12 expat-2.1.0/m4/lt~obsolete.m4 -rw-r--r-- karl/karl 281744 2012-03-24 20:12 expat-2.1.0/m4/libtool.m4 -rw-r--r-- karl/karl 4372 2012-03-24 20:12 expat-2.1.0/m4/ltsugar.m4 -rw-r--r-- karl/karl 686 2012-03-24 20:12 expat-2.1.0/m4/ltversion.m4 -rwxrwxr-x karl/karl 1512 2012-03-05 15:38 expat-2.1.0/ConfigureChecks.cmake -rw-rw-r-- karl/karl 11379 2012-03-24 20:06 expat-2.1.0/Changes drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/amiga/ -rwxrwxr-x karl/karl 6737 2009-08-08 05:48 expat-2.1.0/amiga/expat_68k_handler_stubs.c -rw-rw-r-- karl/karl 1395 2009-08-08 05:48 expat-2.1.0/amiga/expat_base.h drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/amiga/include/ drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/amiga/include/libraries/ -rw-rw-r-- karl/karl 16516 2007-06-03 16:53 expat-2.1.0/amiga/include/libraries/expat.h drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/amiga/include/interfaces/ -rw-rw-r-- karl/karl 7930 2005-12-24 07:45 expat-2.1.0/amiga/include/interfaces/expat.h drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/amiga/include/proto/ -rw-rw-r-- karl/karl 1335 2007-06-03 16:51 expat-2.1.0/amiga/include/proto/expat.h drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/amiga/include/inline4/ -rw-rw-r-- karl/karl 6557 2005-12-24 07:45 expat-2.1.0/amiga/include/inline4/expat.h -rw-rw-r-- karl/karl 42000 2009-08-08 05:48 expat-2.1.0/amiga/expat_68k.c -rw-rw-r-- karl/karl 21979 2009-01-31 21:57 expat-2.1.0/amiga/expat_vectors.c -rwxrwxr-x karl/karl 4133 2009-08-08 05:48 expat-2.1.0/amiga/expat_68k.h -rw-rw-r-- karl/karl 10427 2009-08-08 05:48 expat-2.1.0/amiga/Makefile -rw-rw-r-- karl/karl 3136 2009-08-08 05:48 expat-2.1.0/amiga/README.txt -rwxrwxr-x karl/karl 1744 2009-08-08 05:48 expat-2.1.0/amiga/launch.c -rw-rw-r-- karl/karl 10742 2005-12-24 07:39 expat-2.1.0/amiga/expat.xml -rwxrwxr-x karl/karl 5839 2009-08-08 05:48 expat-2.1.0/amiga/expat_lib.c -rwxrwxr-x karl/karl 565580 2012-03-24 20:12 expat-2.1.0/configure drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/doc/ -rw-rw-r-- karl/karl 94947 2012-03-10 19:27 expat-2.1.0/doc/reference.html -rw-rw-r-- karl/karl 2368 2007-06-05 17:05 expat-2.1.0/doc/valid-xhtml10.png -rw-rw-r-- karl/karl 1027 2007-06-05 17:05 expat-2.1.0/doc/expat.png -rw-rw-r-- karl/karl 1340 2004-07-23 05:28 expat-2.1.0/doc/style.css -rw-rw-r-- karl/karl 7895 2007-04-30 02:53 expat-2.1.0/doc/xmlwf.1 -rw-rw-r-- karl/karl 13690 2009-01-18 22:55 expat-2.1.0/doc/xmlwf.sgml -rw-rw-r-- karl/karl 231 2009-01-19 04:35 expat-2.1.0/expat.pc.in drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/win32/ -rw-rw-r-- karl/karl 1195 2007-05-03 04:15 expat-2.1.0/win32/MANIFEST.txt -rw-rw-r-- karl/karl 2804 2012-03-04 16:53 expat-2.1.0/win32/README.txt -rw-rw-r-- karl/karl 4337 2012-03-04 16:53 expat-2.1.0/win32/expat.iss drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/tests/ -rw-rw-r-- karl/karl 49164 2012-03-04 00:45 expat-2.1.0/tests/runtests.c -rw-rw-r-- karl/karl 3038 2004-04-30 05:18 expat-2.1.0/tests/chardata.c -rwxrwxr-x karl/karl 3557 2008-08-03 20:19 expat-2.1.0/tests/xmltest.sh -rw-rw-r-- karl/karl 2336 2012-02-21 04:49 expat-2.1.0/tests/minicheck.h -rw-rw-r-- karl/karl 185 2005-01-28 06:19 expat-2.1.0/tests/runtestspp.cpp -rw-rw-r-- karl/karl 570 2012-02-26 15:36 expat-2.1.0/tests/README.txt drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/tests/benchmark/ -rw-rw-r-- karl/karl 820 2004-09-30 04:47 expat-2.1.0/tests/benchmark/benchmark.dsw -rw-rw-r-- karl/karl 2999 2012-02-21 04:45 expat-2.1.0/tests/benchmark/benchmark.dsp -rw-rw-r-- karl/karl 546 2006-01-01 19:53 expat-2.1.0/tests/benchmark/README.txt -rw-rw-r-- karl/karl 2798 2007-06-03 17:00 expat-2.1.0/tests/benchmark/benchmark.c -rw-rw-r-- karl/karl 791 2004-09-30 06:58 expat-2.1.0/tests/chardata.h -rw-rw-r-- karl/karl 4219 2006-07-01 16:54 expat-2.1.0/tests/minicheck.c -rwxrwxr-x karl/karl 2735 2012-03-05 15:38 expat-2.1.0/expat_config.h.cmake -rwxrwxr-x karl/karl 1768 2012-03-05 15:38 expat-2.1.0/CMake.README -rw-rw-r-- karl/karl 2518 2012-03-05 15:38 expat-2.1.0/MANIFEST -rw-rw-r-- karl/karl 2728 2012-03-24 20:12 expat-2.1.0/expat_config.h.in drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/vms/ -rw-rw-r-- karl/karl 2080 2004-01-29 01:11 expat-2.1.0/vms/descrip.mms -rw-rw-r-- karl/karl 1199 2003-11-02 19:13 expat-2.1.0/vms/expat_config.h -rw-rw-r-- karl/karl 576 2002-06-05 06:13 expat-2.1.0/vms/README.vms -rw-rw-r-- karl/karl 7036 2012-03-18 23:18 expat-2.1.0/Makefile.in drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/xmlwf/ -rwxrwxr-x karl/karl 509 2005-12-25 17:54 expat-2.1.0/xmlwf/xmlfile.h -rwxrwxr-x karl/karl 224 2002-07-01 17:18 expat-2.1.0/xmlwf/xmlurl.h -rwxrwxr-x karl/karl 1790 2009-11-12 17:51 expat-2.1.0/xmlwf/readfilemap.c -rwxrwxr-x karl/karl 2143 2002-07-01 17:13 expat-2.1.0/xmlwf/win32filemap.c -rwxrwxr-x karl/karl 1274 2006-06-28 04:55 expat-2.1.0/xmlwf/unixfilemap.c -rwxrwxr-x karl/karl 493 2002-07-01 17:13 expat-2.1.0/xmlwf/xmlmime.h -rwxrwxr-x karl/karl 2912 2002-07-01 17:13 expat-2.1.0/xmlwf/ct.c -rwxrwxr-x karl/karl 4130 2012-02-21 03:16 expat-2.1.0/xmlwf/xmlwf.dsp -rwxrwxr-x karl/karl 500 2002-07-01 17:13 expat-2.1.0/xmlwf/filemap.h -rwxrwxr-x karl/karl 1355 2006-08-05 19:00 expat-2.1.0/xmlwf/codepage.c -rwxrwxr-x karl/karl 6082 2007-06-03 17:00 expat-2.1.0/xmlwf/xmlfile.c -rwxrwxr-x karl/karl 3218 2002-07-01 17:13 expat-2.1.0/xmlwf/xmlmime.c -rwxrwxr-x karl/karl 21212 2009-01-19 01:19 expat-2.1.0/xmlwf/xmlwf.c -rwxrwxr-x karl/karl 8813 2002-08-23 23:47 expat-2.1.0/xmlwf/xmlwin32url.cxx -rwxrwxr-x karl/karl 825 2000-04-21 06:20 expat-2.1.0/xmlwf/xmltchar.h -rwxrwxr-x karl/karl 196 2002-07-01 17:13 expat-2.1.0/xmlwf/codepage.h -rw-rw-r-- karl/karl 4652 2012-03-04 00:45 expat-2.1.0/configure.in drwxrwxr-x karl/karl 0 2012-03-24 20:12 expat-2.1.0/lib/ -rw-rw-r-- karl/karl 3144 2006-11-26 18:34 expat-2.1.0/lib/xmltok_ns.c -rw-rw-r-- karl/karl 797 2007-06-03 16:57 expat-2.1.0/lib/amigaconfig.h -rw-rw-r-- karl/karl 11184 2005-12-23 15:45 expat-2.1.0/lib/xmltok.h -rw-rw-r-- karl/karl 3364 2006-06-02 14:17 expat-2.1.0/lib/expat_external.h -rw-rw-r-- karl/karl 1830 2002-07-01 22:44 expat-2.1.0/lib/iasciitab.h -rw-rw-r-- karl/karl 4599 2002-07-08 19:06 expat-2.1.0/lib/Makefile.MPW -rw-rw-r-- karl/karl 2028 2007-05-11 19:20 expat-2.1.0/lib/libexpat.def -rw-rw-r-- karl/karl 709 2005-12-16 18:41 expat-2.1.0/lib/winconfig.h -rw-rw-r-- karl/karl 7050 2000-09-18 18:26 expat-2.1.0/lib/nametab.h -rw-rw-r-- karl/karl 2028 2006-11-26 18:35 expat-2.1.0/lib/internal.h -rw-rw-r-- karl/karl 32475 2009-01-31 07:21 expat-2.1.0/lib/xmlrole.c -rw-rw-r-- karl/karl 4971 2012-02-21 03:45 expat-2.1.0/lib/expatw.dsp -rw-rw-r-- karl/karl 1760 2002-07-01 22:44 expat-2.1.0/lib/asciitab.h -rw-rw-r-- karl/karl 1763 2002-07-01 22:44 expat-2.1.0/lib/utf8tab.h -rw-rw-r-- karl/karl 2028 2007-05-11 19:20 expat-2.1.0/lib/libexpatw.def -rw-rw-r-- karl/karl 197613 2012-03-11 06:13 expat-2.1.0/lib/xmlparse.c -rw-rw-r-- karl/karl 41405 2009-01-31 07:21 expat-2.1.0/lib/xmltok.c -rw-rw-r-- karl/karl 1985 2007-05-08 04:25 expat-2.1.0/lib/ascii.h -rw-rw-r-- karl/karl 661 2000-09-21 23:20 expat-2.1.0/lib/xmltok_impl.h -rw-rw-r-- karl/karl 1813 2002-07-01 22:44 expat-2.1.0/lib/latin1tab.h -rw-rw-r-- karl/karl 4325 2007-05-03 04:13 expat-2.1.0/lib/expatw_static.dsp -rw-rw-r-- karl/karl 1325 2003-11-02 19:14 expat-2.1.0/lib/macconfig.h -rw-rw-r-- karl/karl 4901 2012-02-21 03:45 expat-2.1.0/lib/expat.dsp -rw-rw-r-- karl/karl 3023 2002-11-12 22:45 expat-2.1.0/lib/xmlrole.h -rw-rw-r-- karl/karl 44554 2012-02-21 03:59 expat-2.1.0/lib/xmltok_impl.c -rw-rw-r-- karl/karl 4254 2012-02-21 03:45 expat-2.1.0/lib/expat_static.dsp -rw-rw-r-- karl/karl 41752 2012-03-03 20:08 expat-2.1.0/lib/expat.h -rw-rw-r-- karl/karl 304569 2012-03-24 20:12 expat-2.1.0/aclocal.m4 + /bin/chmod -R a+rX,g-w,o-w . + cd expat-2.1.0 + cd .. + SB_CXC=no + echo ==> clean %{buildroot}: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya ==> clean %{buildroot}: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya + /bin/rm -rf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya + /bin/mkdir -p /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya + echo ==> %build: + cd expat-2.1.0 + test i686-linux-gnu != i686-linux-gnu ==> %build: + echo /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + sed -e s,-std=gnu99 ,, + CC=/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + + sed -eecho /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib s,-std=gnu99 ,, + CXX=/usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + CC_FOR_BUILD=/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + CXX_FOR_BUILD=/usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD + ./configure --build=i686-linux-gnu --host=i686-linux-gnu --verbose --prefix=/home/alaya/developement/rtems/4.11 --bindir=/home/alaya/developement/rtems/4.11/bin --exec-prefix=/home/alaya/developement/rtems/4.11 --includedir=/home/alaya/developement/rtems/4.11/include --libdir=/home/alaya/developement/rtems/4.11/lib --mandir=/home/alaya/developement/rtems/4.11/share/man --infodir=/home/alaya/developement/rtems/4.11/share/info checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for i686-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... no checking for mawk... mawk checking command to parse /usr/bin/nm -B output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... ok checking for sysroot... no checking for i686-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for i686-linux-gnu-gcc... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... (cached) yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... (cached) none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking how to run the C++ preprocessor... /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for ld used by /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (/usr/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for a BSD-compatible install... /usr/bin/install -c checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -fexceptions... yes checking for ANSI C header files... (cached) yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for memmove... yes checking for bcopy... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for off_t... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C99... -std=gnu99 checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for an ANSI C99-conforming __func__... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating expat.pc config.status: creating expat_config.h config.status: executing libtool commands + make -j 2 all /bin/bash ./libtool --silent --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c /bin/bash ./libtool --silent --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmltok.lo -c lib/xmltok.c /bin/bash ./libtool --silent --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlrole.lo -c lib/xmlrole.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlwf.o -c xmlwf/xmlwf.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlfile.o -c xmlwf/xmlfile.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/codepage.o -c xmlwf/codepage.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/unixfilemap.o -c xmlwf/unixfilemap.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o examples/elements.o -c examples/elements.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o examples/outline.o -c examples/outline.c /bin/bash ./libtool --silent --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -no-undefined -version-info 7:0:6 -rpath /home/alaya/developement/rtems/4.11/lib -o libexpat.la lib/xmlparse.lo lib/xmltok.lo lib/xmlrole.lo /bin/bash ./libtool --silent --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlwf xmlwf/xmlwf.o xmlwf/xmlfile.o xmlwf/codepage.o xmlwf/unixfilemap.o libexpat.la /bin/bash ./libtool --silent --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o examples/elements examples/elements.o libexpat.la /bin/bash ./libtool --silent --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o examples/outline examples/outline.o libexpat.la + cd .. + echo ==> %install: + rm -rf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya ==> %install: + cd expat-2.1.0 + make DESTDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya install /bin/bash ./conftools/mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/include /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/pkgconfig mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11 mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/include mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/pkgconfig /bin/bash ./libtool --mode=install /usr/bin/install -c libexpat.la /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/libexpat.la libtool: install: /usr/bin/install -c .libs/libexpat.so.1.6.0 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/libexpat.so.1.6.0 libtool: install: (cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib && { ln -s -f libexpat.so.1.6.0 libexpat.so.1 || { rm -f libexpat.so.1 && ln -s libexpat.so.1.6.0 libexpat.so.1; }; }) libtool: install: (cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib && { ln -s -f libexpat.so.1.6.0 libexpat.so || { rm -f libexpat.so && ln -s libexpat.so.1.6.0 libexpat.so; }; }) libtool: install: /usr/bin/install -c .libs/libexpat.lai /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/libexpat.la libtool: install: /usr/bin/install -c .libs/libexpat.a /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/libexpat.a libtool: install: chmod 644 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/libexpat.a libtool: install: ranlib /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/libexpat.a libtool: install: warning: remember to run `libtool --finish /home/alaya/developement/rtems/4.11/lib' for FN in ./lib/expat.h ./lib/expat_external.h ; do /usr/bin/install -c -m 644 $FN /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/include ; done /usr/bin/install -c -m 644 expat.pc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/lib/pkgconfig/expat.pc /bin/bash ./conftools/mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/bin /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1 mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/bin mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/share mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/share/man mkdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1 /bin/bash ./libtool --mode=install /usr/bin/install -c xmlwf/xmlwf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/bin/xmlwf libtool: install: warning: `libexpat.la' has not been installed in `/home/alaya/developement/rtems/4.11/lib' libtool: install: /usr/bin/install -c xmlwf/.libs/xmlwf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/bin/xmlwf /usr/bin/install -c -m 644 ./doc/xmlwf.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/expat-2.1.0-i686-linux-gnu-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1 + cd .. + echo ==> %clean: ==> %clean: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/xmlwf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/xmlwf.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include/expat_external.h /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include/expat.h /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib/libexpat.so /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib/libexpat.la /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib/libexpat.so.1.6.0 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib/libexpat.so.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib/libexpat.a /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib/pkgconfig/expat.pc config: tools/rtems-binutils-2.23.2-1.cfg package: sparc-rtems4.11-binutils-2.23.2-1 script: 1: #!/bin/sh script: 2: # ___build_pre in as set up in defaults.py script: 3: # Save the original path away. script: 4: export SB_ORIG_PATH=${PATH} script: 5: # Directories script: 6: SB_PREFIX="/home/alaya/developement/rtems/4.11" script: 7: SB_PREFIX_CLEAN=$(echo "/home/alaya/developement/rtems/4.11" | /bin/sed -e 's/^\///') script: 8: SB_SOURCE_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources" script: 9: SB_BUILD_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1" script: 10: SB_OPT_HOST_FLAGS="-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/lib" script: 11: SB_OPT_BUILD_FLAGS="-O2 -pipe " script: 12: SB_OPT_FLAGS="${SB_OPT_HOST_FLAGS} " script: 13: SB_ARCH="i686" script: 14: SB_OS="linux" script: 15: export SB_SOURCE_DIR SB_BUILD_DIR SB_OPT_HOST_FLAGS SB_OPT_BUILD_FLAGS SB_OPT_FLAGS SB_ARCH SB_OS script: 16: # Documentation script: 17: SB_DOC_DIR="/home/alaya/developement/rtems/4.11/share/doc" script: 18: export SB_DOC_DIR script: 19: # Packages script: 20: SB_PACKAGE_NAME="sparc-rtems4.11-binutils-2.23.2-1" script: 21: SB_PACKAGE_BUILDNAME="sparc-rtems4.11-binutils-2.23.2-1" script: 22: SB_PACKAGE_VERSION="2.23.2" script: 23: SB_PACKAGE_RELEASE="1" script: 24: export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE script: 25: # Build directories script: 26: export SB_PREFIX script: 27: SB_BUILD_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1" script: 28: SB_BUILD_ROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya" script: 29: SB_BUILD_ROOT_BINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/${SB_PREFIX_CLEAN}/bin" script: 30: export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR script: 31: SB_BUILD_CXC_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1-cxc" script: 32: SB_BUILD_CXC_ROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-alaya-cxc" script: 33: SB_BUILD_CXC_ROOT_BINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-alaya-cxc/${SB_PREFIX_CLEAN}/bin" script: 34: export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR script: 35: SB_TMPROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc" script: 36: SB_TMPPREFIX="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}" script: 37: SB_TMPBINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/bin" script: 38: export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR script: 39: SB_TMPCXCROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc" script: 40: SB_TMPCXCPREFIX="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/${SB_PREFIX_CLEAN}" script: 41: SB_TMPCXCBINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/bin" script: 42: export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR script: 43: # The compiler flags script: 44: script: 45: script: 46: export CFLAGS_FOR_TARGET script: 47: export CXXFLAGS_FOR_TARGET script: 48: # Set up the path. Put the CXC path first. script: 49: if test -n "${SB_TMPBINDIR}" ; then script: 50: PATH="${SB_TMPBINDIR}:$PATH" script: 51: fi script: 52: if test -n "${SB_TMPCXCBINDIR}" ; then script: 53: PATH="${SB_TMPCXCBINDIR}:$PATH" script: 54: fi script: 55: export PATH script: 56: # Default environment set up. script: 57: LANG=C script: 58: export LANG script: 59: unset DISPLAY || : script: 60: umask 022 script: 61: cd "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1" script: 62: echo "=> sparc-rtems4.11-binutils-2.23.2-1:" script: 63: echo "==> %prep:" script: 64: source_dir_0="binutils-2.23.2" prep: sparc-rtems4.11-binutils-2.23.2-1: %setup -q -c -n sparc-rtems4.11-binutils-2.23.2-1-2.23.2 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources script: 65: cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1 script: 66: /bin/rm -rf sparc-rtems4.11-binutils-2.23.2-1-2.23.2 script: 67: /bin/mkdir -p sparc-rtems4.11-binutils-2.23.2-1-2.23.2 script: 68: cd sparc-rtems4.11-binutils-2.23.2-1-2.23.2 script: 69: /bin/bzip2 -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/binutils-2.23.2.tar.bz2 | /bin/tar -xvvf - script: 70: /bin/chmod -R a+rX,g-w,o-w . script: 71: cd ${source_dir_0} script: 72: cd .. script: 73: SB_CXC="no" script: 74: echo "==> clean %{buildroot}: ${SB_BUILD_ROOT}" script: 75: /bin/rm -rf ${SB_BUILD_ROOT} script: 76: /bin/mkdir -p ${SB_BUILD_ROOT} script: 77: echo "==> %build:" script: 78: script: 79: if test "i686-linux-gnu" != "i686-linux-gnu" ; then script: 80: build_dir="build-cxc" script: 81: else script: 82: build_dir="build" script: 83: fi script: 84: mkdir -p ${build_dir} script: 85: cd ${build_dir} script: 86: script: 87: # Host and build flags script: 88: if test "i686-linux-gnu" != "i686-linux-gnu" ; then script: 89: CFLAGS_FOR_BUILD="${SB_OPT_HOST_FLAGS}" script: 90: CC=$(echo "i686-linux-gnu-gcc ${SB_OPT_HOST_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 91: CXXFLAGS_FOR_BUILD="${SB_OPT_HOST_FLAGS}" script: 92: CXX=$(echo "i686-linux-gnu-g++ ${SB_OPT_HOST_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 93: CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 94: CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 95: else script: 96: # gcc is not ready to be compiled with -std=gnu99 script: 97: CC=$(echo "/usr/bin/gcc ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 98: CXX=$(echo "/usr/bin/g++ ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script: 99: CC_FOR_BUILD=${CC} script:100: CXX_FOR_BUILD=${CXX} script:101: fi script:102: export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD script:103: ../${source_dir_0}/configure \ script:104: --build=i686-linux-gnu --host=i686-linux-gnu \ script:105: --target=sparc-rtems4.11 \ script:106: --verbose --disable-nls \ script:107: --enable-deterministic-archives \ script:108: --without-included-gettext \ script:109: --disable-win32-registry \ script:110: --disable-werror \ script:111: --prefix=/home/alaya/developement/rtems/4.11 --bindir=/home/alaya/developement/rtems/4.11/bin \ script:112: --exec-prefix=/home/alaya/developement/rtems/4.11 \ script:113: --includedir=/home/alaya/developement/rtems/4.11/include --libdir=/home/alaya/developement/rtems/4.11/lib \ script:114: --mandir=/home/alaya/developement/rtems/4.11/share/man --infodir=/home/alaya/developement/rtems/4.11/share/info script:115: make -j 2 all script:116: cd .. script:117: echo "==> %install:" script:118: /bin/rm -rf $SB_BUILD_ROOT script:119: cd ${build_dir} script:120: make DESTDIR=$SB_BUILD_ROOT install script:121: /bin/rm -rf $SB_BUILD_ROOT/home/alaya/developement/rtems/4.11/share/info/configure.info* script:122: /bin/rm -f $SB_BUILD_ROOT/home/alaya/developement/rtems/4.11/share/info/dir script:123: touch $SB_BUILD_ROOT/home/alaya/developement/rtems/4.11/share/info/dir script:124: mkdir -p $SB_BUILD_ROOT/home/alaya/developement/rtems/4.11/share/locale script:125: /bin/rm -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/lib/libiberty* script:126: if test ! -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-dlltool; then script:127: /bin/rm -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-dlltool* script:128: fi script:129: if test ! -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-nlmconv; then script:130: /bin/rm -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-nlmconv* script:131: fi script:132: if test ! -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-windres; then script:133: /bin/rm -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-windres* script:134: fi script:135: if test ! -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-windmc; then script:136: /bin/rm -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-windmc* script:137: fi script:138: cd .. script:139: echo "==> %clean:" removing: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1 write script: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/doit building: sparc-rtems4.11-binutils-2.23.2-1 run: /bin/sh -ex /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/doit + export SB_ORIG_PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + SB_PREFIX=/home/alaya/developement/rtems/4.11 + + /bin/sed -e s/^\/// echo /home/alaya/developement/rtems/4.11 + SB_PREFIX_CLEAN=home/alaya/developement/rtems/4.11 + SB_SOURCE_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources + SB_BUILD_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1 + SB_OPT_HOST_FLAGS=-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib => sparc-rtems4.11-binutils-2.23.2-1: + SB_OPT_BUILD_FLAGS=-O2 -pipe ==> %prep: + SB_OPT_FLAGS=-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + SB_ARCH=i686 + SB_OS=linux + export SB_SOURCE_DIR SB_BUILD_DIR SB_OPT_HOST_FLAGS SB_OPT_BUILD_FLAGS SB_OPT_FLAGS SB_ARCH SB_OS + SB_DOC_DIR=/home/alaya/developement/rtems/4.11/share/doc + export SB_DOC_DIR + SB_PACKAGE_NAME=sparc-rtems4.11-binutils-2.23.2-1 + SB_PACKAGE_BUILDNAME=sparc-rtems4.11-binutils-2.23.2-1 + SB_PACKAGE_VERSION=2.23.2 + SB_PACKAGE_RELEASE=1 + export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE + export SB_PREFIX + SB_BUILD_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1 + SB_BUILD_ROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya + SB_BUILD_ROOT_BINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin + export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR + SB_BUILD_CXC_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1-cxc + SB_BUILD_CXC_ROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-alaya-cxc + SB_BUILD_CXC_ROOT_BINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-alaya-cxc/home/alaya/developement/rtems/4.11/bin + export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR + SB_TMPROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc + SB_TMPPREFIX=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11 + SB_TMPBINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR + SB_TMPCXCROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc + SB_TMPCXCPREFIX=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11 + SB_TMPCXCBINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR + export CFLAGS_FOR_TARGET + export CXXFLAGS_FOR_TARGET + test -n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + PATH=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + test -n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + PATH=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + export PATH + LANG=C + export LANG + unset DISPLAY + umask 022 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1 + echo => sparc-rtems4.11-binutils-2.23.2-1: + echo ==> %prep: + source_dir_0=binutils-2.23.2 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1 + /bin/rm -rf sparc-rtems4.11-binutils-2.23.2-1-2.23.2 + /bin/mkdir -p sparc-rtems4.11-binutils-2.23.2-1-2.23.2 + cd sparc-rtems4.11-binutils-2.23.2-1-2.23.2 + /bin/bzip2 -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/binutils-2.23.2.tar.bz2 + /bin/tar -xvvf - -rw-rw-rw- gingold/gingold 578 2010-12-09 10:03 binutils-2.23.2/bfd/.gitignore drwxr-xr-x Creating directory: binutils-2.23.2 drwxr-xr-x Creating directory: binutils-2.23.2/bfd -rw-rw-rw- gingold/gingold 2455 2009-11-24 23:47 binutils-2.23.2/bfd/acinclude.m4 -rw-rw-rw- gingold/gingold 36409 2012-05-18 00:23 binutils-2.23.2/bfd/aclocal.m4 -rw-rw-rw- gingold/gingold 7861 2012-07-13 16:22 binutils-2.23.2/bfd/aix386-core.c -rw-rw-rw- gingold/gingold 9726 2008-04-18 11:22 binutils-2.23.2/bfd/aix5ppc-core.c -rw-rw-rw- gingold/gingold 16420 2011-07-11 17:03 binutils-2.23.2/bfd/aout-adobe.c -rw-rw-rw- gingold/gingold 17381 2012-05-05 05:05 binutils-2.23.2/bfd/aout-arm.c -rw-rw-rw- gingold/gingold 9837 2012-05-16 16:26 binutils-2.23.2/bfd/aout-cris.c -rw-rw-rw- gingold/gingold 12630 2012-05-16 16:26 binutils-2.23.2/bfd/aout-ns32k.c -rw-rw-rw- gingold/gingold 1431 2012-05-16 16:26 binutils-2.23.2/bfd/aout-sparcle.c -rw-rw-rw- gingold/gingold 20726 2011-07-11 17:03 binutils-2.23.2/bfd/aout-target.h -rw-rw-rw- gingold/gingold 34005 2012-05-05 05:05 binutils-2.23.2/bfd/aout-tic30.c -rw-rw-rw- gingold/gingold 1444 2012-05-16 16:26 binutils-2.23.2/bfd/aout0.c -rw-rw-rw- gingold/gingold 989 2009-09-02 09:18 binutils-2.23.2/bfd/aout32.c -rw-rw-rw- gingold/gingold 1121 2009-09-02 09:18 binutils-2.23.2/bfd/aout64.c -rw-rw-rw- gingold/gingold 26160 2007-07-03 16:26 binutils-2.23.2/bfd/aoutf1.h -rw-rw-rw- gingold/gingold 165860 2012-05-01 18:07 binutils-2.23.2/bfd/aoutx.h -rw-rw-rw- gingold/gingold 75471 2013-03-25 09:06 binutils-2.23.2/bfd/archive.c -rw-rw-rw- gingold/gingold 7255 2012-01-20 15:42 binutils-2.23.2/bfd/archive64.c -rw-rw-rw- gingold/gingold 39181 2012-09-04 14:53 binutils-2.23.2/bfd/archures.c -rw-rw-rw- gingold/gingold 1514 2007-07-03 16:26 binutils-2.23.2/bfd/armnetbsd.c -rw-rw-rw- gingold/gingold 35931 2012-09-04 14:53 binutils-2.23.2/bfd/bfd-in.h -rw-rw-rw- gingold/gingold 224128 2012-09-04 14:53 binutils-2.23.2/bfd/bfd-in2.h -rw-rw-rw- gingold/gingold 52335 2012-07-24 23:06 binutils-2.23.2/bfd/bfd.c -rw-rw-rw- gingold/gingold 1457 2010-01-05 01:40 binutils-2.23.2/bfd/bfd.m4 -rw-rw-rw- gingold/gingold 15871 2013-03-25 09:06 binutils-2.23.2/bfd/bfdio.c -rw-rw-rw- gingold/gingold 6793 2011-09-08 18:06 binutils-2.23.2/bfd/bfdwin.c -rw-rw-rw- gingold/gingold 11479 2011-07-11 17:03 binutils-2.23.2/bfd/binary.c -rw-rw-rw- gingold/gingold 43340 2011-07-11 17:03 binutils-2.23.2/bfd/bout.c -rw-rw-rw- gingold/gingold 15994 2013-03-25 09:06 binutils-2.23.2/bfd/cache.c -rw-rw-rw- gingold/gingold 1165 2009-09-02 09:18 binutils-2.23.2/bfd/cf-i386lynx.c -rw-rw-rw- gingold/gingold 1078 2009-09-02 09:18 binutils-2.23.2/bfd/cf-sparclynx.c -rw-rw-rw- gingold/gingold 95729 2013-03-25 10:08 binutils-2.23.2/bfd/ChangeLog -rw-rw-rw- gingold/gingold 350400 2002-08-16 01:19 binutils-2.23.2/bfd/ChangeLog-0001 -rw-rw-rw- gingold/gingold 442573 2006-06-05 02:12 binutils-2.23.2/bfd/ChangeLog-0203 -rw-rw-rw- gingold/gingold 205927 2006-06-05 02:12 binutils-2.23.2/bfd/ChangeLog-2004 -rw-rw-rw- gingold/gingold 194282 2006-06-05 02:12 binutils-2.23.2/bfd/ChangeLog-2005 -rw-rw-rw- gingold/gingold 138462 2007-01-09 15:29 binutils-2.23.2/bfd/ChangeLog-2006 -rw-rw-rw- gingold/gingold 136690 2008-01-02 22:41 binutils-2.23.2/bfd/ChangeLog-2007 -rw-rw-rw- gingold/gingold 135189 2009-01-02 17:48 binutils-2.23.2/bfd/ChangeLog-2008 -rw-rw-rw- gingold/gingold 195896 2010-01-01 19:06 binutils-2.23.2/bfd/ChangeLog-2009 -rw-rw-rw- gingold/gingold 134821 2011-01-01 17:43 binutils-2.23.2/bfd/ChangeLog-2010 -rw-rw-rw- gingold/gingold 129194 2012-01-05 11:09 binutils-2.23.2/bfd/ChangeLog-2011 -rw-rw-rw- gingold/gingold 304979 2001-03-08 22:03 binutils-2.23.2/bfd/ChangeLog-9193 -rw-rw-rw- gingold/gingold 411353 2002-03-05 06:26 binutils-2.23.2/bfd/ChangeLog-9495 -rw-rw-rw- gingold/gingold 258272 2001-03-08 22:03 binutils-2.23.2/bfd/ChangeLog-9697 -rw-rw-rw- gingold/gingold 206494 2001-03-08 22:03 binutils-2.23.2/bfd/ChangeLog-9899 -rw-rw-rw- gingold/gingold 13039 2012-07-23 15:19 binutils-2.23.2/bfd/cisco-core.c -rw-rw-rw- gingold/gingold 71244 2012-07-13 16:22 binutils-2.23.2/bfd/coff-alpha.c -rw-rw-rw- gingold/gingold 4221 2012-07-13 16:22 binutils-2.23.2/bfd/coff-apollo.c -rw-rw-rw- gingold/gingold 70970 2012-05-05 05:05 binutils-2.23.2/bfd/coff-arm.c -rw-rw-rw- gingold/gingold 4156 2012-07-13 16:22 binutils-2.23.2/bfd/coff-aux.c -rw-rw-rw- gingold/gingold 2055 2009-09-02 09:18 binutils-2.23.2/bfd/coff-go32.c -rw-rw-rw- gingold/gingold 44377 2012-07-13 16:22 binutils-2.23.2/bfd/coff-h8300.c -rw-rw-rw- gingold/gingold 8664 2012-07-13 16:22 binutils-2.23.2/bfd/coff-h8500.c -rw-rw-rw- gingold/gingold 20548 2012-07-13 16:22 binutils-2.23.2/bfd/coff-i386.c -rw-rw-rw- gingold/gingold 22755 2011-06-06 03:26 binutils-2.23.2/bfd/coff-i860.c -rw-rw-rw- gingold/gingold 19264 2012-07-13 16:22 binutils-2.23.2/bfd/coff-i960.c -rw-rw-rw- gingold/gingold 6121 2012-07-13 16:22 binutils-2.23.2/bfd/coff-ia64.c -rw-rw-rw- gingold/gingold 17337 2012-07-13 16:22 binutils-2.23.2/bfd/coff-m68k.c -rw-rw-rw- gingold/gingold 8237 2012-07-13 16:22 binutils-2.23.2/bfd/coff-m88k.c -rw-rw-rw- gingold/gingold 18177 2012-07-13 16:22 binutils-2.23.2/bfd/coff-mcore.c -rw-rw-rw- gingold/gingold 46316 2012-07-13 16:22 binutils-2.23.2/bfd/coff-mips.c -rw-rw-rw- gingold/gingold 18771 2012-07-13 16:22 binutils-2.23.2/bfd/coff-or32.c -rw-rw-rw- gingold/gingold 79080 2012-07-13 16:22 binutils-2.23.2/bfd/coff-ppc.c -rw-rw-rw- gingold/gingold 131828 2012-07-24 23:06 binutils-2.23.2/bfd/coff-rs6000.c -rw-rw-rw- gingold/gingold 95600 2012-07-13 16:22 binutils-2.23.2/bfd/coff-sh.c -rw-rw-rw- gingold/gingold 8701 2012-07-13 16:22 binutils-2.23.2/bfd/coff-sparc.c -rw-rw-rw- gingold/gingold 13017 2012-07-13 16:22 binutils-2.23.2/bfd/coff-stgo32.c -rw-rw-rw- gingold/gingold 1089 2009-09-02 09:18 binutils-2.23.2/bfd/coff-svm68k.c -rw-rw-rw- gingold/gingold 6783 2012-07-13 16:22 binutils-2.23.2/bfd/coff-tic30.c -rw-rw-rw- gingold/gingold 10383 2012-07-13 16:22 binutils-2.23.2/bfd/coff-tic4x.c -rw-rw-rw- gingold/gingold 22164 2012-07-13 16:22 binutils-2.23.2/bfd/coff-tic54x.c -rw-rw-rw- gingold/gingold 20687 2012-07-13 16:22 binutils-2.23.2/bfd/coff-tic80.c -rw-rw-rw- gingold/gingold 1411 2009-09-02 09:18 binutils-2.23.2/bfd/coff-u68k.c -rw-rw-rw- gingold/gingold 11346 2012-07-13 16:22 binutils-2.23.2/bfd/coff-w65.c -rw-rw-rw- gingold/gingold 2857 2009-09-02 09:18 binutils-2.23.2/bfd/coff-we32k.c -rw-rw-rw- gingold/gingold 24822 2012-01-16 09:30 binutils-2.23.2/bfd/coff-x86_64.c -rw-rw-rw- gingold/gingold 8199 2009-10-17 19:18 binutils-2.23.2/bfd/coff-z80.c -rw-rw-rw- gingold/gingold 11071 2008-07-18 13:30 binutils-2.23.2/bfd/coff-z8k.c -rw-rw-rw- gingold/gingold 88016 2012-07-24 23:06 binutils-2.23.2/bfd/coff64-rs6000.c -rw-rw-rw- gingold/gingold 169767 2011-09-27 18:03 binutils-2.23.2/bfd/coffcode.h -rw-rw-rw- gingold/gingold 72890 2012-07-24 23:06 binutils-2.23.2/bfd/coffgen.c -rw-rw-rw- gingold/gingold 94047 2012-07-13 16:22 binutils-2.23.2/bfd/cofflink.c -rw-rw-rw- gingold/gingold 26411 2009-09-05 09:56 binutils-2.23.2/bfd/coffswap.h -rw-rw-rw- gingold/gingold 11482 2012-05-17 17:13 binutils-2.23.2/bfd/compress.c -rw-rw-rw- gingold/gingold 50911 2012-09-04 16:14 binutils-2.23.2/bfd/config.bfd -rw-rw-rw- gingold/gingold 9974 2012-09-11 11:20 binutils-2.23.2/bfd/config.in -rwxrwxrwx gingold/gingold 559546 2013-03-25 10:08 binutils-2.23.2/bfd/configure -rw-rw-rw- gingold/gingold 13135 2011-03-31 16:15 binutils-2.23.2/bfd/configure.com -rw-rw-rw- gingold/gingold 3035 2010-12-31 12:00 binutils-2.23.2/bfd/configure.host -rw-rw-rw- gingold/gingold 47955 2013-03-25 10:08 binutils-2.23.2/bfd/configure.in -rw-rw-rw- gingold/gingold 35147 2007-07-03 16:26 binutils-2.23.2/bfd/COPYING -rw-rw-rw- gingold/gingold 4721 2011-02-28 19:30 binutils-2.23.2/bfd/corefile.c -rw-rw-rw- gingold/gingold 3364 2012-08-16 11:21 binutils-2.23.2/bfd/cpu-aarch64.c -rw-rw-rw- gingold/gingold 1850 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-alpha.c -rw-rw-rw- gingold/gingold 2236 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-arc.c -rw-rw-rw- gingold/gingold 13430 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-arm.c -rw-rw-rw- gingold/gingold 5261 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-avr.c -rw-rw-rw- gingold/gingold 1449 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-bfin.c -rw-rw-rw- gingold/gingold 1522 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-cr16.c -rw-rw-rw- gingold/gingold 1302 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-cr16c.c -rw-rw-rw- gingold/gingold 3994 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-cris.c -rw-rw-rw- gingold/gingold 1420 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-crx.c -rw-rw-rw- gingold/gingold 1851 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-d10v.c -rw-rw-rw- gingold/gingold 1338 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-d30v.c -rw-rw-rw- gingold/gingold 1361 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-dlx.c -rw-rw-rw- gingold/gingold 2199 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-epiphany.c -rw-rw-rw- gingold/gingold 1487 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-fr30.c -rw-rw-rw- gingold/gingold 2540 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-frv.c -rw-rw-rw- gingold/gingold 6845 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-h8300.c -rw-rw-rw- gingold/gingold 1853 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-h8500.c -rw-rw-rw- gingold/gingold 2638 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-hppa.c -rw-rw-rw- gingold/gingold 2250 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-i370.c -rw-rw-rw- gingold/gingold 6140 2012-02-09 23:51 binutils-2.23.2/bfd/cpu-i386.c -rw-rw-rw- gingold/gingold 1595 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-i860.c -rw-rw-rw- gingold/gingold 5974 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-i960.c -rw-rw-rw- gingold/gingold 21248 2012-09-04 15:55 binutils-2.23.2/bfd/cpu-ia64-opc.c -rw-rw-rw- gingold/gingold 1837 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-ia64.c -rw-rw-rw- gingold/gingold 2151 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-ip2k.c -rw-rw-rw- gingold/gingold 2103 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-iq2000.c -rw-rw-rw- gingold/gingold 1692 2012-02-09 23:51 binutils-2.23.2/bfd/cpu-k1om.c -rw-rw-rw- gingold/gingold 1692 2012-02-09 23:51 binutils-2.23.2/bfd/cpu-l1om.c -rw-rw-rw- gingold/gingold 1799 2012-05-16 16:26 binutils-2.23.2/bfd/cpu-lm32.c -rw-rw-rw- gingold/gingold 1308 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-m10200.c -rw-rw-rw- gingold/gingold 1977 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-m10300.c -rw-rw-rw- gingold/gingold 2418 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-m32c.c -rw-rw-rw- gingold/gingold 1486 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-m32r.c -rw-rw-rw- gingold/gingold 1313 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-m68hc11.c -rw-rw-rw- gingold/gingold 1689 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-m68hc12.c -rw-rw-rw- gingold/gingold 9524 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-m68k.c -rw-rw-rw- gingold/gingold 1373 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-m88k.c -rw-rw-rw- gingold/gingold 1312 2012-05-15 14:55 binutils-2.23.2/bfd/cpu-m9s12x.c -rw-rw-rw- gingold/gingold 1324 2012-05-15 14:55 binutils-2.23.2/bfd/cpu-m9s12xg.c -rw-rw-rw- gingold/gingold 1601 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-mcore.c -rw-rw-rw- gingold/gingold 1395 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-mep.c -rw-rw-rw- gingold/gingold 1604 2012-05-16 16:26 binutils-2.23.2/bfd/cpu-microblaze.c -rw-rw-rw- gingold/gingold 5733 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-mips.c -rw-rw-rw- gingold/gingold 1701 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-mmix.c -rw-rw-rw- gingold/gingold 1523 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-moxie.c -rw-rw-rw- gingold/gingold 3471 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-msp430.c -rw-rw-rw- gingold/gingold 2723 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-mt.c -rw-rw-rw- gingold/gingold 24796 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-ns32k.c -rw-rw-rw- gingold/gingold 2039 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-openrisc.c -rw-rw-rw- gingold/gingold 1417 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-or32.c -rw-rw-rw- gingold/gingold 1324 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-pdp11.c -rw-rw-rw- gingold/gingold 1395 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-pj.c -rw-rw-rw- gingold/gingold 1233 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-plugin.c -rw-rw-rw- gingold/gingold 9869 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-powerpc.c -rw-rw-rw- gingold/gingold 1495 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-rl78.c -rw-rw-rw- gingold/gingold 2950 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-rs6000.c -rw-rw-rw- gingold/gingold 2103 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-rx.c -rw-rw-rw- gingold/gingold 1768 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-s390.c -rw-rw-rw- gingold/gingold 2258 2012-05-16 16:26 binutils-2.23.2/bfd/cpu-score.c -rw-rw-rw- gingold/gingold 16660 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-sh.c -rw-rw-rw- gingold/gingold 4075 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-sparc.c -rw-rw-rw- gingold/gingold 1749 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-spu.c -rw-rw-rw- gingold/gingold 1316 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-tic30.c -rw-rw-rw- gingold/gingold 2555 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-tic4x.c -rw-rw-rw- gingold/gingold 1343 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-tic54x.c -rw-rw-rw- gingold/gingold 1436 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-tic6x.c -rw-rw-rw- gingold/gingold 1546 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-tic80.c -rw-rw-rw- gingold/gingold 1616 2012-05-16 16:26 binutils-2.23.2/bfd/cpu-tilegx.c -rw-rw-rw- gingold/gingold 1272 2012-05-16 16:26 binutils-2.23.2/bfd/cpu-tilepro.c -rw-rw-rw- gingold/gingold 1665 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-v850.c -rw-rw-rw- gingold/gingold 1358 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-vax.c -rw-rw-rw- gingold/gingold 1649 2012-07-13 16:22 binutils-2.23.2/bfd/cpu-w65.c -rw-rw-rw- gingold/gingold 1371 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-we32k.c -rw-rw-rw- gingold/gingold 2798 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-xc16x.c -rw-rw-rw- gingold/gingold 1335 2012-05-03 15:04 binutils-2.23.2/bfd/cpu-xgate.c -rw-rw-rw- gingold/gingold 1517 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-xstormy16.c -rw-rw-rw- gingold/gingold 1515 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-xtensa.c -rw-rw-rw- gingold/gingold 1945 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-z80.c -rw-rw-rw- gingold/gingold 1717 2012-01-31 18:54 binutils-2.23.2/bfd/cpu-z8k.c -rw-rw-rw- gingold/gingold 1234 2009-09-02 09:18 binutils-2.23.2/bfd/demo64.c -rw-rw-rw- gingold/gingold 482 2009-06-04 08:51 binutils-2.23.2/bfd/dep-in.sed -rw-rw-rw- gingold/gingold 6738 2012-11-13 15:19 binutils-2.23.2/bfd/doc/aoutx.texi drwxr-xr-x Creating directory: binutils-2.23.2/bfd/doc -rw-rw-rw- gingold/gingold 3783 2012-11-13 15:19 binutils-2.23.2/bfd/doc/archive.texi -rw-rw-rw- gingold/gingold 24446 2012-11-13 15:19 binutils-2.23.2/bfd/doc/archures.texi -rw-rw-rw- gingold/gingold 553103 2013-03-25 10:10 binutils-2.23.2/bfd/doc/bfd.info -rw-rw-rw- gingold/gingold 10682 2010-10-28 13:40 binutils-2.23.2/bfd/doc/bfd.texinfo -rw-rw-rw- gingold/gingold 82094 2009-04-27 16:27 binutils-2.23.2/bfd/doc/bfdint.texi -rw-rw-rw- gingold/gingold 4121 2012-11-13 15:19 binutils-2.23.2/bfd/doc/bfdio.texi -rw-rw-rw- gingold/gingold 7791 2001-10-29 23:26 binutils-2.23.2/bfd/doc/bfdsumm.texi -rw-rw-rw- gingold/gingold 30062 2012-11-13 15:19 binutils-2.23.2/bfd/doc/bfdt.texi -rw-rw-rw- gingold/gingold 136 2013-03-25 10:10 binutils-2.23.2/bfd/doc/bfdver.texi -rw-rw-rw- gingold/gingold 32 2012-11-13 15:19 binutils-2.23.2/bfd/doc/bfdwin.texi -rw-rw-rw- gingold/gingold 2006 2012-11-13 15:19 binutils-2.23.2/bfd/doc/cache.texi -rw-rw-rw- gingold/gingold 5850 2012-02-27 08:03 binutils-2.23.2/bfd/doc/ChangeLog -rw-rw-rw- gingold/gingold 17651 2004-01-02 12:16 binutils-2.23.2/bfd/doc/ChangeLog-9103 -rw-rw-rw- gingold/gingold 30066 2012-02-27 08:03 binutils-2.23.2/bfd/doc/chew.c -rw-rw-rw- gingold/gingold 27356 2012-11-13 15:19 binutils-2.23.2/bfd/doc/coffcode.texi -rw-rw-rw- gingold/gingold 2145 2012-11-13 15:19 binutils-2.23.2/bfd/doc/core.texi -rw-rw-rw- gingold/gingold 2163 1999-05-03 09:28 binutils-2.23.2/bfd/doc/doc.str -rw-rw-rw- gingold/gingold 309 2012-11-13 15:19 binutils-2.23.2/bfd/doc/elf.texi -rw-rw-rw- gingold/gingold 0 2012-11-13 15:19 binutils-2.23.2/bfd/doc/elfcode.texi -rw-rw-rw- gingold/gingold 23565 2008-11-19 17:22 binutils-2.23.2/bfd/doc/fdl.texi -rw-rw-rw- gingold/gingold 3239 2012-11-13 15:19 binutils-2.23.2/bfd/doc/format.texi -rw-rw-rw- gingold/gingold 10513 2012-11-13 15:19 binutils-2.23.2/bfd/doc/hash.texi -rw-rw-rw- gingold/gingold 304 2002-08-13 04:37 binutils-2.23.2/bfd/doc/header.sed -rw-rw-rw- gingold/gingold 360 2012-11-13 15:19 binutils-2.23.2/bfd/doc/init.texi -rw-rw-rw- gingold/gingold 5973 2012-11-13 15:19 binutils-2.23.2/bfd/doc/libbfd.texi -rw-rw-rw- gingold/gingold 20066 2012-11-13 15:19 binutils-2.23.2/bfd/doc/linker.texi -rw-rw-rw- gingold/gingold 10652 2009-08-22 21:02 binutils-2.23.2/bfd/doc/Makefile.am -rw-rw-rw- gingold/gingold 31427 2013-03-25 10:08 binutils-2.23.2/bfd/doc/Makefile.in -rw-rw-rw- gingold/gingold 118 1999-05-03 09:28 binutils-2.23.2/bfd/doc/makefile.vms -rw-rw-rw- gingold/gingold 13841 2012-11-13 15:19 binutils-2.23.2/bfd/doc/mmo.texi -rw-rw-rw- gingold/gingold 12750 2012-11-13 15:19 binutils-2.23.2/bfd/doc/opncls.texi -rw-rw-rw- gingold/gingold 2335 2002-01-30 19:12 binutils-2.23.2/bfd/doc/proto.str -rw-rw-rw- gingold/gingold 123588 2012-11-13 15:19 binutils-2.23.2/bfd/doc/reloc.texi -rw-rw-rw- gingold/gingold 38871 2012-11-13 15:19 binutils-2.23.2/bfd/doc/section.texi -rw-rw-rw- gingold/gingold 16614 2012-11-13 15:19 binutils-2.23.2/bfd/doc/syms.texi -rw-rw-rw- gingold/gingold 23733 2012-11-13 15:19 binutils-2.23.2/bfd/doc/targets.texi -rw-rw-rw- gingold/gingold 14911 2010-01-11 10:53 binutils-2.23.2/bfd/dwarf1.c -rw-rw-rw- gingold/gingold 101422 2012-07-26 20:20 binutils-2.23.2/bfd/dwarf2.c -rw-rw-rw- gingold/gingold 132228 2012-07-13 16:22 binutils-2.23.2/bfd/ecoff.c -rw-rw-rw- gingold/gingold 76720 2012-07-13 16:22 binutils-2.23.2/bfd/ecofflink.c -rw-rw-rw- gingold/gingold 27553 2007-07-03 16:26 binutils-2.23.2/bfd/ecoffswap.h -rw-rw-rw- gingold/gingold 18804 2013-03-25 09:06 binutils-2.23.2/bfd/elf-attrs.c -rw-rw-rw- gingold/gingold 93968 2013-03-25 09:06 binutils-2.23.2/bfd/elf-bfd.h -rw-rw-rw- gingold/gingold 54500 2012-05-25 03:12 binutils-2.23.2/bfd/elf-eh-frame.c -rw-rw-rw- gingold/gingold 52738 2010-08-25 09:02 binutils-2.23.2/bfd/elf-hppa.h -rw-rw-rw- gingold/gingold 9556 2011-09-12 20:17 binutils-2.23.2/bfd/elf-ifunc.c -rw-rw-rw- gingold/gingold 39260 2012-07-13 16:22 binutils-2.23.2/bfd/elf-m10200.c -rw-rw-rw- gingold/gingold 169570 2012-06-29 16:45 binutils-2.23.2/bfd/elf-m10300.c -rw-rw-rw- gingold/gingold 7500 2013-03-25 09:06 binutils-2.23.2/bfd/elf-nacl.c -rw-rw-rw- gingold/gingold 1027 2012-04-03 18:01 binutils-2.23.2/bfd/elf-nacl.h -rw-rw-rw- gingold/gingold 7611 2012-07-13 17:47 binutils-2.23.2/bfd/elf-s390-common.c -rw-rw-rw- gingold/gingold 10341 2013-03-25 09:06 binutils-2.23.2/bfd/elf-strtab.c -rw-rw-rw- gingold/gingold 9456 2012-06-29 16:45 binutils-2.23.2/bfd/elf-vxworks.c -rw-rw-rw- gingold/gingold 1677 2009-09-02 09:18 binutils-2.23.2/bfd/elf-vxworks.h -rw-rw-rw- gingold/gingold 284190 2013-03-25 09:06 binutils-2.23.2/bfd/elf.c -rw-rw-rw- gingold/gingold 3069 2011-12-16 01:08 binutils-2.23.2/bfd/elf32-am33lin.c -rw-rw-rw- gingold/gingold 7457 2007-07-03 16:26 binutils-2.23.2/bfd/elf32-arc.c -rw-rw-rw- gingold/gingold 493946 2013-03-25 09:06 binutils-2.23.2/bfd/elf32-arm.c -rw-rw-rw- gingold/gingold 102331 2012-07-24 23:44 binutils-2.23.2/bfd/elf32-avr.c -rw-rw-rw- gingold/gingold 1424 2007-07-03 16:26 binutils-2.23.2/bfd/elf32-avr.h -rw-rw-rw- gingold/gingold 181272 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-bfin.c -rw-rw-rw- gingold/gingold 113192 2012-06-29 16:45 binutils-2.23.2/bfd/elf32-cr16.c -rw-rw-rw- gingold/gingold 29425 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-cr16c.c -rw-rw-rw- gingold/gingold 137431 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-cris.c -rw-rw-rw- gingold/gingold 41034 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-crx.c -rw-rw-rw- gingold/gingold 16371 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-d10v.c -rw-rw-rw- gingold/gingold 16942 2007-07-03 16:26 binutils-2.23.2/bfd/elf32-d30v.c -rw-rw-rw- gingold/gingold 20142 2011-01-14 13:35 binutils-2.23.2/bfd/elf32-dlx.c -rw-rw-rw- gingold/gingold 19324 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-epiphany.c -rw-rw-rw- gingold/gingold 21710 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-fr30.c -rw-rw-rw- gingold/gingold 216575 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-frv.c -rw-rw-rw- gingold/gingold 3256 2007-07-03 16:26 binutils-2.23.2/bfd/elf32-gen.c -rw-rw-rw- gingold/gingold 47916 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-h8300.c -rw-rw-rw- gingold/gingold 136221 2012-06-29 16:45 binutils-2.23.2/bfd/elf32-hppa.c -rw-rw-rw- gingold/gingold 2644 2009-09-02 09:18 binutils-2.23.2/bfd/elf32-hppa.h -rw-rw-rw- gingold/gingold 41891 2012-06-29 16:45 binutils-2.23.2/bfd/elf32-i370.c -rw-rw-rw- gingold/gingold 156772 2013-03-25 09:06 binutils-2.23.2/bfd/elf32-i386.c -rw-rw-rw- gingold/gingold 37952 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-i860.c -rw-rw-rw- gingold/gingold 5383 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-i960.c -rw-rw-rw- gingold/gingold 43947 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-ip2k.c -rw-rw-rw- gingold/gingold 26923 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-iq2000.c -rw-rw-rw- gingold/gingold 96833 2012-06-29 16:45 binutils-2.23.2/bfd/elf32-lm32.c -rw-rw-rw- gingold/gingold 56300 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-m32c.c -rw-rw-rw- gingold/gingold 132255 2012-06-29 16:45 binutils-2.23.2/bfd/elf32-m32r.c -rw-rw-rw- gingold/gingold 41617 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-m68hc11.c -rw-rw-rw- gingold/gingold 21534 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-m68hc12.c -rw-rw-rw- gingold/gingold 47988 2012-09-04 14:53 binutils-2.23.2/bfd/elf32-m68hc1x.c -rw-rw-rw- gingold/gingold 6904 2012-02-13 03:29 binutils-2.23.2/bfd/elf32-m68hc1x.h -rw-rw-rw- gingold/gingold 141345 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-m68k.c -rw-rw-rw- gingold/gingold 1548 2009-09-02 09:18 binutils-2.23.2/bfd/elf32-m88k.c -rw-rw-rw- gingold/gingold 21294 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-mcore.c -rw-rw-rw- gingold/gingold 23188 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-mep.c -rw-rw-rw- gingold/gingold 98525 2012-06-29 16:45 binutils-2.23.2/bfd/elf32-microblaze.c -rw-rw-rw- gingold/gingold 83844 2011-12-19 08:57 binutils-2.23.2/bfd/elf32-mips.c -rw-rw-rw- gingold/gingold 10993 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-moxie.c -rw-rw-rw- gingold/gingold 34790 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-msp430.c -rw-rw-rw- gingold/gingold 19792 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-mt.c -rw-rw-rw- gingold/gingold 16623 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-openrisc.c -rw-rw-rw- gingold/gingold 15704 2007-07-03 16:26 binutils-2.23.2/bfd/elf32-or32.c -rw-rw-rw- gingold/gingold 11140 2007-07-03 16:26 binutils-2.23.2/bfd/elf32-pj.c -rw-rw-rw- gingold/gingold 290571 2013-03-25 09:06 binutils-2.23.2/bfd/elf32-ppc.c -rw-rw-rw- gingold/gingold 1463 2012-05-19 08:58 binutils-2.23.2/bfd/elf32-ppc.h -rw-rw-rw- gingold/gingold 65379 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-rl78.c -rw-rw-rw- gingold/gingold 91671 2012-07-13 16:22 binutils-2.23.2/bfd/elf32-rx.c -rw-rw-rw- gingold/gingold 123057 2012-11-12 10:03 binutils-2.23.2/bfd/elf32-s390.c -rw-rw-rw- gingold/gingold 157872 2012-06-29 16:46 binutils-2.23.2/bfd/elf32-score.c -rw-rw-rw- gingold/gingold 5408 2009-05-21 16:15 binutils-2.23.2/bfd/elf32-score.h -rw-rw-rw- gingold/gingold 134237 2012-06-29 16:46 binutils-2.23.2/bfd/elf32-score7.c -rw-rw-rw- gingold/gingold 58393 2010-05-25 16:12 binutils-2.23.2/bfd/elf32-sh-relocs.h -rw-rw-rw- gingold/gingold 19228 2012-09-24 14:18 binutils-2.23.2/bfd/elf32-sh-symbian.c -rw-rw-rw- gingold/gingold 224865 2013-03-25 09:06 binutils-2.23.2/bfd/elf32-sh.c -rw-rw-rw- gingold/gingold 7369 2009-09-02 09:18 binutils-2.23.2/bfd/elf32-sh64-com.c -rw-rw-rw- gingold/gingold 26239 2010-06-27 06:07 binutils-2.23.2/bfd/elf32-sh64.c -rw-rw-rw- gingold/gingold 2659 2009-09-02 09:18 binutils-2.23.2/bfd/elf32-sh64.h -rw-rw-rw- gingold/gingold 10727 2011-09-21 22:49 binutils-2.23.2/bfd/elf32-sparc.c -rw-rw-rw- gingold/gingold 151212 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-spu.c -rw-rw-rw- gingold/gingold 3794 2009-08-05 22:40 binutils-2.23.2/bfd/elf32-spu.h -rw-rw-rw- gingold/gingold 131149 2012-06-29 16:46 binutils-2.23.2/bfd/elf32-tic6x.c -rw-rw-rw- gingold/gingold 1225 2011-03-31 10:58 binutils-2.23.2/bfd/elf32-tic6x.h -rw-rw-rw- gingold/gingold 4915 2012-02-25 20:51 binutils-2.23.2/bfd/elf32-tilegx.c -rw-rw-rw- gingold/gingold 1440 2011-06-13 17:18 binutils-2.23.2/bfd/elf32-tilegx.h -rw-rw-rw- gingold/gingold 124291 2013-03-25 09:06 binutils-2.23.2/bfd/elf32-tilepro.c -rw-rw-rw- gingold/gingold 1449 2011-06-13 17:18 binutils-2.23.2/bfd/elf32-tilepro.h -rw-rw-rw- gingold/gingold 113201 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-v850.c -rw-rw-rw- gingold/gingold 62407 2012-09-04 15:32 binutils-2.23.2/bfd/elf32-vax.c -rw-rw-rw- gingold/gingold 13460 2012-05-07 05:27 binutils-2.23.2/bfd/elf32-xc16x.c -rw-rw-rw- gingold/gingold 22428 2012-11-05 17:27 binutils-2.23.2/bfd/elf32-xgate.c -rw-rw-rw- gingold/gingold 4784 2012-05-03 15:04 binutils-2.23.2/bfd/elf32-xgate.h -rw-rw-rw- gingold/gingold 30638 2012-06-29 16:46 binutils-2.23.2/bfd/elf32-xstormy16.c -rw-rw-rw- gingold/gingold 313322 2012-06-29 16:46 binutils-2.23.2/bfd/elf32-xtensa.c -rw-rw-rw- gingold/gingold 970 2009-09-02 09:18 binutils-2.23.2/bfd/elf32.c -rw-rw-rw- gingold/gingold 209176 2012-10-19 14:58 binutils-2.23.2/bfd/elf64-aarch64.c -rw-rw-rw- gingold/gingold 161237 2012-07-24 23:06 binutils-2.23.2/bfd/elf64-alpha.c -rw-rw-rw- gingold/gingold 3256 2007-07-03 16:26 binutils-2.23.2/bfd/elf64-gen.c -rw-rw-rw- gingold/gingold 123870 2012-06-29 16:46 binutils-2.23.2/bfd/elf64-hppa.c -rw-rw-rw- gingold/gingold 1904 2009-09-02 09:18 binutils-2.23.2/bfd/elf64-hppa.h -rw-rw-rw- gingold/gingold 158124 2012-06-29 16:46 binutils-2.23.2/bfd/elf64-ia64-vms.c -rw-rw-rw- gingold/gingold 135788 2012-09-04 16:13 binutils-2.23.2/bfd/elf64-mips.c -rw-rw-rw- gingold/gingold 94093 2012-07-13 16:22 binutils-2.23.2/bfd/elf64-mmix.c -rw-rw-rw- gingold/gingold 417867 2013-03-25 09:06 binutils-2.23.2/bfd/elf64-ppc.c -rw-rw-rw- gingold/gingold 2153 2012-01-11 10:28 binutils-2.23.2/bfd/elf64-ppc.h -rw-rw-rw- gingold/gingold 116644 2012-11-12 10:03 binutils-2.23.2/bfd/elf64-s390.c -rw-rw-rw- gingold/gingold 124873 2012-06-29 16:46 binutils-2.23.2/bfd/elf64-sh64.c -rw-rw-rw- gingold/gingold 27139 2012-07-13 16:22 binutils-2.23.2/bfd/elf64-sparc.c -rw-rw-rw- gingold/gingold 4916 2012-02-25 20:51 binutils-2.23.2/bfd/elf64-tilegx.c -rw-rw-rw- gingold/gingold 1440 2011-06-13 17:18 binutils-2.23.2/bfd/elf64-tilegx.h -rw-rw-rw- gingold/gingold 163233 2013-03-25 09:06 binutils-2.23.2/bfd/elf64-x86-64.c -rw-rw-rw- gingold/gingold 949 2009-09-02 09:18 binutils-2.23.2/bfd/elf64.c -rw-rw-rw- gingold/gingold 58914 2012-07-04 02:29 binutils-2.23.2/bfd/elfcode.h -rw-rw-rw- gingold/gingold 10563 2010-08-18 14:24 binutils-2.23.2/bfd/elfcore.h -rw-rw-rw- gingold/gingold 383093 2013-03-25 09:06 binutils-2.23.2/bfd/elflink.c -rw-rw-rw- gingold/gingold 113390 2012-09-04 16:13 binutils-2.23.2/bfd/elfn32-mips.c -rw-rw-rw- gingold/gingold 142029 2012-07-13 16:22 binutils-2.23.2/bfd/elfnn-ia64.c -rw-rw-rw- gingold/gingold 26908 2011-05-25 14:02 binutils-2.23.2/bfd/elfxx-ia64.c -rw-rw-rw- gingold/gingold 1551 2011-05-25 14:02 binutils-2.23.2/bfd/elfxx-ia64.h -rw-rw-rw- gingold/gingold 437954 2013-03-25 09:06 binutils-2.23.2/bfd/elfxx-mips.c -rw-rw-rw- gingold/gingold 8133 2011-07-24 16:20 binutils-2.23.2/bfd/elfxx-mips.h -rw-rw-rw- gingold/gingold 151207 2013-03-25 09:06 binutils-2.23.2/bfd/elfxx-sparc.c -rw-rw-rw- gingold/gingold 5186 2011-09-21 22:49 binutils-2.23.2/bfd/elfxx-sparc.h -rw-rw-rw- gingold/gingold 31029 2012-01-23 07:16 binutils-2.23.2/bfd/elfxx-target.h -rw-rw-rw- gingold/gingold 130773 2013-03-25 09:06 binutils-2.23.2/bfd/elfxx-tilegx.c -rw-rw-rw- gingold/gingold 2963 2011-06-13 17:18 binutils-2.23.2/bfd/elfxx-tilegx.h -rw-rw-rw- gingold/gingold 1547 2009-09-02 09:18 binutils-2.23.2/bfd/epoc-pe-arm.c -rw-rw-rw- gingold/gingold 1255 2009-09-02 09:18 binutils-2.23.2/bfd/epoc-pei-arm.c -rw-rw-rw- gingold/gingold 11930 2011-06-06 03:26 binutils-2.23.2/bfd/format.c -rw-rw-rw- gingold/gingold 3324 2007-07-03 16:26 binutils-2.23.2/bfd/freebsd.h -rw-rw-rw- gingold/gingold 3245 2009-09-02 09:18 binutils-2.23.2/bfd/gen-aout.c -rw-rw-rw- gingold/gingold 4084 2007-07-03 16:26 binutils-2.23.2/bfd/genlink.h -rw-rw-rw- gingold/gingold 10367 2000-06-28 17:55 binutils-2.23.2/bfd/go32stub.h -rw-rw-rw- gingold/gingold 26386 2012-07-13 16:22 binutils-2.23.2/bfd/hash.c -rw-rw-rw- gingold/gingold 2611 2009-09-02 09:18 binutils-2.23.2/bfd/host-aout.c -rw-rw-rw- gingold/gingold 1160 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/alphalinux.h drwxr-xr-x Creating directory: binutils-2.23.2/bfd/hosts -rw-rw-rw- gingold/gingold 2636 2009-09-02 09:18 binutils-2.23.2/bfd/hosts/alphavms.h -rw-rw-rw- gingold/gingold 1427 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/decstation.h -rw-rw-rw- gingold/gingold 1344 2009-09-02 09:18 binutils-2.23.2/bfd/hosts/delta68.h -rw-rw-rw- gingold/gingold 1101 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/dpx2.h -rw-rw-rw- gingold/gingold 1184 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/hp300bsd.h -rw-rw-rw- gingold/gingold 1810 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/i386bsd.h -rw-rw-rw- gingold/gingold 1276 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/i386linux.h -rw-rw-rw- gingold/gingold 1488 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/i386mach3.h -rw-rw-rw- gingold/gingold 1603 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/i386sco.h -rw-rw-rw- gingold/gingold 1557 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/i860mach3.h -rw-rw-rw- gingold/gingold 1265 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/m68kaux.h -rw-rw-rw- gingold/gingold 1160 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/m68klinux.h -rw-rw-rw- gingold/gingold 1098 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/m88kmach3.h -rw-rw-rw- gingold/gingold 1183 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/mipsbsd.h -rw-rw-rw- gingold/gingold 1141 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/mipsmach3.h -rw-rw-rw- gingold/gingold 1111 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/news-mips.h -rw-rw-rw- gingold/gingold 1094 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/news.h -rw-rw-rw- gingold/gingold 1455 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/pc532mach.h -rw-rw-rw- gingold/gingold 1147 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/riscos.h -rw-rw-rw- gingold/gingold 1398 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/symmetry.h -rw-rw-rw- gingold/gingold 1173 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/tahoe.h -rw-rw-rw- gingold/gingold 1288 2009-09-02 09:18 binutils-2.23.2/bfd/hosts/vaxbsd.h -rw-rw-rw- gingold/gingold 927 2009-09-02 09:18 binutils-2.23.2/bfd/hosts/vaxlinux.h -rw-rw-rw- gingold/gingold 1072 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/vaxult.h -rw-rw-rw- gingold/gingold 1072 2007-07-03 16:26 binutils-2.23.2/bfd/hosts/vaxult2.h -rw-rw-rw- gingold/gingold 5935 2011-06-17 00:08 binutils-2.23.2/bfd/hosts/x86-64linux.h -rw-rw-rw- gingold/gingold 1508 2009-10-02 16:40 binutils-2.23.2/bfd/hp300bsd.c -rw-rw-rw- gingold/gingold 26492 2012-07-13 16:22 binutils-2.23.2/bfd/hp300hpux.c -rw-rw-rw- gingold/gingold 8155 2012-07-13 16:22 binutils-2.23.2/bfd/hppabsd-core.c -rw-rw-rw- gingold/gingold 14007 2012-07-13 16:22 binutils-2.23.2/bfd/hpux-core.c -rw-rw-rw- gingold/gingold 2904 2007-07-03 16:26 binutils-2.23.2/bfd/i386aout.c -rw-rw-rw- gingold/gingold 1769 2009-10-02 16:40 binutils-2.23.2/bfd/i386bsd.c -rw-rw-rw- gingold/gingold 3156 2012-07-13 16:22 binutils-2.23.2/bfd/i386dynix.c -rw-rw-rw- gingold/gingold 1500 2009-09-02 09:18 binutils-2.23.2/bfd/i386freebsd.c -rw-rw-rw- gingold/gingold 21927 2012-07-13 16:22 binutils-2.23.2/bfd/i386linux.c -rw-rw-rw- gingold/gingold 15720 2012-07-13 16:22 binutils-2.23.2/bfd/i386lynx.c -rw-rw-rw- gingold/gingold 2462 2012-07-13 16:22 binutils-2.23.2/bfd/i386mach3.c -rw-rw-rw- gingold/gingold 8100 2012-07-13 16:22 binutils-2.23.2/bfd/i386msdos.c -rw-rw-rw- gingold/gingold 1471 2009-09-02 09:18 binutils-2.23.2/bfd/i386netbsd.c -rw-rw-rw- gingold/gingold 7826 2012-07-13 16:22 binutils-2.23.2/bfd/i386os9k.c -rw-rw-rw- gingold/gingold 92009 2011-07-11 17:03 binutils-2.23.2/bfd/ieee.c -rw-rw-rw- gingold/gingold 25433 2011-07-11 17:03 binutils-2.23.2/bfd/ihex.c -rw-rw-rw- gingold/gingold 1486 2009-09-02 09:18 binutils-2.23.2/bfd/init.c -rw-rw-rw- gingold/gingold 8559 2012-07-13 16:22 binutils-2.23.2/bfd/irix-core.c -rw-rw-rw- gingold/gingold 23959 2009-09-09 23:38 binutils-2.23.2/bfd/libaout.h -rw-rw-rw- gingold/gingold 31496 2012-07-24 23:06 binutils-2.23.2/bfd/libbfd-in.h -rw-rw-rw- gingold/gingold 27043 2012-07-24 23:06 binutils-2.23.2/bfd/libbfd.c -rw-rw-rw- gingold/gingold 88183 2012-09-04 14:53 binutils-2.23.2/bfd/libbfd.h -rw-rw-rw- gingold/gingold 20383 2011-11-02 15:53 binutils-2.23.2/bfd/libcoff-in.h -rw-rw-rw- gingold/gingold 32720 2011-11-02 15:53 binutils-2.23.2/bfd/libcoff.h -rw-rw-rw- gingold/gingold 13346 2010-03-24 16:41 binutils-2.23.2/bfd/libecoff.h -rw-rw-rw- gingold/gingold 14303 2009-09-02 09:18 binutils-2.23.2/bfd/libhppa.h -rw-rw-rw- gingold/gingold 3488 2009-09-02 09:18 binutils-2.23.2/bfd/libieee.h -rw-rw-rw- gingold/gingold 10601 2007-07-03 16:26 binutils-2.23.2/bfd/libnlm.h -rw-rw-rw- gingold/gingold 2304 2009-09-02 09:18 binutils-2.23.2/bfd/liboasys.h -rw-rw-rw- gingold/gingold 13688 2009-09-02 09:18 binutils-2.23.2/bfd/libpei.h -rw-rw-rw- gingold/gingold 10160 2011-05-18 09:58 binutils-2.23.2/bfd/libxcoff.h -rw-rw-rw- gingold/gingold 105644 2013-03-25 09:06 binutils-2.23.2/bfd/linker.c -rw-rw-rw- gingold/gingold 6049 2012-07-13 16:22 binutils-2.23.2/bfd/lynx-core.c -rw-rw-rw- gingold/gingold 1414 2009-09-02 09:18 binutils-2.23.2/bfd/m68k4knetbsd.c -rw-rw-rw- gingold/gingold 21868 2012-07-13 16:22 binutils-2.23.2/bfd/m68klinux.c -rw-rw-rw- gingold/gingold 1568 2009-09-02 09:18 binutils-2.23.2/bfd/m68knetbsd.c -rw-rw-rw- gingold/gingold 1514 2009-10-02 16:40 binutils-2.23.2/bfd/m88kmach3.c -rw-rw-rw- gingold/gingold 1292 2009-09-02 09:18 binutils-2.23.2/bfd/m88kopenbsd.c -rw-rw-rw- gingold/gingold 13187 2012-02-17 12:23 binutils-2.23.2/bfd/mach-o-i386.c -rw-rw-rw- gingold/gingold 7538 2011-12-19 16:42 binutils-2.23.2/bfd/mach-o-target.c -rw-rw-rw- gingold/gingold 10661 2012-02-10 12:07 binutils-2.23.2/bfd/mach-o-x86-64.c -rw-rw-rw- gingold/gingold 146440 2012-07-24 23:06 binutils-2.23.2/bfd/mach-o.c -rw-rw-rw- gingold/gingold 25036 2012-07-13 16:22 binutils-2.23.2/bfd/mach-o.h -rw-rw-rw- gingold/gingold 28 2000-07-05 21:28 binutils-2.23.2/bfd/MAINTAINERS -rw-rw-rw- gingold/gingold 23511 2013-03-25 10:08 binutils-2.23.2/bfd/Makefile.am -rw-rw-rw- gingold/gingold 73556 2013-03-25 10:08 binutils-2.23.2/bfd/Makefile.in -rw-rw-rw- gingold/gingold 1458 2011-06-08 14:33 binutils-2.23.2/bfd/makefile.vms -rwxrwxrwx gingold/gingold 7340 2007-07-03 16:26 binutils-2.23.2/bfd/mep-relocs.pl -rw-rw-rw- gingold/gingold 22537 2010-10-29 14:10 binutils-2.23.2/bfd/merge.c -rw-rw-rw- gingold/gingold 14818 2012-07-13 16:22 binutils-2.23.2/bfd/mipsbsd.c -rw-rw-rw- gingold/gingold 98663 2011-07-11 17:03 binutils-2.23.2/bfd/mmo.c -rw-rw-rw- gingold/gingold 8750 2012-07-13 16:22 binutils-2.23.2/bfd/netbsd-core.c -rw-rw-rw- gingold/gingold 3876 2011-06-02 15:43 binutils-2.23.2/bfd/netbsd.h -rw-rw-rw- gingold/gingold 1619 2009-10-02 16:40 binutils-2.23.2/bfd/newsos3.c -rw-rw-rw- gingold/gingold 10041 2011-07-11 17:03 binutils-2.23.2/bfd/nlm-target.h -rw-rw-rw- gingold/gingold 1800 2009-09-02 09:18 binutils-2.23.2/bfd/nlm.c -rw-rw-rw- gingold/gingold 26255 2007-07-03 16:26 binutils-2.23.2/bfd/nlm32-alpha.c -rw-rw-rw- gingold/gingold 12924 2012-07-13 16:22 binutils-2.23.2/bfd/nlm32-i386.c -rw-rw-rw- gingold/gingold 30514 2012-05-16 16:26 binutils-2.23.2/bfd/nlm32-ppc.c -rw-rw-rw- gingold/gingold 12475 2010-06-27 06:07 binutils-2.23.2/bfd/nlm32-sparc.c -rw-rw-rw- gingold/gingold 961 2009-09-02 09:18 binutils-2.23.2/bfd/nlm32.c -rw-rw-rw- gingold/gingold 961 2009-09-02 09:18 binutils-2.23.2/bfd/nlm64.c -rw-rw-rw- gingold/gingold 63814 2011-06-02 15:43 binutils-2.23.2/bfd/nlmcode.h -rw-rw-rw- gingold/gingold 5633 2007-07-03 16:26 binutils-2.23.2/bfd/nlmswap.h -rw-rw-rw- gingold/gingold 1944 2007-07-03 16:26 binutils-2.23.2/bfd/ns32k.h -rw-rw-rw- gingold/gingold 1966 2012-05-16 16:26 binutils-2.23.2/bfd/ns32knetbsd.c -rw-rw-rw- gingold/gingold 35195 2012-02-11 16:10 binutils-2.23.2/bfd/oasys.c -rw-rw-rw- gingold/gingold 39549 2013-03-25 09:06 binutils-2.23.2/bfd/opncls.c -rw-rw-rw- gingold/gingold 6192 2012-07-13 16:22 binutils-2.23.2/bfd/osf-core.c -rw-rw-rw- gingold/gingold 3368 2012-07-13 16:22 binutils-2.23.2/bfd/pc532-mach.c -rw-rw-rw- gingold/gingold 129044 2012-05-01 18:07 binutils-2.23.2/bfd/pdp11.c -rw-rw-rw- gingold/gingold 1616 2008-07-21 16:09 binutils-2.23.2/bfd/pe-arm-wince.c -rw-rw-rw- gingold/gingold 2613 2009-09-02 09:18 binutils-2.23.2/bfd/pe-arm.c -rw-rw-rw- gingold/gingold 1733 2009-09-02 09:18 binutils-2.23.2/bfd/pe-i386.c -rw-rw-rw- gingold/gingold 1356 2009-09-02 09:18 binutils-2.23.2/bfd/pe-mcore.c -rw-rw-rw- gingold/gingold 26845 2011-06-06 03:26 binutils-2.23.2/bfd/pe-mips.c -rw-rw-rw- gingold/gingold 1470 2009-09-02 09:18 binutils-2.23.2/bfd/pe-ppc.c -rw-rw-rw- gingold/gingold 1140 2009-09-02 09:18 binutils-2.23.2/bfd/pe-sh.c -rw-rw-rw- gingold/gingold 2318 2010-09-14 22:40 binutils-2.23.2/bfd/pe-x86_64.c -rw-rw-rw- gingold/gingold 8007 2007-07-03 16:26 binutils-2.23.2/bfd/pef-traceback.h -rw-rw-rw- gingold/gingold 32700 2012-07-13 16:22 binutils-2.23.2/bfd/pef.c -rw-rw-rw- gingold/gingold 5714 2012-05-16 16:26 binutils-2.23.2/bfd/pef.h -rw-rw-rw- gingold/gingold 1220 2007-07-03 16:26 binutils-2.23.2/bfd/pei-arm-wince.c -rw-rw-rw- gingold/gingold 2329 2009-09-02 09:18 binutils-2.23.2/bfd/pei-arm.c -rw-rw-rw- gingold/gingold 1850 2009-09-02 09:18 binutils-2.23.2/bfd/pei-i386.c -rw-rw-rw- gingold/gingold 1434 2009-04-21 19:08 binutils-2.23.2/bfd/pei-ia64.c -rw-rw-rw- gingold/gingold 1474 2009-09-02 09:18 binutils-2.23.2/bfd/pei-mcore.c -rw-rw-rw- gingold/gingold 1213 2009-09-02 09:18 binutils-2.23.2/bfd/pei-mips.c -rw-rw-rw- gingold/gingold 1697 2009-09-02 09:18 binutils-2.23.2/bfd/pei-ppc.c -rw-rw-rw- gingold/gingold 1300 2009-09-02 09:18 binutils-2.23.2/bfd/pei-sh.c -rw-rw-rw- gingold/gingold 17117 2010-10-08 17:54 binutils-2.23.2/bfd/pei-x86_64.c -rw-rw-rw- gingold/gingold 38938 2012-05-05 05:05 binutils-2.23.2/bfd/peicode.h -rw-rw-rw- gingold/gingold 78306 2011-04-09 18:06 binutils-2.23.2/bfd/peXXigen.c -rw-rw-rw- gingold/gingold 14254 2012-05-17 17:13 binutils-2.23.2/bfd/plugin.c -rw-rw-rw- gingold/gingold 1135 2009-05-28 13:30 binutils-2.23.2/bfd/plugin.h -rw-rw-rw- gingold/gingold 128180 2011-10-25 13:18 binutils-2.23.2/bfd/po/bfd.pot drwxr-xr-x Creating directory: binutils-2.23.2/bfd/po -rw-rw-rw- gingold/gingold 121 2007-08-07 13:01 binutils-2.23.2/bfd/po/BLD-POTFILES.in -rw-rw-rw- gingold/gingold 134131 2013-03-25 10:10 binutils-2.23.2/bfd/po/da.gmo -rw-rw-rw- gingold/gingold 182867 2011-03-30 17:23 binutils-2.23.2/bfd/po/da.po -rw-rw-rw- gingold/gingold 150305 2013-03-25 10:10 binutils-2.23.2/bfd/po/es.gmo -rw-rw-rw- gingold/gingold 210627 2012-09-04 14:53 binutils-2.23.2/bfd/po/es.po -rw-rw-rw- gingold/gingold 151184 2013-03-25 10:10 binutils-2.23.2/bfd/po/fi.gmo -rw-rw-rw- gingold/gingold 207405 2012-09-04 14:53 binutils-2.23.2/bfd/po/fi.po -rw-rw-rw- gingold/gingold 151850 2013-03-25 10:10 binutils-2.23.2/bfd/po/fr.gmo -rw-rw-rw- gingold/gingold 199175 2012-09-04 14:53 binutils-2.23.2/bfd/po/fr.po -rw-rw-rw- gingold/gingold 105891 2013-03-25 10:10 binutils-2.23.2/bfd/po/id.gmo -rw-rw-rw- gingold/gingold 137196 2009-11-11 10:36 binutils-2.23.2/bfd/po/id.po -rw-rw-rw- gingold/gingold 134623 2013-03-25 10:10 binutils-2.23.2/bfd/po/ja.gmo -rw-rw-rw- gingold/gingold 194289 2011-10-24 13:51 binutils-2.23.2/bfd/po/ja.po -rw-rw-rw- gingold/gingold 8803 2009-09-02 09:18 binutils-2.23.2/bfd/po/Make-in -rw-rw-rw- gingold/gingold 69038 2013-03-25 10:10 binutils-2.23.2/bfd/po/ro.gmo -rw-rw-rw- gingold/gingold 91413 2003-12-12 21:42 binutils-2.23.2/bfd/po/ro.po -rw-rw-rw- gingold/gingold 186835 2013-03-25 10:10 binutils-2.23.2/bfd/po/ru.gmo -rw-rw-rw- gingold/gingold 235020 2012-09-04 14:53 binutils-2.23.2/bfd/po/ru.po -rw-rw-rw- gingold/gingold 429 2013-03-25 10:10 binutils-2.23.2/bfd/po/rw.gmo -rw-rw-rw- gingold/gingold 79607 2005-04-05 09:58 binutils-2.23.2/bfd/po/rw.po -rw-rw-rw- gingold/gingold 4253 2012-02-14 02:24 binutils-2.23.2/bfd/po/SRC-POTFILES.in -rw-rw-rw- gingold/gingold 67266 2013-03-25 10:10 binutils-2.23.2/bfd/po/sv.gmo -rw-rw-rw- gingold/gingold 96320 2003-08-21 15:52 binutils-2.23.2/bfd/po/sv.po -rw-rw-rw- gingold/gingold 69529 2013-03-25 10:10 binutils-2.23.2/bfd/po/tr.gmo -rw-rw-rw- gingold/gingold 96570 2003-07-14 13:18 binutils-2.23.2/bfd/po/tr.po -rw-rw-rw- gingold/gingold 171406 2013-03-25 10:10 binutils-2.23.2/bfd/po/uk.gmo -rw-rw-rw- gingold/gingold 223556 2012-09-04 14:53 binutils-2.23.2/bfd/po/uk.po -rw-rw-rw- gingold/gingold 159371 2013-03-25 10:10 binutils-2.23.2/bfd/po/vi.gmo -rw-rw-rw- gingold/gingold 206439 2012-09-04 14:53 binutils-2.23.2/bfd/po/vi.po -rw-rw-rw- gingold/gingold 28121 2013-03-25 10:10 binutils-2.23.2/bfd/po/zh_CN.gmo -rw-rw-rw- gingold/gingold 63237 2010-11-25 07:08 binutils-2.23.2/bfd/po/zh_CN.po -rw-rw-rw- gingold/gingold 2789 1999-05-03 09:28 binutils-2.23.2/bfd/PORTING -rw-rw-rw- gingold/gingold 16309 2012-07-13 16:22 binutils-2.23.2/bfd/ppcboot.c -rw-rw-rw- gingold/gingold 7108 2012-07-13 16:22 binutils-2.23.2/bfd/ptrace-core.c -rw-rw-rw- gingold/gingold 2069 2001-10-29 23:29 binutils-2.23.2/bfd/README -rw-rw-rw- gingold/gingold 161150 2012-09-04 14:53 binutils-2.23.2/bfd/reloc.c -rw-rw-rw- gingold/gingold 9894 2012-07-13 16:22 binutils-2.23.2/bfd/reloc16.c -rw-rw-rw- gingold/gingold 21690 2012-05-05 05:05 binutils-2.23.2/bfd/riscix.c -rw-rw-rw- gingold/gingold 20279 2009-09-11 10:08 binutils-2.23.2/bfd/rs6000-core.c -rw-rw-rw- gingold/gingold 11746 2012-07-13 16:22 binutils-2.23.2/bfd/sco5-core.c -rw-rw-rw- gingold/gingold 48327 2012-07-18 19:08 binutils-2.23.2/bfd/section.c -rw-rw-rw- gingold/gingold 8140 2011-04-20 02:11 binutils-2.23.2/bfd/simple.c -rw-rw-rw- gingold/gingold 217429 2012-05-17 17:13 binutils-2.23.2/bfd/som.c -rw-rw-rw- gingold/gingold 8726 2012-07-13 16:22 binutils-2.23.2/bfd/som.h -rw-rw-rw- gingold/gingold 21830 2012-07-13 16:22 binutils-2.23.2/bfd/sparclinux.c -rw-rw-rw- gingold/gingold 6956 2012-07-13 16:22 binutils-2.23.2/bfd/sparclynx.c -rw-rw-rw- gingold/gingold 1565 2009-09-02 09:18 binutils-2.23.2/bfd/sparcnetbsd.c -rw-rw-rw- gingold/gingold 33171 2011-07-11 17:03 binutils-2.23.2/bfd/srec.c -rw-rw-rw- gingold/gingold 2176 2012-05-16 16:26 binutils-2.23.2/bfd/stab-syms.c -rw-rw-rw- gingold/gingold 22412 2009-09-09 23:38 binutils-2.23.2/bfd/stabs.c -rw-rw-rw- gingold/gingold 10 1999-05-03 09:28 binutils-2.23.2/bfd/stamp-h.in -rw-rw-rw- gingold/gingold 88016 2012-07-02 05:02 binutils-2.23.2/bfd/sunos.c -rw-rw-rw- gingold/gingold 39752 2012-05-16 16:26 binutils-2.23.2/bfd/syms.c -rw-rw-rw- gingold/gingold 4651 2012-05-17 17:13 binutils-2.23.2/bfd/sysdep.h -rw-rw-rw- gingold/gingold 56879 2012-09-04 14:53 binutils-2.23.2/bfd/targets.c -rw-rw-rw- gingold/gingold 526 2001-08-29 05:39 binutils-2.23.2/bfd/targmatch.sed -rw-rw-rw- gingold/gingold 26026 2011-07-11 17:03 binutils-2.23.2/bfd/tekhex.c -rw-rw-rw- gingold/gingold 4262 2012-07-13 16:22 binutils-2.23.2/bfd/ticoff.h -rw-rw-rw- gingold/gingold 954 1999-05-03 09:28 binutils-2.23.2/bfd/TODO -rw-rw-rw- gingold/gingold 9798 2012-07-13 16:22 binutils-2.23.2/bfd/trad-core.c -rw-rw-rw- gingold/gingold 1461 2009-09-02 09:18 binutils-2.23.2/bfd/vax1knetbsd.c -rw-rw-rw- gingold/gingold 1458 2009-10-02 16:40 binutils-2.23.2/bfd/vaxbsd.c -rw-rw-rw- gingold/gingold 1464 2009-09-02 09:18 binutils-2.23.2/bfd/vaxnetbsd.c -rw-rw-rw- gingold/gingold 10946 2011-06-06 03:26 binutils-2.23.2/bfd/verilog.c -rw-rw-rw- gingold/gingold 22059 2012-05-05 05:05 binutils-2.23.2/bfd/versados.c -rw-rw-rw- gingold/gingold 179 2013-03-25 09:06 binutils-2.23.2/bfd/version.h -rw-rw-rw- gingold/gingold 285126 2011-08-04 10:13 binutils-2.23.2/bfd/vms-alpha.c -rw-rw-rw- gingold/gingold 66829 2012-07-13 16:22 binutils-2.23.2/bfd/vms-lib.c -rw-rw-rw- gingold/gingold 15373 2011-06-27 10:24 binutils-2.23.2/bfd/vms-misc.c -rw-rw-rw- gingold/gingold 4366 2010-06-11 17:13 binutils-2.23.2/bfd/vms.h -rw-rw-rw- gingold/gingold 1712 2010-04-07 09:19 binutils-2.23.2/bfd/warning.m4 -rw-rw-rw- gingold/gingold 187722 2011-06-13 02:59 binutils-2.23.2/bfd/xcofflink.c -rw-rw-rw- gingold/gingold 62450 2012-05-17 17:13 binutils-2.23.2/bfd/xsym.c -rw-rw-rw- gingold/gingold 25479 2012-07-13 16:22 binutils-2.23.2/bfd/xsym.h -rw-rw-rw- gingold/gingold 45187 2011-02-28 19:30 binutils-2.23.2/bfd/xtensa-isa.c -rw-rw-rw- gingold/gingold 508647 2010-05-28 20:10 binutils-2.23.2/bfd/xtensa-modules.c -rw-rw-rw- gingold/gingold 622 2010-12-09 10:03 binutils-2.23.2/binutils/.gitignore drwxr-xr-x Creating directory: binutils-2.23.2/binutils -rw-rw-rw- gingold/gingold 37143 2012-05-18 00:23 binutils-2.23.2/binutils/aclocal.m4 -rw-rw-rw- gingold/gingold 12853 2012-07-24 23:06 binutils-2.23.2/binutils/addr2line.c -rw-rw-rw- gingold/gingold 37048 2013-03-25 09:06 binutils-2.23.2/binutils/ar.c -rw-rw-rw- gingold/gingold 53301 2012-11-13 15:19 binutils-2.23.2/binutils/arlex.c -rw-rw-rw- gingold/gingold 2512 2011-04-08 17:28 binutils-2.23.2/binutils/arlex.l -rw-rw-rw- gingold/gingold 47920 2012-11-13 15:19 binutils-2.23.2/binutils/arparse.c -rw-rw-rw- gingold/gingold 2857 2012-11-13 15:19 binutils-2.23.2/binutils/arparse.h -rw-rw-rw- gingold/gingold 3255 2009-09-02 09:22 binutils-2.23.2/binutils/arparse.y -rw-rw-rw- gingold/gingold 9510 2009-09-02 09:22 binutils-2.23.2/binutils/arsup.c -rw-rw-rw- gingold/gingold 1539 2009-09-02 09:22 binutils-2.23.2/binutils/arsup.h -rw-rw-rw- gingold/gingold 1636 2010-11-05 11:50 binutils-2.23.2/binutils/bin2c.c -rw-rw-rw- gingold/gingold 3720 2010-12-10 09:51 binutils-2.23.2/binutils/binemul.c -rw-rw-rw- gingold/gingold 2588 2010-12-10 09:51 binutils-2.23.2/binutils/binemul.h -rw-rw-rw- gingold/gingold 1263 2012-07-27 10:12 binutils-2.23.2/binutils/BRANCHES -rw-rw-rw- gingold/gingold 14862 2012-06-29 14:59 binutils-2.23.2/binutils/bucomm.c -rw-rw-rw- gingold/gingold 2271 2009-09-02 09:22 binutils-2.23.2/binutils/bucomm.h -rw-rw-rw- gingold/gingold 2053 2012-02-09 05:51 binutils-2.23.2/binutils/budbg.h -rw-rw-rw- gingold/gingold 17562 2013-03-25 09:06 binutils-2.23.2/binutils/ChangeLog -rw-rw-rw- gingold/gingold 64429 2004-01-02 12:16 binutils-2.23.2/binutils/ChangeLog-0001 -rw-rw-rw- gingold/gingold 68171 2004-01-02 12:16 binutils-2.23.2/binutils/ChangeLog-0203 -rw-rw-rw- gingold/gingold 25967 2006-01-17 00:15 binutils-2.23.2/binutils/ChangeLog-2004 -rw-rw-rw- gingold/gingold 43822 2006-01-17 00:15 binutils-2.23.2/binutils/ChangeLog-2005 -rw-rw-rw- gingold/gingold 18737 2007-01-09 15:29 binutils-2.23.2/binutils/ChangeLog-2006 -rw-rw-rw- gingold/gingold 37362 2008-01-02 22:41 binutils-2.23.2/binutils/ChangeLog-2007 -rw-rw-rw- gingold/gingold 28632 2009-01-06 16:36 binutils-2.23.2/binutils/ChangeLog-2008 -rw-rw-rw- gingold/gingold 44443 2010-01-01 19:06 binutils-2.23.2/binutils/ChangeLog-2009 -rw-rw-rw- gingold/gingold 32768 2011-01-01 17:43 binutils-2.23.2/binutils/ChangeLog-2010 -rw-rw-rw- gingold/gingold 30944 2012-01-05 11:09 binutils-2.23.2/binutils/ChangeLog-2011 -rw-rw-rw- gingold/gingold 192258 2003-12-06 01:06 binutils-2.23.2/binutils/ChangeLog-9197 -rw-rw-rw- gingold/gingold 65072 2003-10-27 14:20 binutils-2.23.2/binutils/ChangeLog-9899 -rw-rw-rw- gingold/gingold 11199 2011-10-13 17:33 binutils-2.23.2/binutils/coffdump.c -rw-rw-rw- gingold/gingold 17790 2009-12-11 14:42 binutils-2.23.2/binutils/coffgrok.c -rw-rw-rw- gingold/gingold 4848 2009-09-02 09:22 binutils-2.23.2/binutils/coffgrok.h -rw-rw-rw- gingold/gingold 7340 2012-11-05 17:27 binutils-2.23.2/binutils/config.in -rwxrwxrwx gingold/gingold 488255 2012-11-05 17:27 binutils-2.23.2/binutils/configure -rw-rw-rw- gingold/gingold 3409 2009-09-02 16:14 binutils-2.23.2/binutils/configure.com -rw-rw-rw- gingold/gingold 13395 2012-11-05 17:27 binutils-2.23.2/binutils/configure.in -rw-rw-rw- gingold/gingold 739 2010-12-10 09:51 binutils-2.23.2/binutils/configure.tgt -rw-rw-rw- gingold/gingold 8266 2007-11-26 02:53 binutils-2.23.2/binutils/cxxfilt.c -rw-rw-rw- gingold/gingold 87135 2011-02-28 19:32 binutils-2.23.2/binutils/debug.c -rw-rw-rw- gingold/gingold 30019 2009-09-10 15:40 binutils-2.23.2/binutils/debug.h -rw-rw-rw- gingold/gingold 55374 2012-11-13 15:19 binutils-2.23.2/binutils/deflex.c -rw-rw-rw- gingold/gingold 2547 2009-10-23 16:53 binutils-2.23.2/binutils/deflex.l -rw-rw-rw- gingold/gingold 60743 2012-11-13 15:19 binutils-2.23.2/binutils/defparse.c -rw-rw-rw- gingold/gingold 3361 2012-11-13 15:19 binutils-2.23.2/binutils/defparse.h -rw-rw-rw- gingold/gingold 5764 2012-02-24 15:20 binutils-2.23.2/binutils/defparse.y -rw-rw-rw- gingold/gingold 257 2009-06-04 08:56 binutils-2.23.2/binutils/dep-in.sed -rw-rw-rw- gingold/gingold 122953 2012-05-05 05:05 binutils-2.23.2/binutils/dlltool.c -rw-rw-rw- gingold/gingold 1588 2012-02-09 05:51 binutils-2.23.2/binutils/dlltool.h -rw-rw-rw- gingold/gingold 34638 2012-02-09 05:51 binutils-2.23.2/binutils/dllwrap.c -rw-rw-rw- gingold/gingold 10470 2013-03-25 10:10 binutils-2.23.2/binutils/doc/addr2line.1 drwxr-xr-x Creating directory: binutils-2.23.2/binutils/doc -rw-rw-rw- gingold/gingold 18478 2013-03-25 10:10 binutils-2.23.2/binutils/doc/ar.1 -rw-rw-rw- gingold/gingold 197564 2013-03-25 10:10 binutils-2.23.2/binutils/doc/binutils.info -rw-rw-rw- gingold/gingold 178236 2013-03-25 09:06 binutils-2.23.2/binutils/doc/binutils.texi -rw-rw-rw- gingold/gingold 11002 2013-03-25 10:10 binutils-2.23.2/binutils/doc/cxxfilt.man -rw-rw-rw- gingold/gingold 20476 2013-03-25 10:10 binutils-2.23.2/binutils/doc/dlltool.1 -rw-rw-rw- gingold/gingold 8426 2013-03-25 10:10 binutils-2.23.2/binutils/doc/elfedit.1 -rw-rw-rw- gingold/gingold 23565 2008-11-19 17:22 binutils-2.23.2/binutils/doc/fdl.texi -rw-rw-rw- gingold/gingold 5999 2010-01-06 17:52 binutils-2.23.2/binutils/doc/Makefile.am -rw-rw-rw- gingold/gingold 28447 2012-09-04 14:53 binutils-2.23.2/binutils/doc/Makefile.in -rw-rw-rw- gingold/gingold 8323 2013-03-25 10:10 binutils-2.23.2/binutils/doc/nlmconv.1 -rw-rw-rw- gingold/gingold 17251 2013-03-25 10:10 binutils-2.23.2/binutils/doc/nm.1 -rw-rw-rw- gingold/gingold 44392 2013-03-25 10:10 binutils-2.23.2/binutils/doc/objcopy.1 -rw-rw-rw- gingold/gingold 31962 2013-03-25 10:10 binutils-2.23.2/binutils/doc/objdump.1 -rw-rw-rw- gingold/gingold 7115 2013-03-25 10:10 binutils-2.23.2/binutils/doc/ranlib.1 -rw-rw-rw- gingold/gingold 15248 2013-03-25 10:10 binutils-2.23.2/binutils/doc/readelf.1 -rw-rw-rw- gingold/gingold 8918 2013-03-25 10:10 binutils-2.23.2/binutils/doc/size.1 -rw-rw-rw- gingold/gingold 8632 2013-03-25 10:10 binutils-2.23.2/binutils/doc/strings.1 -rw-rw-rw- gingold/gingold 15030 2013-03-25 10:10 binutils-2.23.2/binutils/doc/strip.1 -rw-rw-rw- gingold/gingold 10609 2013-03-25 10:10 binutils-2.23.2/binutils/doc/windmc.1 -rw-rw-rw- gingold/gingold 13303 2013-03-25 10:10 binutils-2.23.2/binutils/doc/windres.1 -rw-rw-rw- gingold/gingold 5888 2012-06-13 16:01 binutils-2.23.2/binutils/dwarf-mode.el -rw-rw-rw- gingold/gingold 171201 2012-07-02 16:35 binutils-2.23.2/binutils/dwarf.c -rw-rw-rw- gingold/gingold 6445 2012-05-11 20:18 binutils-2.23.2/binutils/dwarf.h -rw-rw-rw- gingold/gingold 20156 2012-07-17 18:29 binutils-2.23.2/binutils/elfcomm.c -rw-rw-rw- gingold/gingold 4611 2012-07-17 18:29 binutils-2.23.2/binutils/elfcomm.h -rw-rw-rw- gingold/gingold 19351 2012-02-09 05:51 binutils-2.23.2/binutils/elfedit.c -rw-rw-rw- gingold/gingold 8591 2008-10-09 15:42 binutils-2.23.2/binutils/embedspu.sh -rw-rw-rw- gingold/gingold 3555 2010-12-10 09:51 binutils-2.23.2/binutils/emul_aix.c -rw-rw-rw- gingold/gingold 1084 2009-09-02 09:22 binutils-2.23.2/binutils/emul_vanilla.c -rw-rw-rw- gingold/gingold 6173 2007-07-05 18:54 binutils-2.23.2/binutils/filemode.c -rw-rw-rw- gingold/gingold 191946 2011-03-25 18:22 binutils-2.23.2/binutils/ieee.c -rw-rw-rw- gingold/gingold 906 2007-07-05 18:54 binutils-2.23.2/binutils/is-ranlib.c -rw-rw-rw- gingold/gingold 917 2007-07-05 18:54 binutils-2.23.2/binutils/is-strip.c -rw-rw-rw- gingold/gingold 11061 2012-09-04 14:53 binutils-2.23.2/binutils/MAINTAINERS -rw-rw-rw- gingold/gingold 18542 2012-05-16 16:26 binutils-2.23.2/binutils/Makefile.am -rw-rw-rw- gingold/gingold 57615 2012-05-18 00:23 binutils-2.23.2/binutils/Makefile.in -rw-rw-rw- gingold/gingold 1829 2011-06-08 14:40 binutils-2.23.2/binutils/makefile.vms -rw-rw-rw- gingold/gingold 950 2007-07-05 18:54 binutils-2.23.2/binutils/maybe-ranlib.c -rw-rw-rw- gingold/gingold 958 2007-07-05 18:54 binutils-2.23.2/binutils/maybe-strip.c -rw-rw-rw- gingold/gingold 10579 2007-07-05 18:54 binutils-2.23.2/binutils/mclex.c -rw-rw-rw- gingold/gingold 60479 2012-11-13 15:19 binutils-2.23.2/binutils/mcparse.c -rw-rw-rw- gingold/gingold 3069 2012-11-13 15:19 binutils-2.23.2/binutils/mcparse.h -rw-rw-rw- gingold/gingold 8563 2007-07-05 18:54 binutils-2.23.2/binutils/mcparse.y -rw-rw-rw- gingold/gingold 17748 2012-07-27 10:13 binutils-2.23.2/binutils/NEWS -rw-rw-rw- gingold/gingold 64140 2012-02-09 05:51 binutils-2.23.2/binutils/nlmconv.c -rw-rw-rw- gingold/gingold 2785 2009-09-02 09:22 binutils-2.23.2/binutils/nlmconv.h -rw-rw-rw- gingold/gingold 70086 2012-11-13 15:19 binutils-2.23.2/binutils/nlmheader.c -rw-rw-rw- gingold/gingold 3620 2012-11-13 15:19 binutils-2.23.2/binutils/nlmheader.h -rw-rw-rw- gingold/gingold 21200 2010-10-08 16:00 binutils-2.23.2/binutils/nlmheader.y -rw-rw-rw- gingold/gingold 44656 2012-06-29 18:55 binutils-2.23.2/binutils/nm.c -rw-rw-rw- gingold/gingold 906 2007-07-05 18:54 binutils-2.23.2/binutils/not-ranlib.c -rw-rw-rw- gingold/gingold 917 2007-07-05 18:54 binutils-2.23.2/binutils/not-strip.c -rw-rw-rw- gingold/gingold 116485 2013-03-25 09:06 binutils-2.23.2/binutils/objcopy.c -rw-rw-rw- gingold/gingold 97937 2012-10-22 12:25 binutils-2.23.2/binutils/objdump.c -rw-rw-rw- gingold/gingold 1638 2012-02-09 05:51 binutils-2.23.2/binutils/objdump.h -rw-rw-rw- gingold/gingold 35573 2012-02-09 05:51 binutils-2.23.2/binutils/od-macho.c -rw-rw-rw- gingold/gingold 47352 2012-02-09 05:51 binutils-2.23.2/binutils/od-xcoff.c -rw-rw-rw- gingold/gingold 76717 2013-03-25 10:10 binutils-2.23.2/binutils/po/bg.gmo drwxr-xr-x Creating directory: binutils-2.23.2/binutils/po -rw-rw-rw- gingold/gingold 193686 2012-09-04 14:53 binutils-2.23.2/binutils/po/bg.po -rw-rw-rw- gingold/gingold 152773 2011-10-25 13:18 binutils-2.23.2/binutils/po/binutils.pot -rw-rw-rw- gingold/gingold 69960 2013-03-25 10:10 binutils-2.23.2/binutils/po/da.gmo -rw-rw-rw- gingold/gingold 195352 2011-04-27 12:02 binutils-2.23.2/binutils/po/da.po -rw-rw-rw- gingold/gingold 199631 2013-03-25 10:10 binutils-2.23.2/binutils/po/es.gmo -rw-rw-rw- gingold/gingold 270557 2012-09-04 14:53 binutils-2.23.2/binutils/po/es.po -rw-rw-rw- gingold/gingold 191859 2013-03-25 10:10 binutils-2.23.2/binutils/po/fi.gmo -rw-rw-rw- gingold/gingold 265806 2012-09-04 14:53 binutils-2.23.2/binutils/po/fi.po -rw-rw-rw- gingold/gingold 197223 2013-03-25 10:10 binutils-2.23.2/binutils/po/fr.gmo -rw-rw-rw- gingold/gingold 252023 2012-09-04 14:53 binutils-2.23.2/binutils/po/fr.po -rw-rw-rw- gingold/gingold 153153 2013-03-25 10:10 binutils-2.23.2/binutils/po/id.gmo -rw-rw-rw- gingold/gingold 188870 2011-03-03 10:38 binutils-2.23.2/binutils/po/id.po -rw-rw-rw- gingold/gingold 192727 2013-03-25 10:10 binutils-2.23.2/binutils/po/it.gmo -rw-rw-rw- gingold/gingold 238574 2012-05-02 16:51 binutils-2.23.2/binutils/po/it.po -rw-rw-rw- gingold/gingold 205175 2013-03-25 10:10 binutils-2.23.2/binutils/po/ja.gmo -rw-rw-rw- gingold/gingold 272580 2011-10-24 13:51 binutils-2.23.2/binutils/po/ja.po -rw-rw-rw- gingold/gingold 7157 2009-09-02 09:22 binutils-2.23.2/binutils/po/Make-in -rw-rw-rw- gingold/gingold 725 2012-02-14 02:25 binutils-2.23.2/binutils/po/POTFILES.in -rw-rw-rw- gingold/gingold 20265 2013-03-25 10:10 binutils-2.23.2/binutils/po/ro.gmo -rw-rw-rw- gingold/gingold 107122 2005-03-10 11:39 binutils-2.23.2/binutils/po/ro.po -rw-rw-rw- gingold/gingold 235992 2013-03-25 10:10 binutils-2.23.2/binutils/po/ru.gmo -rw-rw-rw- gingold/gingold 284957 2012-01-06 11:29 binutils-2.23.2/binutils/po/ru.po -rw-rw-rw- gingold/gingold 615 2013-03-25 10:10 binutils-2.23.2/binutils/po/rw.gmo -rw-rw-rw- gingold/gingold 122610 2005-04-05 09:58 binutils-2.23.2/binutils/po/rw.po -rw-rw-rw- gingold/gingold 149635 2013-03-25 10:10 binutils-2.23.2/binutils/po/sk.gmo -rw-rw-rw- gingold/gingold 185078 2009-03-02 15:42 binutils-2.23.2/binutils/po/sk.po -rw-rw-rw- gingold/gingold 113208 2013-03-25 10:10 binutils-2.23.2/binutils/po/sv.gmo -rw-rw-rw- gingold/gingold 139607 2008-09-11 11:06 binutils-2.23.2/binutils/po/sv.po -rw-rw-rw- gingold/gingold 129842 2013-03-25 10:10 binutils-2.23.2/binutils/po/tr.gmo -rw-rw-rw- gingold/gingold 169310 2005-03-14 00:42 binutils-2.23.2/binutils/po/tr.po -rw-rw-rw- gingold/gingold 237105 2013-03-25 10:10 binutils-2.23.2/binutils/po/uk.gmo -rw-rw-rw- gingold/gingold 288860 2012-09-04 14:53 binutils-2.23.2/binutils/po/uk.po -rw-rw-rw- gingold/gingold 208072 2013-03-25 10:10 binutils-2.23.2/binutils/po/vi.gmo -rw-rw-rw- gingold/gingold 256160 2012-09-04 14:53 binutils-2.23.2/binutils/po/vi.po -rw-rw-rw- gingold/gingold 75892 2013-03-25 10:10 binutils-2.23.2/binutils/po/zh_CN.gmo -rw-rw-rw- gingold/gingold 114487 2010-11-25 07:08 binutils-2.23.2/binutils/po/zh_CN.po -rw-rw-rw- gingold/gingold 121475 2013-03-25 10:10 binutils-2.23.2/binutils/po/zh_TW.gmo -rw-rw-rw- gingold/gingold 150861 2005-06-03 15:22 binutils-2.23.2/binutils/po/zh_TW.po -rw-rw-rw- gingold/gingold 63526 2011-03-25 18:24 binutils-2.23.2/binutils/prdbg.c -rwxrwxrwx gingold/gingold 899 2009-09-02 09:22 binutils-2.23.2/binutils/ranlib.sh -rw-rw-rw- gingold/gingold 18448 2009-09-02 09:22 binutils-2.23.2/binutils/rclex.c -rw-rw-rw- gingold/gingold 139352 2012-11-13 15:19 binutils-2.23.2/binutils/rcparse.c -rw-rw-rw- gingold/gingold 7007 2012-11-13 15:19 binutils-2.23.2/binutils/rcparse.h -rw-rw-rw- gingold/gingold 41103 2011-10-25 10:03 binutils-2.23.2/binutils/rcparse.y -rw-rw-rw- gingold/gingold 21251 2009-09-02 09:22 binutils-2.23.2/binutils/rdcoff.c -rw-rw-rw- gingold/gingold 10782 2010-04-09 16:40 binutils-2.23.2/binutils/rddbg.c -rw-rw-rw- gingold/gingold 366159 2013-03-25 09:06 binutils-2.23.2/binutils/readelf.c -rw-rw-rw- gingold/gingold 10886 2009-07-14 09:43 binutils-2.23.2/binutils/README -rw-rw-rw- gingold/gingold 5434 2012-02-09 05:51 binutils-2.23.2/binutils/rename.c -rw-rw-rw- gingold/gingold 56717 2011-10-11 17:56 binutils-2.23.2/binutils/resbin.c -rw-rw-rw- gingold/gingold 21410 2012-05-01 18:07 binutils-2.23.2/binutils/rescoff.c -rw-rw-rw- gingold/gingold 84198 2012-02-11 16:15 binutils-2.23.2/binutils/resrc.c -rw-rw-rw- gingold/gingold 20263 2011-06-02 15:43 binutils-2.23.2/binutils/resres.c -rwxrwxrwx gingold/gingold 1624 2007-07-05 18:54 binutils-2.23.2/binutils/sanity.sh -rw-rw-rw- gingold/gingold 14548 2009-09-10 15:40 binutils-2.23.2/binutils/size.c -rw-rw-rw- gingold/gingold 41114 2011-02-28 19:32 binutils-2.23.2/binutils/srconv.c -rw-rw-rw- gingold/gingold 135185 2012-03-30 14:51 binutils-2.23.2/binutils/stabs.c -rw-rw-rw- gingold/gingold 10 1999-05-03 09:29 binutils-2.23.2/binutils/stamp-h.in -rw-rw-rw- gingold/gingold 16636 2012-02-09 05:51 binutils-2.23.2/binutils/strings.c -rw-rw-rw- gingold/gingold 3974 2012-05-11 16:25 binutils-2.23.2/binutils/sysdep.h -rw-rw-rw- gingold/gingold 12312 2011-10-13 17:33 binutils-2.23.2/binutils/sysdump.c -rw-rw-rw- gingold/gingold 51177 2012-11-13 15:19 binutils-2.23.2/binutils/sysinfo.c -rw-rw-rw- gingold/gingold 2376 2012-11-13 15:19 binutils-2.23.2/binutils/sysinfo.h -rw-rw-rw- gingold/gingold 8234 2009-12-11 14:42 binutils-2.23.2/binutils/sysinfo.y -rw-rw-rw- gingold/gingold 48995 2012-11-13 15:19 binutils-2.23.2/binutils/syslex.c -rw-rw-rw- gingold/gingold 2097 2012-05-16 16:26 binutils-2.23.2/binutils/syslex.l -rw-rw-rw- gingold/gingold 166 2012-05-16 16:26 binutils-2.23.2/binutils/syslex_wrap.c -rw-rw-rw- gingold/gingold 15331 2003-06-25 08:40 binutils-2.23.2/binutils/sysroff.info -rw-rw-rw- gingold/gingold 231 2010-01-20 01:09 binutils-2.23.2/binutils/testsuite/binutils-all/add-empty-section.d drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all -rw-rw-rw- gingold/gingold 290 2010-01-20 01:09 binutils-2.23.2/binutils/testsuite/binutils-all/add-section.d -rw-rw-rw- gingold/gingold 35 2009-10-23 16:53 binutils-2.23.2/binutils/testsuite/binutils-all/alias-2.def -rw-rw-rw- gingold/gingold 23 2004-10-24 19:49 binutils-2.23.2/binutils/testsuite/binutils-all/alias.def -rw-rw-rw- gingold/gingold 12148 2011-05-02 14:47 binutils-2.23.2/binutils/testsuite/binutils-all/ar.exp -rw-rw-rw- gingold/gingold 2433 2012-05-16 12:53 binutils-2.23.2/binutils/testsuite/binutils-all/arm/objdump.exp drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all/arm -rw-rw-rw- gingold/gingold 571 2011-04-11 17:12 binutils-2.23.2/binutils/testsuite/binutils-all/arm/simple.s -rw-rw-rw- gingold/gingold 81 2009-07-31 20:14 binutils-2.23.2/binutils/testsuite/binutils-all/arm/thumb2-cond.s -rw-rw-rw- gingold/gingold 1554 2009-09-02 11:35 binutils-2.23.2/binutils/testsuite/binutils-all/bfin/objdump.exp drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all/bfin -rw-rw-rw- gingold/gingold 135 2009-09-02 11:35 binutils-2.23.2/binutils/testsuite/binutils-all/bfin/unknown-mode.s -rw-rw-rw- gingold/gingold 185 1999-05-03 09:29 binutils-2.23.2/binutils/testsuite/binutils-all/bintest.s -rw-rw-rw- gingold/gingold 5340 2013-03-25 09:06 binutils-2.23.2/binutils/testsuite/binutils-all/compress.exp -rw-rw-rw- gingold/gingold 286 2006-05-02 19:46 binutils-2.23.2/binutils/testsuite/binutils-all/copy-1.d -rw-rw-rw- gingold/gingold 104 2006-04-26 15:37 binutils-2.23.2/binutils/testsuite/binutils-all/copy-1.s -rw-rw-rw- gingold/gingold 643 2011-01-01 02:56 binutils-2.23.2/binutils/testsuite/binutils-all/copy-2.d -rw-rw-rw- gingold/gingold 511 2011-01-01 02:56 binutils-2.23.2/binutils/testsuite/binutils-all/copy-3.d -rw-rw-rw- gingold/gingold 145 2009-03-10 01:48 binutils-2.23.2/binutils/testsuite/binutils-all/copy-4.d -rw-rw-rw- gingold/gingold 90 2006-05-02 14:17 binutils-2.23.2/binutils/testsuite/binutils-all/copytest.s -rw-rw-rw- gingold/gingold 9287 2012-02-14 03:40 binutils-2.23.2/binutils/testsuite/binutils-all/dlltool.exp -rw-rw-rw- gingold/gingold 29 2007-08-30 15:47 binutils-2.23.2/binutils/testsuite/binutils-all/dumptest.s -rw-rw-rw- gingold/gingold 5238 2010-10-29 14:10 binutils-2.23.2/binutils/testsuite/binutils-all/dw2-1.S -rw-rw-rw- gingold/gingold 5207 2010-10-29 14:10 binutils-2.23.2/binutils/testsuite/binutils-all/dw2-2.S -rw-rw-rw- gingold/gingold 4516 2009-09-02 09:22 binutils-2.23.2/binutils/testsuite/binutils-all/dw2-compressed.S -rw-rw-rw- gingold/gingold 240 2012-02-14 02:00 binutils-2.23.2/binutils/testsuite/binutils-all/dw2-decodedline.S -rw-rw-rw- gingold/gingold 22 2012-07-03 18:06 binutils-2.23.2/binutils/testsuite/binutils-all/dw2-empty.S -rw-rw-rw- gingold/gingold 427 2011-06-19 23:22 binutils-2.23.2/binutils/testsuite/binutils-all/elfedit-1.d -rw-rw-rw- gingold/gingold 257 2010-11-08 07:43 binutils-2.23.2/binutils/testsuite/binutils-all/elfedit-2.d -rw-rw-rw- gingold/gingold 246 2010-11-08 07:43 binutils-2.23.2/binutils/testsuite/binutils-all/elfedit-3.d -rw-rw-rw- gingold/gingold 428 2012-04-03 18:01 binutils-2.23.2/binutils/testsuite/binutils-all/elfedit-4.d -rw-rw-rw- gingold/gingold 1178 2011-07-22 22:22 binutils-2.23.2/binutils/testsuite/binutils-all/elfedit.exp -rw-rw-rw- gingold/gingold 0 2010-01-20 01:09 binutils-2.23.2/binutils/testsuite/binutils-all/empty-file -rw-rw-rw- gingold/gingold 17 2007-04-12 21:20 binutils-2.23.2/binutils/testsuite/binutils-all/empty.s -rw-rw-rw- gingold/gingold 252 2010-05-18 05:31 binutils-2.23.2/binutils/testsuite/binutils-all/exclude-1.s -rw-rw-rw- gingold/gingold 174 2010-05-18 05:31 binutils-2.23.2/binutils/testsuite/binutils-all/exclude-1a.d -rw-rw-rw- gingold/gingold 202 2010-05-18 05:31 binutils-2.23.2/binutils/testsuite/binutils-all/exclude-1b.d -rw-rw-rw- gingold/gingold 20 2002-11-06 20:36 binutils-2.23.2/binutils/testsuite/binutils-all/fastcall.def -rw-rw-rw- gingold/gingold 164 2008-10-03 17:08 binutils-2.23.2/binutils/testsuite/binutils-all/group-2.s -rw-rw-rw- gingold/gingold 156 2008-10-03 17:08 binutils-2.23.2/binutils/testsuite/binutils-all/group-3.s -rw-rw-rw- gingold/gingold 128 2008-10-03 17:08 binutils-2.23.2/binutils/testsuite/binutils-all/group-4.s -rw-rw-rw- gingold/gingold 452 2010-10-23 20:05 binutils-2.23.2/binutils/testsuite/binutils-all/group-5.d -rw-rw-rw- gingold/gingold 220 2010-02-18 01:13 binutils-2.23.2/binutils/testsuite/binutils-all/group-5.s -rw-rw-rw- gingold/gingold 153 2011-09-16 06:23 binutils-2.23.2/binutils/testsuite/binutils-all/group-6.d -rw-rw-rw- gingold/gingold 79 2011-09-16 06:23 binutils-2.23.2/binutils/testsuite/binutils-all/group-6.s -rw-rw-rw- gingold/gingold 160 2008-10-03 17:08 binutils-2.23.2/binutils/testsuite/binutils-all/group.s -rw-rw-rw- gingold/gingold 584 1999-05-03 09:29 binutils-2.23.2/binutils/testsuite/binutils-all/hppa/addendbug.s drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all/hppa -rw-rw-rw- gingold/gingold 543 1999-08-28 08:26 binutils-2.23.2/binutils/testsuite/binutils-all/hppa/freg.s -rw-rw-rw- gingold/gingold 2609 2012-05-17 18:36 binutils-2.23.2/binutils/testsuite/binutils-all/hppa/objdump.exp -rw-rw-rw- gingold/gingold 2178 2010-07-14 21:46 binutils-2.23.2/binutils/testsuite/binutils-all/i386/compressed-1.s drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all/i386 -rw-rw-rw- gingold/gingold 4746 2012-05-17 12:00 binutils-2.23.2/binutils/testsuite/binutils-all/i386/compressed-1a.d -rw-rw-rw- gingold/gingold 709 2012-04-13 04:52 binutils-2.23.2/binutils/testsuite/binutils-all/i386/compressed-1b.d -rw-rw-rw- gingold/gingold 733 2012-04-13 04:52 binutils-2.23.2/binutils/testsuite/binutils-all/i386/compressed-1c.d -rw-rw-rw- gingold/gingold 1323 2012-06-07 17:34 binutils-2.23.2/binutils/testsuite/binutils-all/i386/i386.exp -rw-rw-rw- gingold/gingold 38 2010-10-29 14:10 binutils-2.23.2/binutils/testsuite/binutils-all/libdw2-compressed.out -rw-rw-rw- gingold/gingold 460 2010-11-02 14:47 binutils-2.23.2/binutils/testsuite/binutils-all/libdw2.out -rw-rw-rw- gingold/gingold 158 2005-10-19 19:39 binutils-2.23.2/binutils/testsuite/binutils-all/link-order.s -rw-rw-rw- gingold/gingold 582 2006-06-24 11:10 binutils-2.23.2/binutils/testsuite/binutils-all/localize-hidden-1.d -rw-rw-rw- gingold/gingold 583 2009-04-16 06:24 binutils-2.23.2/binutils/testsuite/binutils-all/localize-hidden-1.s -rw-rw-rw- gingold/gingold 104 2006-06-23 18:23 binutils-2.23.2/binutils/testsuite/binutils-all/localize-hidden-2.d -rw-rw-rw- gingold/gingold 22 2009-04-16 06:24 binutils-2.23.2/binutils/testsuite/binutils-all/localize-hidden-2.s -rw-rw-rw- gingold/gingold 6 2010-10-12 00:18 binutils-2.23.2/binutils/testsuite/binutils-all/m68k/fnop.s drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all/m68k -rw-rw-rw- gingold/gingold 47 2004-07-09 20:42 binutils-2.23.2/binutils/testsuite/binutils-all/m68k/movem.s -rw-rw-rw- gingold/gingold 2095 2010-10-12 00:18 binutils-2.23.2/binutils/testsuite/binutils-all/m68k/objdump.exp -rw-rw-rw- gingold/gingold 73 2007-05-11 09:16 binutils-2.23.2/binutils/testsuite/binutils-all/needed-by-reloc.s -rw-rw-rw- gingold/gingold 4862 2011-05-18 18:35 binutils-2.23.2/binutils/testsuite/binutils-all/nm.exp -rw-rw-rw- gingold/gingold 271 2010-09-23 14:04 binutils-2.23.2/binutils/testsuite/binutils-all/note-1.d -rw-rw-rw- gingold/gingold 27784 2012-03-13 01:41 binutils-2.23.2/binutils/testsuite/binutils-all/objcopy.exp -rw-rw-rw- gingold/gingold 7830 2013-03-25 09:06 binutils-2.23.2/binutils/testsuite/binutils-all/objdump.exp -rw-rw-rw- gingold/gingold 378 2009-03-11 23:49 binutils-2.23.2/binutils/testsuite/binutils-all/objdump.s -rw-rw-rw- gingold/gingold 2854 2012-05-17 12:00 binutils-2.23.2/binutils/testsuite/binutils-all/objdump.W -rw-rw-rw- gingold/gingold 356 2011-10-04 16:25 binutils-2.23.2/binutils/testsuite/binutils-all/objdump.WL -rw-rw-rw- gingold/gingold 10145 2013-03-25 09:06 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.exp -rw-rw-rw- gingold/gingold 931 2003-09-30 02:15 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.h -rw-rw-rw- gingold/gingold 141 2012-02-02 09:45 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.n -rw-rw-rw- gingold/gingold 184 2002-02-20 11:32 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.r -rw-rw-rw- gingold/gingold 189 2002-02-20 11:32 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.r-64 -rw-rw-rw- gingold/gingold 955 2010-07-19 17:11 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.s -rw-rw-rw- gingold/gingold 947 2010-07-19 17:11 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.s-64 -rw-rw-rw- gingold/gingold 847 2009-09-23 05:12 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.ss -rw-rw-rw- gingold/gingold 733 2009-09-23 05:12 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.ss-64 -rw-rw-rw- gingold/gingold 797 2009-09-23 05:12 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.ss-mips -rw-rw-rw- gingold/gingold 751 2009-09-23 05:12 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.ss-tmips -rw-rw-rw- gingold/gingold 826 2012-05-17 12:00 binutils-2.23.2/binutils/testsuite/binutils-all/readelf.wa -rw-rw-rw- gingold/gingold 2410 2009-09-02 09:22 binutils-2.23.2/binutils/testsuite/binutils-all/size.exp -rw-rw-rw- gingold/gingold 261 2006-09-15 01:37 binutils-2.23.2/binutils/testsuite/binutils-all/strip-1.d -rw-rw-rw- gingold/gingold 177 2009-09-23 05:12 binutils-2.23.2/binutils/testsuite/binutils-all/strip-10.d -rw-rw-rw- gingold/gingold 447 2010-10-23 20:05 binutils-2.23.2/binutils/testsuite/binutils-all/strip-2.d -rw-rw-rw- gingold/gingold 279 2010-11-08 07:43 binutils-2.23.2/binutils/testsuite/binutils-all/strip-3.d -rw-rw-rw- gingold/gingold 263 2008-10-01 23:54 binutils-2.23.2/binutils/testsuite/binutils-all/strip-4.d -rw-rw-rw- gingold/gingold 447 2008-10-01 23:54 binutils-2.23.2/binutils/testsuite/binutils-all/strip-5.d -rw-rw-rw- gingold/gingold 263 2008-10-02 01:10 binutils-2.23.2/binutils/testsuite/binutils-all/strip-6.d -rw-rw-rw- gingold/gingold 442 2008-10-03 17:08 binutils-2.23.2/binutils/testsuite/binutils-all/strip-7.d -rw-rw-rw- gingold/gingold 263 2008-10-02 03:06 binutils-2.23.2/binutils/testsuite/binutils-all/strip-8.d -rw-rw-rw- gingold/gingold 442 2008-10-03 17:08 binutils-2.23.2/binutils/testsuite/binutils-all/strip-9.d -rw-rw-rw- gingold/gingold 469 2005-01-04 11:13 binutils-2.23.2/binutils/testsuite/binutils-all/testprog.c -rw-rw-rw- gingold/gingold 330 2009-07-16 23:00 binutils-2.23.2/binutils/testsuite/binutils-all/testranges-ia64.d -rw-rw-rw- gingold/gingold 1450 2009-07-16 23:00 binutils-2.23.2/binutils/testsuite/binutils-all/testranges-ia64.s -rw-rw-rw- gingold/gingold 332 2010-11-15 19:14 binutils-2.23.2/binutils/testsuite/binutils-all/testranges.d -rw-rw-rw- gingold/gingold 1400 2009-09-07 20:07 binutils-2.23.2/binutils/testsuite/binutils-all/testranges.s -rw-rw-rw- gingold/gingold 51 2009-08-06 18:22 binutils-2.23.2/binutils/testsuite/binutils-all/unique.s -rw-rw-rw- gingold/gingold 59 2005-10-19 22:49 binutils-2.23.2/binutils/testsuite/binutils-all/unknown.s -rw-rw-rw- gingold/gingold 106 2005-03-29 18:13 binutils-2.23.2/binutils/testsuite/binutils-all/vax/entrymask.s drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all/vax -rw-rw-rw- gingold/gingold 2017 2009-09-02 09:22 binutils-2.23.2/binutils/testsuite/binutils-all/vax/objdump.exp -rw-rw-rw- gingold/gingold 298 2012-02-11 21:02 binutils-2.23.2/binutils/testsuite/binutils-all/version.def -rw-rw-rw- gingold/gingold 24 2012-02-14 02:00 binutils-2.23.2/binutils/testsuite/binutils-all/version.s -rw-rw-rw- gingold/gingold 122 2001-07-19 01:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/bmp1.bmp drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all/windres -rw-rw-rw- gingold/gingold 211 2001-07-19 01:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/bmpalign.rc -rw-rw-rw- gingold/gingold 2280 2001-07-19 01:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/bmpalign.rsd -rw-rw-rw- gingold/gingold 96 2002-04-09 19:23 binutils-2.23.2/binutils/testsuite/binutils-all/windres/capstyle.rc -rw-rw-rw- gingold/gingold 480 2002-04-10 10:14 binutils-2.23.2/binutils/testsuite/binutils-all/windres/capstyle.rsd -rw-rw-rw- gingold/gingold 147 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/checkbox.rc -rw-rw-rw- gingold/gingold 720 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/checkbox.rsd -rw-rw-rw- gingold/gingold 163 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/combobox.rc -rw-rw-rw- gingold/gingold 480 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/combobox.rsd -rw-rw-rw- gingold/gingold 85 2002-04-09 18:55 binutils-2.23.2/binutils/testsuite/binutils-all/windres/deflang.rc -rw-rw-rw- gingold/gingold 480 2002-04-10 10:14 binutils-2.23.2/binutils/testsuite/binutils-all/windres/deflang.rsd -rw-rw-rw- gingold/gingold 81 2002-04-16 10:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dialog0.rc -rw-rw-rw- gingold/gingold 480 2002-04-16 10:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dialog0.rsd -rw-rw-rw- gingold/gingold 95 2002-04-16 10:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dialog1.rc -rw-rw-rw- gingold/gingold 480 2002-04-16 10:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dialog1.rsd -rw-rw-rw- gingold/gingold 292 2003-04-03 12:48 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dialogid.rc -rw-rw-rw- gingold/gingold 902 2007-05-23 10:48 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dialogid.rsd -rw-rw-rw- gingold/gingold 93 2002-04-09 18:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dialogsignature.rc -rw-rw-rw- gingold/gingold 480 2002-04-10 10:14 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dialogsignature.rsd -rw-rw-rw- gingold/gingold 560 2002-04-15 16:12 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dlgfont.rc -rw-rw-rw- gingold/gingold 2340 2002-04-15 16:12 binutils-2.23.2/binutils/testsuite/binutils-all/windres/dlgfont.rsd -rw-rw-rw- gingold/gingold 87 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/edittext.rc -rw-rw-rw- gingold/gingold 480 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/edittext.rsd -rw-rw-rw- gingold/gingold 118 2002-04-09 17:44 binutils-2.23.2/binutils/testsuite/binutils-all/windres/escapea.rc -rw-rw-rw- gingold/gingold 420 2002-04-10 10:14 binutils-2.23.2/binutils/testsuite/binutils-all/windres/escapea.rsd -rwxrwxrwx gingold/gingold 93 2005-10-12 02:19 binutils-2.23.2/binutils/testsuite/binutils-all/windres/escapex-2.rc -rw-rw-rw- gingold/gingold 480 2005-10-12 02:19 binutils-2.23.2/binutils/testsuite/binutils-all/windres/escapex-2.rsd -rw-rw-rw- gingold/gingold 79 2002-04-09 17:36 binutils-2.23.2/binutils/testsuite/binutils-all/windres/escapex.rc -rw-rw-rw- gingold/gingold 480 2002-04-10 10:14 binutils-2.23.2/binutils/testsuite/binutils-all/windres/escapex.rsd -rw-rw-rw- gingold/gingold 114 2010-01-30 17:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/html.rc -rw-rw-rw- gingold/gingold 2522 2007-05-23 10:48 binutils-2.23.2/binutils/testsuite/binutils-all/windres/html.rsd -rw-rw-rw- gingold/gingold 269 2007-05-23 10:48 binutils-2.23.2/binutils/testsuite/binutils-all/windres/html1.hm -rw-rw-rw- gingold/gingold 276 2007-05-23 10:48 binutils-2.23.2/binutils/testsuite/binutils-all/windres/html2.hm -rw-rw-rw- gingold/gingold 278 2010-01-30 17:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/lang.rc -rw-rw-rw- gingold/gingold 600 2001-07-19 01:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/lang.rsd -rw-rw-rw- gingold/gingold 85 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/listbox.rc -rw-rw-rw- gingold/gingold 480 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/listbox.rsd -rw-rw-rw- gingold/gingold 90 2010-01-30 17:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/messagetable.rc -rw-rw-rw- gingold/gingold 730 2007-05-23 10:48 binutils-2.23.2/binutils/testsuite/binutils-all/windres/messagetable.rsd -rw-rw-rw- gingold/gingold 112 2007-05-23 10:48 binutils-2.23.2/binutils/testsuite/binutils-all/windres/MSG00001.bin -rwxrwxrwx gingold/gingold 1272 2009-09-02 09:22 binutils-2.23.2/binutils/testsuite/binutils-all/windres/msupdate -rw-rw-rw- gingold/gingold 85 2002-04-09 19:15 binutils-2.23.2/binutils/testsuite/binutils-all/windres/nocaption.rc -rw-rw-rw- gingold/gingold 480 2002-04-10 10:14 binutils-2.23.2/binutils/testsuite/binutils-all/windres/nocaption.rsd -rw-rw-rw- gingold/gingold 96 2002-04-09 17:59 binutils-2.23.2/binutils/testsuite/binutils-all/windres/printstyle.rc -rw-rw-rw- gingold/gingold 480 2002-04-10 10:14 binutils-2.23.2/binutils/testsuite/binutils-all/windres/printstyle.rsd -rw-rw-rw- gingold/gingold 119 2002-04-09 17:21 binutils-2.23.2/binutils/testsuite/binutils-all/windres/quoteclass.rc -rw-rw-rw- gingold/gingold 1061 2011-04-13 09:50 binutils-2.23.2/binutils/testsuite/binutils-all/windres/README -rw-rw-rw- gingold/gingold 91 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/scrollbar.rc -rw-rw-rw- gingold/gingold 480 2003-06-28 04:37 binutils-2.23.2/binutils/testsuite/binutils-all/windres/scrollbar.rsd -rw-rw-rw- gingold/gingold 104 2010-01-30 17:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/strtab1.rc -rw-rw-rw- gingold/gingold 480 2001-07-19 01:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/strtab1.rsd -rw-rw-rw- gingold/gingold 105 2010-01-30 17:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/strtab2.rc -rw-rw-rw- gingold/gingold 480 2007-05-23 10:48 binutils-2.23.2/binutils/testsuite/binutils-all/windres/strtab2.rsd -rw-rw-rw- gingold/gingold 160 2011-04-13 09:50 binutils-2.23.2/binutils/testsuite/binutils-all/windres/strtab3.rc -rw-rw-rw- gingold/gingold 480 2011-04-13 09:50 binutils-2.23.2/binutils/testsuite/binutils-all/windres/strtab3.rsd -rw-rw-rw- gingold/gingold 125 2011-10-25 10:03 binutils-2.23.2/binutils/testsuite/binutils-all/windres/strtab4.rc -rw-rw-rw- gingold/gingold 480 2011-10-25 10:03 binutils-2.23.2/binutils/testsuite/binutils-all/windres/strtab4.rsd -rw-rw-rw- gingold/gingold 99 2002-04-09 19:06 binutils-2.23.2/binutils/testsuite/binutils-all/windres/sublang.rc -rw-rw-rw- gingold/gingold 480 2002-04-10 10:14 binutils-2.23.2/binutils/testsuite/binutils-all/windres/sublang.rsd -rw-rw-rw- gingold/gingold 830 2010-01-30 17:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/version.rc -rw-rw-rw- gingold/gingold 3060 2011-10-11 17:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/version.rsd -rw-rw-rw- gingold/gingold 873 2010-01-30 17:13 binutils-2.23.2/binutils/testsuite/binutils-all/windres/version_cat.rc -rw-rw-rw- gingold/gingold 3125 2011-10-11 17:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/version_cat.rsd -rw-rw-rw- gingold/gingold 1319 2011-10-11 17:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/version_mlang.rc -rw-rw-rw- gingold/gingold 5220 2011-10-11 17:56 binutils-2.23.2/binutils/testsuite/binutils-all/windres/version_mlang.rsd -rw-rw-rw- gingold/gingold 3596 2011-04-13 09:50 binutils-2.23.2/binutils/testsuite/binutils-all/windres/windres.exp -rw-rw-rw- gingold/gingold 2087 2010-07-14 21:46 binutils-2.23.2/binutils/testsuite/binutils-all/x86-64/compressed-1.s drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/binutils-all/x86-64 -rw-rw-rw- gingold/gingold 4616 2012-05-17 12:00 binutils-2.23.2/binutils/testsuite/binutils-all/x86-64/compressed-1a.d -rw-rw-rw- gingold/gingold 757 2012-04-13 04:52 binutils-2.23.2/binutils/testsuite/binutils-all/x86-64/compressed-1b.d -rw-rw-rw- gingold/gingold 781 2012-04-13 04:52 binutils-2.23.2/binutils/testsuite/binutils-all/x86-64/compressed-1c.d -rw-rw-rw- gingold/gingold 1193 2012-04-03 18:01 binutils-2.23.2/binutils/testsuite/binutils-all/x86-64/x86-64.exp -rw-rw-rw- gingold/gingold 3595 2013-03-25 09:06 binutils-2.23.2/binutils/testsuite/ChangeLog -rw-rw-rw- gingold/gingold 29936 2012-01-05 11:09 binutils-2.23.2/binutils/testsuite/ChangeLog-0411 -rw-rw-rw- gingold/gingold 35137 2004-01-02 12:16 binutils-2.23.2/binutils/testsuite/ChangeLog-9303 -rw-rw-rw- gingold/gingold 4051 2010-07-14 21:46 binutils-2.23.2/binutils/testsuite/config/default.exp drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/config -rw-rw-rw- gingold/gingold 264 2009-03-04 00:27 binutils-2.23.2/binutils/testsuite/config/hppa.sed -rw-rw-rw- gingold/gingold 9215 2013-03-25 09:06 binutils-2.23.2/binutils/testsuite/lib/binutils-common.exp drwxr-xr-x Creating directory: binutils-2.23.2/binutils/testsuite/lib -rw-rw-rw- gingold/gingold 16241 2013-03-25 09:06 binutils-2.23.2/binutils/testsuite/lib/utils-lib.exp -rw-rw-rw- gingold/gingold 27610 2012-05-17 17:13 binutils-2.23.2/binutils/unwind-ia64.c -rw-rw-rw- gingold/gingold 1335 2009-09-02 09:22 binutils-2.23.2/binutils/unwind-ia64.h -rw-rw-rw- gingold/gingold 1628 2012-01-17 01:07 binutils-2.23.2/binutils/version.c -rw-rw-rw- gingold/gingold 26989 2011-10-11 17:56 binutils-2.23.2/binutils/windint.h -rw-rw-rw- gingold/gingold 30599 2011-06-02 15:43 binutils-2.23.2/binutils/windmc.c -rw-rw-rw- gingold/gingold 2686 2007-07-05 18:54 binutils-2.23.2/binutils/windmc.h -rw-rw-rw- gingold/gingold 32819 2012-02-09 05:51 binutils-2.23.2/binutils/windres.c -rw-rw-rw- gingold/gingold 5923 2011-10-25 10:03 binutils-2.23.2/binutils/windres.h -rw-rw-rw- gingold/gingold 23751 2011-10-25 10:03 binutils-2.23.2/binutils/winduni.c -rw-rw-rw- gingold/gingold 4533 2011-10-25 10:03 binutils-2.23.2/binutils/winduni.h -rw-rw-rw- gingold/gingold 56559 2011-03-14 20:05 binutils-2.23.2/binutils/wrstabs.c -rw-rw-rw- gingold/gingold 465183 2012-09-18 17:27 binutils-2.23.2/ChangeLog -rwxrwxrwx gingold/gingold 3707 2009-08-22 13:48 binutils-2.23.2/compile -rwxrwxrwx gingold/gingold 23949 2008-07-25 20:00 binutils-2.23.2/config/acinclude.m4 drwxr-xr-x Creating directory: binutils-2.23.2/config -rw-rw-rw- gingold/gingold 20319 2011-12-18 11:20 binutils-2.23.2/config/acx.m4 -rw-rw-rw- gingold/gingold 474 2012-05-29 17:58 binutils-2.23.2/config/asmcfi.m4 -rw-rw-rw- gingold/gingold 370 2009-09-07 02:44 binutils-2.23.2/config/bootstrap-debug-big.mk -rw-rw-rw- gingold/gingold 697 2009-09-07 02:44 binutils-2.23.2/config/bootstrap-debug-ckovw.mk -rw-rw-rw- gingold/gingold 473 2009-09-07 02:44 binutils-2.23.2/config/bootstrap-debug-lean.mk -rw-rw-rw- gingold/gingold 499 2009-09-07 02:44 binutils-2.23.2/config/bootstrap-debug-lib.mk -rw-rw-rw- gingold/gingold 510 2009-09-07 02:44 binutils-2.23.2/config/bootstrap-debug.mk -rw-rw-rw- gingold/gingold 180 2011-04-20 11:27 binutils-2.23.2/config/bootstrap-lto.mk -rw-rw-rw- gingold/gingold 53 2009-05-12 20:16 binutils-2.23.2/config/bootstrap-O1.mk -rw-rw-rw- gingold/gingold 53 2009-05-12 20:16 binutils-2.23.2/config/bootstrap-O3.mk -rw-rw-rw- gingold/gingold 81 2009-09-07 02:44 binutils-2.23.2/config/bootstrap-time.mk -rw-rw-rw- gingold/gingold 48115 2012-05-29 17:58 binutils-2.23.2/config/ChangeLog -rw-rw-rw- gingold/gingold 8538 2011-03-02 04:49 binutils-2.23.2/config/cloog.m4 -rw-rw-rw- gingold/gingold 894 2004-09-23 21:43 binutils-2.23.2/config/codeset.m4 -rw-rw-rw- gingold/gingold 5755 2007-02-09 20:24 binutils-2.23.2/config/depstand.m4 -rw-rw-rw- gingold/gingold 1465 2010-10-02 16:42 binutils-2.23.2/config/dfp.m4 -rw-rw-rw- gingold/gingold 869 2011-07-18 12:15 binutils-2.23.2/config/elf.m4 -rw-rw-rw- gingold/gingold 1143 2005-09-23 19:28 binutils-2.23.2/config/enable.m4 -rw-rw-rw- gingold/gingold 2748 2009-07-30 21:43 binutils-2.23.2/config/extensions.m4 -rw-rw-rw- gingold/gingold 1890 2008-01-08 18:29 binutils-2.23.2/config/futex.m4 -rw-rw-rw- gingold/gingold 1100 2010-07-02 13:58 binutils-2.23.2/config/gc++filt.m4 -rw-rw-rw- gingold/gingold 2713 2006-06-13 10:02 binutils-2.23.2/config/gettext-sister.m4 -rw-rw-rw- gingold/gingold 16721 2004-09-23 21:43 binutils-2.23.2/config/gettext.m4 -rw-rw-rw- gingold/gingold 983 2004-09-23 21:43 binutils-2.23.2/config/glibc21.m4 -rw-rw-rw- gingold/gingold 1106 2006-07-25 10:39 binutils-2.23.2/config/gxx-include-dir.m4 -rw-rw-rw- gingold/gingold 3499 2004-09-23 21:43 binutils-2.23.2/config/iconv.m4 -rw-rw-rw- gingold/gingold 1909 2004-09-23 21:43 binutils-2.23.2/config/intdiv0.m4 -rw-rw-rw- gingold/gingold 1175 2004-09-23 21:43 binutils-2.23.2/config/inttypes-pri.m4 -rw-rw-rw- gingold/gingold 975 2004-09-23 21:43 binutils-2.23.2/config/inttypes.m4 -rw-rw-rw- gingold/gingold 1091 2004-09-23 21:43 binutils-2.23.2/config/inttypes_h.m4 -rw-rw-rw- gingold/gingold 1233 2009-11-30 17:46 binutils-2.23.2/config/largefile.m4 -rw-rw-rw- gingold/gingold 1422 2004-09-23 21:43 binutils-2.23.2/config/lcmessage.m4 -rw-rw-rw- gingold/gingold 1739 2007-01-14 16:39 binutils-2.23.2/config/ld-symbolic.m4 -rw-rw-rw- gingold/gingold 1106 2009-08-16 14:49 binutils-2.23.2/config/lead-dot.m4 -rw-rw-rw- gingold/gingold 3569 2004-09-23 21:43 binutils-2.23.2/config/lib-ld.m4 -rw-rw-rw- gingold/gingold 23267 2004-09-23 21:43 binutils-2.23.2/config/lib-link.m4 -rw-rw-rw- gingold/gingold 5445 2004-09-23 21:43 binutils-2.23.2/config/lib-prefix.m4 -rw-rw-rw- gingold/gingold 1092 2010-12-06 02:40 binutils-2.23.2/config/lthostflags.m4 -rw-rw-rw- gingold/gingold 1333 2012-05-29 17:58 binutils-2.23.2/config/math.m4 -rw-rw-rw- gingold/gingold 221 2011-03-24 18:31 binutils-2.23.2/config/mh-cygwin -rw-rw-rw- gingold/gingold 355 2012-05-29 17:58 binutils-2.23.2/config/mh-darwin -rw-rw-rw- gingold/gingold 554 2002-04-12 03:23 binutils-2.23.2/config/mh-djgpp -rw-rw-rw- gingold/gingold 422 2010-12-03 00:36 binutils-2.23.2/config/mh-mingw -rw-rw-rw- gingold/gingold 260 2008-07-30 17:03 binutils-2.23.2/config/mh-pa -rw-rw-rw- gingold/gingold 272 2008-07-30 17:03 binutils-2.23.2/config/mh-pa-hpux10 -rw-rw-rw- gingold/gingold 440 2012-05-29 17:58 binutils-2.23.2/config/mh-ppc-aix -rw-rw-rw- gingold/gingold 3472 2012-05-29 17:58 binutils-2.23.2/config/mmap.m4 -rw-rw-rw- gingold/gingold 88 2012-05-29 17:58 binutils-2.23.2/config/mt-alphaieee -rw-rw-rw- gingold/gingold 185 1999-05-03 09:29 binutils-2.23.2/config/mt-d30v -rw-rw-rw- gingold/gingold 48 2009-05-12 20:16 binutils-2.23.2/config/mt-gnu -rw-rw-rw- gingold/gingold 42 2008-08-16 08:47 binutils-2.23.2/config/mt-mips-elfoabi -rw-rw-rw- gingold/gingold 74 2008-08-16 08:47 binutils-2.23.2/config/mt-mips-gnu -rw-rw-rw- gingold/gingold 285 2008-08-16 08:47 binutils-2.23.2/config/mt-mips16-compat -rw-rw-rw- gingold/gingold 109 1999-05-03 09:29 binutils-2.23.2/config/mt-ospace -rw-rw-rw- gingold/gingold 662 2012-05-29 17:58 binutils-2.23.2/config/mt-sde -rw-rw-rw- gingold/gingold 101 2008-08-03 05:38 binutils-2.23.2/config/mt-spu -rw-rw-rw- gingold/gingold 2103 2009-05-12 20:16 binutils-2.23.2/config/multi.m4 -rw-rw-rw- gingold/gingold 1861 2004-09-23 21:43 binutils-2.23.2/config/nls.m4 -rw-rw-rw- gingold/gingold 2258 2009-07-30 21:43 binutils-2.23.2/config/no-executables.m4 -rw-rw-rw- gingold/gingold 3664 2011-03-05 08:33 binutils-2.23.2/config/override.m4 -rw-rw-rw- gingold/gingold 2330 2012-05-29 17:58 binutils-2.23.2/config/picflag.m4 -rw-rw-rw- gingold/gingold 246 2009-05-27 18:29 binutils-2.23.2/config/plugins.m4 -rw-rw-rw- gingold/gingold 9038 2010-09-27 22:22 binutils-2.23.2/config/po.m4 -rw-rw-rw- gingold/gingold 3658 2008-03-17 23:17 binutils-2.23.2/config/proginstall.m4 -rw-rw-rw- gingold/gingold 2972 2003-07-14 20:38 binutils-2.23.2/config/progtest.m4 -rw-rw-rw- gingold/gingold 16692 2012-05-29 17:58 binutils-2.23.2/config/stdint.m4 -rw-rw-rw- gingold/gingold 1067 2004-09-23 21:43 binutils-2.23.2/config/stdint_h.m4 -rw-rw-rw- gingold/gingold 99247 2012-05-29 17:58 binutils-2.23.2/config/tcl.m4 -rw-rw-rw- gingold/gingold 4966 2010-06-10 18:01 binutils-2.23.2/config/tls.m4 -rw-rw-rw- gingold/gingold 1256 2004-09-23 21:43 binutils-2.23.2/config/uintmax_t.m4 -rw-rw-rw- gingold/gingold 1024 2004-09-23 21:43 binutils-2.23.2/config/ulonglong.m4 -rw-rw-rw- gingold/gingold 1258 2009-08-16 14:49 binutils-2.23.2/config/unwind_ipinfo.m4 -rw-rw-rw- gingold/gingold 4588 2011-12-20 18:01 binutils-2.23.2/config/warnings.m4 -rw-rw-rw- gingold/gingold 1713 2012-05-29 17:58 binutils-2.23.2/config/weakref.m4 -rw-rw-rw- gingold/gingold 615 2009-11-24 23:35 binutils-2.23.2/config/zlib.m4 -rw-rw-rw- gingold/gingold 25398 2011-03-22 21:01 binutils-2.23.2/config-ml.in -rwxrwxrwx gingold/gingold 44505 2011-06-06 12:36 binutils-2.23.2/config.guess -rwxrwxrwx gingold/gingold 14916 2011-02-13 22:00 binutils-2.23.2/config.rpath -rwxrwxrwx gingold/gingold 35516 2012-04-25 17:53 binutils-2.23.2/config.sub -rwxrwxrwx gingold/gingold 468516 2012-06-28 13:50 binutils-2.23.2/configure -rw-rw-rw- gingold/gingold 102694 2013-03-25 10:10 binutils-2.23.2/configure.ac -rw-rw-rw- gingold/gingold 18002 2005-07-14 03:24 binutils-2.23.2/COPYING -rw-rw-rw- gingold/gingold 25291 2005-07-16 04:36 binutils-2.23.2/COPYING.LIB -rw-rw-rw- gingold/gingold 35147 2007-07-17 15:50 binutils-2.23.2/COPYING3 -rw-rw-rw- gingold/gingold 7639 2007-07-17 15:50 binutils-2.23.2/COPYING3.LIB -rw-rw-rw- gingold/gingold 27125 2013-03-25 09:35 binutils-2.23.2/cpu/ChangeLog drwxr-xr-x Creating directory: binutils-2.23.2/cpu -rw-rw-rw- gingold/gingold 131218 2009-09-02 09:21 binutils-2.23.2/cpu/cris.cpu -rw-rw-rw- gingold/gingold 80759 2011-10-27 16:27 binutils-2.23.2/cpu/epiphany.cpu -rwxrwxrwx gingold/gingold 10778 2011-10-27 16:27 binutils-2.23.2/cpu/epiphany.opc -rw-rw-rw- gingold/gingold 53515 2011-08-22 17:25 binutils-2.23.2/cpu/fr30.cpu -rw-rw-rw- gingold/gingold 6353 2011-08-22 17:25 binutils-2.23.2/cpu/fr30.opc -rw-rw-rw- gingold/gingold 351097 2010-01-25 04:50 binutils-2.23.2/cpu/frv.cpu -rw-rw-rw- gingold/gingold 56078 2011-12-15 11:21 binutils-2.23.2/cpu/frv.opc -rw-rw-rw- gingold/gingold 39122 2011-08-22 17:25 binutils-2.23.2/cpu/ip2k.cpu -rw-rw-rw- gingold/gingold 15852 2011-08-22 17:25 binutils-2.23.2/cpu/ip2k.opc -rw-rw-rw- gingold/gingold 33939 2009-09-02 09:21 binutils-2.23.2/cpu/iq10.cpu -rw-rw-rw- gingold/gingold 34923 2009-09-02 09:21 binutils-2.23.2/cpu/iq2000.cpu -rw-rw-rw- gingold/gingold 8557 2009-09-02 09:21 binutils-2.23.2/cpu/iq2000.opc -rw-rw-rw- gingold/gingold 18171 2009-09-02 09:21 binutils-2.23.2/cpu/iq2000m.cpu -rw-rw-rw- gingold/gingold 21922 2013-03-25 09:35 binutils-2.23.2/cpu/lm32.cpu -rw-rw-rw- gingold/gingold 6101 2009-09-02 09:21 binutils-2.23.2/cpu/lm32.opc -rw-rw-rw- gingold/gingold 377971 2010-07-03 06:09 binutils-2.23.2/cpu/m32c.cpu -rw-rw-rw- gingold/gingold 28674 2010-01-02 19:37 binutils-2.23.2/cpu/m32c.opc -rw-rw-rw- gingold/gingold 65857 2010-02-12 05:38 binutils-2.23.2/cpu/m32r.cpu -rw-rw-rw- gingold/gingold 9384 2010-02-12 05:38 binutils-2.23.2/cpu/m32r.opc -rw-rw-rw- gingold/gingold 66315 2011-08-22 17:25 binutils-2.23.2/cpu/mep-avc.cpu -rw-rw-rw- gingold/gingold 97119 2011-08-22 17:25 binutils-2.23.2/cpu/mep-avc2.cpu -rw-rw-rw- gingold/gingold 10555 2011-08-22 17:25 binutils-2.23.2/cpu/mep-c5.cpu -rw-rw-rw- gingold/gingold 98743 2011-08-22 17:25 binutils-2.23.2/cpu/mep-core.cpu -rw-rw-rw- gingold/gingold 1085 2011-08-22 17:25 binutils-2.23.2/cpu/mep-default.cpu -rw-rw-rw- gingold/gingold 980 2011-08-22 17:25 binutils-2.23.2/cpu/mep-ext-cop.cpu -rw-rw-rw- gingold/gingold 13612 2011-08-22 17:25 binutils-2.23.2/cpu/mep-fmax.cpu -rw-rw-rw- gingold/gingold 1774 2011-08-22 17:25 binutils-2.23.2/cpu/mep-h1.cpu -rw-rw-rw- gingold/gingold 347810 2011-08-22 17:25 binutils-2.23.2/cpu/mep-ivc2.cpu -rw-rw-rw- gingold/gingold 12167 2011-08-22 17:25 binutils-2.23.2/cpu/mep-rhcop.cpu -rw-rw-rw- gingold/gingold 4242 2011-08-22 17:25 binutils-2.23.2/cpu/mep-sample-ucidsp.cpu -rw-rw-rw- gingold/gingold 861 2011-08-22 17:25 binutils-2.23.2/cpu/mep.cpu -rw-rw-rw- gingold/gingold 45383 2011-08-22 17:25 binutils-2.23.2/cpu/mep.opc -rw-rw-rw- gingold/gingold 42799 2009-09-02 09:21 binutils-2.23.2/cpu/mt.cpu -rw-rw-rw- gingold/gingold 11812 2012-02-27 07:57 binutils-2.23.2/cpu/mt.opc -rw-rw-rw- gingold/gingold 20303 2011-08-22 17:25 binutils-2.23.2/cpu/openrisc.cpu -rw-rw-rw- gingold/gingold 4035 2011-08-22 17:25 binutils-2.23.2/cpu/openrisc.opc -rw-rw-rw- gingold/gingold 9223 2009-09-02 09:21 binutils-2.23.2/cpu/sh.cpu -rw-rw-rw- gingold/gingold 2451 2009-09-02 09:21 binutils-2.23.2/cpu/sh.opc -rw-rw-rw- gingold/gingold 50635 2009-09-02 09:21 binutils-2.23.2/cpu/sh64-compact.cpu -rw-rw-rw- gingold/gingold 59185 2009-09-02 09:21 binutils-2.23.2/cpu/sh64-media.cpu -rw-rw-rw- gingold/gingold 6423 2009-07-16 19:53 binutils-2.23.2/cpu/simplify.inc -rw-rw-rw- gingold/gingold 96300 2010-02-12 05:38 binutils-2.23.2/cpu/xc16x.cpu -rw-rw-rw- gingold/gingold 7803 2010-02-12 05:38 binutils-2.23.2/cpu/xc16x.opc -rw-rw-rw- gingold/gingold 48633 2011-08-22 17:25 binutils-2.23.2/cpu/xstormy16.cpu -rw-rw-rw- gingold/gingold 4979 2011-08-22 17:25 binutils-2.23.2/cpu/xstormy16.opc -rwxrwxrwx gingold/gingold 18615 2009-08-22 13:48 binutils-2.23.2/depcomp -rw-rw-rw- gingold/gingold 12221 2010-05-13 04:41 binutils-2.23.2/elfcpp/arm.h drwxr-xr-x Creating directory: binutils-2.23.2/elfcpp -rw-rw-rw- gingold/gingold 8587 2012-05-11 13:10 binutils-2.23.2/elfcpp/ChangeLog -rw-rw-rw- gingold/gingold 5848 2012-05-02 00:46 binutils-2.23.2/elfcpp/dwarf.h -rw-rw-rw- gingold/gingold 48311 2012-01-28 02:04 binutils-2.23.2/elfcpp/elfcpp.h -rw-rw-rw- gingold/gingold 19685 2009-12-14 20:57 binutils-2.23.2/elfcpp/elfcpp_file.h -rw-rw-rw- gingold/gingold 6102 2007-09-22 23:02 binutils-2.23.2/elfcpp/elfcpp_internal.h -rw-rw-rw- gingold/gingold 12283 2012-04-24 01:31 binutils-2.23.2/elfcpp/elfcpp_swap.h -rw-rw-rw- gingold/gingold 4597 2010-08-04 11:53 binutils-2.23.2/elfcpp/i386.h -rw-rw-rw- gingold/gingold 7976 2012-01-28 02:04 binutils-2.23.2/elfcpp/mips.h -rw-rw-rw- gingold/gingold 5829 2010-08-04 11:53 binutils-2.23.2/elfcpp/powerpc.h -rw-rw-rw- gingold/gingold 345 2006-08-05 01:10 binutils-2.23.2/elfcpp/README -rw-rw-rw- gingold/gingold 8240 2012-04-17 03:57 binutils-2.23.2/elfcpp/sparc.h -rw-rw-rw- gingold/gingold 4400 2012-05-11 13:10 binutils-2.23.2/elfcpp/x86_64.h -rw-rw-rw- gingold/gingold 20949 2010-11-20 20:37 binutils-2.23.2/etc/ChangeLog drwxr-xr-x Creating directory: binutils-2.23.2/etc -rw-rw-rw- gingold/gingold 5681 1999-05-03 09:29 binutils-2.23.2/etc/configbuild.ein -rw-rw-rw- gingold/gingold 1830 1999-05-03 09:29 binutils-2.23.2/etc/configbuild.fig -rw-rw-rw- gingold/gingold 11123 1999-05-03 09:29 binutils-2.23.2/etc/configbuild.jin -rw-rw-rw- gingold/gingold 406 1999-05-03 09:29 binutils-2.23.2/etc/configbuild.tin -rw-rw-rw- gingold/gingold 7790 1999-05-03 09:29 binutils-2.23.2/etc/configdev.ein -rw-rw-rw- gingold/gingold 2991 1999-05-03 09:29 binutils-2.23.2/etc/configdev.fig -rw-rw-rw- gingold/gingold 17967 1999-05-03 09:29 binutils-2.23.2/etc/configdev.jin -rw-rw-rw- gingold/gingold 791 1999-05-03 09:29 binutils-2.23.2/etc/configdev.tin -rwxrwxrwx gingold/gingold 86059 2009-08-22 18:56 binutils-2.23.2/etc/configure -rw-rw-rw- gingold/gingold 731 2009-07-31 00:44 binutils-2.23.2/etc/configure.in -rw-rw-rw- gingold/gingold 116415 2012-11-13 15:19 binutils-2.23.2/etc/configure.info -rw-rw-rw- gingold/gingold 106324 2006-12-19 15:01 binutils-2.23.2/etc/configure.texi -rw-rw-rw- gingold/gingold 23564 2010-06-08 12:30 binutils-2.23.2/etc/fdl.texi -rw-rw-rw- gingold/gingold 1859 2010-06-08 14:15 binutils-2.23.2/etc/gnu-oids.texi -rw-rw-rw- gingold/gingold 45709 2007-08-13 11:45 binutils-2.23.2/etc/make-stds.texi -rw-rw-rw- gingold/gingold 7176 2010-11-20 20:37 binutils-2.23.2/etc/Makefile.in -rw-rw-rw- gingold/gingold 224029 2012-11-13 15:19 binutils-2.23.2/etc/standards.info -rw-rw-rw- gingold/gingold 143743 2010-06-08 14:15 binutils-2.23.2/etc/standards.texi -rw-rw-rw- gingold/gingold 12250 2007-04-05 07:55 binutils-2.23.2/etc/texi2pod.pl -rw-rw-rw- gingold/gingold 89 2010-12-09 10:03 binutils-2.23.2/gas/.gitignore drwxr-xr-x Creating directory: binutils-2.23.2/gas -rw-rw-rw- gingold/gingold 3063 2009-09-07 11:15 binutils-2.23.2/gas/acinclude.m4 -rw-rw-rw- gingold/gingold 37029 2012-05-18 00:23 binutils-2.23.2/gas/aclocal.m4 -rw-rw-rw- gingold/gingold 35878 2012-06-07 14:47 binutils-2.23.2/gas/app.c -rw-rw-rw- gingold/gingold 36607 2012-06-07 14:47 binutils-2.23.2/gas/as.c -rw-rw-rw- gingold/gingold 17019 2012-06-07 14:47 binutils-2.23.2/gas/as.h -rw-rw-rw- gingold/gingold 1909 2007-07-03 13:01 binutils-2.23.2/gas/asintl.h -rw-rw-rw- gingold/gingold 17788 2009-09-02 09:24 binutils-2.23.2/gas/atof-generic.c -rw-rw-rw- gingold/gingold 90061 2012-11-13 15:19 binutils-2.23.2/gas/bfin-lex.c -rw-rw-rw- gingold/gingold 263546 2012-11-13 15:19 binutils-2.23.2/gas/bfin-parse.c -rw-rw-rw- gingold/gingold 9057 2012-11-13 15:19 binutils-2.23.2/gas/bfin-parse.h -rw-rw-rw- gingold/gingold 1668 2007-07-03 13:01 binutils-2.23.2/gas/bignum.h -rw-rw-rw- gingold/gingold 1980 2009-09-02 09:24 binutils-2.23.2/gas/bit_fix.h -rw-rw-rw- gingold/gingold 32856 2012-05-17 17:13 binutils-2.23.2/gas/cgen.c -rw-rw-rw- gingold/gingold 3710 2011-09-08 18:07 binutils-2.23.2/gas/cgen.h -rw-rw-rw- gingold/gingold 49663 2013-03-25 09:06 binutils-2.23.2/gas/ChangeLog -rw-rw-rw- gingold/gingold 269255 2009-04-11 16:42 binutils-2.23.2/gas/ChangeLog-0001 -rw-rw-rw- gingold/gingold 273212 2009-04-11 16:42 binutils-2.23.2/gas/ChangeLog-0203 -rw-rw-rw- gingold/gingold 104852 2006-01-17 00:15 binutils-2.23.2/gas/ChangeLog-2004 -rw-rw-rw- gingold/gingold 156514 2009-04-11 16:42 binutils-2.23.2/gas/ChangeLog-2005 -rw-rw-rw- gingold/gingold 101572 2007-08-07 18:05 binutils-2.23.2/gas/ChangeLog-2006 -rw-rw-rw- gingold/gingold 88896 2009-04-11 16:42 binutils-2.23.2/gas/ChangeLog-2007 -rw-rw-rw- gingold/gingold 63101 2009-01-06 02:03 binutils-2.23.2/gas/ChangeLog-2008 -rw-rw-rw- gingold/gingold 97451 2010-01-20 12:21 binutils-2.23.2/gas/ChangeLog-2009 -rw-rw-rw- gingold/gingold 76644 2011-01-01 17:44 binutils-2.23.2/gas/ChangeLog-2010 -rw-rw-rw- gingold/gingold 71010 2012-01-05 11:09 binutils-2.23.2/gas/ChangeLog-2011 -rw-rw-rw- gingold/gingold 512396 2005-07-16 04:31 binutils-2.23.2/gas/ChangeLog-9295 -rw-rw-rw- gingold/gingold 217296 2005-03-03 02:27 binutils-2.23.2/gas/ChangeLog-9697 -rw-rw-rw- gingold/gingold 172365 2005-03-03 02:27 binutils-2.23.2/gas/ChangeLog-9899 -rw-rw-rw- gingold/gingold 2960 2010-11-25 02:15 binutils-2.23.2/gas/compress-debug.c -rw-rw-rw- gingold/gingold 1425 2010-07-04 12:08 binutils-2.23.2/gas/compress-debug.h -rw-rw-rw- gingold/gingold 14490 2011-05-17 18:15 binutils-2.23.2/gas/cond.c -rw-rw-rw- gingold/gingold 13753 2009-09-02 09:24 binutils-2.23.2/gas/config/aout_gnu.h drwxr-xr-x Creating directory: binutils-2.23.2/gas/config -rw-rw-rw- gingold/gingold 21016 2009-07-24 13:45 binutils-2.23.2/gas/config/atof-ieee.c -rw-rw-rw- gingold/gingold 12004 2007-10-17 18:45 binutils-2.23.2/gas/config/atof-vax.c -rwxrwxrwx gingold/gingold 3195 2010-10-11 10:36 binutils-2.23.2/gas/config/bfin-aux.h -rw-rw-rw- gingold/gingold 9224 2011-02-12 20:36 binutils-2.23.2/gas/config/bfin-defs.h -rw-rw-rw- gingold/gingold 250 2012-05-17 17:13 binutils-2.23.2/gas/config/bfin-lex-wrapper.c -rw-rw-rw- gingold/gingold 19490 2011-02-13 19:53 binutils-2.23.2/gas/config/bfin-lex.l -rw-rw-rw- gingold/gingold 106802 2011-12-15 05:25 binutils-2.23.2/gas/config/bfin-parse.y -rw-rw-rw- gingold/gingold 1151 2007-07-03 13:01 binutils-2.23.2/gas/config/e-crisaout.c -rw-rw-rw- gingold/gingold 1145 2007-07-03 13:01 binutils-2.23.2/gas/config/e-criself.c -rw-rw-rw- gingold/gingold 1151 2007-07-03 13:01 binutils-2.23.2/gas/config/e-i386aout.c -rw-rw-rw- gingold/gingold 1151 2007-07-03 13:01 binutils-2.23.2/gas/config/e-i386coff.c -rw-rw-rw- gingold/gingold 1145 2007-07-03 13:01 binutils-2.23.2/gas/config/e-i386elf.c -rw-rw-rw- gingold/gingold 1544 2007-07-03 13:01 binutils-2.23.2/gas/config/e-mipsecoff.c -rw-rw-rw- gingold/gingold 1524 2007-07-03 13:01 binutils-2.23.2/gas/config/e-mipself.c -rw-rw-rw- gingold/gingold 1748 2009-09-02 09:24 binutils-2.23.2/gas/config/itbl-mips.h -rw-rw-rw- gingold/gingold 7279 2009-11-10 19:05 binutils-2.23.2/gas/config/m68k-parse.h -rw-rw-rw- gingold/gingold 21546 2009-09-02 09:24 binutils-2.23.2/gas/config/m68k-parse.y -rw-rw-rw- gingold/gingold 8921 2012-05-05 05:05 binutils-2.23.2/gas/config/obj-aout.c -rw-rw-rw- gingold/gingold 2312 2009-09-25 21:13 binutils-2.23.2/gas/config/obj-aout.h -rw-rw-rw- gingold/gingold 23797 2010-09-15 21:48 binutils-2.23.2/gas/config/obj-coff-seh.c -rw-rw-rw- gingold/gingold 6693 2012-05-05 05:05 binutils-2.23.2/gas/config/obj-coff-seh.h -rw-rw-rw- gingold/gingold 50782 2011-09-27 20:57 binutils-2.23.2/gas/config/obj-coff.c -rw-rw-rw- gingold/gingold 14104 2012-01-12 09:53 binutils-2.23.2/gas/config/obj-coff.h -rw-rw-rw- gingold/gingold 10058 2010-10-25 14:38 binutils-2.23.2/gas/config/obj-ecoff.c -rw-rw-rw- gingold/gingold 2645 2009-11-02 12:49 binutils-2.23.2/gas/config/obj-ecoff.h -rw-rw-rw- gingold/gingold 62573 2012-06-30 08:32 binutils-2.23.2/gas/config/obj-elf.c -rw-rw-rw- gingold/gingold 7361 2011-03-10 11:06 binutils-2.23.2/gas/config/obj-elf.h -rw-rw-rw- gingold/gingold 14602 2012-05-18 07:32 binutils-2.23.2/gas/config/obj-evax.c -rw-rw-rw- gingold/gingold 3412 2011-06-27 12:03 binutils-2.23.2/gas/config/obj-evax.h -rw-rw-rw- gingold/gingold 21 2008-04-23 20:40 binutils-2.23.2/gas/config/obj-fdpicelf.c -rw-rw-rw- gingold/gingold 45 2008-04-23 20:40 binutils-2.23.2/gas/config/obj-fdpicelf.h -rw-rw-rw- gingold/gingold 58921 2012-02-21 14:39 binutils-2.23.2/gas/config/obj-macho.c -rw-rw-rw- gingold/gingold 4048 2012-02-21 14:39 binutils-2.23.2/gas/config/obj-macho.h -rw-rw-rw- gingold/gingold 831 2009-09-02 09:24 binutils-2.23.2/gas/config/obj-multi.c -rw-rw-rw- gingold/gingold 4578 2010-10-25 14:38 binutils-2.23.2/gas/config/obj-multi.h -rw-rw-rw- gingold/gingold 8835 2009-09-02 09:24 binutils-2.23.2/gas/config/obj-som.c -rw-rw-rw- gingold/gingold 2640 2010-06-10 10:51 binutils-2.23.2/gas/config/obj-som.h -rw-rw-rw- gingold/gingold 1772 2011-12-23 02:49 binutils-2.23.2/gas/config/rl78-defs.h -rw-rw-rw- gingold/gingold 35664 2012-01-25 02:40 binutils-2.23.2/gas/config/rl78-parse.y -rw-rw-rw- gingold/gingold 1925 2011-10-25 22:36 binutils-2.23.2/gas/config/rx-defs.h -rw-rw-rw- gingold/gingold 42607 2012-05-15 05:23 binutils-2.23.2/gas/config/rx-parse.y -rw-rw-rw- gingold/gingold 200784 2013-03-25 09:06 binutils-2.23.2/gas/config/tc-aarch64.c -rw-rw-rw- gingold/gingold 7088 2012-08-16 11:21 binutils-2.23.2/gas/config/tc-aarch64.h -rw-rw-rw- gingold/gingold 165452 2012-05-16 18:38 binutils-2.23.2/gas/config/tc-alpha.c -rw-rw-rw- gingold/gingold 5710 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-alpha.h -rw-rw-rw- gingold/gingold 50624 2011-03-10 11:06 binutils-2.23.2/gas/config/tc-arc.c -rw-rw-rw- gingold/gingold 2275 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-arc.h -rw-rw-rw- gingold/gingold 743525 2013-03-25 09:06 binutils-2.23.2/gas/config/tc-arm.c -rw-rw-rw- gingold/gingold 12103 2013-03-25 09:06 binutils-2.23.2/gas/config/tc-arm.h -rw-rw-rw- gingold/gingold 45971 2012-06-11 16:26 binutils-2.23.2/gas/config/tc-avr.c -rw-rw-rw- gingold/gingold 7547 2011-03-29 20:16 binutils-2.23.2/gas/config/tc-avr.h -rw-rw-rw- gingold/gingold 70002 2011-03-15 01:17 binutils-2.23.2/gas/config/tc-bfin.c -rw-rw-rw- gingold/gingold 2771 2010-03-10 15:23 binutils-2.23.2/gas/config/tc-bfin.h -rw-rw-rw- gingold/gingold 73449 2011-06-09 17:43 binutils-2.23.2/gas/config/tc-cr16.c -rw-rw-rw- gingold/gingold 2838 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-cr16.h -rw-rw-rw- gingold/gingold 130002 2011-12-14 15:10 binutils-2.23.2/gas/config/tc-cris.c -rw-rw-rw- gingold/gingold 6418 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-cris.h -rw-rw-rw- gingold/gingold 55360 2012-02-27 13:36 binutils-2.23.2/gas/config/tc-crx.c -rw-rw-rw- gingold/gingold 2836 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-crx.h -rw-rw-rw- gingold/gingold 48091 2010-08-25 13:51 binutils-2.23.2/gas/config/tc-d10v.c -rw-rw-rw- gingold/gingold 2172 2011-03-18 11:46 binutils-2.23.2/gas/config/tc-d10v.h -rw-rw-rw- gingold/gingold 56972 2010-10-28 07:34 binutils-2.23.2/gas/config/tc-d30v.c -rw-rw-rw- gingold/gingold 2260 2011-03-18 11:46 binutils-2.23.2/gas/config/tc-d30v.h -rw-rw-rw- gingold/gingold 29312 2012-05-19 01:21 binutils-2.23.2/gas/config/tc-dlx.c -rw-rw-rw- gingold/gingold 2188 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-dlx.h -rwxrwxrwx gingold/gingold 28976 2011-10-27 16:27 binutils-2.23.2/gas/config/tc-epiphany.c -rwxrwxrwx gingold/gingold 3342 2011-10-27 16:27 binutils-2.23.2/gas/config/tc-epiphany.h -rw-rw-rw- gingold/gingold 12167 2009-07-24 13:45 binutils-2.23.2/gas/config/tc-fr30.c -rw-rw-rw- gingold/gingold 2410 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-fr30.h -rw-rw-rw- gingold/gingold 50883 2009-12-11 14:42 binutils-2.23.2/gas/config/tc-frv.c -rw-rw-rw- gingold/gingold 4666 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-frv.h -rw-rw-rw- gingold/gingold 936 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-generic.c -rw-rw-rw- gingold/gingold 1290 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-generic.h -rw-rw-rw- gingold/gingold 55055 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-h8300.c -rw-rw-rw- gingold/gingold 2956 2012-06-28 13:31 binutils-2.23.2/gas/config/tc-h8300.h -rw-rw-rw- gingold/gingold 224103 2012-05-05 05:05 binutils-2.23.2/gas/config/tc-hppa.c -rw-rw-rw- gingold/gingold 8421 2012-05-05 05:05 binutils-2.23.2/gas/config/tc-hppa.h -rw-rw-rw- gingold/gingold 77487 2010-06-28 16:06 binutils-2.23.2/gas/config/tc-i370.c -rw-rw-rw- gingold/gingold 2063 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-i370.h -rw-rw-rw- gingold/gingold 25699 2012-07-25 13:34 binutils-2.23.2/gas/config/tc-i386-intel.c -rw-rw-rw- gingold/gingold 255792 2012-11-09 14:32 binutils-2.23.2/gas/config/tc-i386.c -rw-rw-rw- gingold/gingold 9917 2012-09-18 14:10 binutils-2.23.2/gas/config/tc-i386.h -rw-rw-rw- gingold/gingold 36671 2009-09-08 12:36 binutils-2.23.2/gas/config/tc-i860.c -rw-rw-rw- gingold/gingold 2916 2007-10-18 15:03 binutils-2.23.2/gas/config/tc-i860.h -rw-rw-rw- gingold/gingold 74032 2010-06-28 16:06 binutils-2.23.2/gas/config/tc-i960.c -rw-rw-rw- gingold/gingold 6572 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-i960.h -rw-rw-rw- gingold/gingold 307357 2012-09-04 15:55 binutils-2.23.2/gas/config/tc-ia64.c -rw-rw-rw- gingold/gingold 11383 2012-04-30 16:32 binutils-2.23.2/gas/config/tc-ia64.h -rw-rw-rw- gingold/gingold 11228 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-ip2k.c -rw-rw-rw- gingold/gingold 2048 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-ip2k.h -rw-rw-rw- gingold/gingold 29174 2010-06-28 16:06 binutils-2.23.2/gas/config/tc-iq2000.c -rw-rw-rw- gingold/gingold 2291 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-iq2000.h -rw-rw-rw- gingold/gingold 12034 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-lm32.c -rw-rw-rw- gingold/gingold 1658 2008-12-23 20:10 binutils-2.23.2/gas/config/tc-lm32.h -rw-rw-rw- gingold/gingold 36462 2010-08-04 06:21 binutils-2.23.2/gas/config/tc-m32c.c -rw-rw-rw- gingold/gingold 3210 2010-08-04 06:21 binutils-2.23.2/gas/config/tc-m32c.h -rw-rw-rw- gingold/gingold 68813 2012-05-05 05:05 binutils-2.23.2/gas/config/tc-m32r.c -rw-rw-rw- gingold/gingold 4599 2011-03-18 11:46 binutils-2.23.2/gas/config/tc-m32r.h -rw-rw-rw- gingold/gingold 11598 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-m68851.h -rw-rw-rw- gingold/gingold 128810 2012-11-12 10:02 binutils-2.23.2/gas/config/tc-m68hc11.c -rw-rw-rw- gingold/gingold 3779 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-m68hc11.h -rw-rw-rw- gingold/gingold 206286 2012-05-16 12:26 binutils-2.23.2/gas/config/tc-m68k.c -rw-rw-rw- gingold/gingold 5796 2009-11-04 10:52 binutils-2.23.2/gas/config/tc-m68k.h -rw-rw-rw- gingold/gingold 52595 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-mcore.c -rw-rw-rw- gingold/gingold 2833 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-mcore.h -rw-rw-rw- gingold/gingold 67143 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-mep.c -rw-rw-rw- gingold/gingold 4317 2009-09-01 02:24 binutils-2.23.2/gas/config/tc-mep.h -rw-rw-rw- gingold/gingold 66674 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-microblaze.c -rw-rw-rw- gingold/gingold 4242 2009-08-06 19:38 binutils-2.23.2/gas/config/tc-microblaze.h -rw-rw-rw- gingold/gingold 560472 2012-09-04 16:21 binutils-2.23.2/gas/config/tc-mips.c -rw-rw-rw- gingold/gingold 5982 2011-07-24 16:20 binutils-2.23.2/gas/config/tc-mips.h -rw-rw-rw- gingold/gingold 125706 2012-09-11 11:20 binutils-2.23.2/gas/config/tc-mmix.c -rw-rw-rw- gingold/gingold 8403 2012-09-11 11:20 binutils-2.23.2/gas/config/tc-mmix.h -rw-rw-rw- gingold/gingold 31789 2011-10-24 04:49 binutils-2.23.2/gas/config/tc-mn10200.c -rw-rw-rw- gingold/gingold 1495 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-mn10200.h -rw-rw-rw- gingold/gingold 66228 2012-03-07 18:51 binutils-2.23.2/gas/config/tc-mn10300.c -rw-rw-rw- gingold/gingold 4876 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-mn10300.h -rw-rw-rw- gingold/gingold 17483 2010-07-05 07:56 binutils-2.23.2/gas/config/tc-moxie.c -rw-rw-rw- gingold/gingold 1992 2009-04-16 17:39 binutils-2.23.2/gas/config/tc-moxie.h -rw-rw-rw- gingold/gingold 57605 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-msp430.c -rw-rw-rw- gingold/gingold 5282 2012-07-02 09:35 binutils-2.23.2/gas/config/tc-msp430.h -rw-rw-rw- gingold/gingold 14400 2011-05-17 18:15 binutils-2.23.2/gas/config/tc-mt.c -rw-rw-rw- gingold/gingold 2263 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-mt.h -rw-rw-rw- gingold/gingold 58382 2011-10-25 15:35 binutils-2.23.2/gas/config/tc-ns32k.c -rw-rw-rw- gingold/gingold 3417 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-ns32k.h -rw-rw-rw- gingold/gingold 9935 2009-07-24 13:45 binutils-2.23.2/gas/config/tc-openrisc.c -rw-rw-rw- gingold/gingold 2112 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-openrisc.h -rw-rw-rw- gingold/gingold 24303 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-or32.c -rw-rw-rw- gingold/gingold 1707 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-or32.h -rw-rw-rw- gingold/gingold 32399 2011-01-06 17:40 binutils-2.23.2/gas/config/tc-pdp11.c -rw-rw-rw- gingold/gingold 1123 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-pdp11.h -rw-rw-rw- gingold/gingold 11583 2011-05-17 18:15 binutils-2.23.2/gas/config/tc-pj.c -rw-rw-rw- gingold/gingold 2419 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-pj.h -rw-rw-rw- gingold/gingold 179354 2013-03-25 09:06 binutils-2.23.2/gas/config/tc-ppc.c -rw-rw-rw- gingold/gingold 8754 2013-03-25 09:06 binutils-2.23.2/gas/config/tc-ppc.h -rw-rw-rw- gingold/gingold 17915 2011-12-23 02:49 binutils-2.23.2/gas/config/tc-rl78.c -rw-rw-rw- gingold/gingold 2459 2011-12-23 02:49 binutils-2.23.2/gas/config/tc-rl78.h -rw-rw-rw- gingold/gingold 68041 2012-05-15 05:04 binutils-2.23.2/gas/config/tc-rx.c -rw-rw-rw- gingold/gingold 3437 2010-07-02 22:40 binutils-2.23.2/gas/config/tc-rx.h -rw-rw-rw- gingold/gingold 64717 2011-05-27 14:56 binutils-2.23.2/gas/config/tc-s390.c -rw-rw-rw- gingold/gingold 3312 2010-01-21 12:40 binutils-2.23.2/gas/config/tc-s390.h -rw-rw-rw- gingold/gingold 245095 2012-05-05 05:05 binutils-2.23.2/gas/config/tc-score.c -rw-rw-rw- gingold/gingold 2546 2009-03-02 11:33 binutils-2.23.2/gas/config/tc-score.h -rw-rw-rw- gingold/gingold 230801 2012-05-05 05:05 binutils-2.23.2/gas/config/tc-score7.c -rw-rw-rw- gingold/gingold 117771 2012-03-21 09:58 binutils-2.23.2/gas/config/tc-sh.c -rw-rw-rw- gingold/gingold 9244 2010-05-25 16:12 binutils-2.23.2/gas/config/tc-sh.h -rw-rw-rw- gingold/gingold 106193 2009-12-11 14:42 binutils-2.23.2/gas/config/tc-sh64.c -rw-rw-rw- gingold/gingold 8114 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-sh64.h -rw-rw-rw- gingold/gingold 123253 2012-04-27 22:43 binutils-2.23.2/gas/config/tc-sparc.c -rw-rw-rw- gingold/gingold 6457 2010-10-22 14:08 binutils-2.23.2/gas/config/tc-sparc.h -rw-rw-rw- gingold/gingold 27645 2009-10-29 10:43 binutils-2.23.2/gas/config/tc-spu.c -rw-rw-rw- gingold/gingold 3443 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-spu.h -rw-rw-rw- gingold/gingold 55962 2011-05-18 15:52 binutils-2.23.2/gas/config/tc-tic30.c -rw-rw-rw- gingold/gingold 1668 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-tic30.h -rw-rw-rw- gingold/gingold 83885 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-tic4x.c -rw-rw-rw- gingold/gingold 3392 2008-08-13 01:39 binutils-2.23.2/gas/config/tc-tic4x.h -rw-rw-rw- gingold/gingold 142772 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-tic54x.c -rw-rw-rw- gingold/gingold 4245 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-tic54x.h -rw-rw-rw- gingold/gingold 136406 2012-05-05 05:05 binutils-2.23.2/gas/config/tc-tic6x.c -rw-rw-rw- gingold/gingold 7660 2011-05-20 12:09 binutils-2.23.2/gas/config/tc-tic6x.h -rw-rw-rw- gingold/gingold 48431 2012-02-25 23:40 binutils-2.23.2/gas/config/tc-tilegx.c -rw-rw-rw- gingold/gingold 3019 2012-02-25 20:51 binutils-2.23.2/gas/config/tc-tilegx.h -rw-rw-rw- gingold/gingold 44468 2012-02-25 23:40 binutils-2.23.2/gas/config/tc-tilepro.c -rw-rw-rw- gingold/gingold 2952 2011-06-13 17:18 binutils-2.23.2/gas/config/tc-tilepro.h -rw-rw-rw- gingold/gingold 92838 2011-05-13 01:50 binutils-2.23.2/gas/config/tc-v850.c -rw-rw-rw- gingold/gingold 2935 2011-05-23 11:29 binutils-2.23.2/gas/config/tc-v850.h -rw-rw-rw- gingold/gingold 100865 2010-06-28 16:06 binutils-2.23.2/gas/config/tc-vax.c -rw-rw-rw- gingold/gingold 2300 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-vax.h -rw-rw-rw- gingold/gingold 8347 2009-10-19 17:27 binutils-2.23.2/gas/config/tc-xc16x.c -rw-rw-rw- gingold/gingold 1944 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-xc16x.h -rw-rw-rw- gingold/gingold 38246 2012-09-04 14:53 binutils-2.23.2/gas/config/tc-xgate.c -rw-rw-rw- gingold/gingold 3905 2012-06-28 23:36 binutils-2.23.2/gas/config/tc-xgate.h -rw-rw-rw- gingold/gingold 16292 2010-06-28 16:06 binutils-2.23.2/gas/config/tc-xstormy16.c -rw-rw-rw- gingold/gingold 2313 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-xstormy16.h -rw-rw-rw- gingold/gingold 324247 2012-05-17 17:13 binutils-2.23.2/gas/config/tc-xtensa.c -rw-rw-rw- gingold/gingold 17663 2009-09-02 09:24 binutils-2.23.2/gas/config/tc-xtensa.h -rw-rw-rw- gingold/gingold 44736 2012-05-06 11:49 binutils-2.23.2/gas/config/tc-z80.c -rw-rw-rw- gingold/gingold 4186 2012-05-06 11:49 binutils-2.23.2/gas/config/tc-z80.h -rw-rw-rw- gingold/gingold 35803 2009-12-11 14:42 binutils-2.23.2/gas/config/tc-z8k.c -rw-rw-rw- gingold/gingold 1297 2007-07-03 13:01 binutils-2.23.2/gas/config/tc-z8k.h -rw-rw-rw- gingold/gingold 1048 2009-09-02 09:24 binutils-2.23.2/gas/config/te-386bsd.h -rw-rw-rw- gingold/gingold 838 2007-07-03 13:01 binutils-2.23.2/gas/config/te-aix5.h -rw-rw-rw- gingold/gingold 1003 2009-09-02 09:24 binutils-2.23.2/gas/config/te-armeabi.h -rw-rw-rw- gingold/gingold 950 2009-09-02 09:24 binutils-2.23.2/gas/config/te-armlinuxeabi.h -rw-rw-rw- gingold/gingold 1248 2011-03-28 13:18 binutils-2.23.2/gas/config/te-dragonfly.h -rw-rw-rw- gingold/gingold 1014 2007-07-03 13:01 binutils-2.23.2/gas/config/te-dynix.h -rw-rw-rw- gingold/gingold 985 2007-07-03 13:01 binutils-2.23.2/gas/config/te-epoc-pe.h -rw-rw-rw- gingold/gingold 1239 2009-09-02 09:24 binutils-2.23.2/gas/config/te-freebsd.h -rw-rw-rw- gingold/gingold 1380 2007-07-03 13:01 binutils-2.23.2/gas/config/te-generic.h -rw-rw-rw- gingold/gingold 869 2009-09-02 09:24 binutils-2.23.2/gas/config/te-gnu.h -rw-rw-rw- gingold/gingold 1058 2009-09-02 09:24 binutils-2.23.2/gas/config/te-go32.h -rw-rw-rw- gingold/gingold 1155 2009-09-02 09:24 binutils-2.23.2/gas/config/te-hppa.h -rw-rw-rw- gingold/gingold 944 2007-07-03 13:01 binutils-2.23.2/gas/config/te-hppa64.h -rw-rw-rw- gingold/gingold 893 2007-07-03 13:01 binutils-2.23.2/gas/config/te-hppalinux64.h -rw-rw-rw- gingold/gingold 864 2007-07-03 13:01 binutils-2.23.2/gas/config/te-hpux.h -rw-rw-rw- gingold/gingold 1224 2010-01-23 13:05 binutils-2.23.2/gas/config/te-i386aix.h -rw-rw-rw- gingold/gingold 865 2007-07-03 13:01 binutils-2.23.2/gas/config/te-ia64aix.h -rw-rw-rw- gingold/gingold 1252 2007-07-03 13:01 binutils-2.23.2/gas/config/te-interix.h -rw-rw-rw- gingold/gingold 1091 2009-09-02 09:24 binutils-2.23.2/gas/config/te-irix.h -rw-rw-rw- gingold/gingold 865 2007-07-03 13:01 binutils-2.23.2/gas/config/te-linux.h -rw-rw-rw- gingold/gingold 924 2007-07-03 13:01 binutils-2.23.2/gas/config/te-lnews.h -rw-rw-rw- gingold/gingold 896 2007-07-03 13:01 binutils-2.23.2/gas/config/te-lynx.h -rw-rw-rw- gingold/gingold 837 2007-07-03 13:01 binutils-2.23.2/gas/config/te-mach.h -rw-rw-rw- gingold/gingold 1049 2007-07-03 13:01 binutils-2.23.2/gas/config/te-macos.h -rw-rw-rw- gingold/gingold 1099 2012-04-12 15:01 binutils-2.23.2/gas/config/te-nacl.h -rw-rw-rw- gingold/gingold 974 2009-09-02 09:24 binutils-2.23.2/gas/config/te-nbsd.h -rw-rw-rw- gingold/gingold 1176 2007-07-03 13:01 binutils-2.23.2/gas/config/te-nbsd532.h -rw-rw-rw- gingold/gingold 1180 2009-09-02 09:24 binutils-2.23.2/gas/config/te-netware.h -rw-rw-rw- gingold/gingold 1170 2007-07-03 13:01 binutils-2.23.2/gas/config/te-pc532mach.h -rw-rw-rw- gingold/gingold 997 2007-07-03 13:01 binutils-2.23.2/gas/config/te-pe.h -rw-rw-rw- gingold/gingold 1043 2009-09-02 09:24 binutils-2.23.2/gas/config/te-pep.h -rw-rw-rw- gingold/gingold 1299 2007-07-03 13:01 binutils-2.23.2/gas/config/te-psos.h -rw-rw-rw- gingold/gingold 897 2007-07-03 13:01 binutils-2.23.2/gas/config/te-riscix.h -rw-rw-rw- gingold/gingold 1545 2010-01-21 21:58 binutils-2.23.2/gas/config/te-solaris.h -rw-rw-rw- gingold/gingold 936 2009-09-02 09:24 binutils-2.23.2/gas/config/te-sparcaout.h -rw-rw-rw- gingold/gingold 1511 2009-09-02 09:24 binutils-2.23.2/gas/config/te-sun3.h -rw-rw-rw- gingold/gingold 864 2007-07-03 13:01 binutils-2.23.2/gas/config/te-svr4.h -rw-rw-rw- gingold/gingold 855 2009-09-02 09:24 binutils-2.23.2/gas/config/te-symbian.h -rw-rw-rw- gingold/gingold 1503 2009-09-02 09:24 binutils-2.23.2/gas/config/te-tmips.h -rw-rw-rw- gingold/gingold 841 2009-11-04 10:52 binutils-2.23.2/gas/config/te-uclinux.h -rw-rw-rw- gingold/gingold 8589 2009-09-07 11:15 binutils-2.23.2/gas/config/te-vms.c -rw-rw-rw- gingold/gingold 1714 2009-09-07 11:15 binutils-2.23.2/gas/config/te-vms.h -rw-rw-rw- gingold/gingold 1049 2007-07-03 13:01 binutils-2.23.2/gas/config/te-vxworks.h -rw-rw-rw- gingold/gingold 833 2007-07-03 13:01 binutils-2.23.2/gas/config/te-wince-pe.h -rw-rw-rw- gingold/gingold 3698 2009-09-02 09:24 binutils-2.23.2/gas/config/vax-inst.h -rw-rw-rw- gingold/gingold 2736 2009-09-02 09:24 binutils-2.23.2/gas/config/xtensa-istack.h -rw-rw-rw- gingold/gingold 53372 2009-09-02 09:24 binutils-2.23.2/gas/config/xtensa-relax.c -rw-rw-rw- gingold/gingold 5048 2009-09-02 09:24 binutils-2.23.2/gas/config/xtensa-relax.h -rw-rw-rw- gingold/gingold 9080 2012-09-11 11:20 binutils-2.23.2/gas/config.in -rwxrwxrwx gingold/gingold 484020 2012-06-18 06:43 binutils-2.23.2/gas/configure -rw-rw-rw- gingold/gingold 7069 2009-09-23 10:30 binutils-2.23.2/gas/configure.com -rw-rw-rw- gingold/gingold 20664 2012-11-05 17:27 binutils-2.23.2/gas/configure.in -rw-rw-rw- gingold/gingold 14248 2012-09-04 14:53 binutils-2.23.2/gas/configure.tgt -rw-rw-rw- gingold/gingold 5046 2002-07-23 09:25 binutils-2.23.2/gas/CONTRIBUTORS -rw-rw-rw- gingold/gingold 35147 2007-07-03 13:01 binutils-2.23.2/gas/COPYING -rw-rw-rw- gingold/gingold 2752 2009-09-02 09:24 binutils-2.23.2/gas/debug.c -rw-rw-rw- gingold/gingold 921 2009-06-04 08:57 binutils-2.23.2/gas/dep-in.sed -rw-rw-rw- gingold/gingold 4719 2011-02-28 19:32 binutils-2.23.2/gas/depend.c -rw-rw-rw- gingold/gingold 1985 2012-09-04 14:53 binutils-2.23.2/gas/doc/all.texi drwxr-xr-x Creating directory: binutils-2.23.2/gas/doc -rw-rw-rw- gingold/gingold 69317 2013-03-25 10:10 binutils-2.23.2/gas/doc/as.1 -rw-rw-rw- gingold/gingold 991172 2013-03-25 10:10 binutils-2.23.2/gas/doc/as.info -rw-rw-rw- gingold/gingold 262292 2012-09-04 14:53 binutils-2.23.2/gas/doc/as.texinfo -rw-rw-rw- gingold/gingold 1985 2012-11-13 15:19 binutils-2.23.2/gas/doc/asconfig.texi -rw-rw-rw- gingold/gingold 7536 2012-08-16 11:21 binutils-2.23.2/gas/doc/c-aarch64.texi -rw-rw-rw- gingold/gingold 17862 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-alpha.texi -rw-rw-rw- gingold/gingold 9659 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-arc.texi -rw-rw-rw- gingold/gingold 39584 2013-03-25 09:06 binutils-2.23.2/gas/doc/c-arm.texi -rw-rw-rw- gingold/gingold 13435 2011-03-24 18:03 binutils-2.23.2/gas/doc/c-avr.texi -rw-rw-rw- gingold/gingold 8539 2011-02-11 20:05 binutils-2.23.2/gas/doc/c-bfin.texi -rw-rw-rw- gingold/gingold 3907 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-cr16.texi -rw-rw-rw- gingold/gingold 15637 2011-05-16 05:28 binutils-2.23.2/gas/doc/c-cris.texi -rw-rw-rw- gingold/gingold 9210 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-d10v.texi -rw-rw-rw- gingold/gingold 9712 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-d30v.texi -rw-rw-rw- gingold/gingold 1832 2011-10-27 16:27 binutils-2.23.2/gas/doc/c-epiphany.texi -rw-rw-rw- gingold/gingold 13529 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-h8300.texi -rw-rw-rw- gingold/gingold 12378 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-hppa.texi -rw-rw-rw- gingold/gingold 7198 2005-03-03 02:29 binutils-2.23.2/gas/doc/c-i370.texi -rw-rw-rw- gingold/gingold 40985 2012-11-09 14:32 binutils-2.23.2/gas/doc/c-i386.texi -rw-rw-rw- gingold/gingold 6938 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-i860.texi -rw-rw-rw- gingold/gingold 12595 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-i960.texi -rw-rw-rw- gingold/gingold 7009 2010-06-21 12:49 binutils-2.23.2/gas/doc/c-ia64.texi -rw-rw-rw- gingold/gingold 1920 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-ip2k.texi -rw-rw-rw- gingold/gingold 5210 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-lm32.texi -rw-rw-rw- gingold/gingold 3968 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-m32c.texi -rw-rw-rw- gingold/gingold 13032 2009-09-02 09:24 binutils-2.23.2/gas/doc/c-m32r.texi -rw-rw-rw- gingold/gingold 16044 2012-05-15 14:55 binutils-2.23.2/gas/doc/c-m68hc11.texi -rw-rw-rw- gingold/gingold 22330 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-m68k.texi -rw-rw-rw- gingold/gingold 3188 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-microblaze.texi -rw-rw-rw- gingold/gingold 26533 2012-09-04 16:16 binutils-2.23.2/gas/doc/c-mips.texi -rw-rw-rw- gingold/gingold 23262 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-mmix.texi -rw-rw-rw- gingold/gingold 8955 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-msp430.texi -rw-rw-rw- gingold/gingold 1832 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-mt.texi -rw-rw-rw- gingold/gingold 2274 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-ns32k.texi -rw-rw-rw- gingold/gingold 9068 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-pdp11.texi -rw-rw-rw- gingold/gingold 1376 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-pj.texi -rw-rw-rw- gingold/gingold 5484 2012-03-10 00:39 binutils-2.23.2/gas/doc/c-ppc.texi -rw-rw-rw- gingold/gingold 2770 2011-11-04 17:04 binutils-2.23.2/gas/doc/c-rl78.texi -rw-rw-rw- gingold/gingold 6976 2012-05-15 05:04 binutils-2.23.2/gas/doc/c-rx.texi -rw-rw-rw- gingold/gingold 34389 2011-04-14 13:11 binutils-2.23.2/gas/doc/c-s390.texi -rw-rw-rw- gingold/gingold 4572 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-score.texi -rw-rw-rw- gingold/gingold 11181 2012-03-21 09:58 binutils-2.23.2/gas/doc/c-sh.texi -rw-rw-rw- gingold/gingold 7357 2012-03-21 09:58 binutils-2.23.2/gas/doc/c-sh64.texi -rw-rw-rw- gingold/gingold 27742 2012-04-27 22:45 binutils-2.23.2/gas/doc/c-sparc.texi -rw-rw-rw- gingold/gingold 29680 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-tic54x.texi -rw-rw-rw- gingold/gingold 7041 2012-01-31 16:01 binutils-2.23.2/gas/doc/c-tic6x.texi -rw-rw-rw- gingold/gingold 9674 2012-02-25 23:24 binutils-2.23.2/gas/doc/c-tilegx.texi -rw-rw-rw- gingold/gingold 9639 2012-02-25 23:24 binutils-2.23.2/gas/doc/c-tilepro.texi -rw-rw-rw- gingold/gingold 14528 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-v850.texi -rw-rw-rw- gingold/gingold 12423 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-vax.texi -rw-rw-rw- gingold/gingold 2456 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-xc16x.texi -rw-rw-rw- gingold/gingold 5261 2012-05-03 15:11 binutils-2.23.2/gas/doc/c-xgate.texi -rw-rw-rw- gingold/gingold 3216 2011-06-20 12:27 binutils-2.23.2/gas/doc/c-xstormy16.texi -rw-rw-rw- gingold/gingold 31645 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-xtensa.texi -rw-rw-rw- gingold/gingold 8991 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-z80.texi -rw-rw-rw- gingold/gingold 15960 2011-01-18 14:37 binutils-2.23.2/gas/doc/c-z8k.texi -rw-rw-rw- gingold/gingold 23565 2008-11-19 17:22 binutils-2.23.2/gas/doc/fdl.texi -rw-rw-rw- gingold/gingold 406 2003-04-15 10:51 binutils-2.23.2/gas/doc/h8.texi -rw-rw-rw- gingold/gingold 80534 2011-12-13 13:56 binutils-2.23.2/gas/doc/internals.texi -rw-rw-rw- gingold/gingold 2768 2012-09-04 14:53 binutils-2.23.2/gas/doc/Makefile.am -rw-rw-rw- gingold/gingold 24472 2012-09-04 14:53 binutils-2.23.2/gas/doc/Makefile.in -rw-rw-rw- gingold/gingold 48641 2011-08-07 18:32 binutils-2.23.2/gas/dw2gencfi.c -rw-rw-rw- gingold/gingold 3408 2011-08-07 18:32 binutils-2.23.2/gas/dw2gencfi.h -rw-rw-rw- gingold/gingold 50130 2013-03-25 09:06 binutils-2.23.2/gas/dwarf2dbg.c -rw-rw-rw- gingold/gingold 4313 2009-09-11 17:27 binutils-2.23.2/gas/dwarf2dbg.h -rw-rw-rw- gingold/gingold 151450 2012-05-05 05:05 binutils-2.23.2/gas/ecoff.c -rw-rw-rw- gingold/gingold 4067 2009-11-02 12:49 binutils-2.23.2/gas/ecoff.h -rw-rw-rw- gingold/gingold 15146 2011-04-26 17:28 binutils-2.23.2/gas/ehopt.c -rw-rw-rw- gingold/gingold 1721 2009-09-02 09:24 binutils-2.23.2/gas/emul-target.h -rw-rw-rw- gingold/gingold 1588 2009-09-02 09:24 binutils-2.23.2/gas/emul.h -rw-rw-rw- gingold/gingold 61528 2012-06-30 02:27 binutils-2.23.2/gas/expr.c -rw-rw-rw- gingold/gingold 6449 2010-06-22 09:43 binutils-2.23.2/gas/expr.h -rw-rw-rw- gingold/gingold 2268 2009-09-02 09:24 binutils-2.23.2/gas/flonum-copy.c -rw-rw-rw- gingold/gingold 8324 2009-09-02 09:24 binutils-2.23.2/gas/flonum-konst.c -rw-rw-rw- gingold/gingold 5092 2007-07-03 13:01 binutils-2.23.2/gas/flonum-mult.c -rw-rw-rw- gingold/gingold 4129 2009-09-02 09:24 binutils-2.23.2/gas/flonum.h -rw-rw-rw- gingold/gingold 13038 2012-09-04 16:13 binutils-2.23.2/gas/frags.c -rw-rw-rw- gingold/gingold 5208 2012-06-30 02:27 binutils-2.23.2/gas/frags.h -rw-rw-rw- gingold/gingold 491 2006-09-22 13:35 binutils-2.23.2/gas/gdbinit.in -rw-rw-rw- gingold/gingold 13954 2013-03-25 09:06 binutils-2.23.2/gas/hash.c -rw-rw-rw- gingold/gingold 3184 2013-03-25 09:06 binutils-2.23.2/gas/hash.h -rw-rw-rw- gingold/gingold 6035 2012-06-07 14:47 binutils-2.23.2/gas/input-file.c -rw-rw-rw- gingold/gingold 2361 2012-06-07 14:47 binutils-2.23.2/gas/input-file.h -rw-rw-rw- gingold/gingold 15651 2012-06-09 15:22 binutils-2.23.2/gas/input-scrub.c -rw-rw-rw- gingold/gingold 250 2012-05-17 17:13 binutils-2.23.2/gas/itbl-lex-wrapper.c -rw-rw-rw- gingold/gingold 48940 2012-11-13 15:19 binutils-2.23.2/gas/itbl-lex.c -rw-rw-rw- gingold/gingold 895 2007-07-03 13:01 binutils-2.23.2/gas/itbl-lex.h -rw-rw-rw- gingold/gingold 2148 2007-07-03 13:01 binutils-2.23.2/gas/itbl-lex.l -rw-rw-rw- gingold/gingold 23986 2010-06-28 16:06 binutils-2.23.2/gas/itbl-ops.c -rw-rw-rw- gingold/gingold 2892 2009-09-02 09:24 binutils-2.23.2/gas/itbl-ops.h -rw-rw-rw- gingold/gingold 54770 2012-11-13 15:19 binutils-2.23.2/gas/itbl-parse.c -rw-rw-rw- gingold/gingold 2557 2012-11-13 15:19 binutils-2.23.2/gas/itbl-parse.h -rw-rw-rw- gingold/gingold 11078 2007-07-03 13:01 binutils-2.23.2/gas/itbl-parse.y -rw-rw-rw- gingold/gingold 38094 2012-07-27 05:32 binutils-2.23.2/gas/listing.c -rw-rw-rw- gingold/gingold 2172 2009-10-27 00:57 binutils-2.23.2/gas/listing.h -rw-rw-rw- gingold/gingold 3144 2007-07-03 13:01 binutils-2.23.2/gas/literal.c -rw-rw-rw- gingold/gingold 76399 2012-11-13 15:19 binutils-2.23.2/gas/m68k-parse.c -rw-rw-rw- gingold/gingold 31862 2013-03-25 09:06 binutils-2.23.2/gas/macro.c -rw-rw-rw- gingold/gingold 3287 2012-06-07 14:47 binutils-2.23.2/gas/macro.h -rw-rw-rw- gingold/gingold 28 2000-07-05 21:28 binutils-2.23.2/gas/MAINTAINERS -rw-rw-rw- gingold/gingold 19553 2012-09-04 14:53 binutils-2.23.2/gas/Makefile.am -rw-rw-rw- gingold/gingold 194051 2012-09-04 14:53 binutils-2.23.2/gas/Makefile.in -rw-rw-rw- gingold/gingold 1697 2010-08-03 16:29 binutils-2.23.2/gas/makefile.vms -rw-rw-rw- gingold/gingold 11319 2011-03-18 12:16 binutils-2.23.2/gas/messages.c -rw-rw-rw- gingold/gingold 20969 2012-09-04 14:53 binutils-2.23.2/gas/NEWS -rw-rw-rw- gingold/gingold 3110 2010-10-25 14:38 binutils-2.23.2/gas/obj.h -rw-rw-rw- gingold/gingold 2156 2011-08-04 22:53 binutils-2.23.2/gas/output-file.c -rw-rw-rw- gingold/gingold 1051 2009-09-02 09:24 binutils-2.23.2/gas/output-file.h -rw-rw-rw- gingold/gingold 438926 2013-03-25 10:10 binutils-2.23.2/gas/po/es.gmo drwxr-xr-x Creating directory: binutils-2.23.2/gas/po -rw-rw-rw- gingold/gingold 649662 2012-09-04 14:53 binutils-2.23.2/gas/po/es.po -rw-rw-rw- gingold/gingold 442741 2013-03-25 10:10 binutils-2.23.2/gas/po/fi.gmo -rw-rw-rw- gingold/gingold 596409 2012-09-04 14:53 binutils-2.23.2/gas/po/fi.po -rw-rw-rw- gingold/gingold 442390 2013-03-25 10:10 binutils-2.23.2/gas/po/fr.gmo -rw-rw-rw- gingold/gingold 583153 2012-09-04 14:53 binutils-2.23.2/gas/po/fr.po -rw-rw-rw- gingold/gingold 381563 2011-10-25 13:18 binutils-2.23.2/gas/po/gas.pot -rw-rw-rw- gingold/gingold 389863 2013-03-25 10:10 binutils-2.23.2/gas/po/id.gmo -rw-rw-rw- gingold/gingold 523249 2009-11-12 10:35 binutils-2.23.2/gas/po/id.po -rw-rw-rw- gingold/gingold 23726 2013-03-25 10:10 binutils-2.23.2/gas/po/ja.gmo -rw-rw-rw- gingold/gingold 384510 2011-10-28 15:02 binutils-2.23.2/gas/po/ja.po -rw-rw-rw- gingold/gingold 7157 2009-09-02 09:24 binutils-2.23.2/gas/po/Make-in -rw-rw-rw- gingold/gingold 4086 2012-02-14 02:25 binutils-2.23.2/gas/po/POTFILES.in -rw-rw-rw- gingold/gingold 23024 2013-03-25 10:10 binutils-2.23.2/gas/po/ru.gmo -rw-rw-rw- gingold/gingold 367525 2010-04-06 18:12 binutils-2.23.2/gas/po/ru.po -rw-rw-rw- gingold/gingold 396 2013-03-25 10:10 binutils-2.23.2/gas/po/rw.gmo -rw-rw-rw- gingold/gingold 359911 2007-10-11 16:17 binutils-2.23.2/gas/po/rw.po -rw-rw-rw- gingold/gingold 220920 2013-03-25 10:10 binutils-2.23.2/gas/po/tr.gmo -rw-rw-rw- gingold/gingold 480739 2007-10-11 16:17 binutils-2.23.2/gas/po/tr.po -rw-rw-rw- gingold/gingold 150336 2012-06-09 15:22 binutils-2.23.2/gas/read.c -rw-rw-rw- gingold/gingold 6758 2012-03-13 17:59 binutils-2.23.2/gas/read.h -rw-rw-rw- gingold/gingold 6123 2005-08-11 03:25 binutils-2.23.2/gas/README -rw-rw-rw- gingold/gingold 2695 2011-03-11 15:18 binutils-2.23.2/gas/remap.c -rw-rw-rw- gingold/gingold 143132 2012-11-13 15:19 binutils-2.23.2/gas/rl78-parse.c -rw-rw-rw- gingold/gingold 6049 2012-11-13 15:19 binutils-2.23.2/gas/rl78-parse.h -rw-rw-rw- gingold/gingold 132824 2012-11-13 15:19 binutils-2.23.2/gas/rx-parse.c -rw-rw-rw- gingold/gingold 6061 2012-11-13 15:19 binutils-2.23.2/gas/rx-parse.h -rw-rw-rw- gingold/gingold 5361 2013-03-25 09:06 binutils-2.23.2/gas/sb.c -rw-rw-rw- gingold/gingold 2582 2012-06-09 15:22 binutils-2.23.2/gas/sb.h -rw-rw-rw- gingold/gingold 18357 2011-03-11 15:18 binutils-2.23.2/gas/stabs.c -rw-rw-rw- gingold/gingold 10 1999-05-03 09:28 binutils-2.23.2/gas/stamp-h.in -rw-rw-rw- gingold/gingold 5219 2012-01-10 12:48 binutils-2.23.2/gas/struc-symbol.h -rw-rw-rw- gingold/gingold 8478 2009-09-11 17:27 binutils-2.23.2/gas/subsegs.c -rw-rw-rw- gingold/gingold 4090 2009-09-02 09:24 binutils-2.23.2/gas/subsegs.h -rw-rw-rw- gingold/gingold 84998 2012-05-05 05:05 binutils-2.23.2/gas/symbols.c -rw-rw-rw- gingold/gingold 7942 2011-10-12 23:07 binutils-2.23.2/gas/symbols.h -rw-rw-rw- gingold/gingold 2477 2009-09-09 15:19 binutils-2.23.2/gas/tc.h -rw-rw-rw- gingold/gingold 45938 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/ChangeLog drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite -rw-rw-rw- gingold/gingold 36368 2006-01-17 00:15 binutils-2.23.2/gas/testsuite/ChangeLog-2004 -rw-rw-rw- gingold/gingold 53305 2009-04-11 16:42 binutils-2.23.2/gas/testsuite/ChangeLog-2005 -rw-rw-rw- gingold/gingold 33670 2007-01-09 18:30 binutils-2.23.2/gas/testsuite/ChangeLog-2006 -rw-rw-rw- gingold/gingold 40035 2009-04-11 16:42 binutils-2.23.2/gas/testsuite/ChangeLog-2007 -rw-rw-rw- gingold/gingold 41941 2009-01-06 02:03 binutils-2.23.2/gas/testsuite/ChangeLog-2008 -rw-rw-rw- gingold/gingold 55516 2010-01-01 19:06 binutils-2.23.2/gas/testsuite/ChangeLog-2009 -rw-rw-rw- gingold/gingold 65264 2011-01-01 17:44 binutils-2.23.2/gas/testsuite/ChangeLog-2010 -rw-rw-rw- gingold/gingold 48463 2012-01-05 11:09 binutils-2.23.2/gas/testsuite/ChangeLog-2011 -rw-rw-rw- gingold/gingold 224910 2009-04-11 16:42 binutils-2.23.2/gas/testsuite/ChangeLog-9303 -rw-rw-rw- gingold/gingold 1138 2010-07-14 21:46 binutils-2.23.2/gas/testsuite/config/default.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/config -rw-rw-rw- gingold/gingold 125 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/aarch64.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/aarch64 -rw-rw-rw- gingold/gingold 97774 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/addsub.d -rw-rw-rw- gingold/gingold 4946 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/addsub.s -rw-rw-rw- gingold/gingold 1397 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/advsimd-across.d -rw-rw-rw- gingold/gingold 1276 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/advsimd-across.s -rw-rw-rw- gingold/gingold 1082 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/advsimd-misc.d -rw-rw-rw- gingold/gingold 1024 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/advsimd-misc.s -rw-rw-rw- gingold/gingold 2206 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/advsisd-copy.d -rw-rw-rw- gingold/gingold 1181 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/advsisd-copy.s -rw-rw-rw- gingold/gingold 390 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/advsisd-misc.d -rw-rw-rw- gingold/gingold 1016 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/advsisd-misc.s -rw-rw-rw- gingold/gingold 3183 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/alias.d -rw-rw-rw- gingold/gingold 2670 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/alias.s -rw-rw-rw- gingold/gingold 35 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/bitfield-alias.d -rw-rw-rw- gingold/gingold 2430 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/bitfield-alias.s -rw-rw-rw- gingold/gingold 35 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/bitfield-bfm.d -rw-rw-rw- gingold/gingold 3882 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/bitfield-bfm.s -rw-rw-rw- gingold/gingold 4038 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/bitfield-dump -rw-rw-rw- gingold/gingold 4408 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/bitfield-no-aliases.d -rw-rw-rw- gingold/gingold 849 2012-09-18 17:42 binutils-2.23.2/gas/testsuite/gas/aarch64/crypto.d -rw-rw-rw- gingold/gingold 1299 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/crypto.s -rw-rw-rw- gingold/gingold 77 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/diagnostic.d -rw-rw-rw- gingold/gingold 7935 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/diagnostic.l -rw-rw-rw- gingold/gingold 2096 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/diagnostic.s -rw-rw-rw- gingold/gingold 698 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/floatdp2.d -rw-rw-rw- gingold/gingold 1061 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/floatdp2.s -rw-rw-rw- gingold/gingold 28060 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/fp_cvt_int.d -rw-rw-rw- gingold/gingold 2863 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/fp_cvt_int.s -rw-rw-rw- gingold/gingold 729 2013-03-05 18:46 binutils-2.23.2/gas/testsuite/gas/aarch64/fpmov.d -rw-rw-rw- gingold/gingold 335 2013-03-05 18:46 binutils-2.23.2/gas/testsuite/gas/aarch64/fpmov.s -rw-rw-rw- gingold/gingold 85 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/illegal-2.d -rw-rw-rw- gingold/gingold 195 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/illegal-2.l -rw-rw-rw- gingold/gingold 736 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/illegal-2.s -rw-rw-rw- gingold/gingold 77 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/illegal.d -rw-rw-rw- gingold/gingold 27851 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/illegal.l -rw-rw-rw- gingold/gingold 13115 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/illegal.s -rw-rw-rw- gingold/gingold 145 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/inst-directive.d -rw-rw-rw- gingold/gingold 146 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/inst-directive.s -rw-rw-rw- gingold/gingold 2750 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/int-insns.d -rw-rw-rw- gingold/gingold 3400 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/int-insns.s -rw-rw-rw- gingold/gingold 3514 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-exclusive.d -rw-rw-rw- gingold/gingold 2604 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-exclusive.s -rw-rw-rw- gingold/gingold 7488 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.d -rw-rw-rw- gingold/gingold 1701 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-imm-post-ind.s -rw-rw-rw- gingold/gingold 7695 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.d -rw-rw-rw- gingold/gingold 1700 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-imm-pre-ind.s -rw-rw-rw- gingold/gingold 10733 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-pair.d -rw-rw-rw- gingold/gingold 2576 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-pair.s -rw-rw-rw- gingold/gingold 3274 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.d -rw-rw-rw- gingold/gingold 2025 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-reg-offset.s -rw-rw-rw- gingold/gingold 9022 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.d -rw-rw-rw- gingold/gingold 2781 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-uns-imm.s -rw-rw-rw- gingold/gingold 8277 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.d -rw-rw-rw- gingold/gingold 2243 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/ldst-reg-unscaled-imm.s -rw-rw-rw- gingold/gingold 70 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/legacy_reg_names.d -rw-rw-rw- gingold/gingold 266 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/legacy_reg_names.l -rw-rw-rw- gingold/gingold 75 2012-09-18 17:42 binutils-2.23.2/gas/testsuite/gas/aarch64/legacy_reg_names.s -rw-rw-rw- gingold/gingold 2981 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapmisc.d -rw-rw-rw- gingold/gingold 4 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapmisc.dat -rw-rw-rw- gingold/gingold 394 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapmisc.s -rw-rw-rw- gingold/gingold 572 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapping.d -rw-rw-rw- gingold/gingold 168 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapping.s -rw-rw-rw- gingold/gingold 480 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapping2.d -rw-rw-rw- gingold/gingold 179 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapping2.s -rw-rw-rw- gingold/gingold 410 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapping3.d -rw-rw-rw- gingold/gingold 20 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapping3.s -rw-rw-rw- gingold/gingold 376 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapping4.d -rw-rw-rw- gingold/gingold 65 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mapping4.s -rw-rw-rw- gingold/gingold 779 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mov-no-aliases.d -rw-rw-rw- gingold/gingold 884 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/mov.d -rw-rw-rw- gingold/gingold 787 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/mov.s -rw-rw-rw- gingold/gingold 346962 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/movi.d -rw-rw-rw- gingold/gingold 2590 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/movi.s -rw-rw-rw- gingold/gingold 356 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/msr.d -rw-rw-rw- gingold/gingold 912 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/msr.s -rw-rw-rw- gingold/gingold 35904 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-fp-cvt-int.d -rw-rw-rw- gingold/gingold 3236 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-fp-cvt-int.s -rw-rw-rw- gingold/gingold 850 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-frint.d -rw-rw-rw- gingold/gingold 297 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-frint.s -rw-rw-rw- gingold/gingold 155614 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-ins.d -rw-rw-rw- gingold/gingold 1358 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-ins.s -rw-rw-rw- gingold/gingold 4486 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-not.d -rw-rw-rw- gingold/gingold 235 2012-09-18 17:42 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-not.s -rw-rw-rw- gingold/gingold 15899 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-vfp-reglist-post.d -rw-rw-rw- gingold/gingold 5586 2012-09-18 17:42 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-vfp-reglist-post.s -rw-rw-rw- gingold/gingold 7987 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-vfp-reglist.d -rw-rw-rw- gingold/gingold 2596 2012-09-18 17:42 binutils-2.23.2/gas/testsuite/gas/aarch64/neon-vfp-reglist.s -rw-rw-rw- gingold/gingold 3597 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/no-aliases.d -rw-rw-rw- gingold/gingold 856 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/optional.d -rw-rw-rw- gingold/gingold 410 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/optional.s -rw-rw-rw- gingold/gingold 1072 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/programmer-friendly.d -rw-rw-rw- gingold/gingold 2129 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/programmer-friendly.s -rw-rw-rw- gingold/gingold 919 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/reloc-data.d -rw-rw-rw- gingold/gingold 432 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/reloc-data.s -rw-rw-rw- gingold/gingold 5948 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/reloc-insn.d -rw-rw-rw- gingold/gingold 4218 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/reloc-insn.s -rw-rw-rw- gingold/gingold 27686 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/shifted.d -rw-rw-rw- gingold/gingold 3540 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/shifted.s -rw-rw-rw- gingold/gingold 329 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/symbol.d -rw-rw-rw- gingold/gingold 433 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/symbol.s -rw-rw-rw- gingold/gingold 185190 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/sysreg-1.d -rw-rw-rw- gingold/gingold 6158 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/sysreg-1.s -rw-rw-rw- gingold/gingold 756 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/sysreg.d -rw-rw-rw- gingold/gingold 437 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/sysreg.s -rw-rw-rw- gingold/gingold 12429 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/system.d -rw-rw-rw- gingold/gingold 949 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/aarch64/system.s -rw-rw-rw- gingold/gingold 1100 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/tlbi_op.d -rw-rw-rw- gingold/gingold 795 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/tlbi_op.s -rw-rw-rw- gingold/gingold 1066 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/tls.d -rw-rw-rw- gingold/gingold 1736 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/tls.s -rw-rw-rw- gingold/gingold 107 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/verbose-error.d -rw-rw-rw- gingold/gingold 2286 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/verbose-error.l -rw-rw-rw- gingold/gingold 344 2012-08-16 11:21 binutils-2.23.2/gas/testsuite/gas/aarch64/verbose-error.s -rw-rw-rw- gingold/gingold 498 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/all/align.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/all -rw-rw-rw- gingold/gingold 652 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/align.s -rw-rw-rw- gingold/gingold 130 2002-05-23 19:17 binutils-2.23.2/gas/testsuite/gas/all/align2.d -rw-rw-rw- gingold/gingold 26 2002-05-23 19:12 binutils-2.23.2/gas/testsuite/gas/all/align2.s -rw-rw-rw- gingold/gingold 165 2004-08-24 13:37 binutils-2.23.2/gas/testsuite/gas/all/altmac2.d -rw-rw-rw- gingold/gingold 56 2006-02-28 08:57 binutils-2.23.2/gas/testsuite/gas/all/altmac2.s -rw-rw-rw- gingold/gingold 201 2004-08-24 13:37 binutils-2.23.2/gas/testsuite/gas/all/altmacro.d -rw-rw-rw- gingold/gingold 298 2006-02-28 08:57 binutils-2.23.2/gas/testsuite/gas/all/altmacro.s -rw-rw-rw- gingold/gingold 20 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/assign-bad.s -rw-rw-rw- gingold/gingold 28 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/assign-ok.s -rw-rw-rw- gingold/gingold 61 2005-04-15 08:06 binutils-2.23.2/gas/testsuite/gas/all/assign.d -rw-rw-rw- gingold/gingold 77 2005-04-26 19:15 binutils-2.23.2/gas/testsuite/gas/all/assign.s -rw-rw-rw- gingold/gingold 176 2010-07-23 16:52 binutils-2.23.2/gas/testsuite/gas/all/byte.d -rw-rw-rw- gingold/gingold 117 2010-05-05 16:17 binutils-2.23.2/gas/testsuite/gas/all/byte.l -rw-rw-rw- gingold/gingold 37 2010-05-05 16:17 binutils-2.23.2/gas/testsuite/gas/all/byte.s -rw-rw-rw- gingold/gingold 1228 2000-08-22 21:11 binutils-2.23.2/gas/testsuite/gas/all/cofftag.d -rw-rw-rw- gingold/gingold 737 2005-11-08 17:23 binutils-2.23.2/gas/testsuite/gas/all/cofftag.s -rw-rw-rw- gingold/gingold 137 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/comment.s -rw-rw-rw- gingold/gingold 2411 2005-12-22 18:05 binutils-2.23.2/gas/testsuite/gas/all/cond.l -rw-rw-rw- gingold/gingold 773 2005-12-22 18:05 binutils-2.23.2/gas/testsuite/gas/all/cond.s -rw-rw-rw- gingold/gingold 115 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/diff1.s -rw-rw-rw- gingold/gingold 22 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/equ-bad.s -rw-rw-rw- gingold/gingold 22 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/equ-ok.s -rw-rw-rw- gingold/gingold 145 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/equiv1.s -rw-rw-rw- gingold/gingold 159 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/equiv2.s -rw-rw-rw- gingold/gingold 22 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/eqv-bad.s -rw-rw-rw- gingold/gingold 11 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/eqv-ok.s -rw-rw-rw- gingold/gingold 430 2004-11-22 14:00 binutils-2.23.2/gas/testsuite/gas/all/err-1.s -rw-rw-rw- gingold/gingold 164 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/eval.d -rw-rw-rw- gingold/gingold 478 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/eval.s -rw-rw-rw- gingold/gingold 10 2004-08-24 13:37 binutils-2.23.2/gas/testsuite/gas/all/excl.s -rw-rw-rw- gingold/gingold 20 2002-11-06 20:36 binutils-2.23.2/gas/testsuite/gas/all/fastcall.s -rw-rw-rw- gingold/gingold 72 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/float.s -rw-rw-rw- gingold/gingold 150 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/forward.d -rw-rw-rw- gingold/gingold 488 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/forward.s -rw-rw-rw- gingold/gingold 277 2012-05-14 04:39 binutils-2.23.2/gas/testsuite/gas/all/fwdexp.d -rw-rw-rw- gingold/gingold 44 2010-09-29 08:49 binutils-2.23.2/gas/testsuite/gas/all/fwdexp.s -rw-rw-rw- gingold/gingold 12477 2012-06-07 16:52 binutils-2.23.2/gas/testsuite/gas/all/gas.exp -rw-rw-rw- gingold/gingold 384 2009-09-08 04:54 binutils-2.23.2/gas/testsuite/gas/all/incbin.d -rw-rw-rw- gingold/gingold 32 2001-12-21 12:40 binutils-2.23.2/gas/testsuite/gas/all/incbin.dat -rw-rw-rw- gingold/gingold 109 2001-12-21 12:40 binutils-2.23.2/gas/testsuite/gas/all/incbin.s -rw-rw-rw- gingold/gingold 915 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/itbl -rw-rw-rw- gingold/gingold 3460 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/all/itbl-test.c -rw-rw-rw- gingold/gingold 337 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/itbl.s -rw-rw-rw- gingold/gingold 258 2010-08-03 12:30 binutils-2.23.2/gas/testsuite/gas/all/octa.d -rw-rw-rw- gingold/gingold 88 2010-08-03 12:30 binutils-2.23.2/gas/testsuite/gas/all/octa.s -rw-rw-rw- gingold/gingold 77 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/p1480.s -rw-rw-rw- gingold/gingold 114 2009-04-16 06:24 binutils-2.23.2/gas/testsuite/gas/all/p2425.s -rw-rw-rw- gingold/gingold 886 2005-11-23 01:28 binutils-2.23.2/gas/testsuite/gas/all/quad.d -rw-rw-rw- gingold/gingold 207 2005-01-19 12:53 binutils-2.23.2/gas/testsuite/gas/all/quad.s -rw-rw-rw- gingold/gingold 202 2005-11-21 05:30 binutils-2.23.2/gas/testsuite/gas/all/redef.d -rw-rw-rw- gingold/gingold 134 2005-10-11 13:16 binutils-2.23.2/gas/testsuite/gas/all/redef.s -rw-rw-rw- gingold/gingold 353 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/all/redef2.d -rw-rw-rw- gingold/gingold 149 2005-11-17 08:29 binutils-2.23.2/gas/testsuite/gas/all/redef2.s -rw-rw-rw- gingold/gingold 287 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/all/redef3.d -rw-rw-rw- gingold/gingold 158 2005-11-17 08:29 binutils-2.23.2/gas/testsuite/gas/all/redef3.s -rw-rw-rw- gingold/gingold 25 2005-11-17 08:29 binutils-2.23.2/gas/testsuite/gas/all/redef4.s -rw-rw-rw- gingold/gingold 27 2005-11-17 08:29 binutils-2.23.2/gas/testsuite/gas/all/redef5.s -rw-rw-rw- gingold/gingold 284 2007-03-14 12:04 binutils-2.23.2/gas/testsuite/gas/all/relax.d -rw-rw-rw- gingold/gingold 222 2007-03-14 12:04 binutils-2.23.2/gas/testsuite/gas/all/relax.s -rw-rw-rw- gingold/gingold 2513 2005-11-23 01:28 binutils-2.23.2/gas/testsuite/gas/all/sleb128.d -rw-rw-rw- gingold/gingold 413 2005-01-19 12:53 binutils-2.23.2/gas/testsuite/gas/all/sleb128.s -rw-rw-rw- gingold/gingold 413 2007-10-16 16:42 binutils-2.23.2/gas/testsuite/gas/all/string.d -rw-rw-rw- gingold/gingold 117 2007-10-16 16:42 binutils-2.23.2/gas/testsuite/gas/all/string.s -rw-rw-rw- gingold/gingold 95 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/struct.d -rw-rw-rw- gingold/gingold 108 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/struct.s -rw-rw-rw- gingold/gingold 2883 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/all/test-example.c -rw-rw-rw- gingold/gingold 23733 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/all/test-gen.c -rw-rw-rw- gingold/gingold 468 2004-11-22 14:00 binutils-2.23.2/gas/testsuite/gas/all/warn-1.s -rw-rw-rw- gingold/gingold 2733 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/all/weakref1.d -rw-rw-rw- gingold/gingold 3023 2009-04-16 06:24 binutils-2.23.2/gas/testsuite/gas/all/weakref1.s -rw-rw-rw- gingold/gingold 468 2005-11-20 23:03 binutils-2.23.2/gas/testsuite/gas/all/weakref1g.d -rw-rw-rw- gingold/gingold 596 2005-11-20 23:03 binutils-2.23.2/gas/testsuite/gas/all/weakref1l.d -rw-rw-rw- gingold/gingold 773 2009-10-18 09:43 binutils-2.23.2/gas/testsuite/gas/all/weakref1u.d -rw-rw-rw- gingold/gingold 737 2005-11-20 23:03 binutils-2.23.2/gas/testsuite/gas/all/weakref1w.d -rw-rw-rw- gingold/gingold 70 2005-11-20 23:03 binutils-2.23.2/gas/testsuite/gas/all/weakref2.s -rw-rw-rw- gingold/gingold 70 2005-11-20 23:03 binutils-2.23.2/gas/testsuite/gas/all/weakref3.s -rw-rw-rw- gingold/gingold 586 2005-11-04 20:45 binutils-2.23.2/gas/testsuite/gas/all/weakref4.s -rw-rw-rw- gingold/gingold 47 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/all/x930509.s -rw-rw-rw- gingold/gingold 704 2007-06-05 19:00 binutils-2.23.2/gas/testsuite/gas/alpha/alpha.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/alpha -rw-rw-rw- gingold/gingold 116 2011-03-29 20:16 binutils-2.23.2/gas/testsuite/gas/alpha/auto-align-1.d -rw-rw-rw- gingold/gingold 66 2011-03-29 20:16 binutils-2.23.2/gas/testsuite/gas/alpha/auto-align-1.s -rw-rw-rw- gingold/gingold 602 2012-05-14 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-1.d -rw-rw-rw- gingold/gingold 390 2001-09-05 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-1.s -rw-rw-rw- gingold/gingold 183 2001-09-05 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-2.l -rw-rw-rw- gingold/gingold 183 2001-09-05 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-2.s -rw-rw-rw- gingold/gingold 105 2001-09-05 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-3.l -rw-rw-rw- gingold/gingold 53 2001-09-05 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-3.s -rw-rw-rw- gingold/gingold 849 2003-06-17 13:16 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-4.d -rw-rw-rw- gingold/gingold 46 2001-09-05 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-4.s -rw-rw-rw- gingold/gingold 601 2003-06-17 13:16 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-5.d -rw-rw-rw- gingold/gingold 323 2002-02-09 23:55 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-5.s -rw-rw-rw- gingold/gingold 163 2002-02-09 23:55 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-6.l -rw-rw-rw- gingold/gingold 336 2002-02-09 23:55 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-6.s -rw-rw-rw- gingold/gingold 505 2003-06-17 13:16 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-7.d -rw-rw-rw- gingold/gingold 254 2002-09-19 18:13 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-7.s -rw-rw-rw- gingold/gingold 15292 2004-03-07 09:51 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-8.d -rw-rw-rw- gingold/gingold 23409 2002-11-07 01:42 binutils-2.23.2/gas/testsuite/gas/alpha/elf-reloc-8.s -rw-rw-rw- gingold/gingold 839 2003-06-17 13:16 binutils-2.23.2/gas/testsuite/gas/alpha/elf-tls-1.d -rw-rw-rw- gingold/gingold 593 2002-05-31 00:01 binutils-2.23.2/gas/testsuite/gas/alpha/elf-tls-1.s -rw-rw-rw- gingold/gingold 417 2002-05-31 00:01 binutils-2.23.2/gas/testsuite/gas/alpha/elf-tls-2.l -rw-rw-rw- gingold/gingold 911 2002-05-31 00:01 binutils-2.23.2/gas/testsuite/gas/alpha/elf-tls-2.s -rw-rw-rw- gingold/gingold 258 2002-05-31 00:01 binutils-2.23.2/gas/testsuite/gas/alpha/elf-tls-3.l -rw-rw-rw- gingold/gingold 657 2002-05-31 00:01 binutils-2.23.2/gas/testsuite/gas/alpha/elf-tls-3.s -rw-rw-rw- gingold/gingold 313 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/alpha/elf-usepv-1.d -rw-rw-rw- gingold/gingold 53 2003-06-05 05:27 binutils-2.23.2/gas/testsuite/gas/alpha/elf-usepv-1.s -rw-rw-rw- gingold/gingold 65 2003-06-05 05:27 binutils-2.23.2/gas/testsuite/gas/alpha/elf-usepv-2.l -rw-rw-rw- gingold/gingold 17 2003-06-05 05:27 binutils-2.23.2/gas/testsuite/gas/alpha/elf-usepv-2.s -rw-rw-rw- gingold/gingold 270 2001-09-05 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/fp.d -rw-rw-rw- gingold/gingold 542 2001-09-05 04:39 binutils-2.23.2/gas/testsuite/gas/alpha/fp.s -rw-rw-rw- gingold/gingold 218 2002-01-22 10:45 binutils-2.23.2/gas/testsuite/gas/alpha/unop.d -rw-rw-rw- gingold/gingold 59 2002-01-22 10:45 binutils-2.23.2/gas/testsuite/gas/alpha/unop.s -rw-rw-rw- gingold/gingold 3647 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/adc.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/arc -rw-rw-rw- gingold/gingold 1038 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/adc.s -rw-rw-rw- gingold/gingold 3647 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/add.d -rw-rw-rw- gingold/gingold 1038 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/add.s -rw-rw-rw- gingold/gingold 2278 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/alias.d -rw-rw-rw- gingold/gingold 1062 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/alias.s -rw-rw-rw- gingold/gingold 3647 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/and.d -rw-rw-rw- gingold/gingold 1038 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/and.s -rw-rw-rw- gingold/gingold 992 2005-03-03 13:13 binutils-2.23.2/gas/testsuite/gas/arc/arc.exp -rw-rw-rw- gingold/gingold 2785 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/asl.d -rw-rw-rw- gingold/gingold 704 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/asl.s -rw-rw-rw- gingold/gingold 1855 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/asr.d -rw-rw-rw- gingold/gingold 411 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/asr.s -rw-rw-rw- gingold/gingold 2118 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/b.d -rw-rw-rw- gingold/gingold 574 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/b.s -rw-rw-rw- gingold/gingold 3647 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/bic.d -rw-rw-rw- gingold/gingold 1038 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/bic.s -rw-rw-rw- gingold/gingold 2118 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/bl.d -rw-rw-rw- gingold/gingold 609 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/bl.s -rw-rw-rw- gingold/gingold 2599 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/branch.d -rw-rw-rw- gingold/gingold 781 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/branch.s -rw-rw-rw- gingold/gingold 261 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/brk.d -rw-rw-rw- gingold/gingold 53 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/brk.s -rw-rw-rw- gingold/gingold 1855 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/extb.d -rw-rw-rw- gingold/gingold 441 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/extb.s -rw-rw-rw- gingold/gingold 343 2005-03-03 13:13 binutils-2.23.2/gas/testsuite/gas/arc/extensions.d -rw-rw-rw- gingold/gingold 269 2005-03-03 13:13 binutils-2.23.2/gas/testsuite/gas/arc/extensions.s -rw-rw-rw- gingold/gingold 1855 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/extw.d -rw-rw-rw- gingold/gingold 441 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/extw.s -rw-rw-rw- gingold/gingold 1229 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/flag.d -rw-rw-rw- gingold/gingold 238 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/flag.s -rw-rw-rw- gingold/gingold 1427 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/insn3.d -rw-rw-rw- gingold/gingold 690 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/insn3.s -rw-rw-rw- gingold/gingold 3131 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/j.d -rw-rw-rw- gingold/gingold 497 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/j.s -rw-rw-rw- gingold/gingold 571 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/jl.d -rw-rw-rw- gingold/gingold 106 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/jl.s -rw-rw-rw- gingold/gingold 552 2005-03-03 06:31 binutils-2.23.2/gas/testsuite/gas/arc/ld.d -rw-rw-rw- gingold/gingold 164 2005-03-03 06:31 binutils-2.23.2/gas/testsuite/gas/arc/ld.s -rw-rw-rw- gingold/gingold 714 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/ld2.d -rw-rw-rw- gingold/gingold 158 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/ld2.s -rw-rw-rw- gingold/gingold 2118 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/lp.d -rw-rw-rw- gingold/gingold 609 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/lp.s -rw-rw-rw- gingold/gingold 1855 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/lsr.d -rw-rw-rw- gingold/gingold 411 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/lsr.s -rw-rw-rw- gingold/gingold 2863 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/math.d -rw-rw-rw- gingold/gingold 1586 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/math.s -rw-rw-rw- gingold/gingold 2785 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/mov.d -rw-rw-rw- gingold/gingold 704 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/mov.s -rw-rw-rw- gingold/gingold 151 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/nop.d -rw-rw-rw- gingold/gingold 17 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/nop.s -rw-rw-rw- gingold/gingold 3647 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/or.d -rw-rw-rw- gingold/gingold 978 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/or.s -rw-rw-rw- gingold/gingold 2785 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/rlc.d -rw-rw-rw- gingold/gingold 704 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/rlc.s -rw-rw-rw- gingold/gingold 1855 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/ror.d -rw-rw-rw- gingold/gingold 411 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/ror.s -rw-rw-rw- gingold/gingold 1855 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/rrc.d -rw-rw-rw- gingold/gingold 411 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/rrc.s -rw-rw-rw- gingold/gingold 3647 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sbc.d -rw-rw-rw- gingold/gingold 1038 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sbc.s -rw-rw-rw- gingold/gingold 1855 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sexb.d -rw-rw-rw- gingold/gingold 441 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sexb.s -rw-rw-rw- gingold/gingold 1855 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sexw.d -rw-rw-rw- gingold/gingold 441 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sexw.s -rw-rw-rw- gingold/gingold 261 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sleep.d -rw-rw-rw- gingold/gingold 55 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sleep.s -rw-rw-rw- gingold/gingold 1427 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/sshift.d -rw-rw-rw- gingold/gingold 696 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arc/sshift.s -rw-rw-rw- gingold/gingold 1556 2004-11-24 13:03 binutils-2.23.2/gas/testsuite/gas/arc/st.d -rw-rw-rw- gingold/gingold 351 2004-11-24 13:03 binutils-2.23.2/gas/testsuite/gas/arc/st.s -rw-rw-rw- gingold/gingold 3647 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sub.d -rw-rw-rw- gingold/gingold 1038 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/sub.s -rw-rw-rw- gingold/gingold 261 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/swi.d -rw-rw-rw- gingold/gingold 51 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/swi.s -rw-rw-rw- gingold/gingold 177 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/warn.exp -rw-rw-rw- gingold/gingold 612 2005-03-03 13:13 binutils-2.23.2/gas/testsuite/gas/arc/warn.s -rw-rw-rw- gingold/gingold 3647 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/xor.d -rw-rw-rw- gingold/gingold 1038 2001-01-11 22:20 binutils-2.23.2/gas/testsuite/gas/arc/xor.s -rw-rw-rw- gingold/gingold 482 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/abs12.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/arm -rw-rw-rw- gingold/gingold 162 2006-03-07 09:39 binutils-2.23.2/gas/testsuite/gas/arm/abs12.s -rw-rw-rw- gingold/gingold 139 2010-09-09 11:09 binutils-2.23.2/gas/testsuite/gas/arm/addsw-bad.d -rw-rw-rw- gingold/gingold 133 2010-09-09 11:09 binutils-2.23.2/gas/testsuite/gas/arm/addsw-bad.l -rw-rw-rw- gingold/gingold 84 2010-09-09 11:09 binutils-2.23.2/gas/testsuite/gas/arm/addsw-bad.s -rw-rw-rw- gingold/gingold 159 2011-06-30 15:42 binutils-2.23.2/gas/testsuite/gas/arm/addthumb2err.d -rw-rw-rw- gingold/gingold 1620 2011-06-30 15:42 binutils-2.23.2/gas/testsuite/gas/arm/addthumb2err.l -rw-rw-rw- gingold/gingold 686 2011-06-30 15:42 binutils-2.23.2/gas/testsuite/gas/arm/addthumb2err.s -rw-rw-rw- gingold/gingold 66 2009-03-18 16:28 binutils-2.23.2/gas/testsuite/gas/arm/adr-invalid.d -rw-rw-rw- gingold/gingold 279 2009-03-18 16:28 binutils-2.23.2/gas/testsuite/gas/arm/adr-invalid.l -rw-rw-rw- gingold/gingold 141 2009-03-18 16:28 binutils-2.23.2/gas/testsuite/gas/arm/adr-invalid.s -rw-rw-rw- gingold/gingold 201 2012-07-24 18:38 binutils-2.23.2/gas/testsuite/gas/arm/adr.d -rw-rw-rw- gingold/gingold 73 2012-07-24 18:38 binutils-2.23.2/gas/testsuite/gas/arm/adr.s -rw-rw-rw- gingold/gingold 830 2011-10-18 16:41 binutils-2.23.2/gas/testsuite/gas/arm/adrl.d -rw-rw-rw- gingold/gingold 274 2002-12-05 12:47 binutils-2.23.2/gas/testsuite/gas/arm/adrl.s -rw-rw-rw- gingold/gingold 820 2009-08-06 19:38 binutils-2.23.2/gas/testsuite/gas/arm/align.d -rw-rw-rw- gingold/gingold 172 2009-06-18 12:31 binutils-2.23.2/gas/testsuite/gas/arm/align.s -rw-rw-rw- gingold/gingold 2390 2009-07-14 17:47 binutils-2.23.2/gas/testsuite/gas/arm/align64.d -rw-rw-rw- gingold/gingold 118 2009-07-14 17:47 binutils-2.23.2/gas/testsuite/gas/arm/align64.s -rw-rw-rw- gingold/gingold 309 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/any-idiv.d -rw-rw-rw- gingold/gingold 49 2012-03-16 15:02 binutils-2.23.2/gas/testsuite/gas/arm/any-idiv.s -rw-rw-rw- gingold/gingold 1482 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/arch4t-eabi.d -rw-rw-rw- gingold/gingold 1466 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/arch4t.d -rw-rw-rw- gingold/gingold 537 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/arch4t.s -rw-rw-rw- gingold/gingold 482 2002-11-29 22:00 binutils-2.23.2/gas/testsuite/gas/arm/arch5tej.d -rw-rw-rw- gingold/gingold 177 2002-11-29 22:00 binutils-2.23.2/gas/testsuite/gas/arm/arch5tej.s -rw-rw-rw- gingold/gingold 1014 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/arch6zk.d -rw-rw-rw- gingold/gingold 484 2009-04-01 16:02 binutils-2.23.2/gas/testsuite/gas/arm/arch6zk.s -rw-rw-rw- gingold/gingold 2924 2011-04-19 09:44 binutils-2.23.2/gas/testsuite/gas/arm/arch7.d -rw-rw-rw- gingold/gingold 1055 2011-04-19 09:44 binutils-2.23.2/gas/testsuite/gas/arm/arch7.s -rw-rw-rw- gingold/gingold 1213 2010-09-23 17:18 binutils-2.23.2/gas/testsuite/gas/arm/arch7a-mp.d -rw-rw-rw- gingold/gingold 448 2010-09-23 17:18 binutils-2.23.2/gas/testsuite/gas/arm/arch7ar-mp.s -rw-rw-rw- gingold/gingold 101 2009-11-17 17:31 binutils-2.23.2/gas/testsuite/gas/arm/arch7em-bad.d -rw-rw-rw- gingold/gingold 10938 2010-05-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/arch7em-bad.l -rw-rw-rw- gingold/gingold 6561 2010-02-24 16:11 binutils-2.23.2/gas/testsuite/gas/arm/arch7em.d -rw-rw-rw- gingold/gingold 2844 2009-11-17 17:31 binutils-2.23.2/gas/testsuite/gas/arm/arch7em.s -rw-rw-rw- gingold/gingold 80 2006-02-24 16:36 binutils-2.23.2/gas/testsuite/gas/arm/arch7m-bad.d -rw-rw-rw- gingold/gingold 295 2010-05-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/arch7m-bad.l -rw-rw-rw- gingold/gingold 71 2006-02-24 16:36 binutils-2.23.2/gas/testsuite/gas/arm/arch7m-bad.s -rw-rw-rw- gingold/gingold 1213 2010-09-23 17:18 binutils-2.23.2/gas/testsuite/gas/arm/arch7r-mp.d -rw-rw-rw- gingold/gingold 9733 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/arm/archv6.d -rw-rw-rw- gingold/gingold 4535 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/arm/archv6.s -rw-rw-rw- gingold/gingold 588 2009-03-02 01:29 binutils-2.23.2/gas/testsuite/gas/arm/archv6m.d -rw-rw-rw- gingold/gingold 182 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/archv6m.s -rw-rw-rw- gingold/gingold 105 2010-09-23 17:31 binutils-2.23.2/gas/testsuite/gas/arm/archv6s-m-bad.d -rw-rw-rw- gingold/gingold 85 2010-09-23 17:31 binutils-2.23.2/gas/testsuite/gas/arm/archv6s-m-bad.l -rw-rw-rw- gingold/gingold 218 2010-09-23 17:31 binutils-2.23.2/gas/testsuite/gas/arm/archv6s-m.d -rw-rw-rw- gingold/gingold 73 2010-09-23 17:31 binutils-2.23.2/gas/testsuite/gas/arm/archv6s-m.s -rw-rw-rw- gingold/gingold 83 2005-07-04 16:58 binutils-2.23.2/gas/testsuite/gas/arm/archv6t2-bad.d -rw-rw-rw- gingold/gingold 2657 2005-11-10 10:41 binutils-2.23.2/gas/testsuite/gas/arm/archv6t2-bad.l -rw-rw-rw- gingold/gingold 1127 2005-11-10 10:41 binutils-2.23.2/gas/testsuite/gas/arm/archv6t2-bad.s -rw-rw-rw- gingold/gingold 1990 2009-11-17 18:20 binutils-2.23.2/gas/testsuite/gas/arm/archv6t2.d -rw-rw-rw- gingold/gingold 885 2005-03-15 21:38 binutils-2.23.2/gas/testsuite/gas/arm/archv6t2.s -rw-rw-rw- gingold/gingold 90 2011-05-31 16:12 binutils-2.23.2/gas/testsuite/gas/arm/arm-idiv-bad.d -rw-rw-rw- gingold/gingold 104 2011-05-31 16:12 binutils-2.23.2/gas/testsuite/gas/arm/arm-idiv-bad.l -rw-rw-rw- gingold/gingold 37 2011-05-31 16:12 binutils-2.23.2/gas/testsuite/gas/arm/arm-idiv-bad.s -rw-rw-rw- gingold/gingold 267 2011-05-31 16:12 binutils-2.23.2/gas/testsuite/gas/arm/arm-idiv.d -rw-rw-rw- gingold/gingold 119 2011-05-31 16:12 binutils-2.23.2/gas/testsuite/gas/arm/arm-idiv.s -rw-rw-rw- gingold/gingold 673 2009-06-29 10:08 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-auto-2.d -rw-rw-rw- gingold/gingold 260 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-auto-2.s -rw-rw-rw- gingold/gingold 533 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-auto-3.d -rw-rw-rw- gingold/gingold 123 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-auto-3.s -rw-rw-rw- gingold/gingold 3600 2010-02-08 15:33 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-auto.d -rw-rw-rw- gingold/gingold 1520 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-auto.s -rw-rw-rw- gingold/gingold 116 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad-2.d -rw-rw-rw- gingold/gingold 160 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad-2.l -rw-rw-rw- gingold/gingold 142 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad-2.s -rw-rw-rw- gingold/gingold 118 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad-3.d -rw-rw-rw- gingold/gingold 197 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad-3.l -rw-rw-rw- gingold/gingold 66 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad-3.s -rw-rw-rw- gingold/gingold 112 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad.d -rw-rw-rw- gingold/gingold 154 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad.l -rw-rw-rw- gingold/gingold 104 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/arm-it-bad.s -rw-rw-rw- gingold/gingold 274 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/arm-it.d -rw-rw-rw- gingold/gingold 142 2006-09-08 17:51 binutils-2.23.2/gas/testsuite/gas/arm/arm-it.s -rw-rw-rw- gingold/gingold 117 2011-04-06 19:09 binutils-2.23.2/gas/testsuite/gas/arm/arm.exp -rw-rw-rw- gingold/gingold 65 2005-09-06 17:57 binutils-2.23.2/gas/testsuite/gas/arm/arm3-bad.d -rw-rw-rw- gingold/gingold 194 2005-09-06 17:57 binutils-2.23.2/gas/testsuite/gas/arm/arm3-bad.l -rw-rw-rw- gingold/gingold 66 2005-09-06 17:57 binutils-2.23.2/gas/testsuite/gas/arm/arm3-bad.s -rw-rw-rw- gingold/gingold 327 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/arm3.d -rw-rw-rw- gingold/gingold 83 2005-09-06 17:57 binutils-2.23.2/gas/testsuite/gas/arm/arm3.s -rw-rw-rw- gingold/gingold 663 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/arm6.d -rw-rw-rw- gingold/gingold 237 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/arm6.s -rw-rw-rw- gingold/gingold 63 2010-05-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/arm7-bad.d -rw-rw-rw- gingold/gingold 117 2010-05-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/arm7-bad.l -rw-rw-rw- gingold/gingold 82 2010-05-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/arm7-bad.s -rw-rw-rw- gingold/gingold 703 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/arm7dm.d -rw-rw-rw- gingold/gingold 334 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/arm7dm.s -rw-rw-rw- gingold/gingold 3008 2009-11-19 15:07 binutils-2.23.2/gas/testsuite/gas/arm/arm7t.d -rw-rw-rw- gingold/gingold 1332 2002-08-22 18:10 binutils-2.23.2/gas/testsuite/gas/arm/arm7t.s -rw-rw-rw- gingold/gingold 65 2005-07-04 16:57 binutils-2.23.2/gas/testsuite/gas/arm/armv1-bad.d -rw-rw-rw- gingold/gingold 563 2010-05-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/armv1-bad.l -rw-rw-rw- gingold/gingold 225 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/armv1-bad.s -rw-rw-rw- gingold/gingold 2687 2009-11-19 15:07 binutils-2.23.2/gas/testsuite/gas/arm/armv1.d -rw-rw-rw- gingold/gingold 299 2006-05-04 17:41 binutils-2.23.2/gas/testsuite/gas/arm/armv1.l -rw-rw-rw- gingold/gingold 1091 2002-08-22 18:10 binutils-2.23.2/gas/testsuite/gas/arm/armv1.s -rw-rw-rw- gingold/gingold 99 2010-09-23 17:18 binutils-2.23.2/gas/testsuite/gas/arm/armv2-mp-bad.d -rw-rw-rw- gingold/gingold 121 2010-09-23 17:18 binutils-2.23.2/gas/testsuite/gas/arm/armv2-mp-bad.l -rw-rw-rw- gingold/gingold 311 2010-09-23 17:37 binutils-2.23.2/gas/testsuite/gas/arm/armv7-a+idiv.d -rw-rw-rw- gingold/gingold 162 2010-09-23 17:37 binutils-2.23.2/gas/testsuite/gas/arm/armv7-a+idiv.s -rw-rw-rw- gingold/gingold 6375 2010-09-23 17:52 binutils-2.23.2/gas/testsuite/gas/arm/armv7-a+virt.d -rw-rw-rw- gingold/gingold 2306 2010-09-23 17:52 binutils-2.23.2/gas/testsuite/gas/arm/armv7-a+virt.s -rw-rw-rw- gingold/gingold 5827 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a+crypto.d -rw-rw-rw- gingold/gingold 2460 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a+crypto.s -rw-rw-rw- gingold/gingold 5813 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a+fp.d -rw-rw-rw- gingold/gingold 2747 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a+fp.s -rw-rw-rw- gingold/gingold 3911 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a+simd.d -rw-rw-rw- gingold/gingold 1810 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a+simd.s -rw-rw-rw- gingold/gingold 49 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-bad.d -rw-rw-rw- gingold/gingold 5835 2012-09-18 17:45 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-bad.l -rw-rw-rw- gingold/gingold 1990 2012-09-18 17:45 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-bad.s -rw-rw-rw- gingold/gingold 797 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-barrier-arm.d -rw-rw-rw- gingold/gingold 823 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-barrier-thumb.d -rw-rw-rw- gingold/gingold 188 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-barrier.s -rw-rw-rw- gingold/gingold 95 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-it-bad.d -rw-rw-rw- gingold/gingold 1454 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-it-bad.l -rw-rw-rw- gingold/gingold 739 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a-it-bad.s -rw-rw-rw- gingold/gingold 4619 2012-09-18 17:45 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a.d -rw-rw-rw- gingold/gingold 1716 2012-09-18 17:45 binutils-2.23.2/gas/testsuite/gas/arm/armv8-a.s -rw-rw-rw- gingold/gingold 285 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-any-armv4t.d -rw-rw-rw- gingold/gingold 7 2011-12-05 16:43 binutils-2.23.2/gas/testsuite/gas/arm/attr-any-armv4t.s -rw-rw-rw- gingold/gingold 263 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-any-thumbv6.d -rw-rw-rw- gingold/gingold 20 2011-12-05 16:43 binutils-2.23.2/gas/testsuite/gas/arm/attr-any-thumbv6.s -rw-rw-rw- gingold/gingold 381 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-cpu-directive.d -rw-rw-rw- gingold/gingold 16 2009-01-26 15:36 binutils-2.23.2/gas/testsuite/gas/arm/attr-cpu-directive.s -rw-rw-rw- gingold/gingold 241 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-default.d -rw-rw-rw- gingold/gingold 428 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-all.d -rw-rw-rw- gingold/gingold 268 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv1.d -rw-rw-rw- gingold/gingold 268 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv2.d -rw-rw-rw- gingold/gingold 271 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv2a.d -rw-rw-rw- gingold/gingold 271 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv2s.d -rw-rw-rw- gingold/gingold 268 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv3.d -rw-rw-rw- gingold/gingold 271 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv3m.d -rw-rw-rw- gingold/gingold 268 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv4.d -rw-rw-rw- gingold/gingold 301 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv4t.d -rw-rw-rw- gingold/gingold 307 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv4txm.d -rw-rw-rw- gingold/gingold 274 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv4xm.d -rw-rw-rw- gingold/gingold 269 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv5.d -rw-rw-rw- gingold/gingold 301 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv5t.d -rw-rw-rw- gingold/gingold 305 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv5te.d -rw-rw-rw- gingold/gingold 309 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv5tej.d -rw-rw-rw- gingold/gingold 311 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv5texp.d -rw-rw-rw- gingold/gingold 307 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv5txm.d -rw-rw-rw- gingold/gingold 329 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6-m+os.d -rw-rw-rw- gingold/gingold 322 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6-m.d -rw-rw-rw- gingold/gingold 297 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6.d -rw-rw-rw- gingold/gingold 300 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6j.d -rw-rw-rw- gingold/gingold 346 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6k+sec.d -rw-rw-rw- gingold/gingold 301 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6k.d -rw-rw-rw- gingold/gingold 308 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6kt2.d -rw-rw-rw- gingold/gingold 322 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6s-m.d -rw-rw-rw- gingold/gingold 305 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6t2.d -rw-rw-rw- gingold/gingold 338 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6z.d -rw-rw-rw- gingold/gingold 341 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6zk.d -rw-rw-rw- gingold/gingold 347 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6zkt2.d -rw-rw-rw- gingold/gingold 344 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv6zt2.d -rw-rw-rw- gingold/gingold 412 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-a+idiv.d -rw-rw-rw- gingold/gingold 376 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-a+mp.d -rw-rw-rw- gingold/gingold 486 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-a+sec+virt.d -rw-rw-rw- gingold/gingold 383 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-a+sec.d -rw-rw-rw- gingold/gingold 464 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-a+virt.d -rw-rw-rw- gingold/gingold 339 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-a.d -rw-rw-rw- gingold/gingold 320 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-m.d -rw-rw-rw- gingold/gingold 373 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-r+mp.d -rw-rw-rw- gingold/gingold 336 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7-r.d -rw-rw-rw- gingold/gingold 274 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7.d -rw-rw-rw- gingold/gingold 336 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7a.d -rw-rw-rw- gingold/gingold 326 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7em.d -rw-rw-rw- gingold/gingold 317 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7m.d -rw-rw-rw- gingold/gingold 333 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv7r.d -rw-rw-rw- gingold/gingold 519 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv8-a+crypto.d -rw-rw-rw- gingold/gingold 470 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv8-a+fp.d -rw-rw-rw- gingold/gingold 515 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv8-a+simd.d -rw-rw-rw- gingold/gingold 436 2012-08-28 12:50 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-armv8-a.d -rw-rw-rw- gingold/gingold 330 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-iwmmxt.d -rw-rw-rw- gingold/gingold 333 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-iwmmxt2.d -rw-rw-rw- gingold/gingold 306 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-march-xscale.d -rw-rw-rw- gingold/gingold 451 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mcpu.d -rw-rw-rw- gingold/gingold 283 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-arm1020e.d -rw-rw-rw- gingold/gingold 283 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-arm1020t.d -rw-rw-rw- gingold/gingold 289 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-arm1136jf-s.d -rw-rw-rw- gingold/gingold 287 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-arm1136jfs.d -rw-rw-rw- gingold/gingold 264 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-arm7500fe.d -rw-rw-rw- gingold/gingold 252 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-fpa.d -rw-rw-rw- gingold/gingold 256 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-fpa10.d -rw-rw-rw- gingold/gingold 256 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-fpa11.d -rw-rw-rw- gingold/gingold 252 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-fpe.d -rw-rw-rw- gingold/gingold 254 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-fpe2.d -rw-rw-rw- gingold/gingold 254 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-fpe3.d -rw-rw-rw- gingold/gingold 262 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-maverick.d -rw-rw-rw- gingold/gingold 349 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-neon-fp16.d -rw-rw-rw- gingold/gingold 308 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-neon.d -rw-rw-rw- gingold/gingold 260 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-softfpa.d -rw-rw-rw- gingold/gingold 289 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-softvfp+vfp.d -rw-rw-rw- gingold/gingold 260 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-softvfp.d -rw-rw-rw- gingold/gingold 273 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfp.d -rw-rw-rw- gingold/gingold 283 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfp10-r0.d -rw-rw-rw- gingold/gingold 277 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfp10.d -rw-rw-rw- gingold/gingold 275 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfp3.d -rw-rw-rw- gingold/gingold 275 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfp9.d -rw-rw-rw- gingold/gingold 277 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfpv2.d -rw-rw-rw- gingold/gingold 289 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfpv3-d16.d -rw-rw-rw- gingold/gingold 277 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfpv3.d -rw-rw-rw- gingold/gingold 289 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfpv4-d16.d -rw-rw-rw- gingold/gingold 277 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfpv4.d -rw-rw-rw- gingold/gingold 307 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-mfpu-vfpxd.d -rw-rw-rw- gingold/gingold 1457 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-names.d -rw-rw-rw- gingold/gingold 1694 2010-04-15 12:56 binutils-2.23.2/gas/testsuite/gas/arm/attr-names.s -rw-rw-rw- gingold/gingold 459 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-order.d -rw-rw-rw- gingold/gingold 333 2009-01-19 13:14 binutils-2.23.2/gas/testsuite/gas/arm/attr-order.s -rw-rw-rw- gingold/gingold 318 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-override-cpu-directive.d -rw-rw-rw- gingold/gingold 169 2009-01-26 15:36 binutils-2.23.2/gas/testsuite/gas/arm/attr-override-cpu-directive.s -rw-rw-rw- gingold/gingold 330 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/attr-override-mcpu.d -rw-rw-rw- gingold/gingold 29 2009-01-26 15:36 binutils-2.23.2/gas/testsuite/gas/arm/attr-override-mcpu.s -rw-rw-rw- gingold/gingold 193 2009-01-19 16:46 binutils-2.23.2/gas/testsuite/gas/arm/attr-syntax.d -rw-rw-rw- gingold/gingold 176 2009-01-16 11:26 binutils-2.23.2/gas/testsuite/gas/arm/attr-syntax.s -rw-rw-rw- gingold/gingold 503 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/backslash-at.d -rw-rw-rw- gingold/gingold 179 2007-05-15 12:06 binutils-2.23.2/gas/testsuite/gas/arm/backslash-at.s -rw-rw-rw- gingold/gingold 141 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier-bad-thumb.d -rw-rw-rw- gingold/gingold 383 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier-bad-thumb.l -rw-rw-rw- gingold/gingold 98 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier-bad-thumb.s -rw-rw-rw- gingold/gingold 135 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier-bad.d -rw-rw-rw- gingold/gingold 382 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier-bad.l -rw-rw-rw- gingold/gingold 91 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier-bad.s -rw-rw-rw- gingold/gingold 2969 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier-thumb.d -rw-rw-rw- gingold/gingold 890 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier-thumb.s -rw-rw-rw- gingold/gingold 2907 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier.d -rw-rw-rw- gingold/gingold 877 2010-07-09 00:40 binutils-2.23.2/gas/testsuite/gas/arm/barrier.s -rw-rw-rw- gingold/gingold 343 2005-10-08 19:07 binutils-2.23.2/gas/testsuite/gas/arm/bignum1.d -rw-rw-rw- gingold/gingold 64 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/bignum1.s -rw-rw-rw- gingold/gingold 723 2010-02-08 15:33 binutils-2.23.2/gas/testsuite/gas/arm/bl-local-v4t.d -rw-rw-rw- gingold/gingold 384 2009-05-05 13:41 binutils-2.23.2/gas/testsuite/gas/arm/bl-local-v4t.s -rw-rw-rw- gingold/gingold 37 2009-01-26 15:36 binutils-2.23.2/gas/testsuite/gas/arm/blank.s -rw-rw-rw- gingold/gingold 697 2011-06-30 15:07 binutils-2.23.2/gas/testsuite/gas/arm/blx-bad.d -rw-rw-rw- gingold/gingold 160 2011-01-06 15:30 binutils-2.23.2/gas/testsuite/gas/arm/blx-bad.s -rw-rw-rw- gingold/gingold 103 2009-05-05 13:41 binutils-2.23.2/gas/testsuite/gas/arm/blx-local-thumb.l -rw-rw-rw- gingold/gingold 1300 2010-02-08 15:33 binutils-2.23.2/gas/testsuite/gas/arm/blx-local.d -rw-rw-rw- gingold/gingold 100 2009-05-05 13:41 binutils-2.23.2/gas/testsuite/gas/arm/blx-local.l -rw-rw-rw- gingold/gingold 605 2009-05-05 13:41 binutils-2.23.2/gas/testsuite/gas/arm/blx-local.s -rw-rw-rw- gingold/gingold 2536 2010-02-09 15:44 binutils-2.23.2/gas/testsuite/gas/arm/branch-reloc.d -rw-rw-rw- gingold/gingold 196 2010-02-09 15:44 binutils-2.23.2/gas/testsuite/gas/arm/branch-reloc.l -rw-rw-rw- gingold/gingold 1482 2010-02-09 15:44 binutils-2.23.2/gas/testsuite/gas/arm/branch-reloc.s -rw-rw-rw- gingold/gingold 5821 2012-03-13 17:59 binutils-2.23.2/gas/testsuite/gas/arm/bundle-lock.d -rw-rw-rw- gingold/gingold 1225 2012-03-13 17:59 binutils-2.23.2/gas/testsuite/gas/arm/bundle-lock.s -rw-rw-rw- gingold/gingold 2138 2012-03-13 17:59 binutils-2.23.2/gas/testsuite/gas/arm/bundle.d -rw-rw-rw- gingold/gingold 1392 2012-03-13 17:59 binutils-2.23.2/gas/testsuite/gas/arm/bundle.s -rw-rw-rw- gingold/gingold 88 2011-12-05 15:51 binutils-2.23.2/gas/testsuite/gas/arm/cmdline-bad-arch.d -rw-rw-rw- gingold/gingold 81 2011-12-05 15:51 binutils-2.23.2/gas/testsuite/gas/arm/cmdline-bad-cpu.d -rw-rw-rw- gingold/gingold 1928 2010-09-17 12:13 binutils-2.23.2/gas/testsuite/gas/arm/copro.d -rw-rw-rw- gingold/gingold 1228 2010-09-17 12:13 binutils-2.23.2/gas/testsuite/gas/arm/copro.s -rw-rw-rw- gingold/gingold 84 2010-02-23 19:04 binutils-2.23.2/gas/testsuite/gas/arm/depr-swp.d -rw-rw-rw- gingold/gingold 215 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/depr-swp.l -rw-rw-rw- gingold/gingold 122 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/depr-swp.s -rw-rw-rw- gingold/gingold 347 2010-01-29 17:47 binutils-2.23.2/gas/testsuite/gas/arm/dis-data.d -rw-rw-rw- gingold/gingold 68 2010-01-06 16:02 binutils-2.23.2/gas/testsuite/gas/arm/dis-data.s -rw-rw-rw- gingold/gingold 377 2010-01-29 17:47 binutils-2.23.2/gas/testsuite/gas/arm/dis-data2.d -rw-rw-rw- gingold/gingold 108 2010-01-29 17:47 binutils-2.23.2/gas/testsuite/gas/arm/dis-data2.s -rw-rw-rw- gingold/gingold 423 2010-01-29 17:47 binutils-2.23.2/gas/testsuite/gas/arm/dis-data3.d -rw-rw-rw- gingold/gingold 111 2010-01-29 17:47 binutils-2.23.2/gas/testsuite/gas/arm/dis-data3.s -rw-rw-rw- gingold/gingold 428 2012-03-16 15:00 binutils-2.23.2/gas/testsuite/gas/arm/eabi_attr_1.d -rw-rw-rw- gingold/gingold 139 2005-10-08 19:07 binutils-2.23.2/gas/testsuite/gas/arm/eabi_attr_1.s -rw-rw-rw- gingold/gingold 1352 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/el_segundo.d -rw-rw-rw- gingold/gingold 661 2005-07-04 16:55 binutils-2.23.2/gas/testsuite/gas/arm/el_segundo.s -rw-rw-rw- gingold/gingold 5269 2009-11-12 15:49 binutils-2.23.2/gas/testsuite/gas/arm/float.d -rw-rw-rw- gingold/gingold 2081 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/float.s -rw-rw-rw- gingold/gingold 275 2009-11-12 15:49 binutils-2.23.2/gas/testsuite/gas/arm/fp-save.d -rw-rw-rw- gingold/gingold 57 2009-07-01 13:44 binutils-2.23.2/gas/testsuite/gas/arm/fp-save.s -rw-rw-rw- gingold/gingold 6774 2002-05-20 19:05 binutils-2.23.2/gas/testsuite/gas/arm/fpa-dyadic.d -rw-rw-rw- gingold/gingold 2802 2002-01-14 18:39 binutils-2.23.2/gas/testsuite/gas/arm/fpa-dyadic.s -rw-rw-rw- gingold/gingold 1294 2009-11-12 15:49 binutils-2.23.2/gas/testsuite/gas/arm/fpa-mem.d -rw-rw-rw- gingold/gingold 543 2005-09-30 15:34 binutils-2.23.2/gas/testsuite/gas/arm/fpa-mem.s -rw-rw-rw- gingold/gingold 7511 2002-05-20 19:05 binutils-2.23.2/gas/testsuite/gas/arm/fpa-monadic.d -rw-rw-rw- gingold/gingold 2675 2002-01-14 18:39 binutils-2.23.2/gas/testsuite/gas/arm/fpa-monadic.s -rw-rw-rw- gingold/gingold 864 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/got_prel.d -rw-rw-rw- gingold/gingold 478 2010-03-18 12:22 binutils-2.23.2/gas/testsuite/gas/arm/got_prel.s -rw-rw-rw- gingold/gingold 181 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-alu-encoding-bad.d -rw-rw-rw- gingold/gingold 4827 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-alu-encoding-bad.l -rw-rw-rw- gingold/gingold 771 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-alu-encoding-bad.s -rw-rw-rw- gingold/gingold 167 2006-06-18 12:05 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.d -rw-rw-rw- gingold/gingold 326 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.l -rw-rw-rw- gingold/gingold 266 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.s -rw-rw-rw- gingold/gingold 7010 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-alu.d -rw-rw-rw- gingold/gingold 859 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-alu.s -rw-rw-rw- gingold/gingold 181 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldc-encoding-bad.d -rw-rw-rw- gingold/gingold 50811 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldc-encoding-bad.l -rw-rw-rw- gingold/gingold 4056 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldc-encoding-bad.s -rw-rw-rw- gingold/gingold 167 2006-06-18 12:05 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldc-parsing-bad.d -rw-rw-rw- gingold/gingold 15666 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldc-parsing-bad.l -rw-rw-rw- gingold/gingold 1135 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldc-parsing-bad.s -rw-rw-rw- gingold/gingold 29806 2009-06-29 10:08 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldc.d -rw-rw-rw- gingold/gingold 3574 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldc.s -rw-rw-rw- gingold/gingold 181 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldr-encoding-bad.d -rw-rw-rw- gingold/gingold 8091 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldr-encoding-bad.l -rw-rw-rw- gingold/gingold 1018 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldr-encoding-bad.s -rw-rw-rw- gingold/gingold 167 2006-06-18 12:05 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldr-parsing-bad.d -rw-rw-rw- gingold/gingold 2086 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldr-parsing-bad.l -rw-rw-rw- gingold/gingold 778 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldr-parsing-bad.s -rw-rw-rw- gingold/gingold 8210 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldr.d -rw-rw-rw- gingold/gingold 1112 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldr.s -rw-rw-rw- gingold/gingold 183 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldrs-encoding-bad.d -rw-rw-rw- gingold/gingold 9987 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldrs-encoding-bad.l -rw-rw-rw- gingold/gingold 1314 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldrs-encoding-bad.s -rw-rw-rw- gingold/gingold 169 2006-06-18 12:05 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldrs-parsing-bad.d -rw-rw-rw- gingold/gingold 3142 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldrs-parsing-bad.l -rw-rw-rw- gingold/gingold 1101 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldrs-parsing-bad.s -rw-rw-rw- gingold/gingold 11275 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldrs.d -rw-rw-rw- gingold/gingold 1276 2006-06-15 13:03 binutils-2.23.2/gas/testsuite/gas/arm/group-reloc-ldrs.s -rw-rw-rw- gingold/gingold 229 2008-11-18 16:45 binutils-2.23.2/gas/testsuite/gas/arm/half-prec-neon.d -rw-rw-rw- gingold/gingold 50 2008-11-18 16:45 binutils-2.23.2/gas/testsuite/gas/arm/half-prec-neon.s -rw-rw-rw- gingold/gingold 432 2008-11-18 16:45 binutils-2.23.2/gas/testsuite/gas/arm/half-prec-psyntax.d -rw-rw-rw- gingold/gingold 200 2008-11-18 16:45 binutils-2.23.2/gas/testsuite/gas/arm/half-prec-psyntax.s -rw-rw-rw- gingold/gingold 3133 2008-11-18 16:45 binutils-2.23.2/gas/testsuite/gas/arm/half-prec-vfpv3.d -rw-rw-rw- gingold/gingold 1602 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/half-prec-vfpv3.s -rw-rw-rw- gingold/gingold 546 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/immed.d -rw-rw-rw- gingold/gingold 300 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/immed.s -rw-rw-rw- gingold/gingold 207 2011-10-18 16:41 binutils-2.23.2/gas/testsuite/gas/arm/immed2.d -rw-rw-rw- gingold/gingold 95 2011-10-18 16:41 binutils-2.23.2/gas/testsuite/gas/arm/immed2.s -rw-rw-rw- gingold/gingold 320 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/insn-error-a.d -rw-rw-rw- gingold/gingold 83 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/insn-error-a.l -rw-rw-rw- gingold/gingold 55 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/insn-error-a.s -rw-rw-rw- gingold/gingold 322 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/insn-error-t.d -rw-rw-rw- gingold/gingold 112 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/insn-error-t.l -rw-rw-rw- gingold/gingold 54 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/insn-error-t.s -rw-rw-rw- gingold/gingold 187 2009-07-09 09:52 binutils-2.23.2/gas/testsuite/gas/arm/inst-po-2.d -rw-rw-rw- gingold/gingold 332 2009-07-09 09:52 binutils-2.23.2/gas/testsuite/gas/arm/inst-po-2.l -rw-rw-rw- gingold/gingold 125 2009-07-09 09:52 binutils-2.23.2/gas/testsuite/gas/arm/inst-po-2.s -rw-rw-rw- gingold/gingold 606 2009-07-09 09:52 binutils-2.23.2/gas/testsuite/gas/arm/inst-po-3.d -rw-rw-rw- gingold/gingold 197 2009-07-09 09:52 binutils-2.23.2/gas/testsuite/gas/arm/inst-po-3.s -rw-rw-rw- gingold/gingold 842 2011-06-30 15:07 binutils-2.23.2/gas/testsuite/gas/arm/inst-po-be.d -rw-rw-rw- gingold/gingold 784 2011-06-30 15:07 binutils-2.23.2/gas/testsuite/gas/arm/inst-po.d -rw-rw-rw- gingold/gingold 323 2009-07-09 09:52 binutils-2.23.2/gas/testsuite/gas/arm/inst-po.s -rw-rw-rw- gingold/gingold 8622 2012-09-18 17:45 binutils-2.23.2/gas/testsuite/gas/arm/inst.d -rw-rw-rw- gingold/gingold 3646 2012-09-18 17:45 binutils-2.23.2/gas/testsuite/gas/arm/inst.s -rw-rw-rw- gingold/gingold 248 2006-06-07 16:31 binutils-2.23.2/gas/testsuite/gas/arm/itblock.s -rw-rw-rw- gingold/gingold 67 2005-07-04 16:57 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt-bad.d -rw-rw-rw- gingold/gingold 834 2006-08-03 17:59 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt-bad.l -rw-rw-rw- gingold/gingold 202 2006-08-03 17:59 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt-bad.s -rw-rw-rw- gingold/gingold 87 2005-08-03 11:50 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt-bad2.d -rw-rw-rw- gingold/gingold 321 2006-05-02 16:42 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt-bad2.l -rw-rw-rw- gingold/gingold 195 2006-05-02 16:42 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt-bad2.s -rw-rw-rw- gingold/gingold 408 2006-09-28 15:10 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt-wldsttbh.d -rw-rw-rw- gingold/gingold 162 2006-09-28 15:10 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt-wldsttbh.s -rw-rw-rw- gingold/gingold 8809 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt.d -rw-rw-rw- gingold/gingold 3936 2006-08-03 17:57 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt.s -rw-rw-rw- gingold/gingold 6530 2009-07-07 18:15 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt2.d -rw-rw-rw- gingold/gingold 2872 2009-07-07 18:15 binutils-2.23.2/gas/testsuite/gas/arm/iwmmxt2.s -rw-rw-rw- gingold/gingold 153 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-cortex-m3.d -rw-rw-rw- gingold/gingold 409 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-cortex-m3.l -rw-rw-rw- gingold/gingold 153 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-cortex-m4.d -rw-rw-rw- gingold/gingold 409 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-cortex-m4.l -rw-rw-rw- gingold/gingold 136 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7.d -rw-rw-rw- gingold/gingold 409 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7.l -rw-rw-rw- gingold/gingold 140 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7a.d -rw-rw-rw- gingold/gingold 185 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7a.l -rw-rw-rw- gingold/gingold 409 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7e-m.l -rw-rw-rw- gingold/gingold 144 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7em.d -rw-rw-rw- gingold/gingold 140 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7m.d -rw-rw-rw- gingold/gingold 409 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7m.l -rw-rw-rw- gingold/gingold 141 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7r.d -rw-rw-rw- gingold/gingold 185 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn-v7r.l -rw-rw-rw- gingold/gingold 109 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn.d -rw-rw-rw- gingold/gingold 409 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn.l -rw-rw-rw- gingold/gingold 134 2011-05-11 11:25 binutils-2.23.2/gas/testsuite/gas/arm/ld-sp-warn.s -rw-rw-rw- gingold/gingold 1047 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/ldconst.d -rw-rw-rw- gingold/gingold 426 2002-01-11 19:00 binutils-2.23.2/gas/testsuite/gas/arm/ldconst.s -rw-rw-rw- gingold/gingold 72 2011-10-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/ldr-bad.d -rw-rw-rw- gingold/gingold 817 2011-10-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/ldr-bad.l -rw-rw-rw- gingold/gingold 453 2011-10-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/ldr-bad.s -rw-rw-rw- gingold/gingold 569 2011-05-31 16:10 binutils-2.23.2/gas/testsuite/gas/arm/ldr-global.d -rw-rw-rw- gingold/gingold 334 2011-05-31 16:10 binutils-2.23.2/gas/testsuite/gas/arm/ldr-global.s -rw-rw-rw- gingold/gingold 76 2011-10-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/ldr-t-bad.d -rw-rw-rw- gingold/gingold 1126 2012-06-28 17:38 binutils-2.23.2/gas/testsuite/gas/arm/ldr-t-bad.l -rw-rw-rw- gingold/gingold 851 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/ldr-t-bad.s -rw-rw-rw- gingold/gingold 1482 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/ldr-t.d -rw-rw-rw- gingold/gingold 1307 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/ldr-t.s -rw-rw-rw- gingold/gingold 948 2011-10-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/ldr.d -rw-rw-rw- gingold/gingold 982 2011-10-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/ldr.s -rw-rw-rw- gingold/gingold 93 2011-06-09 11:59 binutils-2.23.2/gas/testsuite/gas/arm/ldrd-unpredictable.d -rw-rw-rw- gingold/gingold 433 2011-06-09 11:59 binutils-2.23.2/gas/testsuite/gas/arm/ldrd-unpredictable.l -rw-rw-rw- gingold/gingold 239 2011-06-09 11:59 binutils-2.23.2/gas/testsuite/gas/arm/ldrd-unpredictable.s -rw-rw-rw- gingold/gingold 2036 2011-06-02 17:32 binutils-2.23.2/gas/testsuite/gas/arm/ldst-offset0.d -rw-rw-rw- gingold/gingold 897 2011-06-02 17:32 binutils-2.23.2/gas/testsuite/gas/arm/ldst-offset0.s -rw-rw-rw- gingold/gingold 567 2010-08-25 07:25 binutils-2.23.2/gas/testsuite/gas/arm/ldst-pc.d -rw-rw-rw- gingold/gingold 224 2010-08-25 07:25 binutils-2.23.2/gas/testsuite/gas/arm/ldst-pc.s -rw-rw-rw- gingold/gingold 325 2005-07-04 16:55 binutils-2.23.2/gas/testsuite/gas/arm/le-fpconst.d -rw-rw-rw- gingold/gingold 179 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/arm/le-fpconst.s -rw-rw-rw- gingold/gingold 324 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/local_function.d -rw-rw-rw- gingold/gingold 100 2006-05-11 17:05 binutils-2.23.2/gas/testsuite/gas/arm/local_function.s -rw-rw-rw- gingold/gingold 374 2006-11-10 10:32 binutils-2.23.2/gas/testsuite/gas/arm/local_label_coff.d -rw-rw-rw- gingold/gingold 39 2006-11-10 10:32 binutils-2.23.2/gas/testsuite/gas/arm/local_label_coff.s -rw-rw-rw- gingold/gingold 348 2006-11-10 10:32 binutils-2.23.2/gas/testsuite/gas/arm/local_label_elf.d -rw-rw-rw- gingold/gingold 41 2006-11-10 10:32 binutils-2.23.2/gas/testsuite/gas/arm/local_label_elf.s -rw-rw-rw- gingold/gingold 329 2006-11-10 10:32 binutils-2.23.2/gas/testsuite/gas/arm/local_label_wince.d -rw-rw-rw- gingold/gingold 41 2006-11-10 10:32 binutils-2.23.2/gas/testsuite/gas/arm/local_label_wince.s -rw-rw-rw- gingold/gingold 112 2012-11-20 18:58 binutils-2.23.2/gas/testsuite/gas/arm/macro-pld.d -rw-rw-rw- gingold/gingold 59 2012-11-20 18:58 binutils-2.23.2/gas/testsuite/gas/arm/macro-pld.s -rw-rw-rw- gingold/gingold 319 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/macro1.d -rw-rw-rw- gingold/gingold 183 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/macro1.s -rw-rw-rw- gingold/gingold 957 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/mapdir.d -rw-rw-rw- gingold/gingold 523 2010-07-22 06:48 binutils-2.23.2/gas/testsuite/gas/arm/mapdir.s -rw-rw-rw- gingold/gingold 3058 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/mapmisc.d -rw-rw-rw- gingold/gingold 4 2009-03-05 16:27 binutils-2.23.2/gas/testsuite/gas/arm/mapmisc.dat -rw-rw-rw- gingold/gingold 394 2010-04-07 12:39 binutils-2.23.2/gas/testsuite/gas/arm/mapmisc.s -rw-rw-rw- gingold/gingold 585 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/mapping.d -rw-rw-rw- gingold/gingold 189 2003-11-13 15:19 binutils-2.23.2/gas/testsuite/gas/arm/mapping.s -rw-rw-rw- gingold/gingold 589 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/mapping2.d -rw-rw-rw- gingold/gingold 352 2009-08-07 21:30 binutils-2.23.2/gas/testsuite/gas/arm/mapping2.s -rw-rw-rw- gingold/gingold 470 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/mapping3.d -rw-rw-rw- gingold/gingold 66 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/mapping3.s -rw-rw-rw- gingold/gingold 434 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/mapping4.d -rw-rw-rw- gingold/gingold 65 2009-07-31 20:14 binutils-2.23.2/gas/testsuite/gas/arm/mapping4.s -rw-rw-rw- gingold/gingold 1142 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/mapsecs.d -rw-rw-rw- gingold/gingold 169 2009-03-30 16:41 binutils-2.23.2/gas/testsuite/gas/arm/mapsecs.s -rw-rw-rw- gingold/gingold 1297 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/mapshort-eabi.d -rw-rw-rw- gingold/gingold 1414 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/mapshort-elf.d -rw-rw-rw- gingold/gingold 204 2007-04-20 01:59 binutils-2.23.2/gas/testsuite/gas/arm/mapshort.s -rw-rw-rw- gingold/gingold 18065 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/arm/maverick.c -rw-rw-rw- gingold/gingold 32186 2009-06-29 10:08 binutils-2.23.2/gas/testsuite/gas/arm/maverick.d -rw-rw-rw- gingold/gingold 12605 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/maverick.s -rw-rw-rw- gingold/gingold 67 2009-08-04 16:56 binutils-2.23.2/gas/testsuite/gas/arm/missing.d -rw-rw-rw- gingold/gingold 114 2009-08-04 16:56 binutils-2.23.2/gas/testsuite/gas/arm/missing.l -rw-rw-rw- gingold/gingold 9 2009-08-04 16:56 binutils-2.23.2/gas/testsuite/gas/arm/missing.s -rw-rw-rw- gingold/gingold 156 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/mov-highregs-any.d -rw-rw-rw- gingold/gingold 37 2011-11-25 16:17 binutils-2.23.2/gas/testsuite/gas/arm/mov-highregs-any.s -rw-rw-rw- gingold/gingold 153 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/mov-lowregs-any.d -rw-rw-rw- gingold/gingold 37 2011-11-25 16:17 binutils-2.23.2/gas/testsuite/gas/arm/mov-lowregs-any.s -rw-rw-rw- gingold/gingold 510 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/movw-local.d -rw-rw-rw- gingold/gingold 166 2008-07-07 21:12 binutils-2.23.2/gas/testsuite/gas/arm/movw-local.s -rw-rw-rw- gingold/gingold 554 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-arm-v6.d -rw-rw-rw- gingold/gingold 197 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-arm-v6.s -rw-rw-rw- gingold/gingold 98 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-arm-v7-a-bad.d -rw-rw-rw- gingold/gingold 378 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-arm-v7-a-bad.l -rw-rw-rw- gingold/gingold 94 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-arm-v7-a-bad.s -rw-rw-rw- gingold/gingold 557 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-arm-v7-a.d -rw-rw-rw- gingold/gingold 200 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-arm-v7-a.s -rw-rw-rw- gingold/gingold 506 2011-04-19 09:27 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v6t2.d -rw-rw-rw- gingold/gingold 125 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v6t2.s -rw-rw-rw- gingold/gingold 102 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v7-m-bad.d -rw-rw-rw- gingold/gingold 828 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v7-m-bad.l -rw-rw-rw- gingold/gingold 195 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v7-m-bad.s -rw-rw-rw- gingold/gingold 544 2011-04-19 09:27 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v7-m.d -rw-rw-rw- gingold/gingold 156 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v7-m.s -rw-rw-rw- gingold/gingold 514 2011-04-19 09:44 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v7e-m.d -rw-rw-rw- gingold/gingold 138 2011-04-19 09:44 binutils-2.23.2/gas/testsuite/gas/arm/mrs-msr-thumb-v7e-m.s -rw-rw-rw- gingold/gingold 190 2010-09-17 12:42 binutils-2.23.2/gas/testsuite/gas/arm/msr-imm-bad.d -rw-rw-rw- gingold/gingold 13081 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/msr-imm-bad.l -rw-rw-rw- gingold/gingold 9136 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/msr-imm.d -rw-rw-rw- gingold/gingold 4202 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/msr-imm.s -rw-rw-rw- gingold/gingold 183 2010-09-17 12:42 binutils-2.23.2/gas/testsuite/gas/arm/msr-reg-bad.d -rw-rw-rw- gingold/gingold 14491 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/msr-reg-bad.l -rw-rw-rw- gingold/gingold 6356 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/msr-reg-thumb.d -rw-rw-rw- gingold/gingold 6123 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/msr-reg.d -rw-rw-rw- gingold/gingold 2935 2011-04-11 20:49 binutils-2.23.2/gas/testsuite/gas/arm/msr-reg.s -rw-rw-rw- gingold/gingold 336 2007-03-18 17:21 binutils-2.23.2/gas/testsuite/gas/arm/mul-overlap-v6.d -rw-rw-rw- gingold/gingold 113 2007-03-20 14:01 binutils-2.23.2/gas/testsuite/gas/arm/mul-overlap-v6.s -rw-rw-rw- gingold/gingold 109 2007-03-18 17:21 binutils-2.23.2/gas/testsuite/gas/arm/mul-overlap.d -rw-rw-rw- gingold/gingold 168 2007-11-06 23:17 binutils-2.23.2/gas/testsuite/gas/arm/mul-overlap.l -rw-rw-rw- gingold/gingold 144 2007-11-06 23:17 binutils-2.23.2/gas/testsuite/gas/arm/mul-overlap.s -rw-rw-rw- gingold/gingold 110 2010-01-04 23:19 binutils-2.23.2/gas/testsuite/gas/arm/neon-addressing-bad.d -rw-rw-rw- gingold/gingold 1109 2010-01-04 23:19 binutils-2.23.2/gas/testsuite/gas/arm/neon-addressing-bad.l -rw-rw-rw- gingold/gingold 350 2010-01-04 23:19 binutils-2.23.2/gas/testsuite/gas/arm/neon-addressing-bad.s -rw-rw-rw- gingold/gingold 1204 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/neon-cond-bad-inc.s -rw-rw-rw- gingold/gingold 125 2006-06-07 16:31 binutils-2.23.2/gas/testsuite/gas/arm/neon-cond-bad.d -rw-rw-rw- gingold/gingold 2167 2006-06-07 16:31 binutils-2.23.2/gas/testsuite/gas/arm/neon-cond-bad.l -rw-rw-rw- gingold/gingold 38 2006-06-07 16:31 binutils-2.23.2/gas/testsuite/gas/arm/neon-cond-bad.s -rw-rw-rw- gingold/gingold 2519 2006-06-07 16:31 binutils-2.23.2/gas/testsuite/gas/arm/neon-cond-bad_t2.d -rw-rw-rw- gingold/gingold 40 2006-06-07 16:31 binutils-2.23.2/gas/testsuite/gas/arm/neon-cond-bad_t2.s -rw-rw-rw- gingold/gingold 503 2006-04-26 17:42 binutils-2.23.2/gas/testsuite/gas/arm/neon-cond.d -rw-rw-rw- gingold/gingold 197 2006-04-26 17:42 binutils-2.23.2/gas/testsuite/gas/arm/neon-cond.s -rw-rw-rw- gingold/gingold 16737 2011-05-12 14:41 binutils-2.23.2/gas/testsuite/gas/arm/neon-const.d -rw-rw-rw- gingold/gingold 7483 2011-05-12 14:41 binutils-2.23.2/gas/testsuite/gas/arm/neon-const.s -rw-rw-rw- gingold/gingold 79101 2007-04-04 21:21 binutils-2.23.2/gas/testsuite/gas/arm/neon-cov.d -rw-rw-rw- gingold/gingold 13442 2007-04-04 21:21 binutils-2.23.2/gas/testsuite/gas/arm/neon-cov.s -rw-rw-rw- gingold/gingold 469 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/neon-fma-cov.d -rw-rw-rw- gingold/gingold 177 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/neon-fma-cov.s -rw-rw-rw- gingold/gingold 112 2010-02-26 16:49 binutils-2.23.2/gas/testsuite/gas/arm/neon-ldst-align-bad.d -rw-rw-rw- gingold/gingold 143 2010-06-28 11:10 binutils-2.23.2/gas/testsuite/gas/arm/neon-ldst-align-bad.l -rw-rw-rw- gingold/gingold 46 2010-06-28 11:10 binutils-2.23.2/gas/testsuite/gas/arm/neon-ldst-align-bad.s -rw-rw-rw- gingold/gingold 3498 2010-06-28 11:10 binutils-2.23.2/gas/testsuite/gas/arm/neon-ldst-es.d -rw-rw-rw- gingold/gingold 1840 2010-06-28 11:10 binutils-2.23.2/gas/testsuite/gas/arm/neon-ldst-es.s -rw-rw-rw- gingold/gingold 2934 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/neon-ldst-rm.d -rw-rw-rw- gingold/gingold 647 2006-04-26 17:42 binutils-2.23.2/gas/testsuite/gas/arm/neon-ldst-rm.s -rw-rw-rw- gingold/gingold 644 2010-01-05 00:31 binutils-2.23.2/gas/testsuite/gas/arm/neon-logic.d -rw-rw-rw- gingold/gingold 172 2010-01-05 00:31 binutils-2.23.2/gas/testsuite/gas/arm/neon-logic.s -rw-rw-rw- gingold/gingold 4677 2010-01-29 17:02 binutils-2.23.2/gas/testsuite/gas/arm/neon-omit.d -rw-rw-rw- gingold/gingold 1820 2010-01-29 17:02 binutils-2.23.2/gas/testsuite/gas/arm/neon-omit.s -rw-rw-rw- gingold/gingold 1751 2006-04-26 17:55 binutils-2.23.2/gas/testsuite/gas/arm/neon-psyn.d -rw-rw-rw- gingold/gingold 1129 2006-04-26 17:55 binutils-2.23.2/gas/testsuite/gas/arm/neon-psyn.s -rw-rw-rw- gingold/gingold 92 2010-01-04 01:39 binutils-2.23.2/gas/testsuite/gas/arm/neon-suffix-bad.d -rw-rw-rw- gingold/gingold 536 2011-12-07 17:46 binutils-2.23.2/gas/testsuite/gas/arm/neon-suffix-bad.l -rw-rw-rw- gingold/gingold 202 2011-12-07 17:46 binutils-2.23.2/gas/testsuite/gas/arm/neon-suffix-bad.s -rw-rw-rw- gingold/gingold 72 2006-08-16 12:32 binutils-2.23.2/gas/testsuite/gas/arm/noarm.d -rw-rw-rw- gingold/gingold 178 2006-08-16 12:32 binutils-2.23.2/gas/testsuite/gas/arm/noarm.l -rw-rw-rw- gingold/gingold 127 2006-08-16 12:32 binutils-2.23.2/gas/testsuite/gas/arm/noarm.s -rw-rw-rw- gingold/gingold 239 2006-03-10 00:05 binutils-2.23.2/gas/testsuite/gas/arm/nomapping.d -rw-rw-rw- gingold/gingold 164 2006-03-10 00:05 binutils-2.23.2/gas/testsuite/gas/arm/nomapping.s -rw-rw-rw- gingold/gingold 889 2011-06-02 17:32 binutils-2.23.2/gas/testsuite/gas/arm/offset-1.d -rw-rw-rw- gingold/gingold 308 2011-06-02 17:32 binutils-2.23.2/gas/testsuite/gas/arm/offset-1.s -rw-rw-rw- gingold/gingold 338 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/offset.d -rw-rw-rw- gingold/gingold 262 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/offset.s -rw-rw-rw- gingold/gingold 681 2011-11-02 12:13 binutils-2.23.2/gas/testsuite/gas/arm/pic.d -rw-rw-rw- gingold/gingold 209 2004-09-17 14:35 binutils-2.23.2/gas/testsuite/gas/arm/pic.s -rw-rw-rw- gingold/gingold 488 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/arm/pic_vxworks.d -rw-rw-rw- gingold/gingold 1057 2011-04-12 17:44 binutils-2.23.2/gas/testsuite/gas/arm/plt-1.d -rw-rw-rw- gingold/gingold 391 2010-11-10 14:36 binutils-2.23.2/gas/testsuite/gas/arm/plt-1.s -rw-rw-rw- gingold/gingold 272 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/pr12198-1.d -rw-rw-rw- gingold/gingold 96 2010-11-15 11:03 binutils-2.23.2/gas/testsuite/gas/arm/pr12198-1.s -rw-rw-rw- gingold/gingold 314 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/pr12198-2.d -rw-rw-rw- gingold/gingold 108 2010-11-15 11:03 binutils-2.23.2/gas/testsuite/gas/arm/pr12198-2.s -rw-rw-rw- gingold/gingold 307 2009-01-15 13:33 binutils-2.23.2/gas/testsuite/gas/arm/pr9722.d -rw-rw-rw- gingold/gingold 135 2009-01-15 13:33 binutils-2.23.2/gas/testsuite/gas/arm/pr9722.s -rw-rw-rw- gingold/gingold 475 2012-04-12 09:47 binutils-2.23.2/gas/testsuite/gas/arm/push-pop.d -rw-rw-rw- gingold/gingold 103 2012-04-12 09:47 binutils-2.23.2/gas/testsuite/gas/arm/push-pop.s -rw-rw-rw- gingold/gingold 58 2005-07-04 16:57 binutils-2.23.2/gas/testsuite/gas/arm/r15-bad.d -rw-rw-rw- gingold/gingold 3876 2005-11-10 10:41 binutils-2.23.2/gas/testsuite/gas/arm/r15-bad.l -rw-rw-rw- gingold/gingold 1284 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/r15-bad.s -rw-rw-rw- gingold/gingold 321 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/reg-alias.d -rw-rw-rw- gingold/gingold 291 2004-04-30 12:51 binutils-2.23.2/gas/testsuite/gas/arm/reg-alias.s -rw-rw-rw- gingold/gingold 434 2010-01-13 20:01 binutils-2.23.2/gas/testsuite/gas/arm/relax_branch_align.d -rw-rw-rw- gingold/gingold 132 2007-03-02 19:22 binutils-2.23.2/gas/testsuite/gas/arm/relax_branch_align.s -rw-rw-rw- gingold/gingold 311 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/relax_load_align.d -rw-rw-rw- gingold/gingold 267 2007-08-09 17:11 binutils-2.23.2/gas/testsuite/gas/arm/relax_load_align.s -rw-rw-rw- gingold/gingold 54 2010-07-08 08:22 binutils-2.23.2/gas/testsuite/gas/arm/reloc-bad.d -rw-rw-rw- gingold/gingold 183 2010-07-08 08:22 binutils-2.23.2/gas/testsuite/gas/arm/reloc-bad.l -rw-rw-rw- gingold/gingold 48 2010-07-08 08:22 binutils-2.23.2/gas/testsuite/gas/arm/reloc-bad.s -rw-rw-rw- gingold/gingold 57 2005-07-04 16:57 binutils-2.23.2/gas/testsuite/gas/arm/req.d -rw-rw-rw- gingold/gingold 231 2011-05-18 18:28 binutils-2.23.2/gas/testsuite/gas/arm/req.l -rw-rw-rw- gingold/gingold 1028 2007-07-14 18:19 binutils-2.23.2/gas/testsuite/gas/arm/req.s -rw-rw-rw- gingold/gingold 70 2011-06-13 11:57 binutils-2.23.2/gas/testsuite/gas/arm/shift-bad.d -rw-rw-rw- gingold/gingold 825 2011-06-13 14:50 binutils-2.23.2/gas/testsuite/gas/arm/shift-bad.l -rw-rw-rw- gingold/gingold 334 2011-06-13 14:50 binutils-2.23.2/gas/testsuite/gas/arm/shift-bad.s -rw-rw-rw- gingold/gingold 3891 2011-10-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/sp-pc-usage-t.d -rw-rw-rw- gingold/gingold 1863 2011-10-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/sp-pc-usage-t.s -rw-rw-rw- gingold/gingold 90 2010-02-12 21:15 binutils-2.23.2/gas/testsuite/gas/arm/sp-pc-validations-bad-t.d -rw-rw-rw- gingold/gingold 17127 2011-12-07 17:58 binutils-2.23.2/gas/testsuite/gas/arm/sp-pc-validations-bad-t.l -rw-rw-rw- gingold/gingold 9341 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/sp-pc-validations-bad-t.s -rw-rw-rw- gingold/gingold 86 2010-02-12 21:15 binutils-2.23.2/gas/testsuite/gas/arm/sp-pc-validations-bad.d -rw-rw-rw- gingold/gingold 13607 2010-08-25 07:25 binutils-2.23.2/gas/testsuite/gas/arm/sp-pc-validations-bad.l -rw-rw-rw- gingold/gingold 6275 2010-08-25 07:25 binutils-2.23.2/gas/testsuite/gas/arm/sp-pc-validations-bad.s -rw-rw-rw- gingold/gingold 62 2007-03-24 22:29 binutils-2.23.2/gas/testsuite/gas/arm/srs-arm.d -rw-rw-rw- gingold/gingold 610 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/arm/srs-arm.l -rw-rw-rw- gingold/gingold 675 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/arm/srs-arm.s -rw-rw-rw- gingold/gingold 65 2007-03-24 22:29 binutils-2.23.2/gas/testsuite/gas/arm/srs-t2.d -rw-rw-rw- gingold/gingold 348 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/arm/srs-t2.l -rw-rw-rw- gingold/gingold 390 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/arm/srs-t2.s -rw-rw-rw- gingold/gingold 1505 2012-05-16 12:53 binutils-2.23.2/gas/testsuite/gas/arm/stm-ldm.d -rw-rw-rw- gingold/gingold 618 2012-05-16 12:53 binutils-2.23.2/gas/testsuite/gas/arm/stm-ldm.s -rw-rw-rw- gingold/gingold 83 2011-08-03 13:35 binutils-2.23.2/gas/testsuite/gas/arm/strex-bad-t.d -rw-rw-rw- gingold/gingold 1709 2011-08-03 13:35 binutils-2.23.2/gas/testsuite/gas/arm/strex-bad-t.l -rw-rw-rw- gingold/gingold 555 2011-08-03 13:35 binutils-2.23.2/gas/testsuite/gas/arm/strex-bad-t.s -rw-rw-rw- gingold/gingold 471 2011-08-03 13:35 binutils-2.23.2/gas/testsuite/gas/arm/strex-t.d -rw-rw-rw- gingold/gingold 169 2011-08-03 13:35 binutils-2.23.2/gas/testsuite/gas/arm/strex-t.s -rw-rw-rw- gingold/gingold 479 2009-06-29 10:08 binutils-2.23.2/gas/testsuite/gas/arm/svc.d -rw-rw-rw- gingold/gingold 153 2006-03-16 16:08 binutils-2.23.2/gas/testsuite/gas/arm/svc.s -rw-rw-rw- gingold/gingold 76 2005-07-04 16:57 binutils-2.23.2/gas/testsuite/gas/arm/t16-bad.d -rw-rw-rw- gingold/gingold 12843 2010-05-27 12:40 binutils-2.23.2/gas/testsuite/gas/arm/t16-bad.l -rw-rw-rw- gingold/gingold 2164 2009-01-29 12:46 binutils-2.23.2/gas/testsuite/gas/arm/t16-bad.s -rw-rw-rw- gingold/gingold 308 2011-05-31 16:04 binutils-2.23.2/gas/testsuite/gas/arm/t2-branch-global.d -rw-rw-rw- gingold/gingold 82 2011-05-31 16:04 binutils-2.23.2/gas/testsuite/gas/arm/t2-branch-global.s -rw-rw-rw- gingold/gingold 336 2009-07-16 15:18 binutils-2.23.2/gas/testsuite/gas/arm/target-reloc-1.d -rw-rw-rw- gingold/gingold 101 2009-07-16 15:18 binutils-2.23.2/gas/testsuite/gas/arm/target-reloc-1.s -rw-rw-rw- gingold/gingold 2009 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/tcompat.d -rw-rw-rw- gingold/gingold 697 2009-01-29 12:52 binutils-2.23.2/gas/testsuite/gas/arm/tcompat.s -rw-rw-rw- gingold/gingold 793 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/tcompat2.d -rw-rw-rw- gingold/gingold 416 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/tcompat2.s -rw-rw-rw- gingold/gingold 156 2011-06-30 15:05 binutils-2.23.2/gas/testsuite/gas/arm/thumb-b-bad.d -rw-rw-rw- gingold/gingold 209 2011-06-30 15:05 binutils-2.23.2/gas/testsuite/gas/arm/thumb-b-bad.l -rw-rw-rw- gingold/gingold 486 2011-06-30 15:05 binutils-2.23.2/gas/testsuite/gas/arm/thumb-b-bad.s -rw-rw-rw- gingold/gingold 7045 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/thumb-eabi.d -rw-rw-rw- gingold/gingold 306 2010-01-13 20:01 binutils-2.23.2/gas/testsuite/gas/arm/thumb-nop.d -rw-rw-rw- gingold/gingold 58 2010-01-13 20:07 binutils-2.23.2/gas/testsuite/gas/arm/thumb-nop.s -rw-rw-rw- gingold/gingold 151 2009-07-14 14:54 binutils-2.23.2/gas/testsuite/gas/arm/thumb-w-bad.d -rw-rw-rw- gingold/gingold 185 2010-05-13 10:15 binutils-2.23.2/gas/testsuite/gas/arm/thumb-w-bad.l -rw-rw-rw- gingold/gingold 65 2009-07-14 14:54 binutils-2.23.2/gas/testsuite/gas/arm/thumb-w-bad.s -rw-rw-rw- gingold/gingold 317 2010-02-08 15:33 binutils-2.23.2/gas/testsuite/gas/arm/thumb-w-good.d -rw-rw-rw- gingold/gingold 75 2009-07-14 14:54 binutils-2.23.2/gas/testsuite/gas/arm/thumb-w-good.s -rw-rw-rw- gingold/gingold 7137 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/thumb.d -rw-rw-rw- gingold/gingold 2526 2010-06-07 12:43 binutils-2.23.2/gas/testsuite/gas/arm/thumb.s -rw-rw-rw- gingold/gingold 793 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/thumb1_unified.d -rw-rw-rw- gingold/gingold 281 2007-04-19 19:08 binutils-2.23.2/gas/testsuite/gas/arm/thumb1_unified.s -rw-rw-rw- gingold/gingold 1302 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_add.d -rw-rw-rw- gingold/gingold 540 2007-04-18 15:49 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_add.s -rw-rw-rw- gingold/gingold 89 2009-01-29 12:56 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_bad_reg.d -rw-rw-rw- gingold/gingold 50549 2010-07-01 12:02 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_bad_reg.l -rw-rw-rw- gingold/gingold 18592 2010-07-01 12:02 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_bad_reg.s -rw-rw-rw- gingold/gingold 804 2011-04-19 09:27 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_bcond.d -rw-rw-rw- gingold/gingold 279 2010-02-12 21:15 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_bcond.s -rw-rw-rw- gingold/gingold 859 2009-01-29 12:52 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_invert.d -rw-rw-rw- gingold/gingold 329 2009-01-29 12:52 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_invert.s -rw-rw-rw- gingold/gingold 2364 2010-06-07 12:43 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_it.d -rw-rw-rw- gingold/gingold 843 2005-08-15 21:19 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_it.s -rw-rw-rw- gingold/gingold 2340 2010-06-07 12:43 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_it_auto.d -rw-rw-rw- gingold/gingold 139 2009-06-22 16:40 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_it_bad.d -rw-rw-rw- gingold/gingold 828 2009-06-22 16:40 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_it_bad.l -rw-rw-rw- gingold/gingold 250 2006-03-20 16:38 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_it_bad.s -rw-rw-rw- gingold/gingold 113 2009-06-23 09:42 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_it_bad_auto.d -rw-rw-rw- gingold/gingold 2761 2010-10-22 10:13 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_ldmstm.d -rw-rw-rw- gingold/gingold 1822 2010-09-17 17:19 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_ldmstm.s -rw-rw-rw- gingold/gingold 99 2010-05-27 12:40 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_ldmstm_bad.d -rw-rw-rw- gingold/gingold 998 2010-05-27 12:40 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_ldmstm_bad.l -rw-rw-rw- gingold/gingold 1173 2010-05-27 12:40 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_ldmstm_bad.s -rw-rw-rw- gingold/gingold 105 2011-12-07 17:58 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_ldstd_unpredictable.d -rw-rw-rw- gingold/gingold 711 2011-12-07 17:58 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_ldstd_unpredictable.l -rw-rw-rw- gingold/gingold 417 2011-12-07 17:58 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_ldstd_unpredictable.s -rw-rw-rw- gingold/gingold 98 2009-01-29 12:46 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_mul-bad.d -rw-rw-rw- gingold/gingold 494 2009-01-29 12:46 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_mul-bad.l -rw-rw-rw- gingold/gingold 472 2009-01-29 12:46 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_mul-bad.s -rw-rw-rw- gingold/gingold 642 2009-01-29 12:46 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_mul.d -rw-rw-rw- gingold/gingold 569 2009-01-29 12:46 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_mul.s -rw-rw-rw- gingold/gingold 703 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_pool.d -rw-rw-rw- gingold/gingold 201 2006-04-07 17:03 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_pool.s -rw-rw-rw- gingold/gingold 7696 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_relax.d -rw-rw-rw- gingold/gingold 843 2005-09-06 18:59 binutils-2.23.2/gas/testsuite/gas/arm/thumb2_relax.s -rw-rw-rw- gingold/gingold 50641 2011-04-19 09:27 binutils-2.23.2/gas/testsuite/gas/arm/thumb32.d -rw-rw-rw- gingold/gingold 1131 2011-04-12 18:01 binutils-2.23.2/gas/testsuite/gas/arm/thumb32.l -rw-rw-rw- gingold/gingold 13245 2011-04-12 18:01 binutils-2.23.2/gas/testsuite/gas/arm/thumb32.s -rw-rw-rw- gingold/gingold 349 2012-04-12 15:01 binutils-2.23.2/gas/testsuite/gas/arm/thumbrel.d -rw-rw-rw- gingold/gingold 164 2006-12-01 17:42 binutils-2.23.2/gas/testsuite/gas/arm/thumbrel.s -rw-rw-rw- gingold/gingold 747 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/thumbv6.d -rw-rw-rw- gingold/gingold 318 2003-12-15 05:47 binutils-2.23.2/gas/testsuite/gas/arm/thumbv6.s -rw-rw-rw- gingold/gingold 468 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/thumbv6k.d -rw-rw-rw- gingold/gingold 200 2005-03-12 19:25 binutils-2.23.2/gas/testsuite/gas/arm/thumbv6k.s -rw-rw-rw- gingold/gingold 556 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/arm/thumbver.d -rw-rw-rw- gingold/gingold 186 2007-03-15 13:11 binutils-2.23.2/gas/testsuite/gas/arm/thumbver.s -rw-rw-rw- gingold/gingold 1354 2011-01-10 09:40 binutils-2.23.2/gas/testsuite/gas/arm/tls.d -rw-rw-rw- gingold/gingold 584 2011-01-10 09:40 binutils-2.23.2/gas/testsuite/gas/arm/tls.s -rw-rw-rw- gingold/gingold 931 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/tls_vxworks.d -rw-rw-rw- gingold/gingold 251 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/undefined.d -rw-rw-rw- gingold/gingold 74 2004-01-23 17:29 binutils-2.23.2/gas/testsuite/gas/arm/undefined.l -rw-rw-rw- gingold/gingold 15 2004-01-23 17:29 binutils-2.23.2/gas/testsuite/gas/arm/undefined.s -rw-rw-rw- gingold/gingold 248 2006-11-10 08:35 binutils-2.23.2/gas/testsuite/gas/arm/undefined_coff.d -rw-rw-rw- gingold/gingold 72 2005-03-01 16:39 binutils-2.23.2/gas/testsuite/gas/arm/undefined_coff.l -rw-rw-rw- gingold/gingold 14 2005-03-01 16:39 binutils-2.23.2/gas/testsuite/gas/arm/undefined_coff.s -rw-rw-rw- gingold/gingold 2508 2010-02-12 21:15 binutils-2.23.2/gas/testsuite/gas/arm/unpredictable.d -rw-rw-rw- gingold/gingold 3847 2010-02-12 21:15 binutils-2.23.2/gas/testsuite/gas/arm/unpredictable.s -rw-rw-rw- gingold/gingold 1804 2006-09-16 18:24 binutils-2.23.2/gas/testsuite/gas/arm/unwind.d -rw-rw-rw- gingold/gingold 1067 2006-09-16 18:24 binutils-2.23.2/gas/testsuite/gas/arm/unwind.s -rw-rw-rw- gingold/gingold 1690 2008-09-05 13:24 binutils-2.23.2/gas/testsuite/gas/arm/unwind_vxworks.d -rw-rw-rw- gingold/gingold 307 2008-02-20 16:17 binutils-2.23.2/gas/testsuite/gas/arm/v4bx.d -rw-rw-rw- gingold/gingold 33 2008-02-20 16:17 binutils-2.23.2/gas/testsuite/gas/arm/v4bx.s -rw-rw-rw- gingold/gingold 203 2011-06-21 17:34 binutils-2.23.2/gas/testsuite/gas/arm/vcvt-bad.d -rw-rw-rw- gingold/gingold 3413 2011-06-21 17:34 binutils-2.23.2/gas/testsuite/gas/arm/vcvt-bad.l -rw-rw-rw- gingold/gingold 971 2011-06-21 17:34 binutils-2.23.2/gas/testsuite/gas/arm/vcvt-bad.s -rw-rw-rw- gingold/gingold 1339 2011-06-21 17:34 binutils-2.23.2/gas/testsuite/gas/arm/vcvt.d -rw-rw-rw- gingold/gingold 573 2011-06-21 17:34 binutils-2.23.2/gas/testsuite/gas/arm/vcvt.s -rw-rw-rw- gingold/gingold 1438 2009-11-17 18:20 binutils-2.23.2/gas/testsuite/gas/arm/vfma1.d -rw-rw-rw- gingold/gingold 1202 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/vfma1.s -rw-rw-rw- gingold/gingold 58 2005-07-04 16:57 binutils-2.23.2/gas/testsuite/gas/arm/vfp-bad.d -rw-rw-rw- gingold/gingold 661 2005-05-18 07:40 binutils-2.23.2/gas/testsuite/gas/arm/vfp-bad.l -rw-rw-rw- gingold/gingold 203 2002-01-15 17:05 binutils-2.23.2/gas/testsuite/gas/arm/vfp-bad.s -rw-rw-rw- gingold/gingold 69 2005-09-02 15:12 binutils-2.23.2/gas/testsuite/gas/arm/vfp-bad_t2.d -rw-rw-rw- gingold/gingold 664 2005-09-02 15:12 binutils-2.23.2/gas/testsuite/gas/arm/vfp-bad_t2.l -rw-rw-rw- gingold/gingold 265 2005-09-02 15:12 binutils-2.23.2/gas/testsuite/gas/arm/vfp-bad_t2.s -rw-rw-rw- gingold/gingold 1002 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/vfp-fma-arm.d -rw-rw-rw- gingold/gingold 32 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/vfp-fma-arm.s -rw-rw-rw- gingold/gingold 315 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/vfp-fma-inc.s -rw-rw-rw- gingold/gingold 1168 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/vfp-fma-thumb.d -rw-rw-rw- gingold/gingold 34 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/vfp-fma-thumb.s -rw-rw-rw- gingold/gingold 1579 2008-12-15 18:24 binutils-2.23.2/gas/testsuite/gas/arm/vfp-neon-overlap.d -rw-rw-rw- gingold/gingold 831 2006-05-05 20:53 binutils-2.23.2/gas/testsuite/gas/arm/vfp-neon-overlap.s -rw-rw-rw- gingold/gingold 2975 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/arm/vfp-neon-syntax-inc.s -rw-rw-rw- gingold/gingold 11257 2010-01-06 16:02 binutils-2.23.2/gas/testsuite/gas/arm/vfp-neon-syntax.d -rw-rw-rw- gingold/gingold 40 2006-06-07 16:31 binutils-2.23.2/gas/testsuite/gas/arm/vfp-neon-syntax.s -rw-rw-rw- gingold/gingold 12645 2010-01-06 16:02 binutils-2.23.2/gas/testsuite/gas/arm/vfp-neon-syntax_t2.d -rw-rw-rw- gingold/gingold 42 2006-06-07 16:31 binutils-2.23.2/gas/testsuite/gas/arm/vfp-neon-syntax_t2.s -rw-rw-rw- gingold/gingold 9407 2009-06-30 13:57 binutils-2.23.2/gas/testsuite/gas/arm/vfp1.d -rw-rw-rw- gingold/gingold 4432 2002-08-22 18:10 binutils-2.23.2/gas/testsuite/gas/arm/vfp1.s -rw-rw-rw- gingold/gingold 9925 2010-01-13 20:01 binutils-2.23.2/gas/testsuite/gas/arm/vfp1_t2.d -rw-rw-rw- gingold/gingold 4600 2005-09-02 15:12 binutils-2.23.2/gas/testsuite/gas/arm/vfp1_t2.s -rw-rw-rw- gingold/gingold 14749 2012-03-20 12:55 binutils-2.23.2/gas/testsuite/gas/arm/vfp1xD.d -rw-rw-rw- gingold/gingold 6173 2012-03-20 12:55 binutils-2.23.2/gas/testsuite/gas/arm/vfp1xD.s -rw-rw-rw- gingold/gingold 14153 2010-01-13 20:01 binutils-2.23.2/gas/testsuite/gas/arm/vfp1xD_t2.d -rw-rw-rw- gingold/gingold 5725 2007-06-26 23:36 binutils-2.23.2/gas/testsuite/gas/arm/vfp1xD_t2.s -rw-rw-rw- gingold/gingold 660 2008-12-15 18:24 binutils-2.23.2/gas/testsuite/gas/arm/vfp2.d -rw-rw-rw- gingold/gingold 407 2004-01-09 12:53 binutils-2.23.2/gas/testsuite/gas/arm/vfp2.s -rw-rw-rw- gingold/gingold 676 2008-12-15 18:24 binutils-2.23.2/gas/testsuite/gas/arm/vfp2_t2.d -rw-rw-rw- gingold/gingold 466 2005-09-02 15:12 binutils-2.23.2/gas/testsuite/gas/arm/vfp2_t2.s -rw-rw-rw- gingold/gingold 4001 2008-12-15 18:24 binutils-2.23.2/gas/testsuite/gas/arm/vfpv3-32drs.d -rw-rw-rw- gingold/gingold 1166 2006-04-26 17:42 binutils-2.23.2/gas/testsuite/gas/arm/vfpv3-32drs.s -rw-rw-rw- gingold/gingold 1718 2009-06-29 10:08 binutils-2.23.2/gas/testsuite/gas/arm/vfpv3-const-conv.d -rw-rw-rw- gingold/gingold 376 2006-11-29 17:26 binutils-2.23.2/gas/testsuite/gas/arm/vfpv3-const-conv.s -rw-rw-rw- gingold/gingold 96 2008-03-09 14:23 binutils-2.23.2/gas/testsuite/gas/arm/vfpv3-d16-bad.d -rw-rw-rw- gingold/gingold 4725 2008-03-09 14:23 binutils-2.23.2/gas/testsuite/gas/arm/vfpv3-d16-bad.l -rw-rw-rw- gingold/gingold 888 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/vfpv3xd.d -rw-rw-rw- gingold/gingold 342 2009-11-02 14:44 binutils-2.23.2/gas/testsuite/gas/arm/vfpv3xd.s -rw-rw-rw- gingold/gingold 925 2011-04-19 09:27 binutils-2.23.2/gas/testsuite/gas/arm/vldm-arm.d -rw-rw-rw- gingold/gingold 113 2010-06-09 17:11 binutils-2.23.2/gas/testsuite/gas/arm/vldm-thumb-bad.d -rw-rw-rw- gingold/gingold 147 2010-06-09 17:11 binutils-2.23.2/gas/testsuite/gas/arm/vldm-thumb-bad.l -rw-rw-rw- gingold/gingold 224 2010-06-09 17:11 binutils-2.23.2/gas/testsuite/gas/arm/vldm.s -rw-rw-rw- gingold/gingold 119 2010-06-09 17:11 binutils-2.23.2/gas/testsuite/gas/arm/vldmw-arm-bad.d -rw-rw-rw- gingold/gingold 149 2010-06-09 17:11 binutils-2.23.2/gas/testsuite/gas/arm/vldmw-bad.l -rw-rw-rw- gingold/gingold 226 2010-06-09 17:11 binutils-2.23.2/gas/testsuite/gas/arm/vldmw-bad.s -rw-rw-rw- gingold/gingold 128 2010-06-09 17:11 binutils-2.23.2/gas/testsuite/gas/arm/vldmw-thumb-bad.d -rw-rw-rw- gingold/gingold 519 2010-10-22 10:13 binutils-2.23.2/gas/testsuite/gas/arm/vldr.d -rw-rw-rw- gingold/gingold 139 2010-09-27 11:47 binutils-2.23.2/gas/testsuite/gas/arm/vldr.s -rw-rw-rw- gingold/gingold 124 2010-09-27 11:47 binutils-2.23.2/gas/testsuite/gas/arm/vstr-arm-bad.d -rw-rw-rw- gingold/gingold 121 2010-09-27 11:47 binutils-2.23.2/gas/testsuite/gas/arm/vstr-arm-bad.l -rw-rw-rw- gingold/gingold 101 2010-09-27 11:47 binutils-2.23.2/gas/testsuite/gas/arm/vstr-bad.s -rw-rw-rw- gingold/gingold 136 2010-09-27 11:47 binutils-2.23.2/gas/testsuite/gas/arm/vstr-thumb-bad.d -rw-rw-rw- gingold/gingold 165 2010-09-27 11:47 binutils-2.23.2/gas/testsuite/gas/arm/vstr-thumb-bad.l -rw-rw-rw- gingold/gingold 442 2011-04-12 17:44 binutils-2.23.2/gas/testsuite/gas/arm/weakdef-1.d -rw-rw-rw- gingold/gingold 222 2010-04-29 16:44 binutils-2.23.2/gas/testsuite/gas/arm/weakdef-1.s -rw-rw-rw- gingold/gingold 174 2010-04-29 16:44 binutils-2.23.2/gas/testsuite/gas/arm/weakdef-2.d -rw-rw-rw- gingold/gingold 156 2010-04-29 16:44 binutils-2.23.2/gas/testsuite/gas/arm/weakdef-2.l -rw-rw-rw- gingold/gingold 136 2010-04-29 16:44 binutils-2.23.2/gas/testsuite/gas/arm/weakdef-2.s -rw-rw-rw- gingold/gingold 1264 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/arm/wince.d -rw-rw-rw- gingold/gingold 338 2006-08-06 17:11 binutils-2.23.2/gas/testsuite/gas/arm/wince.s -rw-rw-rw- gingold/gingold 8596 2009-11-19 15:07 binutils-2.23.2/gas/testsuite/gas/arm/wince_inst.d -rw-rw-rw- gingold/gingold 1377 2009-11-19 15:07 binutils-2.23.2/gas/testsuite/gas/arm/xscale.d -rw-rw-rw- gingold/gingold 663 2002-08-22 18:10 binutils-2.23.2/gas/testsuite/gas/arm/xscale.s -rw-rw-rw- gingold/gingold 1600088 2011-03-24 05:34 binutils-2.23.2/gas/testsuite/gas/bfin/allinsn16.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/bfin -rw-rw-rw- gingold/gingold 544 2011-03-24 05:34 binutils-2.23.2/gas/testsuite/gas/bfin/allinsn16.s -rw-rw-rw- gingold/gingold 2284 2008-08-26 12:03 binutils-2.23.2/gas/testsuite/gas/bfin/arith_mode.d -rw-rw-rw- gingold/gingold 1601 2008-08-26 12:03 binutils-2.23.2/gas/testsuite/gas/bfin/arith_mode.s -rw-rw-rw- gingold/gingold 6372 2011-02-13 19:55 binutils-2.23.2/gas/testsuite/gas/bfin/arithmetic.d -rw-rw-rw- gingold/gingold 3725 2009-09-04 04:48 binutils-2.23.2/gas/testsuite/gas/bfin/arithmetic.s -rw-rw-rw- gingold/gingold 1313 2011-03-24 05:34 binutils-2.23.2/gas/testsuite/gas/bfin/bfin.exp -rw-rw-rw- gingold/gingold 1202 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/bit.d -rw-rw-rw- gingold/gingold 746 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/bit.s -rw-rw-rw- gingold/gingold 2980 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/bit2.d -rwxrwxrwx gingold/gingold 2282 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/bit2.s -rw-rw-rw- gingold/gingold 486 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/cache.d -rw-rw-rw- gingold/gingold 282 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/cache.s -rw-rw-rw- gingold/gingold 2385 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/cache2.d -rwxrwxrwx gingold/gingold 1591 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/cache2.s -rw-rw-rw- gingold/gingold 1805 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/control_code.d -rw-rw-rw- gingold/gingold 915 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/control_code.s -rw-rw-rw- gingold/gingold 6097 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/control_code2.d -rwxrwxrwx gingold/gingold 4594 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/control_code2.s -rw-rw-rw- gingold/gingold 157 2009-09-03 18:50 binutils-2.23.2/gas/testsuite/gas/bfin/error.exp -rw-rw-rw- gingold/gingold 724 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/event.d -rw-rw-rw- gingold/gingold 451 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/event.s -rw-rw-rw- gingold/gingold 700 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/event2.d -rwxrwxrwx gingold/gingold 575 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/event2.s -rw-rw-rw- gingold/gingold 1161 2009-09-03 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/expected_comparison_errors.l -rw-rw-rw- gingold/gingold 326 2009-09-01 09:21 binutils-2.23.2/gas/testsuite/gas/bfin/expected_comparison_errors.s -rw-rw-rw- gingold/gingold 6172 2011-03-29 07:54 binutils-2.23.2/gas/testsuite/gas/bfin/expected_errors.l -rw-rw-rw- gingold/gingold 2513 2011-03-29 07:54 binutils-2.23.2/gas/testsuite/gas/bfin/expected_errors.s -rw-rw-rw- gingold/gingold 300 2010-09-22 23:29 binutils-2.23.2/gas/testsuite/gas/bfin/expected_move_errors.l -rw-rw-rw- gingold/gingold 63 2009-09-03 18:17 binutils-2.23.2/gas/testsuite/gas/bfin/expected_move_errors.s -rw-rw-rw- gingold/gingold 3252 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/flow.d -rw-rw-rw- gingold/gingold 1599 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/flow.s -rw-rw-rw- gingold/gingold 4245 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/flow2.d -rwxrwxrwx gingold/gingold 3614 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/flow2.s -rw-rw-rw- gingold/gingold 596 2008-08-26 12:03 binutils-2.23.2/gas/testsuite/gas/bfin/invalid_arith_mode.l -rw-rw-rw- gingold/gingold 939 2008-08-26 12:03 binutils-2.23.2/gas/testsuite/gas/bfin/invalid_arith_mode.s -rw-rw-rw- gingold/gingold 89 2009-09-03 18:32 binutils-2.23.2/gas/testsuite/gas/bfin/line_number.l -rw-rw-rw- gingold/gingold 54 2009-09-03 18:32 binutils-2.23.2/gas/testsuite/gas/bfin/line_number.s -rw-rw-rw- gingold/gingold 3895 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/load.d -rw-rw-rw- gingold/gingold 2304 2006-09-19 11:27 binutils-2.23.2/gas/testsuite/gas/bfin/load.s -rw-rw-rw- gingold/gingold 1018 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/logical.d -rw-rw-rw- gingold/gingold 600 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/logical.s -rw-rw-rw- gingold/gingold 1485 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/logical2.d -rwxrwxrwx gingold/gingold 1042 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/logical2.s -rw-rw-rw- gingold/gingold 149 2009-09-03 17:36 binutils-2.23.2/gas/testsuite/gas/bfin/loop.d -rw-rw-rw- gingold/gingold 149 2009-09-03 17:36 binutils-2.23.2/gas/testsuite/gas/bfin/loop.s -rw-rw-rw- gingold/gingold 150 2009-09-03 17:36 binutils-2.23.2/gas/testsuite/gas/bfin/loop2.d -rw-rw-rw- gingold/gingold 152 2009-09-03 17:36 binutils-2.23.2/gas/testsuite/gas/bfin/loop2.s -rw-rw-rw- gingold/gingold 150 2009-09-03 17:36 binutils-2.23.2/gas/testsuite/gas/bfin/loop3.d -rw-rw-rw- gingold/gingold 152 2009-09-03 17:36 binutils-2.23.2/gas/testsuite/gas/bfin/loop3.s -rw-rw-rw- gingold/gingold 334 2010-10-15 22:53 binutils-2.23.2/gas/testsuite/gas/bfin/loop_label.d -rw-rw-rw- gingold/gingold 154 2010-10-15 22:53 binutils-2.23.2/gas/testsuite/gas/bfin/loop_label.s -rw-rw-rw- gingold/gingold 335 2010-10-15 22:53 binutils-2.23.2/gas/testsuite/gas/bfin/loop_label2.d -rw-rw-rw- gingold/gingold 165 2010-10-15 22:53 binutils-2.23.2/gas/testsuite/gas/bfin/loop_label2.s -rw-rw-rw- gingold/gingold 403 2010-10-15 22:53 binutils-2.23.2/gas/testsuite/gas/bfin/loop_temps.d -rw-rw-rw- gingold/gingold 4881 2010-10-15 22:53 binutils-2.23.2/gas/testsuite/gas/bfin/loop_temps.s -rw-rw-rw- gingold/gingold 129 2008-08-22 09:21 binutils-2.23.2/gas/testsuite/gas/bfin/misc.d -rw-rw-rw- gingold/gingold 98 2008-08-22 09:21 binutils-2.23.2/gas/testsuite/gas/bfin/misc.s -rw-rw-rw- gingold/gingold 2410 2011-12-15 05:25 binutils-2.23.2/gas/testsuite/gas/bfin/move.d -rw-rw-rw- gingold/gingold 1354 2009-09-03 18:17 binutils-2.23.2/gas/testsuite/gas/bfin/move.s -rw-rw-rw- gingold/gingold 12045 2011-12-15 05:25 binutils-2.23.2/gas/testsuite/gas/bfin/move2.d -rwxrwxrwx gingold/gingold 7644 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/move2.s -rw-rw-rw- gingold/gingold 12250 2011-12-15 05:25 binutils-2.23.2/gas/testsuite/gas/bfin/parallel.d -rw-rw-rw- gingold/gingold 6412 2009-08-11 20:28 binutils-2.23.2/gas/testsuite/gas/bfin/parallel.s -rw-rw-rw- gingold/gingold 6589 2011-12-15 05:25 binutils-2.23.2/gas/testsuite/gas/bfin/parallel2.d -rw-rw-rw- gingold/gingold 2747 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/parallel2.s -rw-rw-rw- gingold/gingold 8293 2011-12-15 05:25 binutils-2.23.2/gas/testsuite/gas/bfin/parallel3.d -rw-rw-rw- gingold/gingold 3836 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/parallel3.s -rw-rw-rw- gingold/gingold 3129 2011-12-15 05:25 binutils-2.23.2/gas/testsuite/gas/bfin/parallel4.d -rw-rw-rw- gingold/gingold 1451 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/parallel4.s -rw-rw-rw- gingold/gingold 131 2009-09-03 18:50 binutils-2.23.2/gas/testsuite/gas/bfin/parallel5.s -rw-rw-rw- gingold/gingold 849 2010-10-15 22:52 binutils-2.23.2/gas/testsuite/gas/bfin/parallel_illegal.d -rw-rw-rw- gingold/gingold 271 2010-10-15 22:52 binutils-2.23.2/gas/testsuite/gas/bfin/parallel_illegal.s -rw-rw-rw- gingold/gingold 2460 2010-09-22 23:26 binutils-2.23.2/gas/testsuite/gas/bfin/pseudo.d -rw-rw-rw- gingold/gingold 1015 2010-09-22 23:26 binutils-2.23.2/gas/testsuite/gas/bfin/pseudo.s -rw-rw-rw- gingold/gingold 515 2009-08-09 18:45 binutils-2.23.2/gas/testsuite/gas/bfin/reloc.d -rw-rw-rw- gingold/gingold 315 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/reloc.s -rw-rw-rw- gingold/gingold 618 2009-08-11 20:29 binutils-2.23.2/gas/testsuite/gas/bfin/resource_conflict.l -rw-rw-rw- gingold/gingold 390 2009-08-11 20:29 binutils-2.23.2/gas/testsuite/gas/bfin/resource_conflict.s -rw-rw-rw- gingold/gingold 2599 2010-09-22 22:37 binutils-2.23.2/gas/testsuite/gas/bfin/shift.d -rw-rw-rw- gingold/gingold 1442 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/shift.s -rw-rw-rw- gingold/gingold 8801 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/shift2.d -rwxrwxrwx gingold/gingold 6705 2008-07-14 05:54 binutils-2.23.2/gas/testsuite/gas/bfin/shift2.s -rw-rw-rw- gingold/gingold 1137 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/stack.d -rw-rw-rw- gingold/gingold 606 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/stack.s -rw-rw-rw- gingold/gingold 2938 2009-09-01 02:24 binutils-2.23.2/gas/testsuite/gas/bfin/stack2.d -rwxrwxrwx gingold/gingold 2391 2009-09-01 02:24 binutils-2.23.2/gas/testsuite/gas/bfin/stack2.s -rw-rw-rw- gingold/gingold 1797 2008-03-26 17:48 binutils-2.23.2/gas/testsuite/gas/bfin/store.d -rw-rw-rw- gingold/gingold 992 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/store.s -rw-rw-rw- gingold/gingold 4892 2011-02-13 19:54 binutils-2.23.2/gas/testsuite/gas/bfin/vector.d -rw-rw-rw- gingold/gingold 3271 2005-09-30 17:10 binutils-2.23.2/gas/testsuite/gas/bfin/vector.s -rw-rw-rw- gingold/gingold 26491 2011-02-13 19:54 binutils-2.23.2/gas/testsuite/gas/bfin/vector2.d -rwxrwxrwx gingold/gingold 21012 2008-03-26 16:58 binutils-2.23.2/gas/testsuite/gas/bfin/vector2.s -rw-rw-rw- gingold/gingold 2121 2011-12-15 05:25 binutils-2.23.2/gas/testsuite/gas/bfin/video.d -rw-rw-rw- gingold/gingold 1354 2011-02-13 19:53 binutils-2.23.2/gas/testsuite/gas/bfin/video.s -rw-rw-rw- gingold/gingold 8440 2011-12-15 05:25 binutils-2.23.2/gas/testsuite/gas/bfin/video2.d -rwxrwxrwx gingold/gingold 7136 2011-03-29 03:25 binutils-2.23.2/gas/testsuite/gas/bfin/video2.s -rw-rw-rw- gingold/gingold 660 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-alpha-1.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/cfi -rw-rw-rw- gingold/gingold 441 2003-05-30 05:01 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-alpha-1.s -rw-rw-rw- gingold/gingold 247 2004-03-07 09:51 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-alpha-2.d -rw-rw-rw- gingold/gingold 140 2003-05-31 21:36 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-alpha-2.s -rw-rw-rw- gingold/gingold 912 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-alpha-3.d -rw-rw-rw- gingold/gingold 533 2003-06-05 05:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-alpha-3.s -rw-rw-rw- gingold/gingold 685 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-arm-1.d -rw-rw-rw- gingold/gingold 442 2004-10-25 14:26 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-arm-1.s -rw-rw-rw- gingold/gingold 635 2010-09-03 00:43 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-1.d -rw-rw-rw- gingold/gingold 146 2003-06-08 05:59 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-1.s -rw-rw-rw- gingold/gingold 638 2010-09-03 00:43 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-2.d -rw-rw-rw- gingold/gingold 199 2003-06-08 05:59 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-2.s -rw-rw-rw- gingold/gingold 416 2010-09-03 00:43 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-3.d -rw-rw-rw- gingold/gingold 66 2003-06-12 01:16 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-3.s -rw-rw-rw- gingold/gingold 491 2010-09-03 00:43 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-4.d -rw-rw-rw- gingold/gingold 157 2004-10-07 17:18 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-4.s -rw-rw-rw- gingold/gingold 628 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-5.d -rw-rw-rw- gingold/gingold 289 2006-11-03 08:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-5.s -rw-rw-rw- gingold/gingold 1700 2010-09-03 00:43 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-6.d -rw-rw-rw- gingold/gingold 664 2006-12-19 09:51 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-6.s -rw-rw-rw- gingold/gingold 535 2010-09-03 00:43 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-7.d -rw-rw-rw- gingold/gingold 100 2009-06-19 01:16 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-common-7.s -rw-rw-rw- gingold/gingold 79 2003-06-08 05:59 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-diag-1.l -rw-rw-rw- gingold/gingold 48 2003-06-08 05:59 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-diag-1.s -rw-rw-rw- gingold/gingold 982 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-hppa-1.d -rw-rw-rw- gingold/gingold 1190 2006-10-30 02:10 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-hppa-1.s -rw-rw-rw- gingold/gingold 620 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-i386-2.d -rw-rw-rw- gingold/gingold 234 2003-05-27 18:52 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-i386-2.s -rw-rw-rw- gingold/gingold 4698 2010-09-03 16:57 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-i386.d -rw-rw-rw- gingold/gingold 3057 2010-09-03 16:57 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-i386.s -rw-rw-rw- gingold/gingold 928 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-m68k.d -rw-rw-rw- gingold/gingold 1115 2003-08-08 16:46 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-m68k.s -rw-rw-rw- gingold/gingold 695 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-mips-1.d -rw-rw-rw- gingold/gingold 595 2005-03-15 06:28 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-mips-1.s -rw-rw-rw- gingold/gingold 750 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-ppc-1.d -rw-rw-rw- gingold/gingold 587 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-ppc-1.s -rw-rw-rw- gingold/gingold 761 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-s390-1.d -rw-rw-rw- gingold/gingold 859 2003-07-10 18:46 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-s390-1.s -rw-rw-rw- gingold/gingold 803 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-s390x-1.d -rw-rw-rw- gingold/gingold 796 2003-07-10 18:46 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-s390x-1.s -rw-rw-rw- gingold/gingold 719 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-sh-1.d -rw-rw-rw- gingold/gingold 521 2004-03-18 01:49 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-sh-1.s -rw-rw-rw- gingold/gingold 505 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-sparc-1.d -rw-rw-rw- gingold/gingold 411 2003-08-29 22:32 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-sparc-1.s -rw-rw-rw- gingold/gingold 547 2008-10-06 18:27 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-sparc64-1.d -rw-rw-rw- gingold/gingold 452 2003-08-29 22:32 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-sparc64-1.s -rw-rw-rw- gingold/gingold 7022 2011-02-10 18:06 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-x86_64.d -rw-rw-rw- gingold/gingold 4044 2010-09-03 00:43 binutils-2.23.2/gas/testsuite/gas/cfi/cfi-x86_64.s -rw-rw-rw- gingold/gingold 2718 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/cfi/cfi.exp -rw-rw-rw- gingold/gingold 149 2010-09-03 16:57 binutils-2.23.2/gas/testsuite/gas/cfi/reloc-pe-i386.d -rw-rw-rw- gingold/gingold 75 2010-09-03 00:44 binutils-2.23.2/gas/testsuite/gas/cfi/reloc-pe-i386.s -rw-rw-rw- gingold/gingold 2280 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/add_test.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/cr16 -rw-rw-rw- gingold/gingold 1942 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/add_test.s -rw-rw-rw- gingold/gingold 1553 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/and_test.d -rw-rw-rw- gingold/gingold 1085 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/and_test.s -rw-rw-rw- gingold/gingold 1482 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/ash_test.d -rw-rw-rw- gingold/gingold 1609 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/ash_test.s -rw-rw-rw- gingold/gingold 841 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/bal_test.d -rw-rw-rw- gingold/gingold 301 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/bal_test.s -rw-rw-rw- gingold/gingold 2590 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/bcc_test.d -rw-rw-rw- gingold/gingold 957 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/bcc_test.s -rw-rw-rw- gingold/gingold 420 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/beq0_test.d -rw-rw-rw- gingold/gingold 257 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/beq0_test.s -rw-rw-rw- gingold/gingold 3130 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/cbitb_test.d -rw-rw-rw- gingold/gingold 1375 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/cbitb_test.s -rw-rw-rw- gingold/gingold 6371 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/cbitw_test.d -rw-rw-rw- gingold/gingold 2760 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/cbitw_test.s -rw-rw-rw- gingold/gingold 316 2007-07-03 13:17 binutils-2.23.2/gas/testsuite/gas/cr16/cinv_test.d -rw-rw-rw- gingold/gingold 230 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/cinv_test.s -rw-rw-rw- gingold/gingold 1564 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/cmp_test.d -rw-rw-rw- gingold/gingold 1225 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/cmp_test.s -rw-rw-rw- gingold/gingold 306 2007-07-23 16:03 binutils-2.23.2/gas/testsuite/gas/cr16/cr16.exp -rw-rw-rw- gingold/gingold 360 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/excp_test.d -rw-rw-rw- gingold/gingold 263 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/excp_test.s -rw-rw-rw- gingold/gingold 312 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/jal_test.d -rw-rw-rw- gingold/gingold 193 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/jal_test.s -rw-rw-rw- gingold/gingold 607 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/jcc_test.d -rw-rw-rw- gingold/gingold 279 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/jcc_test.s -rw-rw-rw- gingold/gingold 2749 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/loadb_test.d -rw-rw-rw- gingold/gingold 1888 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/loadb_test.s -rw-rw-rw- gingold/gingold 3108 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/loadd_test.d -rw-rw-rw- gingold/gingold 2146 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/loadd_test.s -rw-rw-rw- gingold/gingold 661 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/loadm_test.d -rw-rw-rw- gingold/gingold 316 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/loadm_test.s -rw-rw-rw- gingold/gingold 2750 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/loadw_test.d -rw-rw-rw- gingold/gingold 1888 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/loadw_test.s -rw-rw-rw- gingold/gingold 1756 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/lpsp_test.d -rw-rw-rw- gingold/gingold 1074 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/lpsp_test.s -rw-rw-rw- gingold/gingold 1456 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/lsh_test.d -rw-rw-rw- gingold/gingold 1387 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/lsh_test.s -rw-rw-rw- gingold/gingold 2230 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/mov_test.d -rw-rw-rw- gingold/gingold 1776 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/mov_test.s -rw-rw-rw- gingold/gingold 1417 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/mul_test.d -rw-rw-rw- gingold/gingold 1243 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/mul_test.s -rw-rw-rw- gingold/gingold 1363 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/or_test.d -rw-rw-rw- gingold/gingold 1035 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/or_test.s -rw-rw-rw- gingold/gingold 119 2008-11-27 12:46 binutils-2.23.2/gas/testsuite/gas/cr16/pic.exp -rw-rw-rw- gingold/gingold 343 2008-11-27 12:46 binutils-2.23.2/gas/testsuite/gas/cr16/pic1.d -rw-rw-rw- gingold/gingold 486 2008-11-27 12:46 binutils-2.23.2/gas/testsuite/gas/cr16/pic1.s -rw-rw-rw- gingold/gingold 369 2008-11-27 12:46 binutils-2.23.2/gas/testsuite/gas/cr16/pic2.d -rw-rw-rw- gingold/gingold 502 2008-11-27 12:46 binutils-2.23.2/gas/testsuite/gas/cr16/pic2.s -rw-rw-rw- gingold/gingold 602 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/pop_test.d -rw-rw-rw- gingold/gingold 379 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/pop_test.s -rw-rw-rw- gingold/gingold 650 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/popret_test.d -rw-rw-rw- gingold/gingold 433 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/popret_test.s -rw-rw-rw- gingold/gingold 679 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/push_test.d -rw-rw-rw- gingold/gingold 572 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/push_test.s -rw-rw-rw- gingold/gingold 3130 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/sbitb_test.d -rw-rw-rw- gingold/gingold 1375 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/sbitb_test.s -rw-rw-rw- gingold/gingold 6371 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/sbitw_test.d -rw-rw-rw- gingold/gingold 2760 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/sbitw_test.s -rw-rw-rw- gingold/gingold 447 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/scc_test.d -rw-rw-rw- gingold/gingold 184 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/scc_test.s -rw-rw-rw- gingold/gingold 5895 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/storb_test.d -rw-rw-rw- gingold/gingold 3672 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/storb_test.s -rw-rw-rw- gingold/gingold 3123 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/stord_test.d -rw-rw-rw- gingold/gingold 2148 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/stord_test.s -rw-rw-rw- gingold/gingold 661 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/storm_test.d -rw-rw-rw- gingold/gingold 316 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/storm_test.s -rw-rw-rw- gingold/gingold 5896 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/storw_test.d -rw-rw-rw- gingold/gingold 3674 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/storw_test.s -rw-rw-rw- gingold/gingold 2061 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/sub_test.d -rw-rw-rw- gingold/gingold 1855 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/sub_test.s -rw-rw-rw- gingold/gingold 1030 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/tbit_test.d -rw-rw-rw- gingold/gingold 703 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/tbit_test.s -rw-rw-rw- gingold/gingold 3130 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/tbitb_test.d -rw-rw-rw- gingold/gingold 1375 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/tbitb_test.s -rw-rw-rw- gingold/gingold 6371 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/tbitw_test.d -rw-rw-rw- gingold/gingold 2760 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/tbitw_test.s -rw-rw-rw- gingold/gingold 1397 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/xor_test.d -rw-rw-rw- gingold/gingold 1077 2007-06-29 16:09 binutils-2.23.2/gas/testsuite/gas/cr16/xor_test.s -rw-rw-rw- gingold/gingold 375 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/abs32-1.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/cris -rw-rw-rw- gingold/gingold 621 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/addi.d -rw-rw-rw- gingold/gingold 239 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/addi.s -rw-rw-rw- gingold/gingold 131 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/arch-err-1.s -rw-rw-rw- gingold/gingold 176 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/arch-err-2.s -rw-rw-rw- gingold/gingold 184 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/arch-err-3.s -rw-rw-rw- gingold/gingold 184 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/arch-err-4.s -rw-rw-rw- gingold/gingold 176 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/arch-err-5.s -rw-rw-rw- gingold/gingold 27004 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/binop-cmpmove.d -rw-rw-rw- gingold/gingold 14836 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/binop-cmpmovx.d -rw-rw-rw- gingold/gingold 21541 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/binop-extx.d -rw-rw-rw- gingold/gingold 2809 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/binop-segref.s -rw-rw-rw- gingold/gingold 39065 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/binop.d -rw-rw-rw- gingold/gingold 17891 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/binop.s -rw-rw-rw- gingold/gingold 142 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/bork.d -rw-rw-rw- gingold/gingold 224 2000-07-21 02:48 binutils-2.23.2/gas/testsuite/gas/cris/bork.s -rw-rw-rw- gingold/gingold 329 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/bound-err-1.s -rw-rw-rw- gingold/gingold 203 2001-03-23 06:39 binutils-2.23.2/gas/testsuite/gas/cris/branch-warn-1.s -rw-rw-rw- gingold/gingold 230 2001-03-23 06:39 binutils-2.23.2/gas/testsuite/gas/cris/branch-warn-2.s -rw-rw-rw- gingold/gingold 214 2001-03-23 06:39 binutils-2.23.2/gas/testsuite/gas/cris/branch-warn-3.s -rw-rw-rw- gingold/gingold 26574 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/branch.d -rw-rw-rw- gingold/gingold 3702 2000-07-21 02:48 binutils-2.23.2/gas/testsuite/gas/cris/branch.s -rw-rw-rw- gingold/gingold 680 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/break.d -rw-rw-rw- gingold/gingold 267 2000-07-21 02:48 binutils-2.23.2/gas/testsuite/gas/cris/break.s -rw-rw-rw- gingold/gingold 571 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/brokw-1.d -rw-rw-rw- gingold/gingold 327 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/brokw-1.s -rw-rw-rw- gingold/gingold 801 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/brokw-2.d -rw-rw-rw- gingold/gingold 375 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/brokw-2.s -rw-rw-rw- gingold/gingold 9771 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/brokw-3.d -rw-rw-rw- gingold/gingold 2171 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/brokw-3.s -rw-rw-rw- gingold/gingold 1944 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/brokw-3b.s -rw-rw-rw- gingold/gingold 2005 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/bwtest-err-1.s -rw-rw-rw- gingold/gingold 2430 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/ccr.d -rw-rw-rw- gingold/gingold 1330 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/ccr.s -rw-rw-rw- gingold/gingold 18865 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/clear.d -rw-rw-rw- gingold/gingold 192 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/continue.d -rw-rw-rw- gingold/gingold 213 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/continue.s -rw-rw-rw- gingold/gingold 21690 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/cris/cris.exp -rw-rw-rw- gingold/gingold 967 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/cris/diffexp-ovwr.d -rw-rw-rw- gingold/gingold 544 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/diffexp-ovwr.s -rw-rw-rw- gingold/gingold 1780 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/fragtest.d -rw-rw-rw- gingold/gingold 1217 2001-04-05 21:07 binutils-2.23.2/gas/testsuite/gas/cris/fragtest.s -rw-rw-rw- gingold/gingold 13611 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/jump-type.d -rw-rw-rw- gingold/gingold 304 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/labfloat.d -rw-rw-rw- gingold/gingold 225 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/labfloat.s -rw-rw-rw- gingold/gingold 260 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/macroat.d -rw-rw-rw- gingold/gingold 226 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/macroat.s -rw-rw-rw- gingold/gingold 190 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/march-err-1.s -rw-rw-rw- gingold/gingold 243 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/march-err-2.s -rw-rw-rw- gingold/gingold 10659 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/movem-to-reg.d -rw-rw-rw- gingold/gingold 1260 2005-03-08 03:26 binutils-2.23.2/gas/testsuite/gas/cris/mulbug-err-1.s -rw-rw-rw- gingold/gingold 167 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/nosep.d -rw-rw-rw- gingold/gingold 190 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/nosep.s -rw-rw-rw- gingold/gingold 370 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/oneop-type.d -rw-rw-rw- gingold/gingold 2570 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/operand-err-1.s -rw-rw-rw- gingold/gingold 1176 2001-03-23 06:58 binutils-2.23.2/gas/testsuite/gas/cris/pic-err-1.s -rw-rw-rw- gingold/gingold 225 2011-05-16 05:29 binutils-2.23.2/gas/testsuite/gas/cris/pic-err-2.s -rw-rw-rw- gingold/gingold 216 2011-05-16 05:29 binutils-2.23.2/gas/testsuite/gas/cris/pic-err-3.s -rw-rw-rw- gingold/gingold 5925 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/prefix.d -rw-rw-rw- gingold/gingold 2621 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/prefix.s -rw-rw-rw- gingold/gingold 266 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/push-err-1.s -rw-rw-rw- gingold/gingold 311 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/push-err-2.s -rw-rw-rw- gingold/gingold 2158 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/pushpop-byte-sreg.d -rw-rw-rw- gingold/gingold 479 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/cris/pushpop-dcr1-sreg.d -rw-rw-rw- gingold/gingold 2191 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/pushpop-dword-sreg.d -rw-rw-rw- gingold/gingold 2190 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/pushpop-word-sreg.d -rw-rw-rw- gingold/gingold 4862 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/pushpop.d -rw-rw-rw- gingold/gingold 2085 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/pushpop.s -rw-rw-rw- gingold/gingold 179 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/pushpopv32.s -rw-rw-rw- gingold/gingold 752 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/quick-s6.d -rw-rw-rw- gingold/gingold 466 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/quick-u5.d -rw-rw-rw- gingold/gingold 838 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/quick-u6.d -rw-rw-rw- gingold/gingold 935 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/quick.s -rw-rw-rw- gingold/gingold 4330 2005-03-24 01:01 binutils-2.23.2/gas/testsuite/gas/cris/range-err-1.s -rw-rw-rw- gingold/gingold 299 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/range-err-2.s -rw-rw-rw- gingold/gingold 1873 2005-07-08 05:53 binutils-2.23.2/gas/testsuite/gas/cris/rd-abs32-1.d -rw-rw-rw- gingold/gingold 1919 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-abs32-2.d -rw-rw-rw- gingold/gingold 145 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-arch-1.d -rw-rw-rw- gingold/gingold 164 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-arch-2.d -rw-rw-rw- gingold/gingold 140 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-arch-3.d -rw-rw-rw- gingold/gingold 897 2005-12-07 07:43 binutils-2.23.2/gas/testsuite/gas/cris/rd-bcnst-pic.d -rw-rw-rw- gingold/gingold 692 2005-03-08 03:26 binutils-2.23.2/gas/testsuite/gas/cris/rd-bcnst.d -rw-rw-rw- gingold/gingold 35 2002-11-26 09:19 binutils-2.23.2/gas/testsuite/gas/cris/rd-bcnst.s -rw-rw-rw- gingold/gingold 407 2008-11-12 03:36 binutils-2.23.2/gas/testsuite/gas/cris/rd-bcnst2-pic.d -rw-rw-rw- gingold/gingold 369 2008-11-12 03:36 binutils-2.23.2/gas/testsuite/gas/cris/rd-bcnst2.d -rw-rw-rw- gingold/gingold 16 2008-11-12 03:36 binutils-2.23.2/gas/testsuite/gas/cris/rd-bcnst2.s -rw-rw-rw- gingold/gingold 555 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw1b.d -rw-rw-rw- gingold/gingold 711 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw2b.d -rw-rw-rw- gingold/gingold 7624 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw3b.d -rw-rw-rw- gingold/gingold 1115 2009-03-10 15:40 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw4.d -rw-rw-rw- gingold/gingold 610 2009-03-10 15:40 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw4.s -rw-rw-rw- gingold/gingold 1185 2009-03-10 15:40 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw4v32.d -rw-rw-rw- gingold/gingold 706 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5.d -rw-rw-rw- gingold/gingold 543 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5.s -rw-rw-rw- gingold/gingold 98 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5b.d -rw-rw-rw- gingold/gingold 107 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5bpic.d -rw-rw-rw- gingold/gingold 113 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5bv32.d -rw-rw-rw- gingold/gingold 119 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5bv32pic.d -rw-rw-rw- gingold/gingold 677 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5pic.d -rw-rw-rw- gingold/gingold 656 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5v32.d -rw-rw-rw- gingold/gingold 662 2009-03-11 04:17 binutils-2.23.2/gas/testsuite/gas/cris/rd-bkw5v32pic.d -rw-rw-rw- gingold/gingold 379 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-bound1.d -rw-rw-rw- gingold/gingold 157 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-bound1.s -rw-rw-rw- gingold/gingold 414 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-bound2.d -rw-rw-rw- gingold/gingold 394 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-bound3.d -rw-rw-rw- gingold/gingold 503 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-bound4.d -rw-rw-rw- gingold/gingold 22052 2005-12-07 07:43 binutils-2.23.2/gas/testsuite/gas/cris/rd-branch-pic.d -rw-rw-rw- gingold/gingold 714 2005-03-08 03:26 binutils-2.23.2/gas/testsuite/gas/cris/rd-break32.d -rw-rw-rw- gingold/gingold 620 2011-05-16 05:29 binutils-2.23.2/gas/testsuite/gas/cris/rd-brokw-pic-1.d -rw-rw-rw- gingold/gingold 817 2011-05-16 05:29 binutils-2.23.2/gas/testsuite/gas/cris/rd-brokw-pic-2.d -rw-rw-rw- gingold/gingold 8503 2005-12-07 07:43 binutils-2.23.2/gas/testsuite/gas/cris/rd-brokw-pic-3.d -rw-rw-rw- gingold/gingold 430 2008-12-21 21:18 binutils-2.23.2/gas/testsuite/gas/cris/rd-dtpoffd1.d -rw-rw-rw- gingold/gingold 302 2008-12-21 21:18 binutils-2.23.2/gas/testsuite/gas/cris/rd-dtpoffd1.s -rw-rw-rw- gingold/gingold 1056 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-1.d -rw-rw-rw- gingold/gingold 281 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-10.d -rw-rw-rw- gingold/gingold 2224 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-11.d -rw-rw-rw- gingold/gingold 6017 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-12.d -rw-rw-rw- gingold/gingold 1896 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-13.d -rw-rw-rw- gingold/gingold 1625 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-14.d -rw-rw-rw- gingold/gingold 11032 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-15.d -rw-rw-rw- gingold/gingold 1989 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-2.d -rw-rw-rw- gingold/gingold 372 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-3.d -rw-rw-rw- gingold/gingold 410 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-4.d -rw-rw-rw- gingold/gingold 483 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-5.d -rw-rw-rw- gingold/gingold 16110 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-6.d -rw-rw-rw- gingold/gingold 535 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-7.d -rw-rw-rw- gingold/gingold 651 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-8.d -rw-rw-rw- gingold/gingold 3690 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/cris/rd-dw2-9.d -rw-rw-rw- gingold/gingold 1823 2011-05-16 05:29 binutils-2.23.2/gas/testsuite/gas/cris/rd-fragtest-pic.d -rw-rw-rw- gingold/gingold 785 2004-03-22 00:47 binutils-2.23.2/gas/testsuite/gas/cris/rd-mulbug-1.d -rw-rw-rw- gingold/gingold 612 2005-12-06 00:26 binutils-2.23.2/gas/testsuite/gas/cris/rd-pcplus.d -rw-rw-rw- gingold/gingold 205 2005-12-06 00:26 binutils-2.23.2/gas/testsuite/gas/cris/rd-pcplus.s -rw-rw-rw- gingold/gingold 1828 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/rd-pcrel1.d -rw-rw-rw- gingold/gingold 866 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/rd-pcrel1.s -rw-rw-rw- gingold/gingold 2308 2005-03-08 03:26 binutils-2.23.2/gas/testsuite/gas/cris/rd-pcrel2.d -rw-rw-rw- gingold/gingold 1486 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/rd-pcrel2.s -rw-rw-rw- gingold/gingold 2682 2012-05-14 14:23 binutils-2.23.2/gas/testsuite/gas/cris/rd-pic-1.d -rw-rw-rw- gingold/gingold 961 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/rd-pic-1.s -rw-rw-rw- gingold/gingold 400 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-pic-2.d -rw-rw-rw- gingold/gingold 156 2005-07-08 05:53 binutils-2.23.2/gas/testsuite/gas/cris/rd-pic-2.s -rw-rw-rw- gingold/gingold 383 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-ppv1032.d -rw-rw-rw- gingold/gingold 372 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-ppv32.d -rw-rw-rw- gingold/gingold 1352 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/rd-regprefix-1.d -rw-rw-rw- gingold/gingold 696 2000-09-29 20:39 binutils-2.23.2/gas/testsuite/gas/cris/rd-regprefix-1.s -rw-rw-rw- gingold/gingold 1953 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/rd-regprefix-1b.d -rw-rw-rw- gingold/gingold 1360 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-spr-1.d -rw-rw-rw- gingold/gingold 380 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-spr-1.s -rw-rw-rw- gingold/gingold 1227 2012-05-14 14:23 binutils-2.23.2/gas/testsuite/gas/cris/rd-tls-1.d -rw-rw-rw- gingold/gingold 620 2008-12-20 01:28 binutils-2.23.2/gas/testsuite/gas/cris/rd-tls-1.s -rw-rw-rw- gingold/gingold 2039 2012-05-14 14:23 binutils-2.23.2/gas/testsuite/gas/cris/rd-tls-2.d -rw-rw-rw- gingold/gingold 900 2008-10-04 19:23 binutils-2.23.2/gas/testsuite/gas/cris/rd-tls-2.s -rw-rw-rw- gingold/gingold 373 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-usp-1.d -rw-rw-rw- gingold/gingold 385 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-usp-1b.d -rw-rw-rw- gingold/gingold 290 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v10_32o-1.d -rw-rw-rw- gingold/gingold 1180 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v10_32o-2.d -rw-rw-rw- gingold/gingold 265 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v10_32o-2.s -rw-rw-rw- gingold/gingold 671 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-b1.d -rw-rw-rw- gingold/gingold 135 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-b1.s -rw-rw-rw- gingold/gingold 1019 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-b2.d -rw-rw-rw- gingold/gingold 147 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-b2.s -rw-rw-rw- gingold/gingold 644 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-b3.d -rw-rw-rw- gingold/gingold 104 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-b3.s -rw-rw-rw- gingold/gingold 763 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-f1.d -rw-rw-rw- gingold/gingold 194 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-f1.s -rw-rw-rw- gingold/gingold 549 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-i1.d -rw-rw-rw- gingold/gingold 171 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-i1.s -rw-rw-rw- gingold/gingold 345 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-l1.d -rw-rw-rw- gingold/gingold 40 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-l1.s -rw-rw-rw- gingold/gingold 286 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-l3.d -rw-rw-rw- gingold/gingold 46 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-l3.s -rw-rw-rw- gingold/gingold 1366 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-l4.d -rw-rw-rw- gingold/gingold 343 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32-l4.s -rw-rw-rw- gingold/gingold 273 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32o-1.d -rw-rw-rw- gingold/gingold 5715 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32s-1.d -rw-rw-rw- gingold/gingold 545 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32s-2.d -rw-rw-rw- gingold/gingold 248 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32s-2.s -rw-rw-rw- gingold/gingold 332 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32s-3.d -rw-rw-rw- gingold/gingold 152 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32s-3.s -rw-rw-rw- gingold/gingold 3308 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32s-4.d -rw-rw-rw- gingold/gingold 1264 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/rd-v32s-4.s -rw-rw-rw- gingold/gingold 361 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/rd-vao-1.d -rw-rw-rw- gingold/gingold 11208 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/reg-to-mem.d -rw-rw-rw- gingold/gingold 1246 2000-09-29 20:39 binutils-2.23.2/gas/testsuite/gas/cris/regprefix-err-1.s -rw-rw-rw- gingold/gingold 425 2004-03-22 00:47 binutils-2.23.2/gas/testsuite/gas/cris/regreg.d -rw-rw-rw- gingold/gingold 459 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/regreg.s -rw-rw-rw- gingold/gingold 277 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/return.d -rw-rw-rw- gingold/gingold 148 2000-07-21 02:48 binutils-2.23.2/gas/testsuite/gas/cris/return.s -rw-rw-rw- gingold/gingold 787 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/scc.d -rw-rw-rw- gingold/gingold 283 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/scc.s -rw-rw-rw- gingold/gingold 168 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/sep-err-1.s -rw-rw-rw- gingold/gingold 179 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/sep-err-2.s -rw-rw-rw- gingold/gingold 179 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/sep-err-3.s -rw-rw-rw- gingold/gingold 145 2001-05-27 11:34 binutils-2.23.2/gas/testsuite/gas/cris/separator.d -rw-rw-rw- gingold/gingold 532 2000-07-21 02:48 binutils-2.23.2/gas/testsuite/gas/cris/separator.s -rw-rw-rw- gingold/gingold 189 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/shexpr-1.d -rw-rw-rw- gingold/gingold 131 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/shexpr-1.s -rw-rw-rw- gingold/gingold 15753 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/sreg-to-x.d -rw-rw-rw- gingold/gingold 319 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/cris/string-1.d -rw-rw-rw- gingold/gingold 325 2000-07-21 02:48 binutils-2.23.2/gas/testsuite/gas/cris/string-1.s -rw-rw-rw- gingold/gingold 319 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/cris/string-2.d -rw-rw-rw- gingold/gingold 237 2000-07-21 02:48 binutils-2.23.2/gas/testsuite/gas/cris/string-2.s -rw-rw-rw- gingold/gingold 18571 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/test.d -rw-rw-rw- gingold/gingold 951 2008-12-20 01:28 binutils-2.23.2/gas/testsuite/gas/cris/tls-err-1.s -rw-rw-rw- gingold/gingold 1091 2008-10-04 19:23 binutils-2.23.2/gas/testsuite/gas/cris/tls-err-2.s -rw-rw-rw- gingold/gingold 494 2008-10-04 19:23 binutils-2.23.2/gas/testsuite/gas/cris/tls-err-3.s -rw-rw-rw- gingold/gingold 1347 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/unimplemented.d -rw-rw-rw- gingold/gingold 698 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/unimplemented.s -rw-rw-rw- gingold/gingold 13334 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/unop-mem.d -rw-rw-rw- gingold/gingold 11537 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/unop.s -rw-rw-rw- gingold/gingold 228 2000-09-29 20:39 binutils-2.23.2/gas/testsuite/gas/cris/us-err-1.s -rw-rw-rw- gingold/gingold 328 2000-09-29 20:39 binutils-2.23.2/gas/testsuite/gas/cris/us-err-2.s -rw-rw-rw- gingold/gingold 335 2000-09-29 20:39 binutils-2.23.2/gas/testsuite/gas/cris/us-err-3.s -rw-rw-rw- gingold/gingold 5260 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-1.s -rw-rw-rw- gingold/gingold 688 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-10.s -rw-rw-rw- gingold/gingold 400 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-11.s -rw-rw-rw- gingold/gingold 379 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-2.s -rw-rw-rw- gingold/gingold 373 2005-09-01 02:33 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-3.s -rw-rw-rw- gingold/gingold 434 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-4.s -rw-rw-rw- gingold/gingold 859 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-5.s -rw-rw-rw- gingold/gingold 617 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-6.s -rw-rw-rw- gingold/gingold 238 2005-03-08 03:26 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-7.s -rw-rw-rw- gingold/gingold 379 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-8.s -rw-rw-rw- gingold/gingold 258 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/cris/v32-err-9.s -rw-rw-rw- gingold/gingold 5052 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/x-to-byte-sreg.d -rw-rw-rw- gingold/gingold 2273 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/cris/x-to-dcr1-sreg.d -rw-rw-rw- gingold/gingold 12154 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/x-to-dword-sreg.d -rw-rw-rw- gingold/gingold 9071 2003-06-16 01:46 binutils-2.23.2/gas/testsuite/gas/cris/x-to-word-sreg.d -rw-rw-rw- gingold/gingold 304 2007-06-05 19:00 binutils-2.23.2/gas/testsuite/gas/crx/allinsn.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/crx -rw-rw-rw- gingold/gingold 4706 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/arith_insn.d -rw-rw-rw- gingold/gingold 2538 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/arith_insn.s -rw-rw-rw- gingold/gingold 500 2004-12-21 17:25 binutils-2.23.2/gas/testsuite/gas/crx/beq_insn.d -rw-rw-rw- gingold/gingold 324 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/beq_insn.s -rw-rw-rw- gingold/gingold 4584 2004-12-21 17:25 binutils-2.23.2/gas/testsuite/gas/crx/bit_insn.d -rw-rw-rw- gingold/gingold 1901 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/bit_insn.s -rw-rw-rw- gingold/gingold 3633 2004-12-21 17:25 binutils-2.23.2/gas/testsuite/gas/crx/br_insn.d -rw-rw-rw- gingold/gingold 1380 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/br_insn.s -rw-rw-rw- gingold/gingold 869 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/cmov_insn.d -rw-rw-rw- gingold/gingold 684 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/cmov_insn.s -rw-rw-rw- gingold/gingold 9299 2004-12-21 17:25 binutils-2.23.2/gas/testsuite/gas/crx/cmpbr_insn.d -rw-rw-rw- gingold/gingold 3667 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/cmpbr_insn.s -rw-rw-rw- gingold/gingold 1528 2004-12-21 17:25 binutils-2.23.2/gas/testsuite/gas/crx/cop_insn.d -rw-rw-rw- gingold/gingold 962 2004-10-27 12:32 binutils-2.23.2/gas/testsuite/gas/crx/cop_insn.s -rw-rw-rw- gingold/gingold 825 2005-07-14 09:30 binutils-2.23.2/gas/testsuite/gas/crx/gas-segfault.d -rw-rw-rw- gingold/gingold 1956 2005-07-14 09:30 binutils-2.23.2/gas/testsuite/gas/crx/gas-segfault.s -rw-rw-rw- gingold/gingold 1350 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/jscond_insn.d -rw-rw-rw- gingold/gingold 835 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/jscond_insn.s -rw-rw-rw- gingold/gingold 788 2004-10-27 12:32 binutils-2.23.2/gas/testsuite/gas/crx/list_insn.d -rw-rw-rw- gingold/gingold 601 2004-10-27 12:32 binutils-2.23.2/gas/testsuite/gas/crx/list_insn.s -rw-rw-rw- gingold/gingold 4595 2004-12-21 17:25 binutils-2.23.2/gas/testsuite/gas/crx/load_stor_insn.d -rw-rw-rw- gingold/gingold 2038 2004-10-07 16:18 binutils-2.23.2/gas/testsuite/gas/crx/load_stor_insn.s -rw-rw-rw- gingold/gingold 4080 2004-10-07 16:18 binutils-2.23.2/gas/testsuite/gas/crx/misc_insn.d -rw-rw-rw- gingold/gingold 3049 2004-10-07 16:18 binutils-2.23.2/gas/testsuite/gas/crx/misc_insn.s -rw-rw-rw- gingold/gingold 335 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/no_op_insn.d -rw-rw-rw- gingold/gingold 221 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/no_op_insn.s -rw-rw-rw- gingold/gingold 848 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/shift_insn.d -rw-rw-rw- gingold/gingold 509 2004-09-03 16:31 binutils-2.23.2/gas/testsuite/gas/crx/shift_insn.s -rw-rw-rw- gingold/gingold 1198 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/address-001.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/d10v -rw-rw-rw- gingold/gingold 1311 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-001.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-002.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-002.s -rw-rw-rw- gingold/gingold 102 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-003.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-003.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-004.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-004.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-005.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-005.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-006.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-006.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-007.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-007.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-008.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-008.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-009.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-009.s -rw-rw-rw- gingold/gingold 99 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-010.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-010.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-011.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-011.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-012.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-012.s -rw-rw-rw- gingold/gingold 99 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-013.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-013.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-014.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-014.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-015.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-015.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-016.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-016.s -rw-rw-rw- gingold/gingold 99 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-017.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-017.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-018.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-018.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-019.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-019.s -rw-rw-rw- gingold/gingold 99 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-020.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-020.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-021.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-021.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-022.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-022.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-023.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-023.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-024.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-024.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-025.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-025.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-026.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-026.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-027.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-027.s -rw-rw-rw- gingold/gingold 60 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-028.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-028.s -rw-rw-rw- gingold/gingold 60 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-029.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-029.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-030.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-030.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-031.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-031.s -rw-rw-rw- gingold/gingold 99 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-032.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-032.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-033.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-033.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-034.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-034.s -rw-rw-rw- gingold/gingold 99 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-035.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-035.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-036.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-036.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-037.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-037.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-038.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-038.s -rw-rw-rw- gingold/gingold 99 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-039.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-039.s -rw-rw-rw- gingold/gingold 101 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-040.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-040.s -rw-rw-rw- gingold/gingold 100 2007-02-28 19:38 binutils-2.23.2/gas/testsuite/gas/d10v/address-041.l -rw-rw-rw- gingold/gingold 95 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/address-041.s -rw-rw-rw- gingold/gingold 617 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/control-001.d -rw-rw-rw- gingold/gingold 569 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/control-001.s -rw-rw-rw- gingold/gingold 3008 2007-06-05 19:00 binutils-2.23.2/gas/testsuite/gas/d10v/d10v.exp -rw-rw-rw- gingold/gingold 188 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/error-001.d -rw-rw-rw- gingold/gingold 138 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/error-001.s -rw-rw-rw- gingold/gingold 96 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/error-002.d -rw-rw-rw- gingold/gingold 118 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/error-002.s -rw-rw-rw- gingold/gingold 827 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-001.d -rw-rw-rw- gingold/gingold 632 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-001.s -rw-rw-rw- gingold/gingold 155 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-002.d -rw-rw-rw- gingold/gingold 101 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-002.s -rw-rw-rw- gingold/gingold 172 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-003.d -rw-rw-rw- gingold/gingold 82 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-003.s -rw-rw-rw- gingold/gingold 62 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-004.d -rw-rw-rw- gingold/gingold 88 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-004.s -rw-rw-rw- gingold/gingold 62 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-005.d -rw-rw-rw- gingold/gingold 88 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-005.s -rw-rw-rw- gingold/gingold 448 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-006.d -rw-rw-rw- gingold/gingold 159 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-006.s -rw-rw-rw- gingold/gingold 285 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-007.d -rw-rw-rw- gingold/gingold 135 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/immediate-007.s -rw-rw-rw- gingold/gingold 615 1999-10-07 08:19 binutils-2.23.2/gas/testsuite/gas/d10v/inst.d -rw-rw-rw- gingold/gingold 442 1999-10-07 08:19 binutils-2.23.2/gas/testsuite/gas/d10v/inst.s -rw-rw-rw- gingold/gingold 674 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-001.d -rw-rw-rw- gingold/gingold 247 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-001.s -rw-rw-rw- gingold/gingold 355 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-002.d -rw-rw-rw- gingold/gingold 161 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-002.s -rw-rw-rw- gingold/gingold 309 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-003.d -rw-rw-rw- gingold/gingold 149 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-003.s -rw-rw-rw- gingold/gingold 236 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-004.d -rw-rw-rw- gingold/gingold 116 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-004.s -rw-rw-rw- gingold/gingold 790 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-005.d -rw-rw-rw- gingold/gingold 474 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-005.s -rw-rw-rw- gingold/gingold 1158 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-006.d -rw-rw-rw- gingold/gingold 432 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-006.s -rw-rw-rw- gingold/gingold 327 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-007.d -rw-rw-rw- gingold/gingold 366 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-007.s -rw-rw-rw- gingold/gingold 347 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-008.d -rw-rw-rw- gingold/gingold 430 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-009.d -rw-rw-rw- gingold/gingold 383 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing-010.d -rw-rw-rw- gingold/gingold 2374 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing.d -rw-rw-rw- gingold/gingold 1584 2002-05-24 05:05 binutils-2.23.2/gas/testsuite/gas/d10v/instruction_packing.s -rw-rw-rw- gingold/gingold 55831 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/label-001.d -rw-rw-rw- gingold/gingold 15882 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/label-001.s -rw-rw-rw- gingold/gingold 69 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-001.d -rw-rw-rw- gingold/gingold 39 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-001.s -rw-rw-rw- gingold/gingold 69 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-002.d -rw-rw-rw- gingold/gingold 39 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-002.s -rw-rw-rw- gingold/gingold 70 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-003.d -rw-rw-rw- gingold/gingold 40 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-003.s -rw-rw-rw- gingold/gingold 70 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-004.d -rw-rw-rw- gingold/gingold 40 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-004.s -rw-rw-rw- gingold/gingold 79 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-005.d -rw-rw-rw- gingold/gingold 40 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-005.s -rw-rw-rw- gingold/gingold 70 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-006.d -rw-rw-rw- gingold/gingold 40 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-006.s -rw-rw-rw- gingold/gingold 79 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-007.d -rw-rw-rw- gingold/gingold 40 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-007.s -rw-rw-rw- gingold/gingold 70 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-008.d -rw-rw-rw- gingold/gingold 49 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-008.s -rw-rw-rw- gingold/gingold 70 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-009.d -rw-rw-rw- gingold/gingold 49 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-009.s -rw-rw-rw- gingold/gingold 69 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-010.d -rw-rw-rw- gingold/gingold 50 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-010.s -rw-rw-rw- gingold/gingold 69 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-011.d -rw-rw-rw- gingold/gingold 65 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-011.s -rw-rw-rw- gingold/gingold 69 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-012.d -rw-rw-rw- gingold/gingold 50 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-012.s -rw-rw-rw- gingold/gingold 69 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-013.d -rw-rw-rw- gingold/gingold 61 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-013.s -rw-rw-rw- gingold/gingold 211 2003-08-02 13:34 binutils-2.23.2/gas/testsuite/gas/d10v/warning-014.d -rw-rw-rw- gingold/gingold 150 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-014.s -rw-rw-rw- gingold/gingold 84 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-015.d -rw-rw-rw- gingold/gingold 72 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-016.d -rw-rw-rw- gingold/gingold 69 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-016.s -rw-rw-rw- gingold/gingold 72 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-017.d -rw-rw-rw- gingold/gingold 64 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-017.s -rw-rw-rw- gingold/gingold 72 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-018.d -rw-rw-rw- gingold/gingold 64 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-018.s -rw-rw-rw- gingold/gingold 68 2005-02-21 11:07 binutils-2.23.2/gas/testsuite/gas/d10v/warning-019.d -rw-rw-rw- gingold/gingold 65 2002-05-30 18:12 binutils-2.23.2/gas/testsuite/gas/d10v/warning-019.s -rw-rw-rw- gingold/gingold 450 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/align.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/d30v -rw-rw-rw- gingold/gingold 273 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/align.s -rw-rw-rw- gingold/gingold 863 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/array.d -rw-rw-rw- gingold/gingold 293 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/array.s -rw-rw-rw- gingold/gingold 726 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/bittest.d -rw-rw-rw- gingold/gingold 2104 2000-07-06 00:28 binutils-2.23.2/gas/testsuite/gas/d30v/bittest.l -rw-rw-rw- gingold/gingold 823 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/bittest.s -rw-rw-rw- gingold/gingold 468 2007-06-05 19:00 binutils-2.23.2/gas/testsuite/gas/d30v/d30.exp -rw-rw-rw- gingold/gingold 633 2002-08-16 02:06 binutils-2.23.2/gas/testsuite/gas/d30v/guard-debug.d -rw-rw-rw- gingold/gingold 316 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/guard-debug.s -rw-rw-rw- gingold/gingold 663 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/guard.d -rw-rw-rw- gingold/gingold 347 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/guard.s -rw-rw-rw- gingold/gingold 15975 2000-07-06 00:28 binutils-2.23.2/gas/testsuite/gas/d30v/inst.d -rw-rw-rw- gingold/gingold 7078 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/inst.s -rw-rw-rw- gingold/gingold 563 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/label-debug.d -rw-rw-rw- gingold/gingold 142 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/label-debug.s -rw-rw-rw- gingold/gingold 373 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/label.d -rw-rw-rw- gingold/gingold 142 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/label.s -rw-rw-rw- gingold/gingold 804 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/mul.d -rw-rw-rw- gingold/gingold 840 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/mul.s -rw-rw-rw- gingold/gingold 4513 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/opt.d -rw-rw-rw- gingold/gingold 3377 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/opt.s -rw-rw-rw- gingold/gingold 3501 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/reloc.d -rw-rw-rw- gingold/gingold 868 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/reloc.s -rw-rw-rw- gingold/gingold 1698 2005-03-03 13:35 binutils-2.23.2/gas/testsuite/gas/d30v/serial.l -rw-rw-rw- gingold/gingold 570 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/serial.s -rw-rw-rw- gingold/gingold 4899 2009-09-08 12:37 binutils-2.23.2/gas/testsuite/gas/d30v/serial2.l -rw-rw-rw- gingold/gingold 813 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/serial2.s -rw-rw-rw- gingold/gingold 3421 2005-03-03 13:35 binutils-2.23.2/gas/testsuite/gas/d30v/serial2O.l -rw-rw-rw- gingold/gingold 813 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/serial2O.s -rw-rw-rw- gingold/gingold 2105 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/warn_oddreg.l -rw-rw-rw- gingold/gingold 377 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/d30v/warn_oddreg.s -rw-rw-rw- gingold/gingold 234 2004-04-01 10:22 binutils-2.23.2/gas/testsuite/gas/dlx/alltests.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/dlx -rw-rw-rw- gingold/gingold 1024 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/branch.d -rw-rw-rw- gingold/gingold 357 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/branch.s -rw-rw-rw- gingold/gingold 1325 2004-04-01 10:22 binutils-2.23.2/gas/testsuite/gas/dlx/itype.d -rw-rw-rw- gingold/gingold 600 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/itype.s -rw-rw-rw- gingold/gingold 595 2004-04-01 10:22 binutils-2.23.2/gas/testsuite/gas/dlx/lhi.d -rw-rw-rw- gingold/gingold 233 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/lhi.s -rw-rw-rw- gingold/gingold 924 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/load.d -rw-rw-rw- gingold/gingold 508 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/load.s -rw-rw-rw- gingold/gingold 400 2004-04-01 10:22 binutils-2.23.2/gas/testsuite/gas/dlx/lohi.d -rw-rw-rw- gingold/gingold 190 2004-04-01 10:22 binutils-2.23.2/gas/testsuite/gas/dlx/lohi.s -rw-rw-rw- gingold/gingold 1172 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/rtype.d -rw-rw-rw- gingold/gingold 622 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/rtype.s -rw-rw-rw- gingold/gingold 509 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/store.d -rw-rw-rw- gingold/gingold 221 2002-05-28 16:08 binutils-2.23.2/gas/testsuite/gas/dlx/store.s -rw-rw-rw- gingold/gingold 52 2011-08-04 22:20 binutils-2.23.2/gas/testsuite/gas/elf/bad-group.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/elf -rw-rw-rw- gingold/gingold 64 2011-08-04 22:20 binutils-2.23.2/gas/testsuite/gas/elf/bad-group.err -rw-rw-rw- gingold/gingold 271 2012-02-14 02:01 binutils-2.23.2/gas/testsuite/gas/elf/bad-group.s -rw-rw-rw- gingold/gingold 66 2010-09-17 01:55 binutils-2.23.2/gas/testsuite/gas/elf/bad-section-flag.d -rw-rw-rw- gingold/gingold 84 2010-09-17 01:55 binutils-2.23.2/gas/testsuite/gas/elf/bad-section-flag.err -rw-rw-rw- gingold/gingold 28 2010-09-17 01:55 binutils-2.23.2/gas/testsuite/gas/elf/bad-section-flag.s -rw-rw-rw- gingold/gingold 60 2011-02-25 18:00 binutils-2.23.2/gas/testsuite/gas/elf/bad-size.d -rw-rw-rw- gingold/gingold 62 2011-03-18 12:16 binutils-2.23.2/gas/testsuite/gas/elf/bad-size.err -rw-rw-rw- gingold/gingold 103 2011-02-25 18:00 binutils-2.23.2/gas/testsuite/gas/elf/bad-size.s -rw-rw-rw- gingold/gingold 59 2012-06-30 14:35 binutils-2.23.2/gas/testsuite/gas/elf/common1.d -rw-rw-rw- gingold/gingold 89 2012-06-30 14:35 binutils-2.23.2/gas/testsuite/gas/elf/common1.l -rw-rw-rw- gingold/gingold 31 2012-06-30 14:35 binutils-2.23.2/gas/testsuite/gas/elf/common1.s -rw-rw-rw- gingold/gingold 59 2012-06-30 14:35 binutils-2.23.2/gas/testsuite/gas/elf/common2.d -rw-rw-rw- gingold/gingold 89 2012-06-30 14:35 binutils-2.23.2/gas/testsuite/gas/elf/common2.l -rw-rw-rw- gingold/gingold 31 2012-06-30 14:35 binutils-2.23.2/gas/testsuite/gas/elf/common2.s -rw-rw-rw- gingold/gingold 2931 2012-05-17 12:00 binutils-2.23.2/gas/testsuite/gas/elf/dwarf2-1.d -rw-rw-rw- gingold/gingold 5246 2010-10-29 14:10 binutils-2.23.2/gas/testsuite/gas/elf/dwarf2-1.s -rw-rw-rw- gingold/gingold 2931 2012-05-17 12:00 binutils-2.23.2/gas/testsuite/gas/elf/dwarf2-2.d -rw-rw-rw- gingold/gingold 5371 2010-10-29 14:10 binutils-2.23.2/gas/testsuite/gas/elf/dwarf2-2.s -rw-rw-rw- gingold/gingold 837 2010-11-15 19:14 binutils-2.23.2/gas/testsuite/gas/elf/dwarf2-3.d -rw-rw-rw- gingold/gingold 2789 2010-07-22 06:48 binutils-2.23.2/gas/testsuite/gas/elf/dwarf2-3.s -rw-rw-rw- gingold/gingold 221 2011-01-18 19:55 binutils-2.23.2/gas/testsuite/gas/elf/dwarf2-4.d -rw-rw-rw- gingold/gingold 236 2011-02-10 06:06 binutils-2.23.2/gas/testsuite/gas/elf/dwarf2-4.s -rw-rw-rw- gingold/gingold 283 2001-05-23 07:33 binutils-2.23.2/gas/testsuite/gas/elf/ehopt0.d -rw-rw-rw- gingold/gingold 406 2002-08-16 02:06 binutils-2.23.2/gas/testsuite/gas/elf/ehopt0.s -rw-rw-rw- gingold/gingold 5626 2012-06-30 14:35 binutils-2.23.2/gas/testsuite/gas/elf/elf.exp -rw-rw-rw- gingold/gingold 260 2006-11-15 16:59 binutils-2.23.2/gas/testsuite/gas/elf/equ-reloc.d -rw-rw-rw- gingold/gingold 152 2006-11-15 16:59 binutils-2.23.2/gas/testsuite/gas/elf/equ-reloc.s -rw-rw-rw- gingold/gingold 420 2009-07-27 12:04 binutils-2.23.2/gas/testsuite/gas/elf/file.d -rw-rw-rw- gingold/gingold 390 2009-07-27 12:04 binutils-2.23.2/gas/testsuite/gas/elf/file.s -rw-rw-rw- gingold/gingold 127 2004-05-11 17:53 binutils-2.23.2/gas/testsuite/gas/elf/group0.s -rw-rw-rw- gingold/gingold 209 2010-10-23 20:05 binutils-2.23.2/gas/testsuite/gas/elf/group0a.d -rw-rw-rw- gingold/gingold 207 2010-10-23 20:05 binutils-2.23.2/gas/testsuite/gas/elf/group0b.d -rw-rw-rw- gingold/gingold 128 2010-10-23 20:05 binutils-2.23.2/gas/testsuite/gas/elf/group0c.d -rw-rw-rw- gingold/gingold 65 2004-05-11 17:53 binutils-2.23.2/gas/testsuite/gas/elf/group1.s -rw-rw-rw- gingold/gingold 317 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/elf/group1a.d -rw-rw-rw- gingold/gingold 223 2010-10-23 20:05 binutils-2.23.2/gas/testsuite/gas/elf/group1b.d -rw-rw-rw- gingold/gingold 288 2010-08-18 02:43 binutils-2.23.2/gas/testsuite/gas/elf/groupauto.s -rw-rw-rw- gingold/gingold 407 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/elf/groupautoa.d -rw-rw-rw- gingold/gingold 228 2010-10-28 08:12 binutils-2.23.2/gas/testsuite/gas/elf/groupautob.d -rw-rw-rw- gingold/gingold 243 2009-09-08 04:54 binutils-2.23.2/gas/testsuite/gas/elf/ifunc-1.d -rw-rw-rw- gingold/gingold 145 2009-05-22 20:11 binutils-2.23.2/gas/testsuite/gas/elf/ifunc-1.s -rw-rw-rw- gingold/gingold 53 2010-07-15 16:34 binutils-2.23.2/gas/testsuite/gas/elf/pseudo.d -rw-rw-rw- gingold/gingold 572 2010-07-15 16:34 binutils-2.23.2/gas/testsuite/gas/elf/pseudo.l -rw-rw-rw- gingold/gingold 267 2010-07-15 16:34 binutils-2.23.2/gas/testsuite/gas/elf/pseudo.s -rw-rw-rw- gingold/gingold 176 2005-11-17 08:29 binutils-2.23.2/gas/testsuite/gas/elf/redef.d -rw-rw-rw- gingold/gingold 133 2005-11-17 08:29 binutils-2.23.2/gas/testsuite/gas/elf/redef.s -rw-rw-rw- gingold/gingold 655 2010-01-13 15:08 binutils-2.23.2/gas/testsuite/gas/elf/section0.d -rw-rw-rw- gingold/gingold 283 2000-10-19 05:19 binutils-2.23.2/gas/testsuite/gas/elf/section0.s -rw-rw-rw- gingold/gingold 655 2010-01-13 15:08 binutils-2.23.2/gas/testsuite/gas/elf/section1.d -rw-rw-rw- gingold/gingold 427 2000-10-19 05:19 binutils-2.23.2/gas/testsuite/gas/elf/section1.s -rw-rw-rw- gingold/gingold 298 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/section2.e -rw-rw-rw- gingold/gingold 339 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-armeabi -rw-rw-rw- gingold/gingold 382 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-armelf -rw-rw-rw- gingold/gingold 339 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-m32r -rw-rw-rw- gingold/gingold 430 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-mips -rw-rw-rw- gingold/gingold 340 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-miwmmxt -rw-rw-rw- gingold/gingold 344 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-rx -rw-rw-rw- gingold/gingold 369 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-score -rw-rw-rw- gingold/gingold 386 2010-06-16 02:36 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-tic6x -rw-rw-rw- gingold/gingold 339 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/section2.e-xtensa -rw-rw-rw- gingold/gingold 123 2001-08-01 03:51 binutils-2.23.2/gas/testsuite/gas/elf/section2.l -rw-rw-rw- gingold/gingold 53 2001-06-06 23:07 binutils-2.23.2/gas/testsuite/gas/elf/section2.s -rw-rw-rw- gingold/gingold 78 2003-07-29 04:03 binutils-2.23.2/gas/testsuite/gas/elf/section3.d -rw-rw-rw- gingold/gingold 40 2003-07-29 04:03 binutils-2.23.2/gas/testsuite/gas/elf/section3.s -rw-rw-rw- gingold/gingold 320 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/elf/section4.d -rw-rw-rw- gingold/gingold 177 2004-05-11 17:53 binutils-2.23.2/gas/testsuite/gas/elf/section4.s -rw-rw-rw- gingold/gingold 552 2004-12-30 23:41 binutils-2.23.2/gas/testsuite/gas/elf/section5.e -rw-rw-rw- gingold/gingold 1093 2009-08-31 14:02 binutils-2.23.2/gas/testsuite/gas/elf/section5.l -rw-rw-rw- gingold/gingold 401 2005-03-22 15:20 binutils-2.23.2/gas/testsuite/gas/elf/section5.s -rw-rw-rw- gingold/gingold 359 2010-01-13 15:08 binutils-2.23.2/gas/testsuite/gas/elf/section6.d -rw-rw-rw- gingold/gingold 194 2007-10-11 22:20 binutils-2.23.2/gas/testsuite/gas/elf/section6.s -rw-rw-rw- gingold/gingold 560 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/elf/section7.d -rw-rw-rw- gingold/gingold 611 2012-02-14 02:01 binutils-2.23.2/gas/testsuite/gas/elf/section7.s -rw-rw-rw- gingold/gingold 105 2010-05-18 05:31 binutils-2.23.2/gas/testsuite/gas/elf/section8.d -rw-rw-rw- gingold/gingold 46 2010-05-18 05:31 binutils-2.23.2/gas/testsuite/gas/elf/section8.s -rw-rw-rw- gingold/gingold 182 2010-12-12 15:49 binutils-2.23.2/gas/testsuite/gas/elf/section9.d -rw-rw-rw- gingold/gingold 110 2010-12-12 15:49 binutils-2.23.2/gas/testsuite/gas/elf/section9.s -rw-rw-rw- gingold/gingold 114 2005-04-20 14:27 binutils-2.23.2/gas/testsuite/gas/elf/struct.d -rw-rw-rw- gingold/gingold 119 2005-04-20 14:28 binutils-2.23.2/gas/testsuite/gas/elf/struct.s -rw-rw-rw- gingold/gingold 291 2012-05-28 16:20 binutils-2.23.2/gas/testsuite/gas/elf/syms.d -rw-rw-rw- gingold/gingold 84 2012-05-28 16:20 binutils-2.23.2/gas/testsuite/gas/elf/syms.s -rw-rw-rw- gingold/gingold 192 2009-02-06 13:09 binutils-2.23.2/gas/testsuite/gas/elf/symtab.d -rw-rw-rw- gingold/gingold 63 2007-12-11 14:13 binutils-2.23.2/gas/testsuite/gas/elf/symtab.s -rw-rw-rw- gingold/gingold 430 2004-04-23 16:15 binutils-2.23.2/gas/testsuite/gas/elf/symver.d -rw-rw-rw- gingold/gingold 108 2003-05-04 08:52 binutils-2.23.2/gas/testsuite/gas/elf/symver.s -rw-rw-rw- gingold/gingold 253 2012-02-14 02:01 binutils-2.23.2/gas/testsuite/gas/elf/type-noifunc.e -rw-rw-rw- gingold/gingold 389 2009-04-30 17:47 binutils-2.23.2/gas/testsuite/gas/elf/type-noifunc.s -rw-rw-rw- gingold/gingold 356 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/elf/type.e -rw-rw-rw- gingold/gingold 616 2009-07-23 17:03 binutils-2.23.2/gas/testsuite/gas/elf/type.s -rw-rw-rw- gingold/gingold 606 2012-02-14 02:01 binutils-2.23.2/gas/testsuite/gas/elf/warn-2.s -rw-rw-rw- gingold/gingold 313 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/addr-syntax.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/epiphany -rw-rw-rw- gingold/gingold 260 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/addr-syntax.s -rw-rw-rw- gingold/gingold 41393 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/allinsn.d -rw-rw-rw- gingold/gingold 360 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/allinsn.exp -rw-rw-rw- gingold/gingold 21202 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/allinsn.s -rw-rw-rw- gingold/gingold 373 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/badpostmod.s -rw-rw-rw- gingold/gingold 190 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/badrelax.d -rw-rw-rw- gingold/gingold 52 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/badrelax.s -rw-rw-rw- gingold/gingold 157 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/branch_lit.d -rw-rw-rw- gingold/gingold 9 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/branch_lit.s -rw-rw-rw- gingold/gingold 7470 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/regression.d -rw-rw-rw- gingold/gingold 6161 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/regression.s -rw-rw-rw- gingold/gingold 5526 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/sample.d -rwxrwxrwx gingold/gingold 1537 2011-10-25 13:18 binutils-2.23.2/gas/testsuite/gas/epiphany/sample.s -rw-rw-rw- gingold/gingold 8199 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/fr30/allinsn.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/fr30 -rw-rw-rw- gingold/gingold 85 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/fr30/allinsn.exp -rw-rw-rw- gingold/gingold 5219 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/fr30/allinsn.s -rw-rw-rw- gingold/gingold 74 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/fr30/fr30.exp -rw-rw-rw- gingold/gingold 30884 2004-03-01 10:26 binutils-2.23.2/gas/testsuite/gas/frv/allinsn.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/frv -rw-rw-rw- gingold/gingold 697 2011-12-15 11:21 binutils-2.23.2/gas/testsuite/gas/frv/allinsn.exp -rw-rw-rw- gingold/gingold 25763 2004-03-01 10:26 binutils-2.23.2/gas/testsuite/gas/frv/allinsn.s -rw-rw-rw- gingold/gingold 1402 2004-01-06 20:19 binutils-2.23.2/gas/testsuite/gas/frv/fdpic.d -rw-rw-rw- gingold/gingold 727 2004-01-06 20:19 binutils-2.23.2/gas/testsuite/gas/frv/fdpic.s -rw-rw-rw- gingold/gingold 346 2004-05-06 04:46 binutils-2.23.2/gas/testsuite/gas/frv/fr405-insn.d -rw-rw-rw- gingold/gingold 444 2004-03-01 11:11 binutils-2.23.2/gas/testsuite/gas/frv/fr405-insn.l -rw-rw-rw- gingold/gingold 116 2004-03-01 11:11 binutils-2.23.2/gas/testsuite/gas/frv/fr405-insn.s -rw-rw-rw- gingold/gingold 1173 2004-05-06 04:46 binutils-2.23.2/gas/testsuite/gas/frv/fr450-insn.d -rw-rw-rw- gingold/gingold 1614 2004-03-01 11:11 binutils-2.23.2/gas/testsuite/gas/frv/fr450-insn.l -rw-rw-rw- gingold/gingold 587 2004-03-01 11:11 binutils-2.23.2/gas/testsuite/gas/frv/fr450-insn.s -rw-rw-rw- gingold/gingold 1232 2004-03-01 11:11 binutils-2.23.2/gas/testsuite/gas/frv/fr450-media-issue.l -rw-rw-rw- gingold/gingold 2444 2004-03-01 11:11 binutils-2.23.2/gas/testsuite/gas/frv/fr450-media-issue.s -rw-rw-rw- gingold/gingold 3392 2004-03-01 11:11 binutils-2.23.2/gas/testsuite/gas/frv/fr450-spr.d -rw-rw-rw- gingold/gingold 3193 2004-03-01 11:11 binutils-2.23.2/gas/testsuite/gas/frv/fr450-spr.s -rw-rw-rw- gingold/gingold 287 2004-08-27 11:32 binutils-2.23.2/gas/testsuite/gas/frv/fr550-pack1.d -rw-rw-rw- gingold/gingold 95 2004-08-27 11:32 binutils-2.23.2/gas/testsuite/gas/frv/fr550-pack1.s -rw-rw-rw- gingold/gingold 213 2011-12-15 11:21 binutils-2.23.2/gas/testsuite/gas/frv/immediates.d -rw-rw-rw- gingold/gingold 259 2011-12-15 11:21 binutils-2.23.2/gas/testsuite/gas/frv/immediates.s -rw-rw-rw- gingold/gingold 849 2004-05-06 04:46 binutils-2.23.2/gas/testsuite/gas/frv/reloc1.d -rw-rw-rw- gingold/gingold 211 2003-11-27 03:30 binutils-2.23.2/gas/testsuite/gas/frv/reloc1.s -rw-rw-rw- gingold/gingold 198 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/addsub.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/h8300 -rw-rw-rw- gingold/gingold 326 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/addsubh.s -rw-rw-rw- gingold/gingold 214 2004-08-05 11:09 binutils-2.23.2/gas/testsuite/gas/h8300/addsubrxcheck.s -rw-rw-rw- gingold/gingold 326 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/addsubs.s -rw-rw-rw- gingold/gingold 236 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops1.s -rw-rw-rw- gingold/gingold 251 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops1h.s -rw-rw-rw- gingold/gingold 435 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops1s.s -rw-rw-rw- gingold/gingold 189 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops2.s -rw-rw-rw- gingold/gingold 203 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops2h.s -rw-rw-rw- gingold/gingold 346 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops2s.s -rw-rw-rw- gingold/gingold 195 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops3.s -rw-rw-rw- gingold/gingold 209 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops3h.s -rw-rw-rw- gingold/gingold 357 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops3s.s -rw-rw-rw- gingold/gingold 227 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops4.s -rw-rw-rw- gingold/gingold 242 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops4h.s -rw-rw-rw- gingold/gingold 420 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/bitops4s.s -rw-rw-rw- gingold/gingold 126 2001-08-30 23:08 binutils-2.23.2/gas/testsuite/gas/h8300/branch-coff.s -rw-rw-rw- gingold/gingold 180 2001-08-30 23:08 binutils-2.23.2/gas/testsuite/gas/h8300/branch-elf.s -rw-rw-rw- gingold/gingold 167 2001-08-30 23:08 binutils-2.23.2/gas/testsuite/gas/h8300/branchh-coff.s -rw-rw-rw- gingold/gingold 167 2001-08-30 23:08 binutils-2.23.2/gas/testsuite/gas/h8300/branchh-elf.s -rw-rw-rw- gingold/gingold 167 2001-08-30 23:08 binutils-2.23.2/gas/testsuite/gas/h8300/branchs-coff.s -rw-rw-rw- gingold/gingold 167 2001-08-30 23:08 binutils-2.23.2/gas/testsuite/gas/h8300/branchs-elf.s -rw-rw-rw- gingold/gingold 401 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/cbranch.s -rw-rw-rw- gingold/gingold 929 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/cbranchh.s -rw-rw-rw- gingold/gingold 929 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/cbranchs.s -rw-rw-rw- gingold/gingold 364 2002-12-17 02:13 binutils-2.23.2/gas/testsuite/gas/h8300/cmpsi2.s -rw-rw-rw- gingold/gingold 61 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/compare.s -rw-rw-rw- gingold/gingold 115 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/compareh.s -rw-rw-rw- gingold/gingold 115 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/compares.s -rw-rw-rw- gingold/gingold 41 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/decimal.s -rw-rw-rw- gingold/gingold 51 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/decimalh.s -rw-rw-rw- gingold/gingold 51 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/decimals.s -rw-rw-rw- gingold/gingold 51 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/divmul.s -rw-rw-rw- gingold/gingold 161 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/divmulh.s -rw-rw-rw- gingold/gingold 161 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/divmuls.s -rw-rw-rw- gingold/gingold 78 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/extendh.s -rw-rw-rw- gingold/gingold 78 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/extends.s -rw-rw-rw- gingold/gingold 531 2004-07-22 18:52 binutils-2.23.2/gas/testsuite/gas/h8300/ffxx1-coff.d -rw-rw-rw- gingold/gingold 517 2004-07-22 18:52 binutils-2.23.2/gas/testsuite/gas/h8300/ffxx1-coff.s -rw-rw-rw- gingold/gingold 525 2004-07-22 18:52 binutils-2.23.2/gas/testsuite/gas/h8300/ffxx1-elf.d -rw-rw-rw- gingold/gingold 517 2004-07-22 18:52 binutils-2.23.2/gas/testsuite/gas/h8300/ffxx1-elf.s -rw-rw-rw- gingold/gingold 12464 2008-02-27 13:33 binutils-2.23.2/gas/testsuite/gas/h8300/h8300-coff.exp -rw-rw-rw- gingold/gingold 12469 2003-06-24 15:54 binutils-2.23.2/gas/testsuite/gas/h8300/h8300-elf.exp -rw-rw-rw- gingold/gingold 95153 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/h8300/h8300.exp -rw-rw-rw- gingold/gingold 1200 2004-07-22 18:52 binutils-2.23.2/gas/testsuite/gas/h8300/h8sx_disp2.d -rw-rw-rw- gingold/gingold 485 2003-07-07 11:33 binutils-2.23.2/gas/testsuite/gas/h8300/h8sx_disp2.s -rw-rw-rw- gingold/gingold 7978 2004-07-22 18:52 binutils-2.23.2/gas/testsuite/gas/h8300/h8sx_mov_imm.d -rw-rw-rw- gingold/gingold 2177 2003-06-25 17:31 binutils-2.23.2/gas/testsuite/gas/h8300/h8sx_mov_imm.s -rw-rw-rw- gingold/gingold 266 2004-07-22 18:52 binutils-2.23.2/gas/testsuite/gas/h8300/h8sx_rtsl.d -rw-rw-rw- gingold/gingold 113 2003-06-10 09:27 binutils-2.23.2/gas/testsuite/gas/h8300/h8sx_rtsl.s -rw-rw-rw- gingold/gingold 40 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/incdec.s -rw-rw-rw- gingold/gingold 162 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/incdech.s -rw-rw-rw- gingold/gingold 162 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/incdecs.s -rw-rw-rw- gingold/gingold 158 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/logical.s -rw-rw-rw- gingold/gingold 393 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/logicalh.s -rw-rw-rw- gingold/gingold 434 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/logicals.s -rw-rw-rw- gingold/gingold 120 2000-06-30 01:44 binutils-2.23.2/gas/testsuite/gas/h8300/macs.s -rw-rw-rw- gingold/gingold 126 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/misc.s -rw-rw-rw- gingold/gingold 425 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/misch.s -rw-rw-rw- gingold/gingold 738 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/miscs.s -rw-rw-rw- gingold/gingold 55 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/mov32bug.s -rw-rw-rw- gingold/gingold 244 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/movb.s -rw-rw-rw- gingold/gingold 364 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/movbh.s -rw-rw-rw- gingold/gingold 364 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/movbs.s -rw-rw-rw- gingold/gingold 330 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/movlh.s -rw-rw-rw- gingold/gingold 330 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/movls.s -rw-rw-rw- gingold/gingold 199 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/movw.s -rw-rw-rw- gingold/gingold 315 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/movwh.s -rw-rw-rw- gingold/gingold 315 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/movws.s -rw-rw-rw- gingold/gingold 317 2003-11-25 17:13 binutils-2.23.2/gas/testsuite/gas/h8300/multiples.s -rw-rw-rw- gingold/gingold 389 2008-02-27 13:33 binutils-2.23.2/gas/testsuite/gas/h8300/pr3134.d -rw-rw-rw- gingold/gingold 130 2008-02-27 13:33 binutils-2.23.2/gas/testsuite/gas/h8300/pr3134.s -rw-rw-rw- gingold/gingold 41 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/pushpop.s -rw-rw-rw- gingold/gingold 78 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/pushpoph.s -rw-rw-rw- gingold/gingold 78 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/pushpops.s -rw-rw-rw- gingold/gingold 110 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/rotsh.s -rw-rw-rw- gingold/gingold 323 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/rotshh.s -rw-rw-rw- gingold/gingold 681 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/h8300/rotshs.s -rw-rw-rw- gingold/gingold 167 2004-07-16 13:14 binutils-2.23.2/gas/testsuite/gas/h8300/symaddgen.s -rw-rw-rw- gingold/gingold 153641 2003-11-26 14:18 binutils-2.23.2/gas/testsuite/gas/h8300/t01_mov.exp -rw-rw-rw- gingold/gingold 67893 2003-11-26 14:18 binutils-2.23.2/gas/testsuite/gas/h8300/t01_mov.s -rw-rw-rw- gingold/gingold 37380 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t02_mova.exp -rw-rw-rw- gingold/gingold 16242 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t02_mova.s -rw-rw-rw- gingold/gingold 163599 2004-05-12 05:06 binutils-2.23.2/gas/testsuite/gas/h8300/t03_add.exp -rw-rw-rw- gingold/gingold 68547 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t03_add.s -rw-rw-rw- gingold/gingold 163538 2004-05-12 05:06 binutils-2.23.2/gas/testsuite/gas/h8300/t04_sub.exp -rw-rw-rw- gingold/gingold 68548 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t04_sub.s -rw-rw-rw- gingold/gingold 156695 2004-05-12 05:06 binutils-2.23.2/gas/testsuite/gas/h8300/t05_cmp.exp -rw-rw-rw- gingold/gingold 65248 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t05_cmp.s -rw-rw-rw- gingold/gingold 27398 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t06_ari2.exp -rw-rw-rw- gingold/gingold 5169 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t06_ari2.s -rw-rw-rw- gingold/gingold 24314 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t07_ari3.exp -rw-rw-rw- gingold/gingold 8043 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t07_ari3.s -rw-rw-rw- gingold/gingold 162723 2004-05-12 05:06 binutils-2.23.2/gas/testsuite/gas/h8300/t08_or.exp -rw-rw-rw- gingold/gingold 65387 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t08_or.s -rw-rw-rw- gingold/gingold 162902 2004-05-12 05:06 binutils-2.23.2/gas/testsuite/gas/h8300/t09_xor.exp -rw-rw-rw- gingold/gingold 66152 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t09_xor.s -rw-rw-rw- gingold/gingold 162934 2004-05-12 05:06 binutils-2.23.2/gas/testsuite/gas/h8300/t10_and.exp -rw-rw-rw- gingold/gingold 66157 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t10_and.s -rw-rw-rw- gingold/gingold 166925 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t11_logs.exp -rw-rw-rw- gingold/gingold 55829 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t11_logs.s -rw-rw-rw- gingold/gingold 20734 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t12_bit.exp -rw-rw-rw- gingold/gingold 7071 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t12_bit.s -rw-rw-rw- gingold/gingold 16892 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t13_otr.exp -rw-rw-rw- gingold/gingold 5975 2003-06-05 20:52 binutils-2.23.2/gas/testsuite/gas/h8300/t13_otr.s -rw-rw-rw- gingold/gingold 3568 2002-06-06 08:49 binutils-2.23.2/gas/testsuite/gas/hppa/basic/add.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/hppa drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/hppa/basic -rw-rw-rw- gingold/gingold 2409 2010-12-27 03:05 binutils-2.23.2/gas/testsuite/gas/hppa/basic/add2.s -rw-rw-rw- gingold/gingold 2985 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/addi.s -rw-rw-rw- gingold/gingold 212295 2010-12-27 03:05 binutils-2.23.2/gas/testsuite/gas/hppa/basic/basic.exp -rw-rw-rw- gingold/gingold 5704 2002-06-06 08:49 binutils-2.23.2/gas/testsuite/gas/hppa/basic/branch.s -rw-rw-rw- gingold/gingold 699 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/branch2.s -rw-rw-rw- gingold/gingold 985 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/comclr.s -rw-rw-rw- gingold/gingold 257 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/copr.s -rw-rw-rw- gingold/gingold 1256 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/basic/coprmem.s -rw-rw-rw- gingold/gingold 924 2002-06-06 08:49 binutils-2.23.2/gas/testsuite/gas/hppa/basic/dcor.s -rw-rw-rw- gingold/gingold 732 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/dcor2.s -rw-rw-rw- gingold/gingold 1517 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/deposit.s -rw-rw-rw- gingold/gingold 1732 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/deposit2.s -rw-rw-rw- gingold/gingold 1823 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/deposit3.s -rw-rw-rw- gingold/gingold 538 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/ds.s -rw-rw-rw- gingold/gingold 924 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/extract.s -rw-rw-rw- gingold/gingold 1037 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/extract2.s -rw-rw-rw- gingold/gingold 1085 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/extract3.s -rw-rw-rw- gingold/gingold 1183 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/fmem.s -rw-rw-rw- gingold/gingold 1351 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/basic/fmemLRbug.s -rw-rw-rw- gingold/gingold 1711 2005-07-19 03:41 binutils-2.23.2/gas/testsuite/gas/hppa/basic/fp_comp.s -rw-rw-rw- gingold/gingold 806 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/fp_comp2.s -rw-rw-rw- gingold/gingold 2287 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/fp_conv.s -rw-rw-rw- gingold/gingold 2551 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/fp_fcmp.s -rw-rw-rw- gingold/gingold 261 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/fp_misc.s -rw-rw-rw- gingold/gingold 2161 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/imem.s -rw-rw-rw- gingold/gingold 322 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/immed.s -rw-rw-rw- gingold/gingold 1039 2002-06-06 08:49 binutils-2.23.2/gas/testsuite/gas/hppa/basic/logical.s -rw-rw-rw- gingold/gingold 793 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/media.s -rw-rw-rw- gingold/gingold 101 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/perf.s -rw-rw-rw- gingold/gingold 622 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/purge.s -rw-rw-rw- gingold/gingold 341 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/purge2.s -rw-rw-rw- gingold/gingold 1418 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/sh1add.s -rw-rw-rw- gingold/gingold 1418 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/sh2add.s -rw-rw-rw- gingold/gingold 1418 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/sh3add.s -rw-rw-rw- gingold/gingold 573 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/shift.s -rw-rw-rw- gingold/gingold 650 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/shift2.s -rw-rw-rw- gingold/gingold 674 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/shift3.s -rw-rw-rw- gingold/gingold 4269 2002-06-06 08:49 binutils-2.23.2/gas/testsuite/gas/hppa/basic/shladd.s -rw-rw-rw- gingold/gingold 4422 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/shladd2.s -rw-rw-rw- gingold/gingold 109 2005-07-19 03:41 binutils-2.23.2/gas/testsuite/gas/hppa/basic/special.s -rw-rw-rw- gingold/gingold 561 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/spop.s -rw-rw-rw- gingold/gingold 4210 2002-06-06 08:49 binutils-2.23.2/gas/testsuite/gas/hppa/basic/sub.s -rw-rw-rw- gingold/gingold 2815 2010-12-27 03:05 binutils-2.23.2/gas/testsuite/gas/hppa/basic/sub2.s -rw-rw-rw- gingold/gingold 1318 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/subi.s -rw-rw-rw- gingold/gingold 689 2005-10-13 04:26 binutils-2.23.2/gas/testsuite/gas/hppa/basic/system.s -rw-rw-rw- gingold/gingold 416 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/system2.s -rw-rw-rw- gingold/gingold 1404 2002-06-06 08:49 binutils-2.23.2/gas/testsuite/gas/hppa/basic/unit.s -rw-rw-rw- gingold/gingold 1147 1999-08-30 20:20 binutils-2.23.2/gas/testsuite/gas/hppa/basic/unit2.s -rw-rw-rw- gingold/gingold 41373 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/basic/weird.s -rw-rw-rw- gingold/gingold 374 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/align1.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/hppa/parse -rw-rw-rw- gingold/gingold 22 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/align2.s -rw-rw-rw- gingold/gingold 13 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/parse/appbug.s -rw-rw-rw- gingold/gingold 383 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/badfmpyadd.s -rw-rw-rw- gingold/gingold 54 2005-05-10 17:10 binutils-2.23.2/gas/testsuite/gas/hppa/parse/block1.s -rw-rw-rw- gingold/gingold 26 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/block2.s -rw-rw-rw- gingold/gingold 3215 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/calldatabug.s -rw-rw-rw- gingold/gingold 85 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/parse/callinfobug.s -rw-rw-rw- gingold/gingold 351 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/defbug.s -rw-rw-rw- gingold/gingold 146 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/entrybug.s -rw-rw-rw- gingold/gingold 67 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/exportbug.s -rw-rw-rw- gingold/gingold 808 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/exprbug.s -rw-rw-rw- gingold/gingold 110003 1999-08-30 22:08 binutils-2.23.2/gas/testsuite/gas/hppa/parse/fixup7bug.s -rw-rw-rw- gingold/gingold 114 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/global.s -rw-rw-rw- gingold/gingold 782 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/labelbug.s -rw-rw-rw- gingold/gingold 274 2001-12-07 17:14 binutils-2.23.2/gas/testsuite/gas/hppa/parse/linesepbug.s -rw-rw-rw- gingold/gingold 355 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/lselbug.s -rw-rw-rw- gingold/gingold 362 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/parse/nosubspace.s -rw-rw-rw- gingold/gingold 8976 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/hppa/parse/parse.exp -rw-rw-rw- gingold/gingold 237 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/procbug.s -rw-rw-rw- gingold/gingold 137 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/parse/regpopbug.s -rw-rw-rw- gingold/gingold 301 2003-05-21 21:40 binutils-2.23.2/gas/testsuite/gas/hppa/parse/space.s -rw-rw-rw- gingold/gingold 77 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/parse/spacebug.s -rw-rw-rw- gingold/gingold 279 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/parse/ssbug.s -rw-rw-rw- gingold/gingold 210 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/stdreg.s -rw-rw-rw- gingold/gingold 214 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/stringer.s -rw-rw-rw- gingold/gingold 42 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/undefbug.s -rw-rw-rw- gingold/gingold 28 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/versionbug.s -rw-rw-rw- gingold/gingold 130 1999-08-30 22:09 binutils-2.23.2/gas/testsuite/gas/hppa/parse/xmpyubug.s -rw-rw-rw- gingold/gingold 1458 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/README -rw-rw-rw- gingold/gingold 2026 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/applybug.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/hppa/reloc -rw-rw-rw- gingold/gingold 171 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/blebug.s -rw-rw-rw- gingold/gingold 73 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/blebug2.s -rw-rw-rw- gingold/gingold 63 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/blebug3.s -rw-rw-rw- gingold/gingold 106 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/exitbug.s -rw-rw-rw- gingold/gingold 77 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/fixupbug.s -rw-rw-rw- gingold/gingold 2882 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/funcrelocbug.s -rw-rw-rw- gingold/gingold 397 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/labelopbug.s -rw-rw-rw- gingold/gingold 420 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/longcall.s -rw-rw-rw- gingold/gingold 130 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/picreloc.s -rw-rw-rw- gingold/gingold 589 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/plabelbug.s -rw-rw-rw- gingold/gingold 468 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/r_no_reloc.s -rw-rw-rw- gingold/gingold 530 2000-09-28 10:43 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/reduce.s -rw-rw-rw- gingold/gingold 1247 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/reduce2.s -rw-rw-rw- gingold/gingold 565 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/reduce3.s -rw-rw-rw- gingold/gingold 22828 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/reloc.exp -rw-rw-rw- gingold/gingold 382 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/roundmode.s -rw-rw-rw- gingold/gingold 264 1999-08-30 23:00 binutils-2.23.2/gas/testsuite/gas/hppa/reloc/selectorbug.s -rw-rw-rw- gingold/gingold 267 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/align3.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/hppa/unsorted -rw-rw-rw- gingold/gingold 64 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/align4.s -rw-rw-rw- gingold/gingold 106210 1999-08-30 23:15 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/brlenbug.s -rw-rw-rw- gingold/gingold 105 2000-07-10 17:21 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/common.s -rw-rw-rw- gingold/gingold 15 1999-08-30 23:15 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/fragbug.s -rw-rw-rw- gingold/gingold 208 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/globalbug.s -rw-rw-rw- gingold/gingold 498 1999-08-30 23:15 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/importbug.s -rw-rw-rw- gingold/gingold 890 1999-08-30 23:15 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/labeldiffs.s -rw-rw-rw- gingold/gingold 36 1999-08-30 23:15 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/locallabel.s -rw-rw-rw- gingold/gingold 284 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/ss_align.s -rw-rw-rw- gingold/gingold 8182 2011-05-13 06:16 binutils-2.23.2/gas/testsuite/gas/hppa/unsorted/unsorted.exp -rw-rw-rw- gingold/gingold 210 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/287.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/i386 -rw-rw-rw- gingold/gingold 104 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/287.s -rw-rw-rw- gingold/gingold 410 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/387.d -rw-rw-rw- gingold/gingold 94 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/387.s -rw-rw-rw- gingold/gingold 244 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/8087.d -rw-rw-rw- gingold/gingold 110 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/8087.s -rw-rw-rw- gingold/gingold 3645 2003-06-17 13:46 binutils-2.23.2/gas/testsuite/gas/i386/absrel.d -rw-rw-rw- gingold/gingold 992 2002-09-05 02:05 binutils-2.23.2/gas/testsuite/gas/i386/absrel.s -rw-rw-rw- gingold/gingold 492 2006-09-24 01:10 binutils-2.23.2/gas/testsuite/gas/i386/addr16.d -rw-rw-rw- gingold/gingold 147 2006-09-24 01:10 binutils-2.23.2/gas/testsuite/gas/i386/addr16.s -rw-rw-rw- gingold/gingold 550 2006-09-24 01:10 binutils-2.23.2/gas/testsuite/gas/i386/addr32.d -rw-rw-rw- gingold/gingold 168 2006-09-24 01:10 binutils-2.23.2/gas/testsuite/gas/i386/addr32.s -rw-rw-rw- gingold/gingold 1652 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/adx-intel.d -rw-rw-rw- gingold/gingold 1499 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/adx.d -rw-rw-rw- gingold/gingold 777 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/adx.s -rw-rw-rw- gingold/gingold 1719 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/aes-intel.d -rw-rw-rw- gingold/gingold 1595 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/aes.d -rw-rw-rw- gingold/gingold 686 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/aes.s -rw-rw-rw- gingold/gingold 1789 2008-08-12 23:44 binutils-2.23.2/gas/testsuite/gas/i386/amd.d -rw-rw-rw- gingold/gingold 704 2008-08-12 23:44 binutils-2.23.2/gas/testsuite/gas/i386/amd.s -rw-rw-rw- gingold/gingold 1493 2007-09-12 09:31 binutils-2.23.2/gas/testsuite/gas/i386/amdfam10.d -rw-rw-rw- gingold/gingold 620 2007-09-12 09:31 binutils-2.23.2/gas/testsuite/gas/i386/amdfam10.s -rw-rw-rw- gingold/gingold 481 2007-12-28 17:04 binutils-2.23.2/gas/testsuite/gas/i386/arch-1.d -rw-rw-rw- gingold/gingold 189 2007-12-28 17:04 binutils-2.23.2/gas/testsuite/gas/i386/arch-1.s -rw-rw-rw- gingold/gingold 2247 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-1.l -rw-rw-rw- gingold/gingold 21 2008-01-22 20:16 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-1.s -rw-rw-rw- gingold/gingold 2250 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-2.l -rw-rw-rw- gingold/gingold 21 2008-01-22 20:16 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-2.s -rw-rw-rw- gingold/gingold 2309 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-3.l -rw-rw-rw- gingold/gingold 21 2008-01-22 20:16 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-3.s -rw-rw-rw- gingold/gingold 2313 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-4.l -rw-rw-rw- gingold/gingold 21 2008-01-22 20:16 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-4.s -rw-rw-rw- gingold/gingold 1972 2012-09-18 13:52 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-bdver2.d -rw-rw-rw- gingold/gingold 1922 2012-11-09 14:32 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-bdver3.d -rw-rw-rw- gingold/gingold 1977 2012-09-18 14:10 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-btver1.d -rw-rw-rw- gingold/gingold 1937 2012-09-18 14:10 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-btver2.d -rw-rw-rw- gingold/gingold 2012 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-lzcnt.d -rw-rw-rw- gingold/gingold 2016 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/arch-10-prefetchw.d -rw-rw-rw- gingold/gingold 1983 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/arch-10.d -rw-rw-rw- gingold/gingold 817 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/arch-10.s -rw-rw-rw- gingold/gingold 220 2008-01-22 20:57 binutils-2.23.2/gas/testsuite/gas/i386/arch-11.d -rw-rw-rw- gingold/gingold 80 2008-01-22 20:57 binutils-2.23.2/gas/testsuite/gas/i386/arch-11.s -rw-rw-rw- gingold/gingold 218 2008-01-22 20:57 binutils-2.23.2/gas/testsuite/gas/i386/arch-12.d -rw-rw-rw- gingold/gingold 82 2008-01-22 20:57 binutils-2.23.2/gas/testsuite/gas/i386/arch-12.s -rw-rw-rw- gingold/gingold 475 2007-12-28 17:04 binutils-2.23.2/gas/testsuite/gas/i386/arch-2.d -rw-rw-rw- gingold/gingold 183 2007-12-28 17:04 binutils-2.23.2/gas/testsuite/gas/i386/arch-2.s -rw-rw-rw- gingold/gingold 475 2007-12-28 17:04 binutils-2.23.2/gas/testsuite/gas/i386/arch-3.d -rw-rw-rw- gingold/gingold 179 2007-12-28 17:04 binutils-2.23.2/gas/testsuite/gas/i386/arch-3.s -rw-rw-rw- gingold/gingold 313 2010-08-06 02:52 binutils-2.23.2/gas/testsuite/gas/i386/arch-4.d -rw-rw-rw- gingold/gingold 29 2010-08-06 02:52 binutils-2.23.2/gas/testsuite/gas/i386/arch-4.s -rw-rw-rw- gingold/gingold 217 2008-01-03 06:29 binutils-2.23.2/gas/testsuite/gas/i386/arch-5.d -rw-rw-rw- gingold/gingold 84 2008-01-03 06:29 binutils-2.23.2/gas/testsuite/gas/i386/arch-5.s -rw-rw-rw- gingold/gingold 217 2008-01-03 06:29 binutils-2.23.2/gas/testsuite/gas/i386/arch-6.d -rw-rw-rw- gingold/gingold 80 2008-01-03 06:29 binutils-2.23.2/gas/testsuite/gas/i386/arch-6.s -rw-rw-rw- gingold/gingold 217 2008-01-03 06:29 binutils-2.23.2/gas/testsuite/gas/i386/arch-7.d -rw-rw-rw- gingold/gingold 78 2008-01-03 06:29 binutils-2.23.2/gas/testsuite/gas/i386/arch-7.s -rw-rw-rw- gingold/gingold 157 2008-01-04 02:05 binutils-2.23.2/gas/testsuite/gas/i386/arch-9.d -rw-rw-rw- gingold/gingold 63 2008-01-04 02:05 binutils-2.23.2/gas/testsuite/gas/i386/arch-9.s -rw-rw-rw- gingold/gingold 293 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-1.l -rw-rw-rw- gingold/gingold 24 2008-08-20 20:38 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-1.s -rw-rw-rw- gingold/gingold 293 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-2.l -rw-rw-rw- gingold/gingold 24 2008-08-20 20:38 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-2.s -rw-rw-rw- gingold/gingold 293 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-3.l -rw-rw-rw- gingold/gingold 24 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-3.s -rw-rw-rw- gingold/gingold 310 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-4.l -rw-rw-rw- gingold/gingold 24 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-4.s -rw-rw-rw- gingold/gingold 312 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-5.l -rw-rw-rw- gingold/gingold 24 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-5.s -rw-rw-rw- gingold/gingold 293 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-6.l -rw-rw-rw- gingold/gingold 24 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1-6.s -rw-rw-rw- gingold/gingold 288 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1.d -rw-rw-rw- gingold/gingold 109 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/arch-avx-1.s -rw-rw-rw- gingold/gingold 1293 2009-09-02 01:59 binutils-2.23.2/gas/testsuite/gas/i386/att-regs.d -rw-rw-rw- gingold/gingold 969 2009-09-02 01:59 binutils-2.23.2/gas/testsuite/gas/i386/att-regs.s -rw-rw-rw- gingold/gingold 9178 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/avx-gather-intel.d -rw-rw-rw- gingold/gingold 8266 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/avx-gather.d -rw-rw-rw- gingold/gingold 4166 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/avx-gather.s -rw-rw-rw- gingold/gingold 232842 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/avx-intel.d -rw-rw-rw- gingold/gingold 40053 2010-01-27 15:34 binutils-2.23.2/gas/testsuite/gas/i386/avx-scalar-intel.d -rw-rw-rw- gingold/gingold 37981 2010-01-27 15:34 binutils-2.23.2/gas/testsuite/gas/i386/avx-scalar.d -rw-rw-rw- gingold/gingold 17992 2010-01-27 15:34 binutils-2.23.2/gas/testsuite/gas/i386/avx-scalar.s -rw-rw-rw- gingold/gingold 217342 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/avx.d -rw-rw-rw- gingold/gingold 99395 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/avx.s -rw-rw-rw- gingold/gingold 12382 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/avx2-intel.d -rw-rw-rw- gingold/gingold 11584 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/avx2.d -rw-rw-rw- gingold/gingold 6555 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/avx2.s -rw-rw-rw- gingold/gingold 37838 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/avx256int-intel.d -rw-rw-rw- gingold/gingold 35702 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/avx256int.d -rw-rw-rw- gingold/gingold 15895 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/avx256int.s -rw-rw-rw- gingold/gingold 335 2011-03-16 13:58 binutils-2.23.2/gas/testsuite/gas/i386/bad-size.d -rw-rw-rw- gingold/gingold 95 2011-03-16 13:58 binutils-2.23.2/gas/testsuite/gas/i386/bad-size.s -rw-rw-rw- gingold/gingold 62 2011-03-18 12:16 binutils-2.23.2/gas/testsuite/gas/i386/bad-size.warn -rw-rw-rw- gingold/gingold 2335 2011-01-05 01:16 binutils-2.23.2/gas/testsuite/gas/i386/bmi-intel.d -rw-rw-rw- gingold/gingold 2167 2011-01-05 01:16 binutils-2.23.2/gas/testsuite/gas/i386/bmi.d -rw-rw-rw- gingold/gingold 1009 2011-01-05 01:16 binutils-2.23.2/gas/testsuite/gas/i386/bmi.s -rw-rw-rw- gingold/gingold 2774 2011-06-30 17:44 binutils-2.23.2/gas/testsuite/gas/i386/bmi2-intel.d -rw-rw-rw- gingold/gingold 2617 2011-06-30 17:44 binutils-2.23.2/gas/testsuite/gas/i386/bmi2.d -rw-rw-rw- gingold/gingold 1165 2011-06-30 17:44 binutils-2.23.2/gas/testsuite/gas/i386/bmi2.s -rw-rw-rw- gingold/gingold 95 2005-04-01 09:50 binutils-2.23.2/gas/testsuite/gas/i386/bss.d -rw-rw-rw- gingold/gingold 84 2005-04-01 09:50 binutils-2.23.2/gas/testsuite/gas/i386/bss.s -rw-rw-rw- gingold/gingold 66 2012-03-13 17:59 binutils-2.23.2/gas/testsuite/gas/i386/bundle-bad.d -rw-rw-rw- gingold/gingold 669 2012-05-29 18:32 binutils-2.23.2/gas/testsuite/gas/i386/bundle-bad.l -rw-rw-rw- gingold/gingold 682 2012-05-29 18:32 binutils-2.23.2/gas/testsuite/gas/i386/bundle-bad.s -rw-rw-rw- gingold/gingold 58155 2012-05-29 18:32 binutils-2.23.2/gas/testsuite/gas/i386/bundle-lock.d -rw-rw-rw- gingold/gingold 1923 2012-05-29 18:32 binutils-2.23.2/gas/testsuite/gas/i386/bundle-lock.s -rw-rw-rw- gingold/gingold 50384 2012-03-15 02:36 binutils-2.23.2/gas/testsuite/gas/i386/bundle.d -rw-rw-rw- gingold/gingold 3003 2012-03-13 17:59 binutils-2.23.2/gas/testsuite/gas/i386/bundle.s -rw-rw-rw- gingold/gingold 1514 2008-04-04 18:34 binutils-2.23.2/gas/testsuite/gas/i386/clmul-intel.d -rw-rw-rw- gingold/gingold 1404 2008-04-04 18:34 binutils-2.23.2/gas/testsuite/gas/i386/clmul.d -rw-rw-rw- gingold/gingold 639 2008-04-04 18:34 binutils-2.23.2/gas/testsuite/gas/i386/clmul.s -rw-rw-rw- gingold/gingold 1068 2007-12-24 06:27 binutils-2.23.2/gas/testsuite/gas/i386/compat-intel.d -rw-rw-rw- gingold/gingold 1079 2007-12-24 06:27 binutils-2.23.2/gas/testsuite/gas/i386/compat.d -rw-rw-rw- gingold/gingold 276 2007-12-22 15:06 binutils-2.23.2/gas/testsuite/gas/i386/compat.s -rw-rw-rw- gingold/gingold 1857 2005-03-02 09:01 binutils-2.23.2/gas/testsuite/gas/i386/cr-err.l -rw-rw-rw- gingold/gingold 552 2005-03-02 09:01 binutils-2.23.2/gas/testsuite/gas/i386/cr-err.s -rw-rw-rw- gingold/gingold 1013 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/crc32-intel.d -rw-rw-rw- gingold/gingold 947 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/crc32.d -rw-rw-rw- gingold/gingold 367 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/crc32.s -rw-rw-rw- gingold/gingold 733 2005-03-02 09:01 binutils-2.23.2/gas/testsuite/gas/i386/crx.d -rw-rw-rw- gingold/gingold 244 2005-03-02 09:01 binutils-2.23.2/gas/testsuite/gas/i386/crx.s -rw-rw-rw- gingold/gingold 1136 2010-11-15 19:14 binutils-2.23.2/gas/testsuite/gas/i386/debug1.d -rw-rw-rw- gingold/gingold 40 2010-07-05 17:07 binutils-2.23.2/gas/testsuite/gas/i386/debug1.s -rw-rw-rw- gingold/gingold 2517 2009-09-15 20:41 binutils-2.23.2/gas/testsuite/gas/i386/disp-intel.d -rw-rw-rw- gingold/gingold 2278 2009-09-15 20:41 binutils-2.23.2/gas/testsuite/gas/i386/disp.d -rw-rw-rw- gingold/gingold 1022 2009-09-15 20:41 binutils-2.23.2/gas/testsuite/gas/i386/disp.s -rw-rw-rw- gingold/gingold 1161 2012-02-11 16:12 binutils-2.23.2/gas/testsuite/gas/i386/disp32.d -rw-rw-rw- gingold/gingold 428 2012-01-20 21:53 binutils-2.23.2/gas/testsuite/gas/i386/disp32.s -rw-rw-rw- gingold/gingold 154 2005-11-07 07:03 binutils-2.23.2/gas/testsuite/gas/i386/divide.d -rw-rw-rw- gingold/gingold 173 2005-11-07 07:03 binutils-2.23.2/gas/testsuite/gas/i386/divide.s -rw-rw-rw- gingold/gingold 2901 2012-05-17 12:00 binutils-2.23.2/gas/testsuite/gas/i386/dw2-compress-1.d -rw-rw-rw- gingold/gingold 5361 2010-07-04 18:25 binutils-2.23.2/gas/testsuite/gas/i386/dw2-compress-1.s -rw-rw-rw- gingold/gingold 137 2010-07-14 21:46 binutils-2.23.2/gas/testsuite/gas/i386/dw2-compress-2.d -rw-rw-rw- gingold/gingold 2184 2010-07-14 21:46 binutils-2.23.2/gas/testsuite/gas/i386/dw2-compress-2.s -rw-rw-rw- gingold/gingold 413 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/ept-intel.d -rw-rw-rw- gingold/gingold 343 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/ept.d -rw-rw-rw- gingold/gingold 167 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/ept.s -rw-rw-rw- gingold/gingold 1055 2010-04-21 20:09 binutils-2.23.2/gas/testsuite/gas/i386/equ.d -rw-rw-rw- gingold/gingold 626 2010-04-21 20:09 binutils-2.23.2/gas/testsuite/gas/i386/equ.s -rw-rw-rw- gingold/gingold 1511 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/f16c-intel.d -rw-rw-rw- gingold/gingold 1397 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/f16c.d -rw-rw-rw- gingold/gingold 605 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/f16c.s -rw-rw-rw- gingold/gingold 2704 1999-08-09 06:41 binutils-2.23.2/gas/testsuite/gas/i386/float.l -rw-rw-rw- gingold/gingold 952 1999-08-09 06:41 binutils-2.23.2/gas/testsuite/gas/i386/float.s -rw-rw-rw- gingold/gingold 36060 2009-01-06 02:10 binutils-2.23.2/gas/testsuite/gas/i386/fma-intel.d -rw-rw-rw- gingold/gingold 8981 2010-01-28 16:33 binutils-2.23.2/gas/testsuite/gas/i386/fma-scalar-intel.d -rw-rw-rw- gingold/gingold 8573 2010-01-28 16:33 binutils-2.23.2/gas/testsuite/gas/i386/fma-scalar.d -rw-rw-rw- gingold/gingold 4111 2010-01-28 16:33 binutils-2.23.2/gas/testsuite/gas/i386/fma-scalar.s -rw-rw-rw- gingold/gingold 34147 2009-01-06 02:10 binutils-2.23.2/gas/testsuite/gas/i386/fma.d -rw-rw-rw- gingold/gingold 16324 2009-01-06 02:10 binutils-2.23.2/gas/testsuite/gas/i386/fma.s -rw-rw-rw- gingold/gingold 6502 2009-12-11 21:38 binutils-2.23.2/gas/testsuite/gas/i386/fma4.d -rw-rw-rw- gingold/gingold 3154 2009-12-11 21:38 binutils-2.23.2/gas/testsuite/gas/i386/fma4.s -rw-rw-rw- gingold/gingold 209 2006-04-30 02:21 binutils-2.23.2/gas/testsuite/gas/i386/fp.d -rw-rw-rw- gingold/gingold 507 2006-04-30 02:21 binutils-2.23.2/gas/testsuite/gas/i386/fp.s -rw-rw-rw- gingold/gingold 555 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/fsgs-intel.d -rw-rw-rw- gingold/gingold 521 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/fsgs.d -rw-rw-rw- gingold/gingold 189 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/fsgs.s -rw-rw-rw- gingold/gingold 10759 2004-11-06 02:50 binutils-2.23.2/gas/testsuite/gas/i386/general.l -rw-rw-rw- gingold/gingold 3053 2004-11-06 02:50 binutils-2.23.2/gas/testsuite/gas/i386/general.s -rw-rw-rw- gingold/gingold 3928 2010-11-03 15:18 binutils-2.23.2/gas/testsuite/gas/i386/gotpc.d -rw-rw-rw- gingold/gingold 1774 2010-11-03 15:18 binutils-2.23.2/gas/testsuite/gas/i386/gotpc.s -rw-rw-rw- gingold/gingold 92918 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/hle-intel.d -rw-rw-rw- gingold/gingold 85253 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/hle.d -rw-rw-rw- gingold/gingold 46623 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/hle.s -rw-rw-rw- gingold/gingold 22968 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/hlebad.l -rw-rw-rw- gingold/gingold 10956 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/hlebad.s -rw-rw-rw- gingold/gingold 3313 2008-01-15 19:50 binutils-2.23.2/gas/testsuite/gas/i386/i386.d -rw-rw-rw- gingold/gingold 15942 2012-11-09 14:32 binutils-2.23.2/gas/testsuite/gas/i386/i386.exp -rw-rw-rw- gingold/gingold 1149 2008-01-15 19:50 binutils-2.23.2/gas/testsuite/gas/i386/i386.s -rw-rw-rw- gingold/gingold 5772 2010-12-02 14:25 binutils-2.23.2/gas/testsuite/gas/i386/ifunc-2.l -rw-rw-rw- gingold/gingold 1498 2010-12-02 14:25 binutils-2.23.2/gas/testsuite/gas/i386/ifunc-2.s -rw-rw-rw- gingold/gingold 2700 2010-12-02 14:25 binutils-2.23.2/gas/testsuite/gas/i386/ifunc-3.d -rw-rw-rw- gingold/gingold 769 2012-02-14 02:01 binutils-2.23.2/gas/testsuite/gas/i386/ifunc-3.s -rw-rw-rw- gingold/gingold 370 2009-07-16 19:37 binutils-2.23.2/gas/testsuite/gas/i386/ifunc.d -rw-rw-rw- gingold/gingold 198 2009-07-16 19:37 binutils-2.23.2/gas/testsuite/gas/i386/ifunc.s -rw-rw-rw- gingold/gingold 667 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/cfi-common-1.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/i386/ilp32 drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi -rw-rw-rw- gingold/gingold 670 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/cfi-common-2.d -rw-rw-rw- gingold/gingold 448 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/cfi-common-3.d -rw-rw-rw- gingold/gingold 523 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/cfi-common-4.d -rw-rw-rw- gingold/gingold 665 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/cfi-common-5.d -rw-rw-rw- gingold/gingold 1732 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/cfi-common-6.d -rw-rw-rw- gingold/gingold 567 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/cfi-common-7.d -rw-rw-rw- gingold/gingold 7013 2011-03-05 05:31 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/cfi-x86_64.d -rw-rw-rw- gingold/gingold 583 2011-01-15 00:07 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp -rw-rw-rw- gingold/gingold 314 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/ehopt0.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf -rw-rw-rw- gingold/gingold 294 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/equ-reloc.d -rw-rw-rw- gingold/gingold 449 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/file.d -rw-rw-rw- gingold/gingold 222 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/group0a.d -rw-rw-rw- gingold/gingold 221 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/group0b.d -rw-rw-rw- gingold/gingold 265 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/group1a.d -rw-rw-rw- gingold/gingold 237 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/group1b.d -rw-rw-rw- gingold/gingold 255 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/ifunc-1.d -rw-rw-rw- gingold/gingold 583 2011-01-15 00:07 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp -rw-rw-rw- gingold/gingold 206 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/redef.d -rw-rw-rw- gingold/gingold 584 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/section0.d -rw-rw-rw- gingold/gingold 584 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/section1.d -rw-rw-rw- gingold/gingold 111 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/section3.d -rw-rw-rw- gingold/gingold 287 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/section4.d -rw-rw-rw- gingold/gingold 288 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/section6.d -rw-rw-rw- gingold/gingold 461 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/section7.d -rw-rw-rw- gingold/gingold 145 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/struct.d -rw-rw-rw- gingold/gingold 99 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/symtab.d -rw-rw-rw- gingold/gingold 461 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/elf/symver.d -rw-rw-rw- gingold/gingold 686 2012-05-12 14:34 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/ilp32.exp -rw-rw-rw- gingold/gingold 3127 2011-01-16 18:06 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/immed64.d -rw-rw-rw- gingold/gingold 993 2011-01-16 18:06 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/immed64.s -rw-rw-rw- gingold/gingold 583 2011-01-15 00:07 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/i386/ilp32/lns -rw-rw-rw- gingold/gingold 989 2011-01-01 20:27 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/lns/lns-common-1.d -rw-rw-rw- gingold/gingold 242 2011-01-01 20:27 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/lns/lns-duplicate.d -rw-rw-rw- gingold/gingold 455 2012-05-14 04:39 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/mixed-mode-reloc64.d -rw-rw-rw- gingold/gingold 473 2011-08-02 01:04 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/quad.d -rw-rw-rw- gingold/gingold 105 2011-03-29 14:40 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/quad.s -rw-rw-rw- gingold/gingold 3144 2012-05-14 04:39 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/reloc64.d -rw-rw-rw- gingold/gingold 936 2011-02-25 20:19 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/reloc64.l -rw-rw-rw- gingold/gingold 3995 2012-05-12 14:34 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/reloc64.s -rw-rw-rw- gingold/gingold 1289 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/rex.d -rw-rw-rw- gingold/gingold 2489 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/rexw.d -rw-rw-rw- gingold/gingold 1480 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/svme64.d -rw-rw-rw- gingold/gingold 1270 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-addr32-intel.d -rw-rw-rw- gingold/gingold 1212 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-addr32.d -rw-rw-rw- gingold/gingold 1747 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-aes-intel.d -rw-rw-rw- gingold/gingold 1638 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-aes.d -rw-rw-rw- gingold/gingold 1923 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-amdfam10.d -rw-rw-rw- gingold/gingold 519 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-arch-1.d -rw-rw-rw- gingold/gingold 1967 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-arch-2.d -rw-rw-rw- gingold/gingold 261382 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-avx-intel.d -rw-rw-rw- gingold/gingold 2899 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-avx-swap-intel.d -rw-rw-rw- gingold/gingold 2984 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-avx-swap.d -rw-rw-rw- gingold/gingold 244288 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-avx.d -rw-rw-rw- gingold/gingold 1552 2011-08-01 21:25 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-branch.d -rw-rw-rw- gingold/gingold 634 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-cbw-intel.d -rw-rw-rw- gingold/gingold 612 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-cbw.d -rw-rw-rw- gingold/gingold 1542 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-clmul-intel.d -rw-rw-rw- gingold/gingold 1449 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-clmul.d -rw-rw-rw- gingold/gingold 1608 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-crc32-intel.d -rw-rw-rw- gingold/gingold 1547 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-crc32.d -rw-rw-rw- gingold/gingold 807 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-crx-suffix.d -rw-rw-rw- gingold/gingold 796 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-crx.d -rw-rw-rw- gingold/gingold 56 2012-06-13 23:41 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-dc_a.d -rw-rw-rw- gingold/gingold 35 2012-06-13 23:41 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-dc_a.s -rw-rw-rw- gingold/gingold 2331 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-disp-intel.d -rw-rw-rw- gingold/gingold 2078 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-disp.d -rw-rw-rw- gingold/gingold 805 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-drx-suffix.d -rw-rw-rw- gingold/gingold 794 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-drx.d -rw-rw-rw- gingold/gingold 697 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-ept-intel.d -rw-rw-rw- gingold/gingold 616 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-ept.d -rw-rw-rw- gingold/gingold 36074 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-fma-intel.d -rw-rw-rw- gingold/gingold 34182 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-fma.d -rw-rw-rw- gingold/gingold 4818 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-fma4.d -rw-rw-rw- gingold/gingold 477 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-gidt.d -rw-rw-rw- gingold/gingold 414 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-ifunc.d -rw-rw-rw- gingold/gingold 237 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-intel64.d -rw-rw-rw- gingold/gingold 673 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-io-intel.d -rw-rw-rw- gingold/gingold 684 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-io-suffix.d -rw-rw-rw- gingold/gingold 663 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-io.d -rw-rw-rw- gingold/gingold 357 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-localpic.d -rw-rw-rw- gingold/gingold 2086 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-mem-intel.d -rw-rw-rw- gingold/gingold 1901 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-mem.d -rw-rw-rw- gingold/gingold 1352 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-movbe-intel.d -rw-rw-rw- gingold/gingold 1197 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-movbe.d -rw-rw-rw- gingold/gingold 5852 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d -rw-rw-rw- gingold/gingold 4543 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d -rw-rw-rw- gingold/gingold 5854 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-1-nocona.d -rw-rw-rw- gingold/gingold 9363 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-1-pentium.d -rw-rw-rw- gingold/gingold 5843 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d -rw-rw-rw- gingold/gingold 6015 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d -rw-rw-rw- gingold/gingold 660 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d -rw-rw-rw- gingold/gingold 9409 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d -rw-rw-rw- gingold/gingold 9476 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d -rw-rw-rw- gingold/gingold 9400 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d -rw-rw-rw- gingold/gingold 2791 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d -rw-rw-rw- gingold/gingold 2766 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d -rw-rw-rw- gingold/gingold 3811 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-nops.d -rw-rw-rw- gingold/gingold 1197 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-opcode-inval-intel.d -rw-rw-rw- gingold/gingold 1168 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-opcode-inval.d -rw-rw-rw- gingold/gingold 16781 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-opcode.d -rw-rw-rw- gingold/gingold 16956 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-opts-intel.d -rw-rw-rw- gingold/gingold 17685 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-opts.d -rw-rw-rw- gingold/gingold 920 2011-08-02 01:04 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-pcrel.d -rw-rw-rw- gingold/gingold 220 2011-08-02 01:04 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-pcrel.s -rw-rw-rw- gingold/gingold 2104 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-reg-intel.d -rw-rw-rw- gingold/gingold 2191 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-reg.d -rw-rw-rw- gingold/gingold 669 2012-07-02 20:12 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-rep-suffix.d -rw-rw-rw- gingold/gingold 2720 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-rep.d -rw-rw-rw- gingold/gingold 466 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-rip-intel.d -rw-rw-rw- gingold/gingold 447 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-rip.d -rw-rw-rw- gingold/gingold 4182 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sib-intel.d -rw-rw-rw- gingold/gingold 3655 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sib.d -rw-rw-rw- gingold/gingold 19801 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-simd-intel.d -rw-rw-rw- gingold/gingold 18031 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-simd-suffix.d -rw-rw-rw- gingold/gingold 17984 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-simd.d -rw-rw-rw- gingold/gingold 544 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse-check-none.d -rw-rw-rw- gingold/gingold 562 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse-check-warn.d -rw-rw-rw- gingold/gingold 527 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse-check.d -rw-rw-rw- gingold/gingold 3336 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse-noavx.d -rw-rw-rw- gingold/gingold 17056 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse2avx-opts-intel.d -rw-rw-rw- gingold/gingold 17793 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse2avx-opts.d -rw-rw-rw- gingold/gingold 79611 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse2avx.d -rw-rw-rw- gingold/gingold 1500 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse3.d -rw-rw-rw- gingold/gingold 13649 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse4_1-intel.d -rw-rw-rw- gingold/gingold 13115 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse4_1.d -rw-rw-rw- gingold/gingold 4542 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d -rw-rw-rw- gingold/gingold 2263 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-sse4_2.d -rw-rw-rw- gingold/gingold 2977 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-ssse3.d -rw-rw-rw- gingold/gingold 1849 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-stack-intel.d -rw-rw-rw- gingold/gingold 1801 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-stack-suffix.d -rw-rw-rw- gingold/gingold 1774 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-stack.d -rw-rw-rw- gingold/gingold 1159 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-unwind.d -rw-rw-rw- gingold/gingold 721 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-vmx.d -rw-rw-rw- gingold/gingold 3522 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-xsave-intel.d -rw-rw-rw- gingold/gingold 3517 2010-12-31 01:33 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64-xsave.d -rw-rw-rw- gingold/gingold 15227 2011-01-15 16:48 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64.d -rw-rw-rw- gingold/gingold 5751 2011-01-15 16:48 binutils-2.23.2/gas/testsuite/gas/i386/ilp32/x86-64.s -rw-rw-rw- gingold/gingold 2442 2007-04-27 06:22 binutils-2.23.2/gas/testsuite/gas/i386/immed32.d -rw-rw-rw- gingold/gingold 783 2005-07-26 17:34 binutils-2.23.2/gas/testsuite/gas/i386/immed32.s -rw-rw-rw- gingold/gingold 3197 2010-09-03 19:38 binutils-2.23.2/gas/testsuite/gas/i386/immed64.d -rw-rw-rw- gingold/gingold 1014 2010-09-03 19:38 binutils-2.23.2/gas/testsuite/gas/i386/immed64.s -rw-rw-rw- gingold/gingold 426 2009-04-20 08:34 binutils-2.23.2/gas/testsuite/gas/i386/intel-expr.d -rw-rw-rw- gingold/gingold 519 2009-04-20 08:34 binutils-2.23.2/gas/testsuite/gas/i386/intel-expr.s -rw-rw-rw- gingold/gingold 230 2010-07-04 00:15 binutils-2.23.2/gas/testsuite/gas/i386/intel-got32.d -rw-rw-rw- gingold/gingold 81 2010-07-04 00:15 binutils-2.23.2/gas/testsuite/gas/i386/intel-got32.s -rw-rw-rw- gingold/gingold 325 2010-07-04 00:15 binutils-2.23.2/gas/testsuite/gas/i386/intel-got64.d -rw-rw-rw- gingold/gingold 115 2010-07-04 00:15 binutils-2.23.2/gas/testsuite/gas/i386/intel-got64.s -rw-rw-rw- gingold/gingold 1294 2009-09-02 01:59 binutils-2.23.2/gas/testsuite/gas/i386/intel-regs.d -rw-rw-rw- gingold/gingold 971 2009-09-02 01:59 binutils-2.23.2/gas/testsuite/gas/i386/intel-regs.s -rw-rw-rw- gingold/gingold 39175 2011-01-18 18:08 binutils-2.23.2/gas/testsuite/gas/i386/intel.d -rw-rw-rw- gingold/gingold 472 2009-04-20 08:31 binutils-2.23.2/gas/testsuite/gas/i386/intel.e -rw-rw-rw- gingold/gingold 15110 2009-04-20 08:31 binutils-2.23.2/gas/testsuite/gas/i386/intel.s -rw-rw-rw- gingold/gingold 697 2009-04-20 08:31 binutils-2.23.2/gas/testsuite/gas/i386/intel16.d -rw-rw-rw- gingold/gingold 357 2009-04-20 08:31 binutils-2.23.2/gas/testsuite/gas/i386/intel16.s -rw-rw-rw- gingold/gingold 2689 2009-09-15 20:41 binutils-2.23.2/gas/testsuite/gas/i386/intelbad.l -rw-rw-rw- gingold/gingold 3621 2009-09-15 20:41 binutils-2.23.2/gas/testsuite/gas/i386/intelbad.s -rw-rw-rw- gingold/gingold 12217 2010-04-24 19:41 binutils-2.23.2/gas/testsuite/gas/i386/intelok.d -rw-rw-rw- gingold/gingold 4548 2010-04-24 19:41 binutils-2.23.2/gas/testsuite/gas/i386/intelok.s -rw-rw-rw- gingold/gingold 793 2009-12-08 04:14 binutils-2.23.2/gas/testsuite/gas/i386/intelpic.d -rw-rw-rw- gingold/gingold 462 2009-12-08 04:14 binutils-2.23.2/gas/testsuite/gas/i386/intelpic.s -rw-rw-rw- gingold/gingold 482 2009-01-06 02:03 binutils-2.23.2/gas/testsuite/gas/i386/inval-avx.l -rw-rw-rw- gingold/gingold 213 2009-01-06 02:03 binutils-2.23.2/gas/testsuite/gas/i386/inval-avx.s -rw-rw-rw- gingold/gingold 958 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/inval-crc32.l -rw-rw-rw- gingold/gingold 359 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/inval-crc32.s -rw-rw-rw- gingold/gingold 786 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/inval-ept.l -rw-rw-rw- gingold/gingold 347 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/inval-ept.s -rw-rw-rw- gingold/gingold 305 2008-03-03 16:28 binutils-2.23.2/gas/testsuite/gas/i386/inval-equ-1.l -rw-rw-rw- gingold/gingold 103 2008-03-03 16:28 binutils-2.23.2/gas/testsuite/gas/i386/inval-equ-1.s -rw-rw-rw- gingold/gingold 592 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/i386/inval-equ-2.l -rw-rw-rw- gingold/gingold 142 2008-03-03 16:28 binutils-2.23.2/gas/testsuite/gas/i386/inval-equ-2.s -rw-rw-rw- gingold/gingold 459 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/inval-invpcid.l -rw-rw-rw- gingold/gingold 194 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/inval-invpcid.s -rw-rw-rw- gingold/gingold 532 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/inval-movbe.l -rw-rw-rw- gingold/gingold 211 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/inval-movbe.s -rw-rw-rw- gingold/gingold 2389 2010-10-14 20:45 binutils-2.23.2/gas/testsuite/gas/i386/inval-reg.l -rw-rw-rw- gingold/gingold 822 2010-10-14 20:45 binutils-2.23.2/gas/testsuite/gas/i386/inval-reg.s -rw-rw-rw- gingold/gingold 196 2005-03-29 21:30 binutils-2.23.2/gas/testsuite/gas/i386/inval-seg.l -rw-rw-rw- gingold/gingold 79 2005-03-29 21:30 binutils-2.23.2/gas/testsuite/gas/i386/inval-seg.s -rw-rw-rw- gingold/gingold 3640 2008-01-15 19:50 binutils-2.23.2/gas/testsuite/gas/i386/inval.l -rw-rw-rw- gingold/gingold 1293 2008-01-15 19:50 binutils-2.23.2/gas/testsuite/gas/i386/inval.s -rw-rw-rw- gingold/gingold 277 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/invpcid-intel.d -rw-rw-rw- gingold/gingold 236 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/invpcid.d -rw-rw-rw- gingold/gingold 107 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/invpcid.s -rw-rw-rw- gingold/gingold 3683 2010-06-22 09:43 binutils-2.23.2/gas/testsuite/gas/i386/jump.d -rw-rw-rw- gingold/gingold 834 2010-06-22 09:43 binutils-2.23.2/gas/testsuite/gas/i386/jump.s -rw-rw-rw- gingold/gingold 4298 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/jump16.d -rw-rw-rw- gingold/gingold 976 2009-10-13 18:23 binutils-2.23.2/gas/testsuite/gas/i386/jump16.s -rw-rw-rw- gingold/gingold 58 2011-07-22 22:22 binutils-2.23.2/gas/testsuite/gas/i386/k1om-inval.l -rw-rw-rw- gingold/gingold 12 2011-07-22 22:22 binutils-2.23.2/gas/testsuite/gas/i386/k1om-inval.s -rw-rw-rw- gingold/gingold 15400 2012-04-03 18:01 binutils-2.23.2/gas/testsuite/gas/i386/k1om.d -rw-rw-rw- gingold/gingold 6904 2007-12-31 17:02 binutils-2.23.2/gas/testsuite/gas/i386/katmai.d -rw-rw-rw- gingold/gingold 3493 2007-10-24 00:52 binutils-2.23.2/gas/testsuite/gas/i386/katmai.s -rw-rw-rw- gingold/gingold 58 2009-07-25 16:58 binutils-2.23.2/gas/testsuite/gas/i386/l1om-inval.l -rw-rw-rw- gingold/gingold 12 2009-07-25 16:58 binutils-2.23.2/gas/testsuite/gas/i386/l1om-inval.s -rw-rw-rw- gingold/gingold 15415 2012-04-03 18:01 binutils-2.23.2/gas/testsuite/gas/i386/l1om.d -rw-rw-rw- gingold/gingold 302 2010-03-09 03:00 binutils-2.23.2/gas/testsuite/gas/i386/list-1.l -rw-rw-rw- gingold/gingold 102 2010-03-09 03:00 binutils-2.23.2/gas/testsuite/gas/i386/list-1.s -rw-rw-rw- gingold/gingold 291 2010-03-09 03:00 binutils-2.23.2/gas/testsuite/gas/i386/list-2.l -rw-rw-rw- gingold/gingold 68 2010-03-09 03:00 binutils-2.23.2/gas/testsuite/gas/i386/list-2.s -rw-rw-rw- gingold/gingold 290 2010-03-09 03:00 binutils-2.23.2/gas/testsuite/gas/i386/list-3.l -rw-rw-rw- gingold/gingold 68 2010-03-09 03:00 binutils-2.23.2/gas/testsuite/gas/i386/list-3.s -rw-rw-rw- gingold/gingold 296 2009-09-24 07:08 binutils-2.23.2/gas/testsuite/gas/i386/localpic.d -rw-rw-rw- gingold/gingold 53 2009-09-24 05:23 binutils-2.23.2/gas/testsuite/gas/i386/localpic.s -rw-rw-rw- gingold/gingold 4159 2009-11-14 07:04 binutils-2.23.2/gas/testsuite/gas/i386/lock-1-intel.d -rw-rw-rw- gingold/gingold 3689 2009-11-14 07:04 binutils-2.23.2/gas/testsuite/gas/i386/lock-1.d -rw-rw-rw- gingold/gingold 1594 2009-11-14 07:04 binutils-2.23.2/gas/testsuite/gas/i386/lock-1.s -rw-rw-rw- gingold/gingold 3895 2009-11-14 07:04 binutils-2.23.2/gas/testsuite/gas/i386/lockbad-1.l -rw-rw-rw- gingold/gingold 1614 2009-11-14 07:04 binutils-2.23.2/gas/testsuite/gas/i386/lockbad-1.s -rw-rw-rw- gingold/gingold 492 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/long-1-intel.d -rw-rw-rw- gingold/gingold 440 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/long-1.d -rw-rw-rw- gingold/gingold 339 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/long-1.s -rw-rw-rw- gingold/gingold 4990 2010-03-23 03:56 binutils-2.23.2/gas/testsuite/gas/i386/lwp.d -rw-rw-rw- gingold/gingold 1977 2010-03-23 03:56 binutils-2.23.2/gas/testsuite/gas/i386/lwp.s -rw-rw-rw- gingold/gingold 1932 2007-08-30 17:13 binutils-2.23.2/gas/testsuite/gas/i386/mem-intel.d -rw-rw-rw- gingold/gingold 1745 2007-08-28 19:36 binutils-2.23.2/gas/testsuite/gas/i386/mem.d -rw-rw-rw- gingold/gingold 586 2007-08-28 19:36 binutils-2.23.2/gas/testsuite/gas/i386/mem.s -rw-rw-rw- gingold/gingold 196 2005-09-28 17:31 binutils-2.23.2/gas/testsuite/gas/i386/mixed-mode-reloc.s -rw-rw-rw- gingold/gingold 419 2005-09-28 17:31 binutils-2.23.2/gas/testsuite/gas/i386/mixed-mode-reloc32.d -rw-rw-rw- gingold/gingold 457 2012-05-14 04:39 binutils-2.23.2/gas/testsuite/gas/i386/mixed-mode-reloc64.d -rw-rw-rw- gingold/gingold 108070 1999-08-09 06:41 binutils-2.23.2/gas/testsuite/gas/i386/modrm.l -rw-rw-rw- gingold/gingold 50595 1999-08-09 06:41 binutils-2.23.2/gas/testsuite/gas/i386/modrm.s -rw-rw-rw- gingold/gingold 936 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/movbe-intel.d -rw-rw-rw- gingold/gingold 806 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/movbe.d -rw-rw-rw- gingold/gingold 311 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/movbe.s -rw-rw-rw- gingold/gingold 1089 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/naked.d -rw-rw-rw- gingold/gingold 372 1999-08-30 16:09 binutils-2.23.2/gas/testsuite/gas/i386/naked.s -rw-rw-rw- gingold/gingold 559 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/no87-2.l -rw-rw-rw- gingold/gingold 162 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/no87-2.s -rw-rw-rw- gingold/gingold 744 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/no87.l -rw-rw-rw- gingold/gingold 211 2009-07-24 17:41 binutils-2.23.2/gas/testsuite/gas/i386/no87.s -rw-rw-rw- gingold/gingold 5932 2010-02-03 21:36 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-bdver1.d -rw-rw-rw- gingold/gingold 5932 2011-05-11 00:02 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-bdver2.d -rw-rw-rw- gingold/gingold 5932 2012-11-09 14:32 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-bdver3.d -rw-rw-rw- gingold/gingold 5932 2012-09-18 14:10 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-btver1.d -rw-rw-rw- gingold/gingold 5932 2012-09-18 14:10 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-btver2.d -rw-rw-rw- gingold/gingold 5840 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-core2.d -rw-rw-rw- gingold/gingold 5040 2007-09-20 19:38 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-i386-i686.d -rw-rw-rw- gingold/gingold 5016 2007-09-20 19:38 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-i386.d -rw-rw-rw- gingold/gingold 6675 2011-02-08 21:21 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-i686.d -rw-rw-rw- gingold/gingold 4530 2007-07-23 22:03 binutils-2.23.2/gas/testsuite/gas/i386/nops-1-k8.d -rw-rw-rw- gingold/gingold 5009 2008-07-24 20:51 binutils-2.23.2/gas/testsuite/gas/i386/nops-1.d -rw-rw-rw- gingold/gingold 803 2006-06-23 23:47 binutils-2.23.2/gas/testsuite/gas/i386/nops-1.s -rw-rw-rw- gingold/gingold 5243 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/nops-2-core2.d -rw-rw-rw- gingold/gingold 5217 2008-01-22 20:16 binutils-2.23.2/gas/testsuite/gas/i386/nops-2-i386.d -rw-rw-rw- gingold/gingold 5210 2008-07-24 20:51 binutils-2.23.2/gas/testsuite/gas/i386/nops-2.d -rw-rw-rw- gingold/gingold 838 2008-01-22 20:16 binutils-2.23.2/gas/testsuite/gas/i386/nops-2.s -rw-rw-rw- gingold/gingold 1663 2008-12-18 23:47 binutils-2.23.2/gas/testsuite/gas/i386/nops-3-i386.d -rw-rw-rw- gingold/gingold 1663 2011-02-08 21:21 binutils-2.23.2/gas/testsuite/gas/i386/nops-3-i686.d -rw-rw-rw- gingold/gingold 1656 2008-12-18 23:47 binutils-2.23.2/gas/testsuite/gas/i386/nops-3.d -rw-rw-rw- gingold/gingold 56 2007-03-31 05:22 binutils-2.23.2/gas/testsuite/gas/i386/nops-3.s -rw-rw-rw- gingold/gingold 21450 2008-12-18 23:47 binutils-2.23.2/gas/testsuite/gas/i386/nops-4-i386.d -rw-rw-rw- gingold/gingold 21450 2011-02-08 21:21 binutils-2.23.2/gas/testsuite/gas/i386/nops-4-i686.d -rw-rw-rw- gingold/gingold 21421 2008-12-18 23:47 binutils-2.23.2/gas/testsuite/gas/i386/nops-4.d -rw-rw-rw- gingold/gingold 1015 2007-07-23 22:03 binutils-2.23.2/gas/testsuite/gas/i386/nops-4.s -rw-rw-rw- gingold/gingold 9403 2011-02-08 19:12 binutils-2.23.2/gas/testsuite/gas/i386/nops-4a-i686.d -rw-rw-rw- gingold/gingold 2782 2010-08-06 20:22 binutils-2.23.2/gas/testsuite/gas/i386/nops-5-i686.d -rw-rw-rw- gingold/gingold 2735 2010-08-06 20:22 binutils-2.23.2/gas/testsuite/gas/i386/nops-5.d -rw-rw-rw- gingold/gingold 716 2008-10-12 14:37 binutils-2.23.2/gas/testsuite/gas/i386/nops-5.s -rw-rw-rw- gingold/gingold 482 2011-02-08 19:12 binutils-2.23.2/gas/testsuite/gas/i386/nops-6.d -rw-rw-rw- gingold/gingold 106 2011-02-08 19:12 binutils-2.23.2/gas/testsuite/gas/i386/nops-6.s -rw-rw-rw- gingold/gingold 3101 2008-01-10 15:52 binutils-2.23.2/gas/testsuite/gas/i386/nops.d -rw-rw-rw- gingold/gingold 1679 2008-01-10 15:52 binutils-2.23.2/gas/testsuite/gas/i386/nops.s -rw-rw-rw- gingold/gingold 30030 2008-12-18 23:47 binutils-2.23.2/gas/testsuite/gas/i386/nops16-1.d -rw-rw-rw- gingold/gingold 1812 2007-07-23 22:03 binutils-2.23.2/gas/testsuite/gas/i386/nops16-1.s -rw-rw-rw- gingold/gingold 34672 2011-01-18 18:08 binutils-2.23.2/gas/testsuite/gas/i386/opcode-intel.d -rw-rw-rw- gingold/gingold 32444 2011-01-18 18:08 binutils-2.23.2/gas/testsuite/gas/i386/opcode-suffix.d -rw-rw-rw- gingold/gingold 27594 2011-01-18 18:08 binutils-2.23.2/gas/testsuite/gas/i386/opcode.d -rw-rw-rw- gingold/gingold 12755 2008-11-03 20:38 binutils-2.23.2/gas/testsuite/gas/i386/opcode.s -rw-rw-rw- gingold/gingold 14099 2009-01-12 17:04 binutils-2.23.2/gas/testsuite/gas/i386/opts-intel.d -rw-rw-rw- gingold/gingold 14677 2009-01-12 17:04 binutils-2.23.2/gas/testsuite/gas/i386/opts.d -rw-rw-rw- gingold/gingold 4718 2009-01-12 17:04 binutils-2.23.2/gas/testsuite/gas/i386/opts.s -rw-rw-rw- gingold/gingold 860 2005-11-04 20:53 binutils-2.23.2/gas/testsuite/gas/i386/padlock.d -rw-rw-rw- gingold/gingold 276 2004-07-30 14:36 binutils-2.23.2/gas/testsuite/gas/i386/padlock.s -rw-rw-rw- gingold/gingold 4843 2002-09-05 02:05 binutils-2.23.2/gas/testsuite/gas/i386/pcrel.d -rw-rw-rw- gingold/gingold 776 2002-09-05 02:05 binutils-2.23.2/gas/testsuite/gas/i386/pcrel.s -rw-rw-rw- gingold/gingold 257 2011-03-17 14:16 binutils-2.23.2/gas/testsuite/gas/i386/pr12589-1.d -rw-rw-rw- gingold/gingold 113 2011-03-17 14:16 binutils-2.23.2/gas/testsuite/gas/i386/pr12589-1.s -rw-rw-rw- gingold/gingold 315 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/prefix.d -rw-rw-rw- gingold/gingold 150 2008-01-12 17:05 binutils-2.23.2/gas/testsuite/gas/i386/prefix.s -rw-rw-rw- gingold/gingold 339 2010-07-05 19:14 binutils-2.23.2/gas/testsuite/gas/i386/rdrnd-intel.d -rw-rw-rw- gingold/gingold 300 2010-07-05 19:14 binutils-2.23.2/gas/testsuite/gas/i386/rdrnd.d -rw-rw-rw- gingold/gingold 118 2010-07-05 19:14 binutils-2.23.2/gas/testsuite/gas/i386/rdrnd.s -rw-rw-rw- gingold/gingold 355 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/rdseed-intel.d -rw-rw-rw- gingold/gingold 321 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/rdseed.d -rw-rw-rw- gingold/gingold 154 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/rdseed.s -rw-rw-rw- gingold/gingold 2074 2007-08-29 17:34 binutils-2.23.2/gas/testsuite/gas/i386/reg-intel.d -rw-rw-rw- gingold/gingold 2141 2007-08-29 17:34 binutils-2.23.2/gas/testsuite/gas/i386/reg.d -rw-rw-rw- gingold/gingold 629 2007-08-29 17:34 binutils-2.23.2/gas/testsuite/gas/i386/reg.s -rw-rw-rw- gingold/gingold 239 2010-10-27 00:18 binutils-2.23.2/gas/testsuite/gas/i386/relax-1.d -rw-rw-rw- gingold/gingold 172 2010-10-27 00:18 binutils-2.23.2/gas/testsuite/gas/i386/relax-1.s -rw-rw-rw- gingold/gingold 239 2010-10-27 00:18 binutils-2.23.2/gas/testsuite/gas/i386/relax-2.d -rw-rw-rw- gingold/gingold 172 2010-10-27 00:18 binutils-2.23.2/gas/testsuite/gas/i386/relax-2.s -rw-rw-rw- gingold/gingold 322 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/i386/relax.d -rw-rw-rw- gingold/gingold 264 2001-07-26 06:14 binutils-2.23.2/gas/testsuite/gas/i386/relax.s -rw-rw-rw- gingold/gingold 677 2008-12-18 23:47 binutils-2.23.2/gas/testsuite/gas/i386/reloc.d -rw-rw-rw- gingold/gingold 176 1999-05-13 08:00 binutils-2.23.2/gas/testsuite/gas/i386/reloc.s -rw-rw-rw- gingold/gingold 1810 2005-07-18 08:27 binutils-2.23.2/gas/testsuite/gas/i386/reloc32.d -rw-rw-rw- gingold/gingold 1176 2005-07-18 08:27 binutils-2.23.2/gas/testsuite/gas/i386/reloc32.l -rw-rw-rw- gingold/gingold 3441 2005-07-18 08:27 binutils-2.23.2/gas/testsuite/gas/i386/reloc32.s -rw-rw-rw- gingold/gingold 2900 2012-05-14 04:39 binutils-2.23.2/gas/testsuite/gas/i386/reloc64.d -rw-rw-rw- gingold/gingold 1287 2007-09-26 15:40 binutils-2.23.2/gas/testsuite/gas/i386/reloc64.l -rw-rw-rw- gingold/gingold 4365 2007-09-26 15:40 binutils-2.23.2/gas/testsuite/gas/i386/reloc64.s -rw-rw-rw- gingold/gingold 533 2012-07-02 20:12 binutils-2.23.2/gas/testsuite/gas/i386/rep-suffix.d -rw-rw-rw- gingold/gingold 173 2012-07-02 20:12 binutils-2.23.2/gas/testsuite/gas/i386/rep-suffix.s -rw-rw-rw- gingold/gingold 2142 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/rep.d -rw-rw-rw- gingold/gingold 659 2006-03-24 06:07 binutils-2.23.2/gas/testsuite/gas/i386/rep.s -rw-rw-rw- gingold/gingold 65 2012-06-07 16:52 binutils-2.23.2/gas/testsuite/gas/i386/rept.d -rw-rw-rw- gingold/gingold 110 2012-06-07 16:52 binutils-2.23.2/gas/testsuite/gas/i386/rept.s -rw-rw-rw- gingold/gingold 1263 2009-12-04 08:51 binutils-2.23.2/gas/testsuite/gas/i386/rex.d -rw-rw-rw- gingold/gingold 457 2009-11-14 00:13 binutils-2.23.2/gas/testsuite/gas/i386/rex.s -rw-rw-rw- gingold/gingold 2462 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/rexw.d -rw-rw-rw- gingold/gingold 981 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/rexw.s -rw-rw-rw- gingold/gingold 619 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/rtm-intel.d -rw-rw-rw- gingold/gingold 582 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/rtm.d -rw-rw-rw- gingold/gingold 168 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/rtm.s -rw-rw-rw- gingold/gingold 1638 2007-02-05 03:36 binutils-2.23.2/gas/testsuite/gas/i386/secrel.d -rw-rw-rw- gingold/gingold 1178 2004-09-29 15:36 binutils-2.23.2/gas/testsuite/gas/i386/secrel.s -rw-rw-rw- gingold/gingold 371 2005-03-29 21:30 binutils-2.23.2/gas/testsuite/gas/i386/segment.l -rw-rw-rw- gingold/gingold 167 2005-03-29 21:30 binutils-2.23.2/gas/testsuite/gas/i386/segment.s -rw-rw-rw- gingold/gingold 3226 2007-09-20 22:13 binutils-2.23.2/gas/testsuite/gas/i386/sib-intel.d -rw-rw-rw- gingold/gingold 2822 2007-09-20 22:13 binutils-2.23.2/gas/testsuite/gas/i386/sib.d -rw-rw-rw- gingold/gingold 1379 2007-09-20 22:13 binutils-2.23.2/gas/testsuite/gas/i386/sib.s -rw-rw-rw- gingold/gingold 13654 2008-05-22 22:52 binutils-2.23.2/gas/testsuite/gas/i386/simd-intel.d -rw-rw-rw- gingold/gingold 12010 2008-05-22 22:52 binutils-2.23.2/gas/testsuite/gas/i386/simd-suffix.d -rw-rw-rw- gingold/gingold 11963 2008-05-22 22:52 binutils-2.23.2/gas/testsuite/gas/i386/simd.d -rw-rw-rw- gingold/gingold 5271 2008-05-22 22:52 binutils-2.23.2/gas/testsuite/gas/i386/simd.s -rw-rw-rw- gingold/gingold 148 2007-10-05 21:04 binutils-2.23.2/gas/testsuite/gas/i386/smx.d -rw-rw-rw- gingold/gingold 40 2007-10-05 21:04 binutils-2.23.2/gas/testsuite/gas/i386/smx.s -rw-rw-rw- gingold/gingold 432 2009-11-04 19:52 binutils-2.23.2/gas/testsuite/gas/i386/space1.l -rw-rw-rw- gingold/gingold 78 2009-11-04 19:52 binutils-2.23.2/gas/testsuite/gas/i386/space1.s -rw-rw-rw- gingold/gingold 1142 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/sse-check-error.l -rw-rw-rw- gingold/gingold 23 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/sse-check-error.s -rw-rw-rw- gingold/gingold 505 2008-06-03 19:31 binutils-2.23.2/gas/testsuite/gas/i386/sse-check-none.d -rw-rw-rw- gingold/gingold 288 2008-06-03 19:31 binutils-2.23.2/gas/testsuite/gas/i386/sse-check-none.s -rw-rw-rw- gingold/gingold 546 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/sse-check-warn.d -rw-rw-rw- gingold/gingold 320 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/sse-check-warn.e -rw-rw-rw- gingold/gingold 493 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/sse-check.d -rw-rw-rw- gingold/gingold 271 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/sse-check.s -rw-rw-rw- gingold/gingold 3237 2009-01-13 01:00 binutils-2.23.2/gas/testsuite/gas/i386/sse-noavx.d -rw-rw-rw- gingold/gingold 1239 2009-01-13 01:00 binutils-2.23.2/gas/testsuite/gas/i386/sse-noavx.s -rw-rw-rw- gingold/gingold 9342 2008-04-23 16:34 binutils-2.23.2/gas/testsuite/gas/i386/sse2.d -rw-rw-rw- gingold/gingold 3501 2008-04-23 16:34 binutils-2.23.2/gas/testsuite/gas/i386/sse2.s -rw-rw-rw- gingold/gingold 14199 2009-01-12 17:53 binutils-2.23.2/gas/testsuite/gas/i386/sse2avx-opts-intel.d -rw-rw-rw- gingold/gingold 14801 2009-01-12 17:53 binutils-2.23.2/gas/testsuite/gas/i386/sse2avx-opts.d -rw-rw-rw- gingold/gingold 75896 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/sse2avx.d -rw-rw-rw- gingold/gingold 30282 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/sse2avx.s -rw-rw-rw- gingold/gingold 1471 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/sse3.d -rw-rw-rw- gingold/gingold 715 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/sse3.s -rw-rw-rw- gingold/gingold 12675 2007-09-12 15:20 binutils-2.23.2/gas/testsuite/gas/i386/sse4_1-intel.d -rw-rw-rw- gingold/gingold 12099 2007-09-12 15:20 binutils-2.23.2/gas/testsuite/gas/i386/sse4_1.d -rw-rw-rw- gingold/gingold 4966 2007-09-12 15:20 binutils-2.23.2/gas/testsuite/gas/i386/sse4_1.s -rw-rw-rw- gingold/gingold 3553 2007-08-09 15:50 binutils-2.23.2/gas/testsuite/gas/i386/sse4_2-intel.d -rw-rw-rw- gingold/gingold 3332 2007-08-09 15:50 binutils-2.23.2/gas/testsuite/gas/i386/sse4_2.d -rw-rw-rw- gingold/gingold 1345 2007-08-09 15:50 binutils-2.23.2/gas/testsuite/gas/i386/sse4_2.s -rw-rw-rw- gingold/gingold 4820 2007-07-04 17:44 binutils-2.23.2/gas/testsuite/gas/i386/ssemmx2.d -rw-rw-rw- gingold/gingold 2257 2001-03-24 07:29 binutils-2.23.2/gas/testsuite/gas/i386/ssemmx2.s -rw-rw-rw- gingold/gingold 2940 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/ssse3.d -rw-rw-rw- gingold/gingold 1413 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/ssse3.s -rw-rw-rw- gingold/gingold 290 2008-08-28 11:42 binutils-2.23.2/gas/testsuite/gas/i386/string-bad.l -rw-rw-rw- gingold/gingold 469 2008-08-28 11:42 binutils-2.23.2/gas/testsuite/gas/i386/string-bad.s -rw-rw-rw- gingold/gingold 3600 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/string-ok.d -rw-rw-rw- gingold/gingold 555 2008-08-28 11:42 binutils-2.23.2/gas/testsuite/gas/i386/string-ok.e -rw-rw-rw- gingold/gingold 1545 2008-08-28 11:42 binutils-2.23.2/gas/testsuite/gas/i386/string-ok.s -rw-rw-rw- gingold/gingold 216 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/i386/sub.d -rw-rw-rw- gingold/gingold 115 2002-11-01 21:41 binutils-2.23.2/gas/testsuite/gas/i386/sub.s -rw-rw-rw- gingold/gingold 309 2005-07-19 06:11 binutils-2.23.2/gas/testsuite/gas/i386/suffix.d -rw-rw-rw- gingold/gingold 112 2005-07-19 06:11 binutils-2.23.2/gas/testsuite/gas/i386/suffix.s -rw-rw-rw- gingold/gingold 955 2007-09-06 14:28 binutils-2.23.2/gas/testsuite/gas/i386/svme.d -rw-rw-rw- gingold/gingold 393 2007-09-06 14:28 binutils-2.23.2/gas/testsuite/gas/i386/svme.s -rw-rw-rw- gingold/gingold 1469 2007-09-06 14:28 binutils-2.23.2/gas/testsuite/gas/i386/svme64.d -rw-rw-rw- gingold/gingold 10989 2011-01-17 23:17 binutils-2.23.2/gas/testsuite/gas/i386/tbm-intel.d -rw-rw-rw- gingold/gingold 10348 2011-01-17 23:17 binutils-2.23.2/gas/testsuite/gas/i386/tbm.d -rw-rw-rw- gingold/gingold 4496 2011-01-17 23:17 binutils-2.23.2/gas/testsuite/gas/i386/tbm.s -rw-rw-rw- gingold/gingold 1043 2007-04-27 06:22 binutils-2.23.2/gas/testsuite/gas/i386/tlsd.d -rw-rw-rw- gingold/gingold 848 2005-05-09 17:41 binutils-2.23.2/gas/testsuite/gas/i386/tlsd.s -rw-rw-rw- gingold/gingold 1182 2008-12-18 23:47 binutils-2.23.2/gas/testsuite/gas/i386/tlsnopic.d -rw-rw-rw- gingold/gingold 1107 2002-09-19 21:01 binutils-2.23.2/gas/testsuite/gas/i386/tlsnopic.s -rw-rw-rw- gingold/gingold 932 2007-04-27 06:22 binutils-2.23.2/gas/testsuite/gas/i386/tlspic.d -rw-rw-rw- gingold/gingold 674 2005-05-09 17:41 binutils-2.23.2/gas/testsuite/gas/i386/tlspic.s -rw-rw-rw- gingold/gingold 190 2012-01-13 23:19 binutils-2.23.2/gas/testsuite/gas/i386/vmfunc.d -rw-rw-rw- gingold/gingold 48 2012-01-13 23:19 binutils-2.23.2/gas/testsuite/gas/i386/vmfunc.s -rw-rw-rw- gingold/gingold 686 2005-07-15 15:49 binutils-2.23.2/gas/testsuite/gas/i386/vmx.d -rw-rw-rw- gingold/gingold 304 2005-07-15 15:49 binutils-2.23.2/gas/testsuite/gas/i386/vmx.s -rw-rw-rw- gingold/gingold 1227 2006-12-06 19:15 binutils-2.23.2/gas/testsuite/gas/i386/white.l -rw-rw-rw- gingold/gingold 395 1999-08-30 01:44 binutils-2.23.2/gas/testsuite/gas/i386/white.s -rw-rw-rw- gingold/gingold 1259 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-addr32-intel.d -rw-rw-rw- gingold/gingold 1176 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-addr32.d -rw-rw-rw- gingold/gingold 414 2009-09-14 15:57 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-addr32.s -rw-rw-rw- gingold/gingold 3212 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-adx-intel.d -rw-rw-rw- gingold/gingold 2947 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-adx.d -rw-rw-rw- gingold/gingold 1179 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-adx.s -rw-rw-rw- gingold/gingold 1736 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-aes-intel.d -rw-rw-rw- gingold/gingold 1605 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-aes.d -rw-rw-rw- gingold/gingold 692 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-aes.s -rw-rw-rw- gingold/gingold 1885 2007-09-12 09:31 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-amdfam10.d -rw-rw-rw- gingold/gingold 760 2007-09-12 09:31 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-amdfam10.s -rw-rw-rw- gingold/gingold 483 2008-01-23 20:05 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-1.d -rw-rw-rw- gingold/gingold 189 2008-01-23 20:05 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-1.s -rw-rw-rw- gingold/gingold 1925 2012-09-18 13:52 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-2-bdver2.d -rw-rw-rw- gingold/gingold 1875 2012-11-09 15:09 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-2-bdver3.d -rw-rw-rw- gingold/gingold 1930 2012-09-18 14:10 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-2-btver1.d -rw-rw-rw- gingold/gingold 1890 2012-09-18 14:10 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-2-btver2.d -rw-rw-rw- gingold/gingold 1966 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-2-lzcnt.d -rw-rw-rw- gingold/gingold 1970 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-2-prefetchw.d -rw-rw-rw- gingold/gingold 1931 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-2.d -rw-rw-rw- gingold/gingold 801 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-arch-2.s -rw-rw-rw- gingold/gingold 18355 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-gather-intel.d -rw-rw-rw- gingold/gingold 16572 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-gather.d -rw-rw-rw- gingold/gingold 8414 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-gather.s -rw-rw-rw- gingold/gingold 261371 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-intel.d -rw-rw-rw- gingold/gingold 45035 2010-01-27 15:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-scalar-intel.d -rw-rw-rw- gingold/gingold 42710 2010-01-27 15:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-scalar.d -rw-rw-rw- gingold/gingold 20255 2010-01-27 15:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-scalar.s -rw-rw-rw- gingold/gingold 2888 2008-12-23 16:14 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-swap-intel.d -rw-rw-rw- gingold/gingold 2946 2008-12-23 16:14 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-swap.d -rw-rw-rw- gingold/gingold 1216 2008-12-23 16:14 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx-swap.s -rw-rw-rw- gingold/gingold 244255 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx.d -rw-rw-rw- gingold/gingold 111253 2011-08-19 21:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx.s -rw-rw-rw- gingold/gingold 12391 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx2-intel.d -rw-rw-rw- gingold/gingold 11586 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx2.d -rw-rw-rw- gingold/gingold 6557 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx2.s -rw-rw-rw- gingold/gingold 37961 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx256int-intel.d -rw-rw-rw- gingold/gingold 35822 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx256int.d -rw-rw-rw- gingold/gingold 15990 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-avx256int.s -rw-rw-rw- gingold/gingold 6888 2011-01-05 01:16 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-bmi-intel.d -rw-rw-rw- gingold/gingold 6445 2011-01-05 01:16 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-bmi.d -rw-rw-rw- gingold/gingold 2710 2011-01-05 01:16 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-bmi.s -rw-rw-rw- gingold/gingold 9523 2011-06-30 17:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-bmi2-intel.d -rw-rw-rw- gingold/gingold 9124 2011-06-30 17:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-bmi2.d -rw-rw-rw- gingold/gingold 3723 2011-06-30 17:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-bmi2.s -rw-rw-rw- gingold/gingold 1519 2011-08-05 16:11 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-branch.d -rw-rw-rw- gingold/gingold 311 2011-08-01 21:25 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-branch.s -rw-rw-rw- gingold/gingold 52404 2012-03-15 02:36 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-bundle.d -rw-rw-rw- gingold/gingold 3064 2012-03-13 17:59 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-bundle.s -rw-rw-rw- gingold/gingold 623 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-cbw-intel.d -rw-rw-rw- gingold/gingold 579 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-cbw.d -rw-rw-rw- gingold/gingold 149 2006-12-01 15:56 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-cbw.s -rw-rw-rw- gingold/gingold 1531 2008-04-04 18:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-clmul-intel.d -rw-rw-rw- gingold/gingold 1414 2008-04-04 18:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-clmul.d -rw-rw-rw- gingold/gingold 645 2008-04-04 18:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-clmul.s -rw-rw-rw- gingold/gingold 1597 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-crc32-intel.d -rw-rw-rw- gingold/gingold 1512 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-crc32.d -rw-rw-rw- gingold/gingold 567 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-crc32.s -rw-rw-rw- gingold/gingold 796 2006-09-20 13:35 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-crx-suffix.d -rw-rw-rw- gingold/gingold 785 2006-09-20 13:35 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-crx.d -rw-rw-rw- gingold/gingold 244 2006-02-11 18:00 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-crx.s -rw-rw-rw- gingold/gingold 2320 2009-10-21 00:18 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-disp-intel.d -rw-rw-rw- gingold/gingold 2044 2009-10-21 00:18 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-disp.d -rw-rw-rw- gingold/gingold 875 2009-09-15 20:41 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-disp.s -rw-rw-rw- gingold/gingold 1163 2012-02-08 19:46 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-disp32.d -rw-rw-rw- gingold/gingold 428 2012-01-20 21:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-disp32.s -rw-rw-rw- gingold/gingold 794 2006-09-20 13:35 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-drx-suffix.d -rw-rw-rw- gingold/gingold 761 2006-09-20 13:35 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-drx.d -rw-rw-rw- gingold/gingold 244 2006-02-11 19:08 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-drx.s -rw-rw-rw- gingold/gingold 143 2010-07-14 21:46 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-dw2-compress-2.d -rw-rw-rw- gingold/gingold 2093 2010-07-14 21:46 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-dw2-compress-2.s -rw-rw-rw- gingold/gingold 686 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-ept-intel.d -rw-rw-rw- gingold/gingold 583 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-ept.d -rw-rw-rw- gingold/gingold 275 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-ept.s -rw-rw-rw- gingold/gingold 1510 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-f16c-intel.d -rw-rw-rw- gingold/gingold 1395 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-f16c.d -rw-rw-rw- gingold/gingold 607 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-f16c.s -rw-rw-rw- gingold/gingold 36063 2009-01-06 02:10 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fma-intel.d -rw-rw-rw- gingold/gingold 8990 2010-01-28 16:33 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fma-scalar-intel.d -rw-rw-rw- gingold/gingold 8575 2010-01-28 16:33 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fma-scalar.d -rw-rw-rw- gingold/gingold 4117 2010-01-28 16:33 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fma-scalar.s -rw-rw-rw- gingold/gingold 34149 2009-01-06 02:10 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fma.d -rw-rw-rw- gingold/gingold 16330 2009-01-06 02:10 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fma.s -rw-rw-rw- gingold/gingold 4784 2009-12-11 21:38 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fma4.d -rw-rw-rw- gingold/gingold 2324 2009-12-11 21:38 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fma4.s -rw-rw-rw- gingold/gingold 1774 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fsgs-intel.d -rw-rw-rw- gingold/gingold 1763 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fsgs.d -rw-rw-rw- gingold/gingold 531 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fsgs.s -rw-rw-rw- gingold/gingold 2386 2009-12-04 08:51 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fxsave-intel.d -rw-rw-rw- gingold/gingold 2351 2009-12-04 08:51 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fxsave.d -rw-rw-rw- gingold/gingold 770 2009-12-04 08:51 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-fxsave.s -rw-rw-rw- gingold/gingold 442 2006-05-09 19:05 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-gidt.d -rw-rw-rw- gingold/gingold 211 2006-05-09 18:05 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-gidt.s -rw-rw-rw- gingold/gingold 126397 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-hle-intel.d -rw-rw-rw- gingold/gingold 115797 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-hle.d -rw-rw-rw- gingold/gingold 63430 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-hle.s -rw-rw-rw- gingold/gingold 30703 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-hlebad.l -rw-rw-rw- gingold/gingold 14692 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-hlebad.s -rw-rw-rw- gingold/gingold 403 2009-07-16 19:37 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-ifunc.d -rw-rw-rw- gingold/gingold 200 2008-08-12 23:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-intel64.d -rw-rw-rw- gingold/gingold 62 2008-08-12 23:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-intel64.s -rw-rw-rw- gingold/gingold 488 2009-01-06 02:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-avx.l -rw-rw-rw- gingold/gingold 219 2009-01-06 02:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-avx.s -rw-rw-rw- gingold/gingold 1504 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-crc32.l -rw-rw-rw- gingold/gingold 578 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-crc32.s -rw-rw-rw- gingold/gingold 1024 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-ept.l -rw-rw-rw- gingold/gingold 464 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-ept.s -rw-rw-rw- gingold/gingold 570 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-invpcid.l -rw-rw-rw- gingold/gingold 245 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-invpcid.s -rw-rw-rw- gingold/gingold 636 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-movbe.l -rw-rw-rw- gingold/gingold 259 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-movbe.s -rw-rw-rw- gingold/gingold 286 2005-03-29 21:30 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-seg.l -rw-rw-rw- gingold/gingold 113 2005-03-29 21:30 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval-seg.s -rw-rw-rw- gingold/gingold 6105 2009-09-14 15:57 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval.l -rw-rw-rw- gingold/gingold 3302 2009-09-14 15:57 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-inval.s -rw-rw-rw- gingold/gingold 286 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-invpcid-intel.d -rw-rw-rw- gingold/gingold 238 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-invpcid.d -rw-rw-rw- gingold/gingold 113 2011-06-10 23:27 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-invpcid.s -rw-rw-rw- gingold/gingold 662 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-io-intel.d -rw-rw-rw- gingold/gingold 673 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-io-suffix.d -rw-rw-rw- gingold/gingold 631 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-io.d -rw-rw-rw- gingold/gingold 188 2006-12-01 16:00 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-io.s -rw-rw-rw- gingold/gingold 334 2009-09-24 16:36 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-localpic.d -rw-rw-rw- gingold/gingold 52 2009-09-24 16:36 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-localpic.s -rw-rw-rw- gingold/gingold 4312 2009-11-19 16:26 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-lock-1-intel.d -rw-rw-rw- gingold/gingold 3817 2009-11-19 16:26 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-lock-1.d -rw-rw-rw- gingold/gingold 1657 2009-11-19 16:26 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-lock-1.s -rw-rw-rw- gingold/gingold 3901 2009-11-14 07:04 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-lockbad-1.l -rw-rw-rw- gingold/gingold 1620 2009-11-14 07:04 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-lockbad-1.s -rw-rw-rw- gingold/gingold 501 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-long-1-intel.d -rw-rw-rw- gingold/gingold 442 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-long-1.d -rw-rw-rw- gingold/gingold 345 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-long-1.s -rw-rw-rw- gingold/gingold 20144 2010-03-23 03:56 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-lwp.d -rw-rw-rw- gingold/gingold 7793 2010-03-23 03:56 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-lwp.s -rw-rw-rw- gingold/gingold 2075 2007-08-30 17:13 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-mem-intel.d -rw-rw-rw- gingold/gingold 1868 2007-08-28 19:36 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-mem.d -rw-rw-rw- gingold/gingold 637 2007-08-28 19:36 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-mem.s -rw-rw-rw- gingold/gingold 1341 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-movbe-intel.d -rw-rw-rw- gingold/gingold 1162 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-movbe.d -rw-rw-rw- gingold/gingold 451 2008-05-02 18:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-movbe.s -rw-rw-rw- gingold/gingold 5934 2010-02-03 21:36 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-bdver1.d -rw-rw-rw- gingold/gingold 5934 2011-05-11 00:02 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-bdver2.d -rw-rw-rw- gingold/gingold 5934 2012-11-09 14:32 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-bdver3.d -rw-rw-rw- gingold/gingold 5934 2012-09-18 14:10 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-btver1.d -rw-rw-rw- gingold/gingold 5934 2012-09-18 14:10 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-btver2.d -rw-rw-rw- gingold/gingold 5842 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-core2.d -rw-rw-rw- gingold/gingold 5850 2010-10-16 23:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-g64.d -rw-rw-rw- gingold/gingold 4532 2007-07-23 22:25 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-k8.d -rw-rw-rw- gingold/gingold 5843 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-nocona.d -rw-rw-rw- gingold/gingold 9352 2009-07-21 19:50 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1-pentium.d -rw-rw-rw- gingold/gingold 5811 2010-10-16 23:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-1.d -rw-rw-rw- gingold/gingold 6005 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-2.d -rw-rw-rw- gingold/gingold 650 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-3.d -rw-rw-rw- gingold/gingold 9399 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-4-core2.d -rw-rw-rw- gingold/gingold 9465 2008-12-18 23:47 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-4-k8.d -rw-rw-rw- gingold/gingold 9390 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-4.d -rw-rw-rw- gingold/gingold 2781 2010-08-06 20:22 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-5-k8.d -rw-rw-rw- gingold/gingold 2756 2010-08-06 20:22 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops-5.d -rw-rw-rw- gingold/gingold 3777 2008-01-10 15:52 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops.d -rw-rw-rw- gingold/gingold 1836 2008-01-10 15:52 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-nops.s -rw-rw-rw- gingold/gingold 1185 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-opcode-inval-intel.d -rw-rw-rw- gingold/gingold 1125 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-opcode-inval.d -rw-rw-rw- gingold/gingold 215 2008-04-03 16:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-opcode-inval.s -rw-rw-rw- gingold/gingold 16796 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-opcode.d -rw-rw-rw- gingold/gingold 32271 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-opcode.s -rw-rw-rw- gingold/gingold 16945 2009-01-12 17:04 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-opts-intel.d -rw-rw-rw- gingold/gingold 17651 2009-01-12 17:04 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-opts.d -rw-rw-rw- gingold/gingold 5564 2009-01-12 17:04 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-opts.s -rw-rw-rw- gingold/gingold 1167 2006-09-20 13:35 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-pcrel.d -rw-rw-rw- gingold/gingold 243 2005-06-17 10:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-pcrel.s -rw-rw-rw- gingold/gingold 731 2010-07-05 19:14 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rdrnd-intel.d -rw-rw-rw- gingold/gingold 700 2010-07-05 19:14 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rdrnd.d -rw-rw-rw- gingold/gingold 222 2010-07-05 19:14 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rdrnd.s -rw-rw-rw- gingold/gingold 799 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rdseed-intel.d -rw-rw-rw- gingold/gingold 767 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rdseed.d -rw-rw-rw- gingold/gingold 349 2012-07-16 14:58 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rdseed.s -rw-rw-rw- gingold/gingold 2093 2007-08-29 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-reg-intel.d -rw-rw-rw- gingold/gingold 2158 2007-08-29 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-reg.d -rw-rw-rw- gingold/gingold 645 2007-08-29 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-reg.s -rw-rw-rw- gingold/gingold 237 2010-10-27 00:38 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-relax-1.d -rw-rw-rw- gingold/gingold 1175 2010-10-27 00:38 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-relax-1.s -rw-rw-rw- gingold/gingold 629 2012-07-02 20:12 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rep-suffix.d -rw-rw-rw- gingold/gingold 195 2012-07-02 20:12 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rep-suffix.s -rw-rw-rw- gingold/gingold 2687 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rep.d -rw-rw-rw- gingold/gingold 788 2006-03-07 21:18 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rep.s -rw-rw-rw- gingold/gingold 455 2007-09-17 16:46 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rip-intel.d -rw-rw-rw- gingold/gingold 414 2007-09-17 16:46 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rip.d -rw-rw-rw- gingold/gingold 99 2007-09-17 16:46 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rip.s -rw-rw-rw- gingold/gingold 628 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rtm-intel.d -rw-rw-rw- gingold/gingold 588 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rtm.d -rw-rw-rw- gingold/gingold 174 2012-02-08 19:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-rtm.s -rw-rw-rw- gingold/gingold 474 2005-03-29 21:30 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-segment.l -rw-rw-rw- gingold/gingold 231 2005-03-29 21:30 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-segment.s -rw-rw-rw- gingold/gingold 4171 2008-01-24 16:11 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sib-intel.d -rw-rw-rw- gingold/gingold 3622 2008-01-24 16:11 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sib.d -rw-rw-rw- gingold/gingold 1762 2008-01-24 16:11 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sib.s -rw-rw-rw- gingold/gingold 19790 2008-04-23 16:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-simd-intel.d -rw-rw-rw- gingold/gingold 18020 2008-04-23 16:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-simd-suffix.d -rw-rw-rw- gingold/gingold 17950 2008-04-23 16:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-simd.d -rw-rw-rw- gingold/gingold 7031 2008-04-23 16:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-simd.s -rw-rw-rw- gingold/gingold 1142 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse-check-error.l -rw-rw-rw- gingold/gingold 23 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse-check-error.s -rw-rw-rw- gingold/gingold 533 2008-06-03 19:31 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse-check-none.d -rw-rw-rw- gingold/gingold 548 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse-check-warn.d -rw-rw-rw- gingold/gingold 516 2008-04-10 19:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse-check.d -rw-rw-rw- gingold/gingold 3297 2009-01-13 01:00 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse-noavx.d -rw-rw-rw- gingold/gingold 1264 2009-01-13 01:00 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse-noavx.s -rw-rw-rw- gingold/gingold 17045 2009-01-12 17:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse2avx-opts-intel.d -rw-rw-rw- gingold/gingold 17782 2009-01-12 17:53 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse2avx-opts.d -rw-rw-rw- gingold/gingold 79574 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse2avx.d -rw-rw-rw- gingold/gingold 32095 2009-02-04 17:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse2avx.s -rw-rw-rw- gingold/gingold 1466 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse3.d -rw-rw-rw- gingold/gingold 716 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse3.s -rw-rw-rw- gingold/gingold 13638 2008-01-04 19:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse4_1-intel.d -rw-rw-rw- gingold/gingold 13079 2008-01-04 19:03 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse4_1.d -rw-rw-rw- gingold/gingold 5467 2007-09-12 15:20 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse4_1.s -rw-rw-rw- gingold/gingold 4531 2007-08-09 15:50 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse4_2-intel.d -rw-rw-rw- gingold/gingold 2227 2007-05-03 23:07 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse4_2.d -rw-rw-rw- gingold/gingold 1697 2007-08-09 15:50 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-sse4_2.s -rw-rw-rw- gingold/gingold 2942 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-ssse3.d -rw-rw-rw- gingold/gingold 1419 2009-09-14 16:44 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-ssse3.s -rw-rw-rw- gingold/gingold 1838 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-stack-intel.d -rw-rw-rw- gingold/gingold 1790 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-stack-suffix.d -rw-rw-rw- gingold/gingold 1739 2009-11-13 21:42 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-stack.d -rw-rw-rw- gingold/gingold 264 2005-09-28 17:34 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-stack.s -rw-rw-rw- gingold/gingold 22592 2011-01-17 23:17 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-tbm-intel.d -rw-rw-rw- gingold/gingold 20878 2011-01-17 23:17 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-tbm.d -rw-rw-rw- gingold/gingold 8951 2011-01-17 23:17 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-tbm.s -rw-rw-rw- gingold/gingold 1365 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-unwind.d -rw-rw-rw- gingold/gingold 185 2004-10-08 15:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-unwind.s -rw-rw-rw- gingold/gingold 209 2012-01-13 23:19 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-vmfunc.d -rw-rw-rw- gingold/gingold 687 2005-07-15 15:49 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-vmx.d -rw-rw-rw- gingold/gingold 304 2005-07-15 15:49 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-vmx.s -rw-rw-rw- gingold/gingold 1164 2008-07-09 12:28 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-w64-pcrel.d -rw-rw-rw- gingold/gingold 124750 2010-02-11 06:06 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-xop.d -rw-rw-rw- gingold/gingold 76778 2010-02-11 06:06 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-xop.s -rw-rw-rw- gingold/gingold 3511 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-xsave-intel.d -rw-rw-rw- gingold/gingold 3482 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-xsave.d -rw-rw-rw- gingold/gingold 1116 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/x86-64-xsave.s -rw-rw-rw- gingold/gingold 15338 2009-10-21 00:18 binutils-2.23.2/gas/testsuite/gas/i386/x86_64.d -rw-rw-rw- gingold/gingold 5866 2009-04-20 08:31 binutils-2.23.2/gas/testsuite/gas/i386/x86_64.s -rw-rw-rw- gingold/gingold 121660 2010-02-11 06:06 binutils-2.23.2/gas/testsuite/gas/i386/xop.d -rw-rw-rw- gingold/gingold 74845 2010-02-11 06:06 binutils-2.23.2/gas/testsuite/gas/i386/xop.s -rw-rw-rw- gingold/gingold 564 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/xsave-intel.d -rw-rw-rw- gingold/gingold 527 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/xsave.d -rw-rw-rw- gingold/gingold 170 2010-07-01 23:55 binutils-2.23.2/gas/testsuite/gas/i386/xsave.s -rw-rw-rw- gingold/gingold 5314 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/bitwise.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/i860 -rw-rw-rw- gingold/gingold 2800 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/bitwise.s -rw-rw-rw- gingold/gingold 2750 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/branch.d -rw-rw-rw- gingold/gingold 846 2003-05-21 07:01 binutils-2.23.2/gas/testsuite/gas/i860/branch.s -rw-rw-rw- gingold/gingold 3136 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/bte.d -rw-rw-rw- gingold/gingold 1174 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/bte.s -rw-rw-rw- gingold/gingold 424 2003-08-07 01:59 binutils-2.23.2/gas/testsuite/gas/i860/dir-align01.d -rw-rw-rw- gingold/gingold 260 2003-08-07 01:59 binutils-2.23.2/gas/testsuite/gas/i860/dir-align01.s -rw-rw-rw- gingold/gingold 499 2003-08-06 01:02 binutils-2.23.2/gas/testsuite/gas/i860/dir-intel01.d -rw-rw-rw- gingold/gingold 331 2003-08-06 01:02 binutils-2.23.2/gas/testsuite/gas/i860/dir-intel01.s -rw-rw-rw- gingold/gingold 358 2003-08-06 01:02 binutils-2.23.2/gas/testsuite/gas/i860/dir-intel02.d -rw-rw-rw- gingold/gingold 201 2003-08-06 01:02 binutils-2.23.2/gas/testsuite/gas/i860/dir-intel02.s -rw-rw-rw- gingold/gingold 312 2004-03-27 11:43 binutils-2.23.2/gas/testsuite/gas/i860/dir-intel03-err.l -rw-rw-rw- gingold/gingold 235 2003-08-06 01:02 binutils-2.23.2/gas/testsuite/gas/i860/dir-intel03-err.s -rw-rw-rw- gingold/gingold 570 2003-08-04 04:23 binutils-2.23.2/gas/testsuite/gas/i860/dual01.d -rw-rw-rw- gingold/gingold 378 2003-08-04 04:23 binutils-2.23.2/gas/testsuite/gas/i860/dual01.s -rw-rw-rw- gingold/gingold 74 2003-08-06 21:53 binutils-2.23.2/gas/testsuite/gas/i860/dual02-err.l -rw-rw-rw- gingold/gingold 187 2003-08-04 04:23 binutils-2.23.2/gas/testsuite/gas/i860/dual02-err.s -rw-rw-rw- gingold/gingold 1751 2003-08-04 04:23 binutils-2.23.2/gas/testsuite/gas/i860/dual03.d -rw-rw-rw- gingold/gingold 836 2003-08-04 04:23 binutils-2.23.2/gas/testsuite/gas/i860/dual03.s -rw-rw-rw- gingold/gingold 2918 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/fldst01.d -rw-rw-rw- gingold/gingold 1644 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/fldst01.s -rw-rw-rw- gingold/gingold 2924 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/fldst02.d -rw-rw-rw- gingold/gingold 1650 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/fldst02.s -rw-rw-rw- gingold/gingold 2920 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/fldst03.d -rw-rw-rw- gingold/gingold 1646 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/fldst03.s -rw-rw-rw- gingold/gingold 2918 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/fldst04.d -rw-rw-rw- gingold/gingold 1644 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/fldst04.s -rw-rw-rw- gingold/gingold 2924 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/fldst05.d -rw-rw-rw- gingold/gingold 1650 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/fldst05.s -rw-rw-rw- gingold/gingold 2920 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/fldst06.d -rw-rw-rw- gingold/gingold 1646 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/fldst06.s -rw-rw-rw- gingold/gingold 2983 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/fldst07.d -rw-rw-rw- gingold/gingold 1709 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/fldst07.s -rw-rw-rw- gingold/gingold 2989 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/fldst08.d -rw-rw-rw- gingold/gingold 1715 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/fldst08.s -rw-rw-rw- gingold/gingold 2515 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/float01.d -rw-rw-rw- gingold/gingold 1272 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/float01.s -rw-rw-rw- gingold/gingold 1214 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/float02.d -rw-rw-rw- gingold/gingold 517 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/float02.s -rw-rw-rw- gingold/gingold 1711 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/float03.d -rw-rw-rw- gingold/gingold 860 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/float03.s -rw-rw-rw- gingold/gingold 1284 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/float04.d -rw-rw-rw- gingold/gingold 726 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/float04.s -rw-rw-rw- gingold/gingold 1995 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/form.d -rw-rw-rw- gingold/gingold 812 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/form.s -rw-rw-rw- gingold/gingold 1175 2007-06-05 19:00 binutils-2.23.2/gas/testsuite/gas/i860/i860.exp -rw-rw-rw- gingold/gingold 3451 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/iarith.d -rw-rw-rw- gingold/gingold 1865 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/iarith.s -rw-rw-rw- gingold/gingold 1347 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/ldst01.d -rw-rw-rw- gingold/gingold 668 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/ldst01.s -rw-rw-rw- gingold/gingold 1347 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/ldst02.d -rw-rw-rw- gingold/gingold 668 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/ldst02.s -rw-rw-rw- gingold/gingold 1512 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/ldst03.d -rw-rw-rw- gingold/gingold 753 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/ldst03.s -rw-rw-rw- gingold/gingold 735 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/ldst04.d -rw-rw-rw- gingold/gingold 355 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/ldst04.s -rw-rw-rw- gingold/gingold 735 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/ldst05.d -rw-rw-rw- gingold/gingold 355 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/ldst05.s -rw-rw-rw- gingold/gingold 900 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/ldst06.d -rw-rw-rw- gingold/gingold 439 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/ldst06.s -rw-rw-rw- gingold/gingold 5911 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/pfam.d -rw-rw-rw- gingold/gingold 2755 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/pfam.s -rw-rw-rw- gingold/gingold 6002 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/pfmam.d -rw-rw-rw- gingold/gingold 2848 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/pfmam.s -rw-rw-rw- gingold/gingold 6002 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/pfmsm.d -rw-rw-rw- gingold/gingold 2846 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/pfmsm.s -rw-rw-rw- gingold/gingold 5911 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/pfsm.d -rw-rw-rw- gingold/gingold 2753 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/pfsm.s -rw-rw-rw- gingold/gingold 314 2003-08-17 05:16 binutils-2.23.2/gas/testsuite/gas/i860/pseudo-ops01.d -rw-rw-rw- gingold/gingold 168 2003-08-17 05:16 binutils-2.23.2/gas/testsuite/gas/i860/pseudo-ops01.s -rw-rw-rw- gingold/gingold 1485 2003-08-17 05:16 binutils-2.23.2/gas/testsuite/gas/i860/README.i860 -rw-rw-rw- gingold/gingold 630 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/regress01.d -rw-rw-rw- gingold/gingold 430 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/regress01.s -rw-rw-rw- gingold/gingold 2989 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/shift.d -rw-rw-rw- gingold/gingold 1633 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/shift.s -rw-rw-rw- gingold/gingold 3850 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/simd.d -rw-rw-rw- gingold/gingold 1810 2003-05-21 03:42 binutils-2.23.2/gas/testsuite/gas/i860/simd.s -rw-rw-rw- gingold/gingold 2421 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/system.d -rw-rw-rw- gingold/gingold 1233 2003-05-21 07:01 binutils-2.23.2/gas/testsuite/gas/i860/system.s -rw-rw-rw- gingold/gingold 8902 2003-08-04 04:45 binutils-2.23.2/gas/testsuite/gas/i860/xp.d -rw-rw-rw- gingold/gingold 4813 2003-05-24 06:22 binutils-2.23.2/gas/testsuite/gas/i860/xp.s -rw-rw-rw- gingold/gingold 1099 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/ia64/alias-ilp32.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/ia64 -rw-rw-rw- gingold/gingold 1441 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/ia64/alias.d -rw-rw-rw- gingold/gingold 254 2003-05-07 21:31 binutils-2.23.2/gas/testsuite/gas/ia64/alias.s -rw-rw-rw- gingold/gingold 109 2003-05-01 02:53 binutils-2.23.2/gas/testsuite/gas/ia64/align.d -rw-rw-rw- gingold/gingold 29 2003-05-01 02:53 binutils-2.23.2/gas/testsuite/gas/ia64/align.s -rw-rw-rw- gingold/gingold 574 2005-09-29 09:00 binutils-2.23.2/gas/testsuite/gas/ia64/alloc.l -rw-rw-rw- gingold/gingold 389 2005-09-29 09:00 binutils-2.23.2/gas/testsuite/gas/ia64/alloc.s -rw-rw-rw- gingold/gingold 517 2005-01-31 10:17 binutils-2.23.2/gas/testsuite/gas/ia64/bundling.d -rw-rw-rw- gingold/gingold 150 2005-01-31 10:17 binutils-2.23.2/gas/testsuite/gas/ia64/bundling.s -rw-rw-rw- gingold/gingold 505 2003-09-26 05:54 binutils-2.23.2/gas/testsuite/gas/ia64/dependency-1.d -rw-rw-rw- gingold/gingold 89 2003-04-08 11:50 binutils-2.23.2/gas/testsuite/gas/ia64/dependency-1.s -rw-rw-rw- gingold/gingold 456 2003-09-26 05:54 binutils-2.23.2/gas/testsuite/gas/ia64/dv-branch.d -rw-rw-rw- gingold/gingold 265 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/dv-branch.s -rw-rw-rw- gingold/gingold 224 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/dv-entry-err.l -rw-rw-rw- gingold/gingold 295 2000-08-29 14:15 binutils-2.23.2/gas/testsuite/gas/ia64/dv-entry-err.s -rw-rw-rw- gingold/gingold 2008 2005-03-29 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/dv-imply.d -rw-rw-rw- gingold/gingold 968 2000-08-29 14:15 binutils-2.23.2/gas/testsuite/gas/ia64/dv-imply.s -rw-rw-rw- gingold/gingold 1071 2003-10-23 08:12 binutils-2.23.2/gas/testsuite/gas/ia64/dv-mutex-err.l -rw-rw-rw- gingold/gingold 488 2003-10-23 08:12 binutils-2.23.2/gas/testsuite/gas/ia64/dv-mutex-err.s -rw-rw-rw- gingold/gingold 1625 2005-03-29 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/dv-mutex.d -rw-rw-rw- gingold/gingold 603 2003-10-23 08:12 binutils-2.23.2/gas/testsuite/gas/ia64/dv-mutex.s -rw-rw-rw- gingold/gingold 23288 2008-08-28 16:07 binutils-2.23.2/gas/testsuite/gas/ia64/dv-raw-err.l -rw-rw-rw- gingold/gingold 7884 2008-08-28 16:07 binutils-2.23.2/gas/testsuite/gas/ia64/dv-raw-err.s -rw-rw-rw- gingold/gingold 765 2005-03-29 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/dv-safe.d -rw-rw-rw- gingold/gingold 367 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/dv-safe.s -rw-rw-rw- gingold/gingold 848 2005-03-29 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/dv-srlz.d -rw-rw-rw- gingold/gingold 200 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/dv-srlz.s -rw-rw-rw- gingold/gingold 156 2000-09-22 21:43 binutils-2.23.2/gas/testsuite/gas/ia64/dv-war-err.l -rw-rw-rw- gingold/gingold 131 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/dv-war-err.s -rw-rw-rw- gingold/gingold 30283 2008-08-28 16:07 binutils-2.23.2/gas/testsuite/gas/ia64/dv-waw-err.l -rw-rw-rw- gingold/gingold 7828 2008-08-28 16:07 binutils-2.23.2/gas/testsuite/gas/ia64/dv-waw-err.s -rw-rw-rw- gingold/gingold 190 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/fixup-dump.pl -rw-rw-rw- gingold/gingold 676 2005-10-12 09:51 binutils-2.23.2/gas/testsuite/gas/ia64/forward.d -rw-rw-rw- gingold/gingold 352 2005-10-12 09:51 binutils-2.23.2/gas/testsuite/gas/ia64/forward.s -rw-rw-rw- gingold/gingold 343 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/ia64/global.d -rw-rw-rw- gingold/gingold 22 2003-05-02 04:43 binutils-2.23.2/gas/testsuite/gas/ia64/global.s -rw-rw-rw- gingold/gingold 1620 2010-10-23 20:05 binutils-2.23.2/gas/testsuite/gas/ia64/group-1.d -rw-rw-rw- gingold/gingold 131 2004-07-02 04:01 binutils-2.23.2/gas/testsuite/gas/ia64/group-1.s -rw-rw-rw- gingold/gingold 2165 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/ia64/group-2.d -rw-rw-rw- gingold/gingold 109 2005-07-01 08:51 binutils-2.23.2/gas/testsuite/gas/ia64/group-2.s -rw-rw-rw- gingold/gingold 100 2005-02-18 00:22 binutils-2.23.2/gas/testsuite/gas/ia64/hint.b-err.l -rw-rw-rw- gingold/gingold 31 2005-02-18 00:22 binutils-2.23.2/gas/testsuite/gas/ia64/hint.b-err.s -rw-rw-rw- gingold/gingold 112 2005-02-18 00:22 binutils-2.23.2/gas/testsuite/gas/ia64/hint.b-warn.l -rw-rw-rw- gingold/gingold 31 2005-02-18 00:22 binutils-2.23.2/gas/testsuite/gas/ia64/hint.b-warn.s -rw-rw-rw- gingold/gingold 2621 2012-09-04 15:55 binutils-2.23.2/gas/testsuite/gas/ia64/ia64.exp -rw-rw-rw- gingold/gingold 3040 2005-10-24 09:42 binutils-2.23.2/gas/testsuite/gas/ia64/index.l -rw-rw-rw- gingold/gingold 966 2005-10-24 09:42 binutils-2.23.2/gas/testsuite/gas/ia64/index.s -rw-rw-rw- gingold/gingold 6364 2007-11-14 23:31 binutils-2.23.2/gas/testsuite/gas/ia64/invalid-ar.l -rw-rw-rw- gingold/gingold 2474 2007-11-14 23:31 binutils-2.23.2/gas/testsuite/gas/ia64/invalid-ar.s -rw-rw-rw- gingold/gingold 116 2005-02-14 09:02 binutils-2.23.2/gas/testsuite/gas/ia64/label.l -rw-rw-rw- gingold/gingold 165 2005-02-14 09:02 binutils-2.23.2/gas/testsuite/gas/ia64/label.s -rw-rw-rw- gingold/gingold 125 2005-01-31 10:17 binutils-2.23.2/gas/testsuite/gas/ia64/last.l -rw-rw-rw- gingold/gingold 82 2005-01-31 10:17 binutils-2.23.2/gas/testsuite/gas/ia64/last.s -rw-rw-rw- gingold/gingold 519 2005-03-29 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/ldxmov-1.d -rw-rw-rw- gingold/gingold 133 2002-12-03 19:15 binutils-2.23.2/gas/testsuite/gas/ia64/ldxmov-1.s -rw-rw-rw- gingold/gingold 282 2002-12-03 19:15 binutils-2.23.2/gas/testsuite/gas/ia64/ldxmov-2.l -rw-rw-rw- gingold/gingold 99 2002-12-03 19:15 binutils-2.23.2/gas/testsuite/gas/ia64/ldxmov-2.s -rw-rw-rw- gingold/gingold 152 2003-09-26 05:54 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-1.d -rw-rw-rw- gingold/gingold 54 2002-12-06 00:20 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-1.s -rw-rw-rw- gingold/gingold 180 2006-01-09 18:14 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-2.d -rw-rw-rw- gingold/gingold 159 2006-01-09 18:14 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-2.s -rw-rw-rw- gingold/gingold 180 2006-01-09 18:14 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-3.d -rw-rw-rw- gingold/gingold 159 2006-01-09 18:14 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-3.s -rw-rw-rw- gingold/gingold 180 2006-01-09 18:14 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-4.d -rw-rw-rw- gingold/gingold 159 2006-01-09 18:14 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-4.s -rw-rw-rw- gingold/gingold 180 2006-01-09 18:14 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-5.d -rw-rw-rw- gingold/gingold 159 2006-01-09 18:14 binutils-2.23.2/gas/testsuite/gas/ia64/ltoff22x-5.s -rw-rw-rw- gingold/gingold 1353 2005-01-27 09:41 binutils-2.23.2/gas/testsuite/gas/ia64/mov-ar.d -rw-rw-rw- gingold/gingold 268 2005-01-27 09:41 binutils-2.23.2/gas/testsuite/gas/ia64/mov-ar.s -rw-rw-rw- gingold/gingold 549 2005-03-08 09:27 binutils-2.23.2/gas/testsuite/gas/ia64/no-fit.l -rw-rw-rw- gingold/gingold 210 2005-03-08 09:27 binutils-2.23.2/gas/testsuite/gas/ia64/no-fit.s -rw-rw-rw- gingold/gingold 293 2005-01-27 10:12 binutils-2.23.2/gas/testsuite/gas/ia64/nop_x.d -rw-rw-rw- gingold/gingold 43 2005-02-14 09:02 binutils-2.23.2/gas/testsuite/gas/ia64/nop_x.s -rw-rw-rw- gingold/gingold 693 2005-02-17 08:43 binutils-2.23.2/gas/testsuite/gas/ia64/nostkreg.d -rw-rw-rw- gingold/gingold 171 2005-02-17 08:43 binutils-2.23.2/gas/testsuite/gas/ia64/nostkreg.s -rw-rw-rw- gingold/gingold 884 2001-02-26 18:40 binutils-2.23.2/gas/testsuite/gas/ia64/opc-a-err.l -rw-rw-rw- gingold/gingold 385 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/opc-a-err.s -rw-rw-rw- gingold/gingold 22056 2005-02-14 09:02 binutils-2.23.2/gas/testsuite/gas/ia64/opc-a.d -rw-rw-rw- gingold/gingold 2835 2001-02-23 22:47 binutils-2.23.2/gas/testsuite/gas/ia64/opc-a.pl -rw-rw-rw- gingold/gingold 9948 2001-02-23 22:47 binutils-2.23.2/gas/testsuite/gas/ia64/opc-a.s -rw-rw-rw- gingold/gingold 62084 2006-02-23 01:17 binutils-2.23.2/gas/testsuite/gas/ia64/opc-b.d -rw-rw-rw- gingold/gingold 2131 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/opc-b.pl -rw-rw-rw- gingold/gingold 18157 2006-02-23 01:17 binutils-2.23.2/gas/testsuite/gas/ia64/opc-b.s -rw-rw-rw- gingold/gingold 88620 2005-03-29 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/opc-f.d -rw-rw-rw- gingold/gingold 3204 2000-09-23 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/opc-f.pl -rw-rw-rw- gingold/gingold 13085 2002-12-05 03:08 binutils-2.23.2/gas/testsuite/gas/ia64/opc-f.s -rw-rw-rw- gingold/gingold 16296 2012-09-04 15:55 binutils-2.23.2/gas/testsuite/gas/ia64/opc-i.d -rw-rw-rw- gingold/gingold 3060 2000-04-25 03:52 binutils-2.23.2/gas/testsuite/gas/ia64/opc-i.pl -rw-rw-rw- gingold/gingold 4746 2006-02-23 22:36 binutils-2.23.2/gas/testsuite/gas/ia64/opc-i.s -rw-rw-rw- gingold/gingold 83833 2012-09-04 15:55 binutils-2.23.2/gas/testsuite/gas/ia64/opc-m.d -rw-rw-rw- gingold/gingold 3976 2000-04-21 22:22 binutils-2.23.2/gas/testsuite/gas/ia64/opc-m.pl -rw-rw-rw- gingold/gingold 22687 2002-12-05 03:08 binutils-2.23.2/gas/testsuite/gas/ia64/opc-m.s -rw-rw-rw- gingold/gingold 1369 2005-02-14 09:02 binutils-2.23.2/gas/testsuite/gas/ia64/opc-x.d -rw-rw-rw- gingold/gingold 275 2002-12-05 03:08 binutils-2.23.2/gas/testsuite/gas/ia64/opc-x.s -rw-rw-rw- gingold/gingold 1280 2005-03-29 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/operand-or.d -rw-rw-rw- gingold/gingold 396 2005-02-13 20:25 binutils-2.23.2/gas/testsuite/gas/ia64/operand-or.s -rw-rw-rw- gingold/gingold 117 2005-01-31 11:01 binutils-2.23.2/gas/testsuite/gas/ia64/operands.l -rw-rw-rw- gingold/gingold 78 2005-01-31 11:01 binutils-2.23.2/gas/testsuite/gas/ia64/operands.s -rw-rw-rw- gingold/gingold 1271 2003-09-26 05:54 binutils-2.23.2/gas/testsuite/gas/ia64/order.d -rw-rw-rw- gingold/gingold 644 2003-05-01 03:00 binutils-2.23.2/gas/testsuite/gas/ia64/order.s -rw-rw-rw- gingold/gingold 2410 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/ia64/pcrel.d -rw-rw-rw- gingold/gingold 946 2005-02-15 09:11 binutils-2.23.2/gas/testsuite/gas/ia64/pcrel.s -rw-rw-rw- gingold/gingold 2907 2005-02-14 08:47 binutils-2.23.2/gas/testsuite/gas/ia64/pound.l -rw-rw-rw- gingold/gingold 641 2005-02-14 08:47 binutils-2.23.2/gas/testsuite/gas/ia64/pound.s -rw-rw-rw- gingold/gingold 1090 2011-09-08 14:18 binutils-2.23.2/gas/testsuite/gas/ia64/pr13167.d -rw-rw-rw- gingold/gingold 211 2011-09-08 14:18 binutils-2.23.2/gas/testsuite/gas/ia64/pr13167.s -rw-rw-rw- gingold/gingold 465 2005-02-02 08:37 binutils-2.23.2/gas/testsuite/gas/ia64/pred-rel.s -rw-rw-rw- gingold/gingold 198 2005-05-27 08:28 binutils-2.23.2/gas/testsuite/gas/ia64/proc.l -rw-rw-rw- gingold/gingold 136 2005-01-31 10:46 binutils-2.23.2/gas/testsuite/gas/ia64/proc.s -rw-rw-rw- gingold/gingold 2058 2006-02-23 22:36 binutils-2.23.2/gas/testsuite/gas/ia64/pseudo.d -rw-rw-rw- gingold/gingold 367 2006-02-23 22:36 binutils-2.23.2/gas/testsuite/gas/ia64/pseudo.s -rw-rw-rw- gingold/gingold 89346 2012-09-04 15:55 binutils-2.23.2/gas/testsuite/gas/ia64/psn.d -rw-rw-rw- gingold/gingold 29325 2012-09-04 15:55 binutils-2.23.2/gas/testsuite/gas/ia64/psn.s -rw-rw-rw- gingold/gingold 124 2005-05-25 08:59 binutils-2.23.2/gas/testsuite/gas/ia64/radix.l -rw-rw-rw- gingold/gingold 52 2005-05-25 08:59 binutils-2.23.2/gas/testsuite/gas/ia64/radix.s -rw-rw-rw- gingold/gingold 347 2003-04-30 23:38 binutils-2.23.2/gas/testsuite/gas/ia64/real.d -rw-rw-rw- gingold/gingold 87 2003-04-30 23:38 binutils-2.23.2/gas/testsuite/gas/ia64/real.s -rw-rw-rw- gingold/gingold 845 2005-02-15 08:50 binutils-2.23.2/gas/testsuite/gas/ia64/reg-err.l -rw-rw-rw- gingold/gingold 228 2005-02-15 08:50 binutils-2.23.2/gas/testsuite/gas/ia64/reg-err.s -rw-rw-rw- gingold/gingold 138254 2008-08-28 16:07 binutils-2.23.2/gas/testsuite/gas/ia64/regs.d -rw-rw-rw- gingold/gingold 3853 2005-10-24 09:36 binutils-2.23.2/gas/testsuite/gas/ia64/regs.pl -rw-rw-rw- gingold/gingold 39967 2008-08-28 16:07 binutils-2.23.2/gas/testsuite/gas/ia64/regs.s -rw-rw-rw- gingold/gingold 946 2005-02-15 08:54 binutils-2.23.2/gas/testsuite/gas/ia64/regval.l -rw-rw-rw- gingold/gingold 630 2005-02-15 08:54 binutils-2.23.2/gas/testsuite/gas/ia64/regval.s -rw-rw-rw- gingold/gingold 2209 2005-02-15 08:37 binutils-2.23.2/gas/testsuite/gas/ia64/reloc-bad.l -rw-rw-rw- gingold/gingold 1381 2005-03-08 09:15 binutils-2.23.2/gas/testsuite/gas/ia64/reloc-bad.s -rw-rw-rw- gingold/gingold 595 2005-05-19 08:32 binutils-2.23.2/gas/testsuite/gas/ia64/reloc-uw-ilp32.d -rw-rw-rw- gingold/gingold 552 2005-05-19 08:32 binutils-2.23.2/gas/testsuite/gas/ia64/reloc-uw.d -rw-rw-rw- gingold/gingold 135 2005-05-19 08:32 binutils-2.23.2/gas/testsuite/gas/ia64/reloc-uw.s -rw-rw-rw- gingold/gingold 3268 2005-02-15 08:37 binutils-2.23.2/gas/testsuite/gas/ia64/reloc.d -rw-rw-rw- gingold/gingold 1704 2005-02-15 08:37 binutils-2.23.2/gas/testsuite/gas/ia64/reloc.s -rw-rw-rw- gingold/gingold 228 2005-10-24 09:42 binutils-2.23.2/gas/testsuite/gas/ia64/rotX.l -rw-rw-rw- gingold/gingold 71 2005-10-24 09:42 binutils-2.23.2/gas/testsuite/gas/ia64/rotX.s -rw-rw-rw- gingold/gingold 917 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/ia64/secname-ilp32.d -rw-rw-rw- gingold/gingold 1370 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/ia64/secname.d -rw-rw-rw- gingold/gingold 44 2003-05-02 04:46 binutils-2.23.2/gas/testsuite/gas/ia64/secname.s -rw-rw-rw- gingold/gingold 104 2005-01-31 10:17 binutils-2.23.2/gas/testsuite/gas/ia64/slot2.l -rw-rw-rw- gingold/gingold 178 2005-01-31 10:17 binutils-2.23.2/gas/testsuite/gas/ia64/slot2.s -rw-rw-rw- gingold/gingold 343 2010-02-12 15:34 binutils-2.23.2/gas/testsuite/gas/ia64/slotcount.d -rw-rw-rw- gingold/gingold 935 2010-02-12 15:34 binutils-2.23.2/gas/testsuite/gas/ia64/slotcount.s -rw-rw-rw- gingold/gingold 661 2005-07-01 08:51 binutils-2.23.2/gas/testsuite/gas/ia64/strange.d -rw-rw-rw- gingold/gingold 247 2005-07-01 08:51 binutils-2.23.2/gas/testsuite/gas/ia64/strange.s -rw-rw-rw- gingold/gingold 2204 2005-03-29 00:34 binutils-2.23.2/gas/testsuite/gas/ia64/tls.d -rw-rw-rw- gingold/gingold 1153 2002-05-23 15:12 binutils-2.23.2/gas/testsuite/gas/ia64/tls.s -rw-rw-rw- gingold/gingold 3478 2005-07-27 08:32 binutils-2.23.2/gas/testsuite/gas/ia64/unwind-bad.l -rw-rw-rw- gingold/gingold 1741 2005-07-01 08:51 binutils-2.23.2/gas/testsuite/gas/ia64/unwind-bad.s -rw-rw-rw- gingold/gingold 1494 2005-07-01 08:51 binutils-2.23.2/gas/testsuite/gas/ia64/unwind-err.l -rw-rw-rw- gingold/gingold 795 2005-07-01 08:51 binutils-2.23.2/gas/testsuite/gas/ia64/unwind-err.s -rw-rw-rw- gingold/gingold 1001 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/ia64/unwind-ilp32.d -rw-rw-rw- gingold/gingold 8834 2005-07-27 08:32 binutils-2.23.2/gas/testsuite/gas/ia64/unwind-ok.d -rw-rw-rw- gingold/gingold 3699 2005-07-01 08:51 binutils-2.23.2/gas/testsuite/gas/ia64/unwind-ok.s -rw-rw-rw- gingold/gingold 1512 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/ia64/unwind.d -rw-rw-rw- gingold/gingold 110 2003-05-03 18:04 binutils-2.23.2/gas/testsuite/gas/ia64/unwind.s -rw-rw-rw- gingold/gingold 1987 2005-03-08 09:23 binutils-2.23.2/gas/testsuite/gas/ia64/xdata-ilp32.d -rw-rw-rw- gingold/gingold 2977 2005-03-08 09:23 binutils-2.23.2/gas/testsuite/gas/ia64/xdata.d -rw-rw-rw- gingold/gingold 1260 2005-03-08 09:23 binutils-2.23.2/gas/testsuite/gas/ia64/xdata.s -rw-rw-rw- gingold/gingold 925 2004-11-04 16:03 binutils-2.23.2/gas/testsuite/gas/ieee-fp/x930509a.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/ieee-fp -rw-rw-rw- gingold/gingold 92 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/ieee-fp/x930509a.s -rw-rw-rw- gingold/gingold 7564 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/allinsn.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/iq2000 -rw-rw-rw- gingold/gingold 89 2004-11-24 14:23 binutils-2.23.2/gas/testsuite/gas/iq2000/allinsn.exp -rw-rw-rw- gingold/gingold 6114 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/allinsn.s -rw-rw-rw- gingold/gingold 245 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/hazard0.s -rw-rw-rw- gingold/gingold 243 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/hazard1.s -rw-rw-rw- gingold/gingold 243 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/hazard2.s -rw-rw-rw- gingold/gingold 256 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/hazard3.s -rw-rw-rw- gingold/gingold 247 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/hazard4.s -rw-rw-rw- gingold/gingold 244 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/hazard5.s -rw-rw-rw- gingold/gingold 1892 2010-10-28 11:10 binutils-2.23.2/gas/testsuite/gas/iq2000/load-hazards.exp -rw-rw-rw- gingold/gingold 355 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/nohazard.s -rw-rw-rw- gingold/gingold 265 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/noyield.s -rw-rw-rw- gingold/gingold 233 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/odd-ldw.exp -rw-rw-rw- gingold/gingold 234 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/odd-sdw.exp -rw-rw-rw- gingold/gingold 229 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/oddldw.s -rw-rw-rw- gingold/gingold 229 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/oddsdw.s -rw-rw-rw- gingold/gingold 1276 2010-10-28 11:10 binutils-2.23.2/gas/testsuite/gas/iq2000/yield.exp -rw-rw-rw- gingold/gingold 1540 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/yield0.s -rw-rw-rw- gingold/gingold 248 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/yield1.s -rw-rw-rw- gingold/gingold 260 2003-01-03 22:38 binutils-2.23.2/gas/testsuite/gas/iq2000/yield2.s -rw-rw-rw- gingold/gingold 115 2008-12-30 11:35 binutils-2.23.2/gas/testsuite/gas/lm32/all.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/lm32 -rw-rw-rw- gingold/gingold 663 2008-12-30 11:35 binutils-2.23.2/gas/testsuite/gas/lm32/csr.d -rw-rw-rw- gingold/gingold 455 2008-12-30 11:35 binutils-2.23.2/gas/testsuite/gas/lm32/csr.s -rw-rw-rw- gingold/gingold 8456 2008-12-30 11:35 binutils-2.23.2/gas/testsuite/gas/lm32/insn.d -rw-rw-rw- gingold/gingold 2035 2008-12-30 11:35 binutils-2.23.2/gas/testsuite/gas/lm32/insn.s -rw-rw-rw- gingold/gingold 430 2012-06-28 13:31 binutils-2.23.2/gas/testsuite/gas/lns/lns-big-delta.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/lns -rw-rw-rw- gingold/gingold 87 2012-05-24 17:36 binutils-2.23.2/gas/testsuite/gas/lns/lns-big-delta.s -rw-rw-rw- gingold/gingold 1041 2009-09-08 12:37 binutils-2.23.2/gas/testsuite/gas/lns/lns-common-1-alt.d -rw-rw-rw- gingold/gingold 466 2009-05-06 00:02 binutils-2.23.2/gas/testsuite/gas/lns/lns-common-1-ia64.s -rw-rw-rw- gingold/gingold 952 2010-11-15 19:14 binutils-2.23.2/gas/testsuite/gas/lns/lns-common-1.d -rw-rw-rw- gingold/gingold 263 2009-09-10 16:31 binutils-2.23.2/gas/testsuite/gas/lns/lns-common-1.s -rw-rw-rw- gingold/gingold 697 2005-09-07 21:22 binutils-2.23.2/gas/testsuite/gas/lns/lns-diag-1.l -rw-rw-rw- gingold/gingold 438 2005-09-07 21:22 binutils-2.23.2/gas/testsuite/gas/lns/lns-diag-1.s -rw-rw-rw- gingold/gingold 204 2010-11-15 19:14 binutils-2.23.2/gas/testsuite/gas/lns/lns-duplicate.d -rw-rw-rw- gingold/gingold 70 2007-08-29 22:03 binutils-2.23.2/gas/testsuite/gas/lns/lns-duplicate.s -rw-rw-rw- gingold/gingold 892 2012-06-29 09:04 binutils-2.23.2/gas/testsuite/gas/lns/lns.exp -rw-rw-rw- gingold/gingold 6705 2003-12-19 12:44 binutils-2.23.2/gas/testsuite/gas/m32r/allinsn.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/m32r -rw-rw-rw- gingold/gingold 85 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m32r/allinsn.exp -rw-rw-rw- gingold/gingold 5133 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m32r/allinsn.s -rw-rw-rw- gingold/gingold 376 2005-07-20 13:35 binutils-2.23.2/gas/testsuite/gas/m32r/error.exp -rw-rw-rw- gingold/gingold 641 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m32r/fslot.d -rw-rw-rw- gingold/gingold 371 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m32r/fslot.s -rw-rw-rw- gingold/gingold 478 1999-10-05 03:27 binutils-2.23.2/gas/testsuite/gas/m32r/fslotx.d -rw-rw-rw- gingold/gingold 333 1999-10-05 03:27 binutils-2.23.2/gas/testsuite/gas/m32r/fslotx.s -rw-rw-rw- gingold/gingold 482 2003-12-19 12:44 binutils-2.23.2/gas/testsuite/gas/m32r/high-1.d -rw-rw-rw- gingold/gingold 265 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m32r/high-1.s -rw-rw-rw- gingold/gingold 640 1999-10-05 03:27 binutils-2.23.2/gas/testsuite/gas/m32r/interfere.s -rw-rw-rw- gingold/gingold 243 2004-11-29 16:09 binutils-2.23.2/gas/testsuite/gas/m32r/m32r.exp -rw-rw-rw- gingold/gingold 2492 2003-12-03 18:38 binutils-2.23.2/gas/testsuite/gas/m32r/m32r2.d -rw-rw-rw- gingold/gingold 115 2004-04-13 18:47 binutils-2.23.2/gas/testsuite/gas/m32r/m32r2.exp -rw-rw-rw- gingold/gingold 1619 2003-12-03 18:38 binutils-2.23.2/gas/testsuite/gas/m32r/m32r2.s -rw-rw-rw- gingold/gingold 8583 2003-12-19 12:44 binutils-2.23.2/gas/testsuite/gas/m32r/m32rx.d -rw-rw-rw- gingold/gingold 139 1999-10-05 03:27 binutils-2.23.2/gas/testsuite/gas/m32r/m32rx.exp -rw-rw-rw- gingold/gingold 7440 2003-12-19 12:44 binutils-2.23.2/gas/testsuite/gas/m32r/m32rx.s -rw-rw-rw- gingold/gingold 1966 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m32r/outofrange.s -rw-rw-rw- gingold/gingold 188 2004-04-13 18:47 binutils-2.23.2/gas/testsuite/gas/m32r/parallel-2.d -rw-rw-rw- gingold/gingold 113 2004-04-13 18:47 binutils-2.23.2/gas/testsuite/gas/m32r/parallel-2.s -rw-rw-rw- gingold/gingold 564 2003-12-17 10:41 binutils-2.23.2/gas/testsuite/gas/m32r/parallel.s -rw-rw-rw- gingold/gingold 1329 2003-12-19 12:44 binutils-2.23.2/gas/testsuite/gas/m32r/pic.d -rw-rw-rw- gingold/gingold 99 2004-07-09 18:32 binutils-2.23.2/gas/testsuite/gas/m32r/pic.exp -rw-rw-rw- gingold/gingold 763 2003-12-19 12:44 binutils-2.23.2/gas/testsuite/gas/m32r/pic.s -rw-rw-rw- gingold/gingold 1692 2004-07-09 18:32 binutils-2.23.2/gas/testsuite/gas/m32r/pic2.d -rw-rw-rw- gingold/gingold 1056 2004-07-09 18:32 binutils-2.23.2/gas/testsuite/gas/m32r/pic2.s -rw-rw-rw- gingold/gingold 205 2005-07-20 13:35 binutils-2.23.2/gas/testsuite/gas/m32r/rel32-err.s -rw-rw-rw- gingold/gingold 257 2005-07-20 13:35 binutils-2.23.2/gas/testsuite/gas/m32r/rel32-pic.d -rw-rw-rw- gingold/gingold 121 2005-07-20 13:35 binutils-2.23.2/gas/testsuite/gas/m32r/rel32-pic.s -rw-rw-rw- gingold/gingold 247 2005-07-20 13:35 binutils-2.23.2/gas/testsuite/gas/m32r/rel32.d -rw-rw-rw- gingold/gingold 115 2005-07-20 13:35 binutils-2.23.2/gas/testsuite/gas/m32r/rel32.exp -rw-rw-rw- gingold/gingold 121 2005-07-20 13:35 binutils-2.23.2/gas/testsuite/gas/m32r/rel32.s -rw-rw-rw- gingold/gingold 618 2004-11-29 16:09 binutils-2.23.2/gas/testsuite/gas/m32r/rela-1.d -rw-rw-rw- gingold/gingold 148 2004-11-29 16:09 binutils-2.23.2/gas/testsuite/gas/m32r/rela-1.s -rw-rw-rw- gingold/gingold 297 2004-11-29 16:09 binutils-2.23.2/gas/testsuite/gas/m32r/relax-1.d -rw-rw-rw- gingold/gingold 208 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m32r/relax-1.s -rw-rw-rw- gingold/gingold 298 1999-10-05 03:27 binutils-2.23.2/gas/testsuite/gas/m32r/relax-2.d -rw-rw-rw- gingold/gingold 219 1999-10-05 03:27 binutils-2.23.2/gas/testsuite/gas/m32r/relax-2.s -rw-rw-rw- gingold/gingold 116 2004-04-13 18:57 binutils-2.23.2/gas/testsuite/gas/m32r/seth.d -rw-rw-rw- gingold/gingold 42 2004-04-13 18:57 binutils-2.23.2/gas/testsuite/gas/m32r/seth.s -rw-rw-rw- gingold/gingold 2611 2003-04-08 14:47 binutils-2.23.2/gas/testsuite/gas/m32r/signed-relocs.d -rw-rw-rw- gingold/gingold 2164 2003-04-08 14:47 binutils-2.23.2/gas/testsuite/gas/m32r/signed-relocs.s -rw-rw-rw- gingold/gingold 497 2003-12-19 12:44 binutils-2.23.2/gas/testsuite/gas/m32r/uppercase.d -rw-rw-rw- gingold/gingold 162 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m32r/uppercase.s -rw-rw-rw- gingold/gingold 415 1999-10-05 03:27 binutils-2.23.2/gas/testsuite/gas/m32r/wrongsize.s -rw-rw-rw- gingold/gingold 1271 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/9s12x-exg-sex-tfr.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/m68hc11 -rw-rw-rw- gingold/gingold 2258 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/9s12x-exg-sex-tfr.s -rw-rw-rw- gingold/gingold 3204 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/9s12x-mov.d -rw-rw-rw- gingold/gingold 1771 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/9s12x-mov.s -rw-rw-rw- gingold/gingold 223 2003-07-23 22:13 binutils-2.23.2/gas/testsuite/gas/m68hc11/abi-m68hc11-16-32.d -rw-rw-rw- gingold/gingold 208 2003-07-23 22:13 binutils-2.23.2/gas/testsuite/gas/m68hc11/abi-m68hc11-16-64.d -rw-rw-rw- gingold/gingold 230 2003-07-23 22:13 binutils-2.23.2/gas/testsuite/gas/m68hc11/abi-m68hc11-32-32.d -rw-rw-rw- gingold/gingold 215 2003-07-23 22:13 binutils-2.23.2/gas/testsuite/gas/m68hc11/abi-m68hc11-32-64.d -rw-rw-rw- gingold/gingold 33 2003-07-23 22:13 binutils-2.23.2/gas/testsuite/gas/m68hc11/abi.s -rw-rw-rw- gingold/gingold 13638 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/all_insns.d -rw-rw-rw- gingold/gingold 5227 2000-06-19 03:22 binutils-2.23.2/gas/testsuite/gas/m68hc11/all_insns.s -rw-rw-rw- gingold/gingold 7867 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/branchs12.d -rw-rw-rw- gingold/gingold 1477 2002-08-14 00:45 binutils-2.23.2/gas/testsuite/gas/m68hc11/branchs12.s -rw-rw-rw- gingold/gingold 2833 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/bug-1825.d -rw-rw-rw- gingold/gingold 974 2003-04-05 15:09 binutils-2.23.2/gas/testsuite/gas/m68hc11/bug-1825.s -rw-rw-rw- gingold/gingold 563 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/hexprefix.d -rw-rw-rw- gingold/gingold 229 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/hexprefix.s -rw-rw-rw- gingold/gingold 5824 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/indexed12.d -rw-rw-rw- gingold/gingold 3160 2002-12-01 15:32 binutils-2.23.2/gas/testsuite/gas/m68hc11/indexed12.s -rw-rw-rw- gingold/gingold 2362 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns-dwarf2.d -rw-rw-rw- gingold/gingold 2288 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns.d -rw-rw-rw- gingold/gingold 800 2003-04-05 14:54 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns.s -rw-rw-rw- gingold/gingold 3000 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns12.d -rw-rw-rw- gingold/gingold 1070 2003-04-05 14:54 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns12.s -rw-rw-rw- gingold/gingold 1804 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns9s12x.d -rw-rw-rw- gingold/gingold 1261 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns9s12x.s -rw-rw-rw- gingold/gingold 4613 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns9s12xg.d -rw-rw-rw- gingold/gingold 1541 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/insns9s12xg.s -rw-rw-rw- gingold/gingold 2167 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d -rw-rw-rw- gingold/gingold 2682 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/lbranch.d -rw-rw-rw- gingold/gingold 646 2000-06-19 03:22 binutils-2.23.2/gas/testsuite/gas/m68hc11/lbranch.s -rw-rw-rw- gingold/gingold 8107 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/m68hc11.exp -rw-rw-rw- gingold/gingold 474 2001-02-04 14:53 binutils-2.23.2/gas/testsuite/gas/m68hc11/malis-include.s -rw-rw-rw- gingold/gingold 1127 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/malis.d -rw-rw-rw- gingold/gingold 4821 2001-02-04 14:53 binutils-2.23.2/gas/testsuite/gas/m68hc11/malis.s -rw-rw-rw- gingold/gingold 16882 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/movb.d -rw-rw-rw- gingold/gingold 5500 2004-01-21 12:17 binutils-2.23.2/gas/testsuite/gas/m68hc11/movb.s -rw-rw-rw- gingold/gingold 5525 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/opers12-dwarf2.d -rw-rw-rw- gingold/gingold 3987 2012-05-15 14:55 binutils-2.23.2/gas/testsuite/gas/m68hc11/opers12.d -rw-rw-rw- gingold/gingold 1724 2002-12-01 14:46 binutils-2.23.2/gas/testsuite/gas/m68hc11/opers12.s -rw-rw-rw- gingold/gingold 2700 2012-01-17 00:19 binutils-2.23.2/gas/testsuite/gas/m68k/all.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/m68k -rw-rw-rw- gingold/gingold 210 2006-03-06 14:42 binutils-2.23.2/gas/testsuite/gas/m68k/arch-cpu-1.d -rw-rw-rw- gingold/gingold 65 2006-03-06 14:42 binutils-2.23.2/gas/testsuite/gas/m68k/arch-cpu-1.s -rw-rw-rw- gingold/gingold 925 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/bitfield.d -rw-rw-rw- gingold/gingold 573 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/bitfield.s -rw-rw-rw- gingold/gingold 418 2009-10-18 09:43 binutils-2.23.2/gas/testsuite/gas/m68k/br-isaa.d -rw-rw-rw- gingold/gingold 54 2007-04-23 09:51 binutils-2.23.2/gas/testsuite/gas/m68k/br-isaa.s -rw-rw-rw- gingold/gingold 456 2009-10-18 09:43 binutils-2.23.2/gas/testsuite/gas/m68k/br-isab.d -rw-rw-rw- gingold/gingold 65 2007-04-23 09:51 binutils-2.23.2/gas/testsuite/gas/m68k/br-isab.s -rw-rw-rw- gingold/gingold 555 2009-10-18 09:43 binutils-2.23.2/gas/testsuite/gas/m68k/br-isac.d -rw-rw-rw- gingold/gingold 79 2009-02-12 09:31 binutils-2.23.2/gas/testsuite/gas/m68k/br-isac.s -rw-rw-rw- gingold/gingold 778 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/cas.d -rw-rw-rw- gingold/gingold 460 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/cas.s -rw-rw-rw- gingold/gingold 1251 2011-02-10 09:43 binutils-2.23.2/gas/testsuite/gas/m68k/cpu32.d -rw-rw-rw- gingold/gingold 474 2007-01-04 18:14 binutils-2.23.2/gas/testsuite/gas/m68k/cpu32.s -rw-rw-rw- gingold/gingold 196 2007-04-20 16:08 binutils-2.23.2/gas/testsuite/gas/m68k/ctrl-1.d -rw-rw-rw- gingold/gingold 39 2007-04-20 16:08 binutils-2.23.2/gas/testsuite/gas/m68k/ctrl-1.s -rw-rw-rw- gingold/gingold 195 2007-04-20 16:08 binutils-2.23.2/gas/testsuite/gas/m68k/ctrl-2.d -rw-rw-rw- gingold/gingold 39 2007-04-20 16:08 binutils-2.23.2/gas/testsuite/gas/m68k/ctrl-2.s -rw-rw-rw- gingold/gingold 189 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/disperr.s -rw-rw-rw- gingold/gingold 1380 2007-09-27 13:14 binutils-2.23.2/gas/testsuite/gas/m68k/fido.d -rw-rw-rw- gingold/gingold 600 2007-09-27 13:14 binutils-2.23.2/gas/testsuite/gas/m68k/fido.s -rw-rw-rw- gingold/gingold 2341 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/fmoveml.d -rw-rw-rw- gingold/gingold 1242 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/fmoveml.s -rw-rw-rw- gingold/gingold 447 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/link.d -rw-rw-rw- gingold/gingold 204 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/link.s -rw-rw-rw- gingold/gingold 2128 2011-02-10 09:43 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-coproc.d -rw-rw-rw- gingold/gingold 942 2007-07-03 09:54 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-coproc.s -rw-rw-rw- gingold/gingold 400766 2005-03-01 04:52 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-emac.d -rw-rw-rw- gingold/gingold 241001 2004-04-22 12:33 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-emac.s -rw-rw-rw- gingold/gingold 38750 2006-07-29 10:55 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-fpu.d -rw-rw-rw- gingold/gingold 16632 2006-07-29 10:55 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-fpu.s -rw-rw-rw- gingold/gingold 180328 2005-03-01 04:52 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-mac.d -rw-rw-rw- gingold/gingold 100525 2004-04-22 12:33 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-mac.s -rw-rw-rw- gingold/gingold 588 2005-03-01 04:52 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-mov3q.d -rw-rw-rw- gingold/gingold 484 2003-10-23 10:26 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-mov3q.s -rw-rw-rw- gingold/gingold 338 2007-10-17 15:44 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-movsr.d -rw-rw-rw- gingold/gingold 389 2007-10-17 15:44 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-movsr.s -rw-rw-rw- gingold/gingold 369 2007-05-15 11:21 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-trap.d -rw-rw-rw- gingold/gingold 146 2006-11-16 08:22 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-trap.s -rw-rw-rw- gingold/gingold 204 2011-02-10 09:43 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-wdebug.d -rw-rw-rw- gingold/gingold 108 2007-06-18 18:10 binutils-2.23.2/gas/testsuite/gas/m68k/mcf-wdebug.s -rw-rw-rw- gingold/gingold 301 2011-09-07 22:56 binutils-2.23.2/gas/testsuite/gas/m68k/mode5.d -rw-rw-rw- gingold/gingold 200 2011-09-07 22:56 binutils-2.23.2/gas/testsuite/gas/m68k/mode5.s -rw-rw-rw- gingold/gingold 318 2011-10-24 18:36 binutils-2.23.2/gas/testsuite/gas/m68k/movem-offset.d -rw-rw-rw- gingold/gingold 187 2011-10-24 18:36 binutils-2.23.2/gas/testsuite/gas/m68k/movem-offset.s -rw-rw-rw- gingold/gingold 9307 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/op68000.d -rw-rw-rw- gingold/gingold 12306 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/operands.d -rw-rw-rw- gingold/gingold 5960 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/operands.s -rw-rw-rw- gingold/gingold 145 2010-06-17 10:17 binutils-2.23.2/gas/testsuite/gas/m68k/p11673.s -rw-rw-rw- gingold/gingold 154 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/p2410.s -rw-rw-rw- gingold/gingold 335 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/p2663.s -rw-rw-rw- gingold/gingold 841 2009-10-13 10:55 binutils-2.23.2/gas/testsuite/gas/m68k/p3041.d -rw-rw-rw- gingold/gingold 307 2009-10-13 10:55 binutils-2.23.2/gas/testsuite/gas/m68k/p3041.s -rw-rw-rw- gingold/gingold 811 2009-10-13 10:55 binutils-2.23.2/gas/testsuite/gas/m68k/p3041data.d -rw-rw-rw- gingold/gingold 278 2009-10-13 10:55 binutils-2.23.2/gas/testsuite/gas/m68k/p3041data.s -rw-rw-rw- gingold/gingold 993 2011-02-07 01:04 binutils-2.23.2/gas/testsuite/gas/m68k/p3041pcrel.d -rw-rw-rw- gingold/gingold 357 2011-02-07 01:04 binutils-2.23.2/gas/testsuite/gas/m68k/p3041pcrel.s -rw-rw-rw- gingold/gingold 4379 2001-05-24 22:08 binutils-2.23.2/gas/testsuite/gas/m68k/pcrel.d -rw-rw-rw- gingold/gingold 1170 2001-03-19 11:02 binutils-2.23.2/gas/testsuite/gas/m68k/pcrel.s -rw-rw-rw- gingold/gingold 68 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/pic1.s -rw-rw-rw- gingold/gingold 406 2012-01-17 00:19 binutils-2.23.2/gas/testsuite/gas/m68k/pmove.d -rw-rw-rw- gingold/gingold 143 2012-01-17 00:19 binutils-2.23.2/gas/testsuite/gas/m68k/pmove.s -rw-rw-rw- gingold/gingold 186 2010-06-16 17:12 binutils-2.23.2/gas/testsuite/gas/m68k/pr11676.d -rw-rw-rw- gingold/gingold 48 2010-06-16 17:12 binutils-2.23.2/gas/testsuite/gas/m68k/pr11676.s -rw-rw-rw- gingold/gingold 130 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/t2.d -rw-rw-rw- gingold/gingold 72 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k/t2.s -rw-rw-rw- gingold/gingold 85 2009-02-03 15:48 binutils-2.23.2/gas/testsuite/gas/m68k/tls-gd-3.d -rw-rw-rw- gingold/gingold 320 2009-02-03 15:48 binutils-2.23.2/gas/testsuite/gas/m68k/tls-gd-3.s -rw-rw-rw- gingold/gingold 423 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k-coff/gas.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/m68k-coff -rw-rw-rw- gingold/gingold 632 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k-coff/p2389.s -rw-rw-rw- gingold/gingold 67 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k-coff/p2389a.s -rw-rw-rw- gingold/gingold 168 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k-coff/p2430.s -rw-rw-rw- gingold/gingold 29 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k-coff/p2430a.s -rw-rw-rw- gingold/gingold 762 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/m68k-coff/t1.s -rw-rw-rw- gingold/gingold 314 2011-12-14 16:32 binutils-2.23.2/gas/testsuite/gas/mach-o/comm-1.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mach-o -rw-rw-rw- gingold/gingold 226 2011-12-14 16:32 binutils-2.23.2/gas/testsuite/gas/mach-o/comm-1.s -rw-rw-rw- gingold/gingold 819 2012-01-03 11:54 binutils-2.23.2/gas/testsuite/gas/mach-o/dysymtab-1-64.d -rw-rw-rw- gingold/gingold 812 2012-01-03 11:54 binutils-2.23.2/gas/testsuite/gas/mach-o/dysymtab-1.d -rw-rw-rw- gingold/gingold 1993 2012-01-13 12:55 binutils-2.23.2/gas/testsuite/gas/mach-o/dysymtab-2.d -rw-rw-rw- gingold/gingold 1024 2012-01-13 13:59 binutils-2.23.2/gas/testsuite/gas/mach-o/dysymtab-3.d -rw-rw-rw- gingold/gingold 15 2011-12-14 14:27 binutils-2.23.2/gas/testsuite/gas/mach-o/empty.s -rw-rw-rw- gingold/gingold 536 2011-12-19 16:42 binutils-2.23.2/gas/testsuite/gas/mach-o/err-sections-1.s -rw-rw-rw- gingold/gingold 432 2011-12-19 16:42 binutils-2.23.2/gas/testsuite/gas/mach-o/err-sections-2.s -rw-rw-rw- gingold/gingold 265 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/err-syms-1.s -rw-rw-rw- gingold/gingold 436 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/err-syms-2.s -rw-rw-rw- gingold/gingold 352 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/err-syms-3.s -rw-rw-rw- gingold/gingold 154 2012-01-12 15:03 binutils-2.23.2/gas/testsuite/gas/mach-o/err-syms-4.s -rw-rw-rw- gingold/gingold 1341 2012-01-12 15:03 binutils-2.23.2/gas/testsuite/gas/mach-o/err-syms-5.s -rw-rw-rw- gingold/gingold 934 2012-01-12 15:03 binutils-2.23.2/gas/testsuite/gas/mach-o/err-syms-6.s -rw-rw-rw- gingold/gingold 312 2011-12-14 14:27 binutils-2.23.2/gas/testsuite/gas/mach-o/lcomm-1.d -rw-rw-rw- gingold/gingold 203 2011-12-14 16:32 binutils-2.23.2/gas/testsuite/gas/mach-o/lcomm-1.s -rw-rw-rw- gingold/gingold 340 2011-12-14 14:27 binutils-2.23.2/gas/testsuite/gas/mach-o/mach-o.exp -rw-rw-rw- gingold/gingold 323 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/mach-o/macro-irp.d -rw-rw-rw- gingold/gingold 1533 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/mach-o/macro-repeat.d -rw-rw-rw- gingold/gingold 229 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/mach-o/macro-rept.d -rw-rw-rw- gingold/gingold 232 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/mach-o/macro-test2.d -rw-rw-rw- gingold/gingold 329 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/mach-o/macro-vararg.d -rw-rw-rw- gingold/gingold 412 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/mach-o/redef2.d -rw-rw-rw- gingold/gingold 344 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/mach-o/redef3.d -rw-rw-rw- gingold/gingold 23272 2011-12-29 11:53 binutils-2.23.2/gas/testsuite/gas/mach-o/sections-1.d -rw-rw-rw- gingold/gingold 3035 2011-12-14 16:32 binutils-2.23.2/gas/testsuite/gas/mach-o/sections-1.s -rw-rw-rw- gingold/gingold 173 2011-12-29 11:53 binutils-2.23.2/gas/testsuite/gas/mach-o/sections-2.d -rw-rw-rw- gingold/gingold 1081 2011-12-19 16:42 binutils-2.23.2/gas/testsuite/gas/mach-o/sections-3.d -rw-rw-rw- gingold/gingold 68 2011-12-19 16:42 binutils-2.23.2/gas/testsuite/gas/mach-o/sections-3.s -rw-rw-rw- gingold/gingold 100 2011-12-15 11:56 binutils-2.23.2/gas/testsuite/gas/mach-o/subsect-via-symbols-0.d -rw-rw-rw- gingold/gingold 136 2011-12-15 11:56 binutils-2.23.2/gas/testsuite/gas/mach-o/subsect-via-symbols-1.d -rw-rw-rw- gingold/gingold 61 2011-12-15 11:56 binutils-2.23.2/gas/testsuite/gas/mach-o/subsect-via-symbols.s -rw-rw-rw- gingold/gingold 3583 2012-01-13 12:55 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-1-64.d -rw-rw-rw- gingold/gingold 3091 2012-01-13 12:55 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-1.d -rw-rw-rw- gingold/gingold 198 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-2.d -rw-rw-rw- gingold/gingold 131 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-2.s -rw-rw-rw- gingold/gingold 1417 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-3.s -rw-rw-rw- gingold/gingold 781 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-4.s -rw-rw-rw- gingold/gingold 367 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-5.d -rw-rw-rw- gingold/gingold 160 2012-01-09 11:47 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-5.s -rw-rw-rw- gingold/gingold 5930 2012-01-12 15:03 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-6-64.d -rw-rw-rw- gingold/gingold 133 2012-01-12 15:03 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-6-64.s -rw-rw-rw- gingold/gingold 5504 2012-01-13 12:55 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-6.d -rw-rw-rw- gingold/gingold 130 2012-01-12 15:03 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-6.s -rw-rw-rw- gingold/gingold 228 2012-01-13 13:59 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-7.s -rw-rw-rw- gingold/gingold 1328 2012-01-03 11:54 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-base-64.s -rw-rw-rw- gingold/gingold 1328 2012-01-03 11:54 binutils-2.23.2/gas/testsuite/gas/mach-o/symbols-base.s -rw-rw-rw- gingold/gingold 256 2011-12-14 16:32 binutils-2.23.2/gas/testsuite/gas/mach-o/warn-1.s -rw-rw-rw- gingold/gingold 324 2012-01-13 12:55 binutils-2.23.2/gas/testsuite/gas/mach-o/zerofill-1.d -rw-rw-rw- gingold/gingold 243 2012-01-04 11:59 binutils-2.23.2/gas/testsuite/gas/mach-o/zerofill-1.s -rw-rw-rw- gingold/gingold 517 2012-01-13 12:55 binutils-2.23.2/gas/testsuite/gas/mach-o/zerofill-2.d -rw-rw-rw- gingold/gingold 22 2010-04-20 17:54 binutils-2.23.2/gas/testsuite/gas/macros/altmacro.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/macros -rw-rw-rw- gingold/gingold 361 2010-04-20 17:54 binutils-2.23.2/gas/testsuite/gas/macros/altmacro.s -rw-rw-rw- gingold/gingold 78 2009-04-16 06:24 binutils-2.23.2/gas/testsuite/gas/macros/and.s -rw-rw-rw- gingold/gingold 80 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app1.d -rw-rw-rw- gingold/gingold 90 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app1.s -rw-rw-rw- gingold/gingold 77 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app2.d -rw-rw-rw- gingold/gingold 98 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app2.s -rw-rw-rw- gingold/gingold 109 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app3.d -rw-rw-rw- gingold/gingold 121 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app3.s -rw-rw-rw- gingold/gingold 174 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app4.d -rw-rw-rw- gingold/gingold 97 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app4.s -rw-rw-rw- gingold/gingold 83 2011-04-18 15:44 binutils-2.23.2/gas/testsuite/gas/macros/app4b.s -rw-rw-rw- gingold/gingold 261 2005-05-06 08:50 binutils-2.23.2/gas/testsuite/gas/macros/badarg.l -rw-rw-rw- gingold/gingold 409 2005-05-06 08:50 binutils-2.23.2/gas/testsuite/gas/macros/badarg.s -rw-rw-rw- gingold/gingold 887 2009-10-15 12:58 binutils-2.23.2/gas/testsuite/gas/macros/dot.l -rw-rw-rw- gingold/gingold 419 2010-03-23 17:00 binutils-2.23.2/gas/testsuite/gas/macros/dot.s -rw-rw-rw- gingold/gingold 135 2005-01-31 15:26 binutils-2.23.2/gas/testsuite/gas/macros/end.l -rw-rw-rw- gingold/gingold 14 2005-01-31 15:26 binutils-2.23.2/gas/testsuite/gas/macros/end.s -rw-rw-rw- gingold/gingold 24 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/macros/err.s -rw-rw-rw- gingold/gingold 40 2008-03-13 11:51 binutils-2.23.2/gas/testsuite/gas/macros/exit.s -rw-rw-rw- gingold/gingold 357 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/macros/irp.d -rw-rw-rw- gingold/gingold 85 1999-06-10 15:48 binutils-2.23.2/gas/testsuite/gas/macros/irp.s -rw-rw-rw- gingold/gingold 2312 2009-10-15 12:58 binutils-2.23.2/gas/testsuite/gas/macros/macros.exp -rw-rw-rw- gingold/gingold 168 2006-02-28 08:55 binutils-2.23.2/gas/testsuite/gas/macros/paren.d -rw-rw-rw- gingold/gingold 119 2006-02-28 08:55 binutils-2.23.2/gas/testsuite/gas/macros/paren.s -rw-rw-rw- gingold/gingold 150 2005-11-25 03:11 binutils-2.23.2/gas/testsuite/gas/macros/purge.l -rw-rw-rw- gingold/gingold 287 2007-11-12 23:21 binutils-2.23.2/gas/testsuite/gas/macros/purge.s -rw-rw-rw- gingold/gingold 40 2005-01-31 15:26 binutils-2.23.2/gas/testsuite/gas/macros/redef.l -rw-rw-rw- gingold/gingold 34 2005-01-31 15:26 binutils-2.23.2/gas/testsuite/gas/macros/redef.s -rw-rw-rw- gingold/gingold 1564 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/macros/repeat.d -rw-rw-rw- gingold/gingold 667 2005-01-31 15:30 binutils-2.23.2/gas/testsuite/gas/macros/repeat.s -rw-rw-rw- gingold/gingold 262 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/macros/rept.d -rw-rw-rw- gingold/gingold 28 1999-06-10 15:48 binutils-2.23.2/gas/testsuite/gas/macros/rept.s -rw-rw-rw- gingold/gingold 210 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/macros/semi.d -rw-rw-rw- gingold/gingold 206 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/macros/semi.s -rw-rw-rw- gingold/gingold 146 2005-03-03 17:59 binutils-2.23.2/gas/testsuite/gas/macros/strings.d -rw-rw-rw- gingold/gingold 112 2004-08-18 09:23 binutils-2.23.2/gas/testsuite/gas/macros/strings.s -rw-rw-rw- gingold/gingold 82 2008-03-18 17:56 binutils-2.23.2/gas/testsuite/gas/macros/test1.d -rw-rw-rw- gingold/gingold 96 2009-04-16 06:24 binutils-2.23.2/gas/testsuite/gas/macros/test1.s -rw-rw-rw- gingold/gingold 277 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/macros/test2.d -rw-rw-rw- gingold/gingold 112 2004-02-06 17:00 binutils-2.23.2/gas/testsuite/gas/macros/test2.s -rw-rw-rw- gingold/gingold 141 1999-06-10 15:48 binutils-2.23.2/gas/testsuite/gas/macros/test3.d -rw-rw-rw- gingold/gingold 75 1999-06-10 15:48 binutils-2.23.2/gas/testsuite/gas/macros/test3.s -rw-rw-rw- gingold/gingold 361 2012-01-13 16:19 binutils-2.23.2/gas/testsuite/gas/macros/vararg.d -rw-rw-rw- gingold/gingold 119 2005-05-06 08:50 binutils-2.23.2/gas/testsuite/gas/macros/vararg.s -rw-rw-rw- gingold/gingold 5995 2007-01-11 12:57 binutils-2.23.2/gas/testsuite/gas/mcore/allinsn.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mcore -rw-rw-rw- gingold/gingold 87 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mcore/allinsn.exp -rw-rw-rw- gingold/gingold 3322 2007-01-11 12:57 binutils-2.23.2/gas/testsuite/gas/mcore/allinsn.s -rw-rw-rw- gingold/gingold 39501 2010-02-26 18:27 binutils-2.23.2/gas/testsuite/gas/mep/allinsn.be.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mep -rw-rw-rw- gingold/gingold 166 2010-02-26 18:27 binutils-2.23.2/gas/testsuite/gas/mep/allinsn.exp -rw-rw-rw- gingold/gingold 39501 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/allinsn.le.d -rw-rw-rw- gingold/gingold 21767 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/allinsn.s -rw-rw-rw- gingold/gingold 287 2010-02-26 18:27 binutils-2.23.2/gas/testsuite/gas/mep/branch1.be.d -rw-rw-rw- gingold/gingold 294 2010-02-26 18:27 binutils-2.23.2/gas/testsuite/gas/mep/branch1.le.d -rw-rw-rw- gingold/gingold 52 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/branch1.s -rw-rw-rw- gingold/gingold 1911 2010-11-20 16:36 binutils-2.23.2/gas/testsuite/gas/mep/complex-relocs.exp -rw-rw-rw- gingold/gingold 50433 2010-02-26 18:27 binutils-2.23.2/gas/testsuite/gas/mep/dj1.be.d -rw-rw-rw- gingold/gingold 50439 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/dj1.le.d -rw-rw-rw- gingold/gingold 21991 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/dj1.s -rw-rw-rw- gingold/gingold 191 2010-02-26 18:27 binutils-2.23.2/gas/testsuite/gas/mep/dj2.be.d -rw-rw-rw- gingold/gingold 191 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/dj2.le.d -rw-rw-rw- gingold/gingold 34 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/dj2.s -rw-rw-rw- gingold/gingold 205 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/relocs-bad3.s -rw-rw-rw- gingold/gingold 57 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/relocs-junk1.s -rw-rw-rw- gingold/gingold 33 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/relocs-junk2.s -rw-rw-rw- gingold/gingold 852 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/relocs-refs.s -rw-rw-rw- gingold/gingold 102 2007-02-05 21:10 binutils-2.23.2/gas/testsuite/gas/mep/relocs-syms.s -rw-rw-rw- gingold/gingold 3683 2009-02-03 22:58 binutils-2.23.2/gas/testsuite/gas/mep/relocs.d -rw-rw-rw- gingold/gingold 421 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-branch-delay-1.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mips -rw-rw-rw- gingold/gingold 240 2011-04-20 18:44 binutils-2.23.2/gas/testsuite/gas/mips/24k-branch-delay-1.s -rw-rw-rw- gingold/gingold 2836 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-1.d -rw-rw-rw- gingold/gingold 1448 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-1.s -rw-rw-rw- gingold/gingold 287 2011-06-29 22:35 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-10.d -rw-rw-rw- gingold/gingold 82 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-10.s -rw-rw-rw- gingold/gingold 392 2011-06-29 22:35 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-11.d -rw-rw-rw- gingold/gingold 163 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-11.s -rw-rw-rw- gingold/gingold 1040 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-2.d -rw-rw-rw- gingold/gingold 602 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-2.s -rw-rw-rw- gingold/gingold 2229 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-3.d -rw-rw-rw- gingold/gingold 1486 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-3.s -rw-rw-rw- gingold/gingold 1660 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-4.d -rw-rw-rw- gingold/gingold 1039 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-4.s -rw-rw-rw- gingold/gingold 906 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-5.d -rw-rw-rw- gingold/gingold 583 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-5.s -rw-rw-rw- gingold/gingold 963 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-6.d -rw-rw-rw- gingold/gingold 448 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-6.s -rw-rw-rw- gingold/gingold 2130 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-7.d -rw-rw-rw- gingold/gingold 1414 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-7.s -rw-rw-rw- gingold/gingold 1597 2011-06-26 10:32 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-8.d -rw-rw-rw- gingold/gingold 1032 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-8.s -rw-rw-rw- gingold/gingold 306 2011-06-29 22:35 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-9.d -rw-rw-rw- gingold/gingold 98 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/24k-triple-stores-9.s -rw-rw-rw- gingold/gingold 328 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/abs.d -rw-rw-rw- gingold/gingold 76 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/abs.s -rw-rw-rw- gingold/gingold 472 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/add.d -rw-rw-rw- gingold/gingold 325 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/add.s -rw-rw-rw- gingold/gingold 346 2009-12-19 01:21 binutils-2.23.2/gas/testsuite/gas/mips/aent.d -rw-rw-rw- gingold/gingold 255 2009-12-19 01:21 binutils-2.23.2/gas/testsuite/gas/mips/aent.s -rw-rw-rw- gingold/gingold 69 2009-05-23 10:24 binutils-2.23.2/gas/testsuite/gas/mips/align.d -rw-rw-rw- gingold/gingold 84 2007-09-25 00:08 binutils-2.23.2/gas/testsuite/gas/mips/align.s -rw-rw-rw- gingold/gingold 752 2007-12-10 11:36 binutils-2.23.2/gas/testsuite/gas/mips/align2-el.d -rw-rw-rw- gingold/gingold 733 2007-12-10 11:36 binutils-2.23.2/gas/testsuite/gas/mips/align2.d -rw-rw-rw- gingold/gingold 426 2007-12-10 11:36 binutils-2.23.2/gas/testsuite/gas/mips/align2.s -rw-rw-rw- gingold/gingold 135 2012-01-08 13:11 binutils-2.23.2/gas/testsuite/gas/mips/align3.d -rw-rw-rw- gingold/gingold 90 2012-01-08 13:11 binutils-2.23.2/gas/testsuite/gas/mips/align3.s -rw-rw-rw- gingold/gingold 1577 2011-02-28 17:34 binutils-2.23.2/gas/testsuite/gas/mips/alnv_ps-swap.d -rw-rw-rw- gingold/gingold 645 2011-02-28 17:34 binutils-2.23.2/gas/testsuite/gas/mips/alnv_ps-swap.s -rw-rw-rw- gingold/gingold 871 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/and.d -rw-rw-rw- gingold/gingold 489 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/and.s -rw-rw-rw- gingold/gingold 31092 2010-10-24 12:43 binutils-2.23.2/gas/testsuite/gas/mips/at-1.d -rw-rw-rw- gingold/gingold 7385 2007-10-08 18:09 binutils-2.23.2/gas/testsuite/gas/mips/at-1.s -rw-rw-rw- gingold/gingold 615 2010-12-09 23:04 binutils-2.23.2/gas/testsuite/gas/mips/at-2.l -rw-rw-rw- gingold/gingold 393 2007-10-08 18:09 binutils-2.23.2/gas/testsuite/gas/mips/at-2.s -rw-rw-rw- gingold/gingold 186 2002-09-18 23:05 binutils-2.23.2/gas/testsuite/gas/mips/baddata1.l -rw-rw-rw- gingold/gingold 142 2002-09-18 23:05 binutils-2.23.2/gas/testsuite/gas/mips/baddata1.s -rw-rw-rw- gingold/gingold 1247 2010-07-06 01:46 binutils-2.23.2/gas/testsuite/gas/mips/beq.d -rw-rw-rw- gingold/gingold 593 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/beq.s -rw-rw-rw- gingold/gingold 1598 2010-07-06 01:46 binutils-2.23.2/gas/testsuite/gas/mips/bge.d -rw-rw-rw- gingold/gingold 665 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/bge.s -rw-rw-rw- gingold/gingold 1433 2010-07-06 01:46 binutils-2.23.2/gas/testsuite/gas/mips/bgeu.d -rw-rw-rw- gingold/gingold 663 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/bgeu.s -rw-rw-rw- gingold/gingold 1598 2010-07-06 01:46 binutils-2.23.2/gas/testsuite/gas/mips/blt.d -rw-rw-rw- gingold/gingold 665 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/blt.s -rw-rw-rw- gingold/gingold 1433 2010-07-06 01:46 binutils-2.23.2/gas/testsuite/gas/mips/bltu.d -rw-rw-rw- gingold/gingold 664 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/bltu.s -rw-rw-rw- gingold/gingold 2271 2010-07-06 01:46 binutils-2.23.2/gas/testsuite/gas/mips/branch-likely.d -rw-rw-rw- gingold/gingold 813 2010-07-06 01:46 binutils-2.23.2/gas/testsuite/gas/mips/branch-likely.s -rw-rw-rw- gingold/gingold 705 2009-02-06 13:20 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-1.d -rw-rw-rw- gingold/gingold 302 2002-09-18 22:50 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-1.s -rw-rw-rw- gingold/gingold 1932 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-2-64.d -rw-rw-rw- gingold/gingold 1193 2011-02-28 16:44 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-2.d -rw-rw-rw- gingold/gingold 482 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-2.s -rw-rw-rw- gingold/gingold 1936 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-2pic-64.d -rw-rw-rw- gingold/gingold 1222 2011-02-28 16:44 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-2pic.d -rw-rw-rw- gingold/gingold 659 2005-03-09 10:34 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-3.d -rw-rw-rw- gingold/gingold 560 2005-03-09 10:34 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-3.s -rw-rw-rw- gingold/gingold 1136 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-4-64.d -rw-rw-rw- gingold/gingold 682 2011-02-28 16:44 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-4.d -rw-rw-rw- gingold/gingold 437 2011-02-28 16:44 binutils-2.23.2/gas/testsuite/gas/mips/branch-misc-4.s -rw-rw-rw- gingold/gingold 34 2012-09-04 16:13 binutils-2.23.2/gas/testsuite/gas/mips/branch-swap-2.l -rw-rw-rw- gingold/gingold 100 2012-09-04 16:13 binutils-2.23.2/gas/testsuite/gas/mips/branch-swap-2.s -rw-rw-rw- gingold/gingold 399 2009-02-06 13:20 binutils-2.23.2/gas/testsuite/gas/mips/branch-swap.d -rw-rw-rw- gingold/gingold 92 2004-08-18 17:58 binutils-2.23.2/gas/testsuite/gas/mips/branch-swap.s -rw-rw-rw- gingold/gingold 419 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/break20.d -rw-rw-rw- gingold/gingold 275 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/break20.s -rw-rw-rw- gingold/gingold 1028 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/cache.d -rw-rw-rw- gingold/gingold 695 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/cache.s -rw-rw-rw- gingold/gingold 223 2008-08-08 21:24 binutils-2.23.2/gas/testsuite/gas/mips/call-nonpic-1.d -rw-rw-rw- gingold/gingold 22 2008-08-08 21:24 binutils-2.23.2/gas/testsuite/gas/mips/call-nonpic-1.s -rw-rw-rw- gingold/gingold 227 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/cfi-n64-1.d -rw-rw-rw- gingold/gingold 102 2008-09-06 10:47 binutils-2.23.2/gas/testsuite/gas/mips/cfi-n64-1.s -rw-rw-rw- gingold/gingold 1675 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names-mips32.d -rw-rw-rw- gingold/gingold 1685 2002-12-31 08:29 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names-mips32r2.d -rw-rw-rw- gingold/gingold 1675 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names-mips64.d -rw-rw-rw- gingold/gingold 1685 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names-mips64r2.d -rw-rw-rw- gingold/gingold 1517 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names-numeric.d -rw-rw-rw- gingold/gingold 1681 2007-10-08 18:41 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names-r3000.d -rw-rw-rw- gingold/gingold 1743 2007-10-08 18:41 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names-r4000.d -rw-rw-rw- gingold/gingold 1675 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names-sb1.d -rw-rw-rw- gingold/gingold 688 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/cp0-names.s -rw-rw-rw- gingold/gingold 9604 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/cp0sel-names-mips32.d -rw-rw-rw- gingold/gingold 9851 2006-04-28 15:16 binutils-2.23.2/gas/testsuite/gas/mips/cp0sel-names-mips32r2.d -rw-rw-rw- gingold/gingold 9604 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/cp0sel-names-mips64.d -rw-rw-rw- gingold/gingold 9851 2006-04-28 15:16 binutils-2.23.2/gas/testsuite/gas/mips/cp0sel-names-mips64r2.d -rw-rw-rw- gingold/gingold 9441 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/cp0sel-names-numeric.d -rw-rw-rw- gingold/gingold 9545 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/cp0sel-names-sb1.d -rw-rw-rw- gingold/gingold 4014 2002-12-31 09:11 binutils-2.23.2/gas/testsuite/gas/mips/cp0sel-names.s -rw-rw-rw- gingold/gingold 892 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/daddi.d -rw-rw-rw- gingold/gingold 584 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/daddi.s -rw-rw-rw- gingold/gingold 465 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/delay.d -rw-rw-rw- gingold/gingold 142 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/delay.s -rw-rw-rw- gingold/gingold 3141 2001-05-15 14:11 binutils-2.23.2/gas/testsuite/gas/mips/div-ilocks.d -rw-rw-rw- gingold/gingold 3451 2004-02-02 13:48 binutils-2.23.2/gas/testsuite/gas/mips/div.d -rw-rw-rw- gingold/gingold 727 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/div.s -rw-rw-rw- gingold/gingold 3173 2009-01-27 14:48 binutils-2.23.2/gas/testsuite/gas/mips/dli.d -rw-rw-rw- gingold/gingold 1510 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/dli.s -rw-rw-rw- gingold/gingold 932 2010-12-31 12:04 binutils-2.23.2/gas/testsuite/gas/mips/e32-rel2.d -rw-rw-rw- gingold/gingold 356 2006-07-04 18:39 binutils-2.23.2/gas/testsuite/gas/mips/e32-rel4.d -rw-rw-rw- gingold/gingold 794 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/e32el-rel2.d -rw-rw-rw- gingold/gingold 116 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/ecoff@ld-forward.d -rw-rw-rw- gingold/gingold 13630 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/ecoff@ld.d -rw-rw-rw- gingold/gingold 131 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/ecoff@sd-forward.d -rw-rw-rw- gingold/gingold 13645 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/ecoff@sd.d -rw-rw-rw- gingold/gingold 197 2002-08-12 10:30 binutils-2.23.2/gas/testsuite/gas/mips/elf-consthilo.d -rw-rw-rw- gingold/gingold 152 2002-08-12 10:30 binutils-2.23.2/gas/testsuite/gas/mips/elf-consthilo.s -rw-rw-rw- gingold/gingold 688 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/elf-jal.d -rw-rw-rw- gingold/gingold 15960 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel-got-n32.d -rw-rw-rw- gingold/gingold 2153 2012-09-04 16:16 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel-got-n32.s -rw-rw-rw- gingold/gingold 25951 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel-got-n64.d -rw-rw-rw- gingold/gingold 2193 2012-09-04 16:16 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel-got-n64.s -rw-rw-rw- gingold/gingold 23540 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel-xgot-n32.d -rw-rw-rw- gingold/gingold 38430 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel-xgot-n64.d -rw-rw-rw- gingold/gingold 1895 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel.d -rw-rw-rw- gingold/gingold 1020 2002-01-09 08:30 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel.s -rw-rw-rw- gingold/gingold 1274 2012-05-12 15:46 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel10.d -rw-rw-rw- gingold/gingold 596 2005-02-22 20:39 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel10.s -rw-rw-rw- gingold/gingold 1513 2004-07-03 17:20 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel11.d -rw-rw-rw- gingold/gingold 476 2003-02-02 20:37 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel11.s -rw-rw-rw- gingold/gingold 369 2003-02-08 18:05 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel12.d -rw-rw-rw- gingold/gingold 138 2003-02-08 18:05 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel12.s -rw-rw-rw- gingold/gingold 722 2008-08-06 21:44 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel13-mips16.d -rw-rw-rw- gingold/gingold 310 2008-08-06 21:44 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel13-mips16.s -rw-rw-rw- gingold/gingold 687 2003-02-08 18:05 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel13.d -rw-rw-rw- gingold/gingold 302 2003-02-08 18:05 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel13.s -rw-rw-rw- gingold/gingold 396 2003-02-21 11:28 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel14.d -rw-rw-rw- gingold/gingold 195 2003-02-21 11:28 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel14.s -rw-rw-rw- gingold/gingold 251 2003-06-12 07:45 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel15.d -rw-rw-rw- gingold/gingold 64 2003-06-12 07:45 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel15.s -rw-rw-rw- gingold/gingold 266 2003-12-06 14:52 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel16.d -rw-rw-rw- gingold/gingold 87 2003-12-06 14:52 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel16.s -rw-rw-rw- gingold/gingold 203 2003-12-18 11:23 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel17.d -rw-rw-rw- gingold/gingold 32 2003-12-18 11:23 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel17.s -rw-rw-rw- gingold/gingold 395 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel18.d -rw-rw-rw- gingold/gingold 43 2004-01-12 10:30 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel18.s -rw-rw-rw- gingold/gingold 664 2004-07-20 20:02 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel19.d -rw-rw-rw- gingold/gingold 164 2004-01-23 13:58 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel19.s -rw-rw-rw- gingold/gingold 758 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel2.d -rw-rw-rw- gingold/gingold 501 1999-10-07 04:57 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel2.s -rw-rw-rw- gingold/gingold 567 2004-07-03 17:20 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel20.d -rw-rw-rw- gingold/gingold 240 2004-07-03 17:20 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel20.s -rw-rw-rw- gingold/gingold 200 2004-10-07 21:12 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel21.d -rw-rw-rw- gingold/gingold 68 2004-10-07 21:12 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel21.s -rw-rw-rw- gingold/gingold 179 2012-05-12 15:46 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel22.d -rw-rw-rw- gingold/gingold 47 2004-10-07 21:15 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel22.s -rw-rw-rw- gingold/gingold 450 2012-09-04 16:16 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel23.d -rw-rw-rw- gingold/gingold 165 2012-09-04 16:16 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel23.s -rw-rw-rw- gingold/gingold 505 2012-09-04 16:16 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel23a.d -rw-rw-rw- gingold/gingold 380 2012-09-04 16:16 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel23b.d -rw-rw-rw- gingold/gingold 277 2004-10-08 00:29 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel24.d -rw-rw-rw- gingold/gingold 44 2004-10-08 00:29 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel24.s -rw-rw-rw- gingold/gingold 316 2004-12-13 14:02 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel25.d -rw-rw-rw- gingold/gingold 91 2004-12-10 20:48 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel25.s -rw-rw-rw- gingold/gingold 339 2005-03-05 01:01 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel25a.d -rw-rw-rw- gingold/gingold 711 2008-03-17 19:45 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel26.d -rw-rw-rw- gingold/gingold 1009 2006-11-08 00:55 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel26.s -rw-rw-rw- gingold/gingold 620 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel27.d -rw-rw-rw- gingold/gingold 102 2010-07-06 02:12 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel27.s -rw-rw-rw- gingold/gingold 2496 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel28-n32.d -rw-rw-rw- gingold/gingold 4763 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel28-n64.d -rw-rw-rw- gingold/gingold 1240 2012-09-04 16:16 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel28.s -rw-rw-rw- gingold/gingold 306 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel3.d -rw-rw-rw- gingold/gingold 130 2001-07-04 11:49 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel3.s -rw-rw-rw- gingold/gingold 322 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel4.d -rw-rw-rw- gingold/gingold 114 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel4.s -rw-rw-rw- gingold/gingold 5296 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel5.d -rw-rw-rw- gingold/gingold 1307 2001-11-17 03:59 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel5.s -rw-rw-rw- gingold/gingold 366 2006-06-14 20:04 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel6-n32.d -rw-rw-rw- gingold/gingold 547 2006-06-14 20:04 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel6-n64.d -rw-rw-rw- gingold/gingold 312 2006-06-14 20:04 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel6.d -rw-rw-rw- gingold/gingold 298 2006-06-14 20:04 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel6.s -rw-rw-rw- gingold/gingold 683 2004-07-08 17:39 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel7.d -rw-rw-rw- gingold/gingold 180 2002-10-21 16:59 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel7.s -rw-rw-rw- gingold/gingold 993 2008-08-06 21:44 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel8-mips16.d -rw-rw-rw- gingold/gingold 595 2008-08-06 21:44 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel8-mips16.s -rw-rw-rw- gingold/gingold 1557 2003-02-02 20:37 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel8.d -rw-rw-rw- gingold/gingold 879 2003-02-02 20:37 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel8.s -rw-rw-rw- gingold/gingold 2004 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel9-mips16.d -rw-rw-rw- gingold/gingold 944 2008-08-06 21:44 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel9-mips16.s -rw-rw-rw- gingold/gingold 1926 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel9.d -rw-rw-rw- gingold/gingold 977 2004-07-03 17:17 binutils-2.23.2/gas/testsuite/gas/mips/elf-rel9.s -rw-rw-rw- gingold/gingold 283 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips1.d -rw-rw-rw- gingold/gingold 154 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips2.d -rw-rw-rw- gingold/gingold 154 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips3.d -rw-rw-rw- gingold/gingold 157 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips32.d -rw-rw-rw- gingold/gingold 163 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips32r2.d -rw-rw-rw- gingold/gingold 154 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips4.d -rw-rw-rw- gingold/gingold 154 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips5.d -rw-rw-rw- gingold/gingold 157 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips64.d -rw-rw-rw- gingold/gingold 159 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/elf_arch_mips64r2.d -rw-rw-rw- gingold/gingold 181 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/elf_ase_micromips-2.d -rw-rw-rw- gingold/gingold 147 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/elf_ase_micromips.d -rw-rw-rw- gingold/gingold 169 2010-12-10 00:57 binutils-2.23.2/gas/testsuite/gas/mips/elf_ase_mips16-2.d -rw-rw-rw- gingold/gingold 137 2010-12-10 00:57 binutils-2.23.2/gas/testsuite/gas/mips/elf_ase_mips16.d -rw-rw-rw- gingold/gingold 1040 2000-12-03 21:50 binutils-2.23.2/gas/testsuite/gas/mips/elf_e_flags.c -rw-rw-rw- gingold/gingold 723 2000-12-03 21:50 binutils-2.23.2/gas/testsuite/gas/mips/elf_e_flags.s -rw-rw-rw- gingold/gingold 616 2001-08-10 22:38 binutils-2.23.2/gas/testsuite/gas/mips/elf_e_flags1.d -rw-rw-rw- gingold/gingold 581 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/elf_e_flags2.d -rw-rw-rw- gingold/gingold 615 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/elf_e_flags3.d -rw-rw-rw- gingold/gingold 615 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/elf_e_flags4.d -rw-rw-rw- gingold/gingold 1914 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/elfel-rel.d -rw-rw-rw- gingold/gingold 778 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/elfel-rel2.d -rw-rw-rw- gingold/gingold 326 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/elfel-rel3.d -rw-rw-rw- gingold/gingold 94 2002-12-31 08:42 binutils-2.23.2/gas/testsuite/gas/mips/empty.s -rw-rw-rw- gingold/gingold 1160 2010-10-24 12:43 binutils-2.23.2/gas/testsuite/gas/mips/eret-1.d -rw-rw-rw- gingold/gingold 322 2009-09-21 15:13 binutils-2.23.2/gas/testsuite/gas/mips/eret-1.s -rw-rw-rw- gingold/gingold 435 2010-10-24 12:43 binutils-2.23.2/gas/testsuite/gas/mips/eret-2.d -rw-rw-rw- gingold/gingold 206 2009-12-19 01:24 binutils-2.23.2/gas/testsuite/gas/mips/eret-2.s -rw-rw-rw- gingold/gingold 414 2010-10-24 12:43 binutils-2.23.2/gas/testsuite/gas/mips/eret-3.d -rw-rw-rw- gingold/gingold 213 2009-09-21 15:10 binutils-2.23.2/gas/testsuite/gas/mips/eret-3.s -rw-rw-rw- gingold/gingold 414 2003-02-07 16:06 binutils-2.23.2/gas/testsuite/gas/mips/expr1.d -rw-rw-rw- gingold/gingold 190 2003-02-07 16:06 binutils-2.23.2/gas/testsuite/gas/mips/expr1.s -rw-rw-rw- gingold/gingold 1492 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/fpr-names-32.d -rw-rw-rw- gingold/gingold 1480 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/fpr-names-64.d -rw-rw-rw- gingold/gingold 1484 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/fpr-names-n32.d -rw-rw-rw- gingold/gingold 1540 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/fpr-names-numeric.d -rw-rw-rw- gingold/gingold 711 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/fpr-names.s -rw-rw-rw- gingold/gingold 1396 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/gpr-names-32.d -rw-rw-rw- gingold/gingold 1396 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/gpr-names-64.d -rw-rw-rw- gingold/gingold 1398 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/gpr-names-n32.d -rw-rw-rw- gingold/gingold 1458 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/gpr-names-numeric.d -rw-rw-rw- gingold/gingold 615 2002-12-27 09:00 binutils-2.23.2/gas/testsuite/gas/mips/gpr-names.s -rw-rw-rw- gingold/gingold 1603 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/hwr-names-mips32r2.d -rw-rw-rw- gingold/gingold 1603 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/hwr-names-mips64r2.d -rw-rw-rw- gingold/gingold 1574 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/hwr-names-numeric.d -rw-rw-rw- gingold/gingold 731 2002-12-31 08:29 binutils-2.23.2/gas/testsuite/gas/mips/hwr-names.s -rw-rw-rw- gingold/gingold 108 2010-12-09 23:04 binutils-2.23.2/gas/testsuite/gas/mips/illegal.l -rw-rw-rw- gingold/gingold 73 2001-06-09 06:54 binutils-2.23.2/gas/testsuite/gas/mips/illegal.s -rw-rw-rw- gingold/gingold 903 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/itbl -rw-rw-rw- gingold/gingold 448 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/itbl.s -rw-rw-rw- gingold/gingold 211 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/jal-mask-1.s -rw-rw-rw- gingold/gingold 867 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/jal-mask-11.d -rw-rw-rw- gingold/gingold 867 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/jal-mask-12.d -rw-rw-rw- gingold/gingold 275 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/jal-mask-2.s -rw-rw-rw- gingold/gingold 1211 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/jal-mask-21.d -rw-rw-rw- gingold/gingold 1211 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/jal-mask-22.d -rw-rw-rw- gingold/gingold 526 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/jal-newabi.d -rw-rw-rw- gingold/gingold 127 2003-05-22 14:13 binutils-2.23.2/gas/testsuite/gas/mips/jal-newabi.s -rw-rw-rw- gingold/gingold 181 2006-05-11 16:30 binutils-2.23.2/gas/testsuite/gas/mips/jal-range.l -rw-rw-rw- gingold/gingold 145 2006-05-11 16:30 binutils-2.23.2/gas/testsuite/gas/mips/jal-range.s -rw-rw-rw- gingold/gingold 1591 2010-12-10 00:39 binutils-2.23.2/gas/testsuite/gas/mips/jal-svr4pic-noreorder.d -rw-rw-rw- gingold/gingold 422 2010-07-24 03:51 binutils-2.23.2/gas/testsuite/gas/mips/jal-svr4pic-noreorder.s -rw-rw-rw- gingold/gingold 1486 2010-12-10 00:39 binutils-2.23.2/gas/testsuite/gas/mips/jal-svr4pic.d -rw-rw-rw- gingold/gingold 417 2010-07-24 03:39 binutils-2.23.2/gas/testsuite/gas/mips/jal-svr4pic.s -rw-rw-rw- gingold/gingold 1467 2009-09-13 21:18 binutils-2.23.2/gas/testsuite/gas/mips/jal-xgot.d -rw-rw-rw- gingold/gingold 662 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/jal.d -rw-rw-rw- gingold/gingold 296 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/jal.s -rw-rw-rw- gingold/gingold 313 2010-12-09 23:04 binutils-2.23.2/gas/testsuite/gas/mips/jalr.l -rw-rw-rw- gingold/gingold 204 2009-01-06 20:24 binutils-2.23.2/gas/testsuite/gas/mips/jalr.s -rw-rw-rw- gingold/gingold 887 2009-09-13 21:18 binutils-2.23.2/gas/testsuite/gas/mips/jalr2.d -rw-rw-rw- gingold/gingold 142 2009-09-13 21:18 binutils-2.23.2/gas/testsuite/gas/mips/jalr2.s -rw-rw-rw- gingold/gingold 137 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/l_d-forward-n32.d -rw-rw-rw- gingold/gingold 136 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/l_d-forward-n64.d -rw-rw-rw- gingold/gingold 128 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/l_d-forward.d -rw-rw-rw- gingold/gingold 16536 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/l_d-n32.d -rw-rw-rw- gingold/gingold 60700 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/l_d-n64.d -rw-rw-rw- gingold/gingold 17912 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/l_d.d -rw-rw-rw- gingold/gingold 15214 2004-02-02 13:48 binutils-2.23.2/gas/testsuite/gas/mips/la-svr4pic.d -rw-rw-rw- gingold/gingold 20935 2004-02-02 13:48 binutils-2.23.2/gas/testsuite/gas/mips/la-xgot.d -rw-rw-rw- gingold/gingold 16083 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/la.d -rw-rw-rw- gingold/gingold 3406 2000-12-03 21:50 binutils-2.23.2/gas/testsuite/gas/mips/la.s -rw-rw-rw- gingold/gingold 1383 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/lb-pic.s -rw-rw-rw- gingold/gingold 4603 2004-04-22 20:13 binutils-2.23.2/gas/testsuite/gas/mips/lb-svr4pic-ilocks.d -rw-rw-rw- gingold/gingold 5134 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/lb-svr4pic.d -rw-rw-rw- gingold/gingold 5868 2004-04-22 20:13 binutils-2.23.2/gas/testsuite/gas/mips/lb-xgot-ilocks.d -rw-rw-rw- gingold/gingold 7115 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/lb-xgot.d -rw-rw-rw- gingold/gingold 14863 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/lb.d -rw-rw-rw- gingold/gingold 3564 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/lb.s -rw-rw-rw- gingold/gingold 15221 2004-02-02 13:48 binutils-2.23.2/gas/testsuite/gas/mips/lca-svr4pic.d -rw-rw-rw- gingold/gingold 20946 2004-02-02 13:48 binutils-2.23.2/gas/testsuite/gas/mips/lca-xgot.d -rw-rw-rw- gingold/gingold 3503 2003-11-18 22:22 binutils-2.23.2/gas/testsuite/gas/mips/lca.s -rw-rw-rw- gingold/gingold 119 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/ld-forward-n32.d -rw-rw-rw- gingold/gingold 118 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/ld-forward-n64.d -rw-rw-rw- gingold/gingold 110 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/ld-forward.d -rw-rw-rw- gingold/gingold 16134 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/ld-n32.d -rw-rw-rw- gingold/gingold 60010 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/ld-n64.d -rw-rw-rw- gingold/gingold 1389 2004-04-22 04:41 binutils-2.23.2/gas/testsuite/gas/mips/ld-pic.s -rw-rw-rw- gingold/gingold 6402 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/ld-svr4pic.d -rw-rw-rw- gingold/gingold 8125 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/ld-xgot.d -rw-rw-rw- gingold/gingold 26546 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/ld.d -rw-rw-rw- gingold/gingold 4163 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/ld.s -rw-rw-rw- gingold/gingold 139 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/ldc1-forward-n32.d -rw-rw-rw- gingold/gingold 138 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/ldc1-forward-n64.d -rw-rw-rw- gingold/gingold 130 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/ldc1-forward.d -rw-rw-rw- gingold/gingold 112 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/ldc1-n32.d -rw-rw-rw- gingold/gingold 111 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/ldc1-n64.d -rw-rw-rw- gingold/gingold 103 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/ldc1.d -rw-rw-rw- gingold/gingold 5012 2005-06-01 21:23 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32-1.l -rw-rw-rw- gingold/gingold 1768 2005-04-13 20:17 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32-1.s -rw-rw-rw- gingold/gingold 6251 2005-06-01 21:23 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32-mips3-1.l -rw-rw-rw- gingold/gingold 1779 2005-04-13 20:17 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32-mips3-1.s -rw-rw-rw- gingold/gingold 8893 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32-mips3-shared.d -rw-rw-rw- gingold/gingold 8879 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32-mips3.d -rw-rw-rw- gingold/gingold 3039 2005-04-13 20:17 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32-mips3.s -rw-rw-rw- gingold/gingold 11107 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32-shared.d -rw-rw-rw- gingold/gingold 11093 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32.d -rw-rw-rw- gingold/gingold 3027 2005-04-13 20:17 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-32.s -rw-rw-rw- gingold/gingold 11943 2005-03-04 10:51 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-eabi64.d -rw-rw-rw- gingold/gingold 4784 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-n64-shared.d -rw-rw-rw- gingold/gingold 19220 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-n64-sym32.d -rw-rw-rw- gingold/gingold 4770 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-n64.d -rw-rw-rw- gingold/gingold 998 2003-10-01 04:07 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-n64.s -rw-rw-rw- gingold/gingold 3319 2005-03-04 10:51 binutils-2.23.2/gas/testsuite/gas/mips/ldstla-sym32.s -rw-rw-rw- gingold/gingold 343 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/li.d -rw-rw-rw- gingold/gingold 221 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/li.s -rw-rw-rw- gingold/gingold 799 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/lif-svr4pic.d -rw-rw-rw- gingold/gingold 808 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/lif-xgot.d -rw-rw-rw- gingold/gingold 739 2011-06-29 22:35 binutils-2.23.2/gas/testsuite/gas/mips/lifloat.d -rw-rw-rw- gingold/gingold 275 2004-04-22 04:41 binutils-2.23.2/gas/testsuite/gas/mips/lifloat.s -rw-rw-rw- gingold/gingold 1603 2010-10-18 02:15 binutils-2.23.2/gas/testsuite/gas/mips/lineno.d -rw-rw-rw- gingold/gingold 1436 2010-10-18 02:15 binutils-2.23.2/gas/testsuite/gas/mips/lineno.s -rw-rw-rw- gingold/gingold 1476 2011-09-05 21:19 binutils-2.23.2/gas/testsuite/gas/mips/loc-swap-2.d -rw-rw-rw- gingold/gingold 230 2011-09-05 21:19 binutils-2.23.2/gas/testsuite/gas/mips/loc-swap-2.s -rw-rw-rw- gingold/gingold 1109 2011-07-04 21:27 binutils-2.23.2/gas/testsuite/gas/mips/loc-swap-dis.d -rw-rw-rw- gingold/gingold 2250 2011-07-04 21:27 binutils-2.23.2/gas/testsuite/gas/mips/loc-swap.d -rw-rw-rw- gingold/gingold 569 2011-07-05 00:48 binutils-2.23.2/gas/testsuite/gas/mips/loc-swap.s -rw-rw-rw- gingold/gingold 5023 2007-11-29 13:23 binutils-2.23.2/gas/testsuite/gas/mips/loongson-2e.d -rw-rw-rw- gingold/gingold 3108 2007-11-29 13:23 binutils-2.23.2/gas/testsuite/gas/mips/loongson-2e.s -rw-rw-rw- gingold/gingold 447 2010-02-25 12:15 binutils-2.23.2/gas/testsuite/gas/mips/loongson-2f-2.d -rw-rw-rw- gingold/gingold 253 2010-02-25 12:15 binutils-2.23.2/gas/testsuite/gas/mips/loongson-2f-2.s -rw-rw-rw- gingold/gingold 790 2010-02-25 12:15 binutils-2.23.2/gas/testsuite/gas/mips/loongson-2f-3.d -rw-rw-rw- gingold/gingold 375 2010-02-25 12:15 binutils-2.23.2/gas/testsuite/gas/mips/loongson-2f-3.s -rw-rw-rw- gingold/gingold 5022 2007-11-29 13:23 binutils-2.23.2/gas/testsuite/gas/mips/loongson-2f.d -rw-rw-rw- gingold/gingold 3101 2007-11-29 13:23 binutils-2.23.2/gas/testsuite/gas/mips/loongson-2f.s -rw-rw-rw- gingold/gingold 2179 2011-01-11 08:22 binutils-2.23.2/gas/testsuite/gas/mips/loongson-3a-2.d -rw-rw-rw- gingold/gingold 1266 2011-01-11 08:22 binutils-2.23.2/gas/testsuite/gas/mips/loongson-3a-2.s -rw-rw-rw- gingold/gingold 264 2010-12-18 12:14 binutils-2.23.2/gas/testsuite/gas/mips/loongson-3a-3.d -rw-rw-rw- gingold/gingold 59 2010-12-18 12:14 binutils-2.23.2/gas/testsuite/gas/mips/loongson-3a-3.s -rw-rw-rw- gingold/gingold 3794 2010-12-11 11:48 binutils-2.23.2/gas/testsuite/gas/mips/loongson-3a.d -rw-rw-rw- gingold/gingold 2386 2010-12-11 11:48 binutils-2.23.2/gas/testsuite/gas/mips/loongson-3a.s -rw-rw-rw- gingold/gingold 103 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-1-n32.d -rw-rw-rw- gingold/gingold 385 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-1-n32.l -rw-rw-rw- gingold/gingold 82 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-1.d -rw-rw-rw- gingold/gingold 531 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-1.l -rw-rw-rw- gingold/gingold 330 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-1.s -rw-rw-rw- gingold/gingold 75 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-2-n32.d -rw-rw-rw- gingold/gingold 82 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-2.d -rw-rw-rw- gingold/gingold 168 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-2.l -rw-rw-rw- gingold/gingold 136 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-2.s -rw-rw-rw- gingold/gingold 76 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-3.d -rw-rw-rw- gingold/gingold 168 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-3.l -rw-rw-rw- gingold/gingold 130 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-3.s -rw-rw-rw- gingold/gingold 76 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-4.d -rw-rw-rw- gingold/gingold 168 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-4.l -rw-rw-rw- gingold/gingold 94 2004-01-23 14:01 binutils-2.23.2/gas/testsuite/gas/mips/macro-warn-4.s -rw-rw-rw- gingold/gingold 4366 2011-08-09 17:20 binutils-2.23.2/gas/testsuite/gas/mips/mcu.d -rw-rw-rw- gingold/gingold 1206 2011-08-09 17:20 binutils-2.23.2/gas/testsuite/gas/mips/mcu.s -rw-rw-rw- gingold/gingold 11972 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-branch-delay.d -rw-rw-rw- gingold/gingold 2208 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-branch-delay.l -rw-rw-rw- gingold/gingold 2507 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-branch-delay.s -rw-rw-rw- gingold/gingold 21469 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-branch-relax-pic.d -rw-rw-rw- gingold/gingold 2797 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-branch-relax-pic.l -rw-rw-rw- gingold/gingold 15928 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-branch-relax.d -rw-rw-rw- gingold/gingold 2684 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-branch-relax.l -rw-rw-rw- gingold/gingold 2690 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-branch-relax.s -rw-rw-rw- gingold/gingold 2551 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-size-0.l -rw-rw-rw- gingold/gingold 2488 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-size-0.s -rw-rw-rw- gingold/gingold 7334 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-size-1.d -rw-rw-rw- gingold/gingold 645 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-size-1.l -rw-rw-rw- gingold/gingold 2004 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips-size-1.s -rw-rw-rw- gingold/gingold 297847 2012-09-18 17:28 binutils-2.23.2/gas/testsuite/gas/mips/micromips-trap.d -rw-rw-rw- gingold/gingold 301553 2012-09-18 17:28 binutils-2.23.2/gas/testsuite/gas/mips/micromips.d -rw-rw-rw- gingold/gingold 1062 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips.l -rw-rw-rw- gingold/gingold 91124 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips.s -rw-rw-rw- gingold/gingold 560 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-branch-delay-1.d -rw-rw-rw- gingold/gingold 2886 2012-09-18 17:28 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-1.d -rw-rw-rw- gingold/gingold 310 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-10.d -rw-rw-rw- gingold/gingold 567 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-11.d -rw-rw-rw- gingold/gingold 1224 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-2.d -rw-rw-rw- gingold/gingold 2568 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-3.d -rw-rw-rw- gingold/gingold 1967 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-4.d -rw-rw-rw- gingold/gingold 1078 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-5.d -rw-rw-rw- gingold/gingold 1163 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-6.d -rw-rw-rw- gingold/gingold 2545 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-7.d -rw-rw-rw- gingold/gingold 1941 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-8.d -rw-rw-rw- gingold/gingold 309 2011-11-21 12:18 binutils-2.23.2/gas/testsuite/gas/mips/micromips@24k-triple-stores-9.d -rw-rw-rw- gingold/gingold 525 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@abs.d -rw-rw-rw- gingold/gingold 717 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@add.d -rw-rw-rw- gingold/gingold 2298 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@alnv_ps-swap.d -rw-rw-rw- gingold/gingold 1250 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@and.d -rw-rw-rw- gingold/gingold 1828 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@beq.d -rw-rw-rw- gingold/gingold 2890 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@bge.d -rw-rw-rw- gingold/gingold 2537 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@bgeu.d -rw-rw-rw- gingold/gingold 2890 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@blt.d -rw-rw-rw- gingold/gingold 2537 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@bltu.d -rw-rw-rw- gingold/gingold 3627 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-likely.d -rw-rw-rw- gingold/gingold 962 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-misc-1.d -rw-rw-rw- gingold/gingold 1984 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-misc-2-64.d -rw-rw-rw- gingold/gingold 1350 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-misc-2.d -rw-rw-rw- gingold/gingold 1988 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-misc-2pic-64.d -rw-rw-rw- gingold/gingold 1354 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-misc-2pic.d -rw-rw-rw- gingold/gingold 1188 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-misc-4-64.d -rw-rw-rw- gingold/gingold 759 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-misc-4.d -rw-rw-rw- gingold/gingold 1207 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@branch-self.d -rw-rw-rw- gingold/gingold 1458 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@cache.d -rw-rw-rw- gingold/gingold 1106 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@daddi.d -rw-rw-rw- gingold/gingold 4690 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@dli.d -rw-rw-rw- gingold/gingold 872 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@elf-jal.d -rw-rw-rw- gingold/gingold 820 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@elf-rel2.d -rw-rw-rw- gingold/gingold 486 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@elf-rel4.d -rw-rw-rw- gingold/gingold 820 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@elfel-rel2.d -rw-rw-rw- gingold/gingold 883 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@jal-mask-11.d -rw-rw-rw- gingold/gingold 883 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@jal-mask-12.d -rw-rw-rw- gingold/gingold 1750 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@jal-svr4pic-noreorder.d -rw-rw-rw- gingold/gingold 1643 2011-08-09 16:25 binutils-2.23.2/gas/testsuite/gas/mips/micromips@jal-svr4pic.d -rw-rw-rw- gingold/gingold 6609 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@lb-svr4pic-ilocks.d -rw-rw-rw- gingold/gingold 472 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@li.d -rw-rw-rw- gingold/gingold 1472 2011-11-21 12:12 binutils-2.23.2/gas/testsuite/gas/mips/micromips@loc-swap-2.d -rw-rw-rw- gingold/gingold 1191 2011-08-09 16:25 binutils-2.23.2/gas/testsuite/gas/mips/micromips@loc-swap-dis.d -rw-rw-rw- gingold/gingold 2256 2011-08-09 16:25 binutils-2.23.2/gas/testsuite/gas/mips/micromips@loc-swap.d -rw-rw-rw- gingold/gingold 4485 2011-08-09 17:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mcu.d -rw-rw-rw- gingold/gingold 272 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips1-fp.d -rw-rw-rw- gingold/gingold 1902 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32-cp2.d -rw-rw-rw- gingold/gingold 815 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32-cp2.s -rw-rw-rw- gingold/gingold 6520 2012-09-04 15:59 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32-dsp.d -rw-rw-rw- gingold/gingold 3190 2012-09-04 15:59 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32-dspr2.d -rw-rw-rw- gingold/gingold 349 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32-imm.d -rw-rw-rw- gingold/gingold 273 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32-imm.s -rw-rw-rw- gingold/gingold 698 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32-sf32.d -rw-rw-rw- gingold/gingold 1827 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32.d -rw-rw-rw- gingold/gingold 350 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32r2-cp2.d -rw-rw-rw- gingold/gingold 340 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32r2-cp2.s -rw-rw-rw- gingold/gingold 370 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32r2-fp32.d -rw-rw-rw- gingold/gingold 950 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32r2-sync.d -rw-rw-rw- gingold/gingold 1723 2011-12-08 21:52 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips32r2.d -rw-rw-rw- gingold/gingold 522 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips4-branch-likely.d -rw-rw-rw- gingold/gingold 2146 2012-09-18 17:28 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips4-fp.d -rw-rw-rw- gingold/gingold 339 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips4.d -rw-rw-rw- gingold/gingold 3432 2011-08-11 00:52 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips5-fp.d -rw-rw-rw- gingold/gingold 332 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips64-cp2.d -rw-rw-rw- gingold/gingold 414 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips64-cp2.s -rw-rw-rw- gingold/gingold 303 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips64.d -rw-rw-rw- gingold/gingold 2097 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@mips64r2.d -rw-rw-rw- gingold/gingold 1463 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@pref.d -rw-rw-rw- gingold/gingold 15439 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@relax-at.d -rw-rw-rw- gingold/gingold 703 2011-11-14 14:43 binutils-2.23.2/gas/testsuite/gas/mips/micromips@relax-swap3.d -rw-rw-rw- gingold/gingold 15397 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@relax.d -rw-rw-rw- gingold/gingold 985 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@rol-hw.d -rw-rw-rw- gingold/gingold 674 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@uld2-eb.d -rw-rw-rw- gingold/gingold 674 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@uld2-el.d -rw-rw-rw- gingold/gingold 1676 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@ulh2-eb.d -rw-rw-rw- gingold/gingold 1676 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@ulh2-el.d -rw-rw-rw- gingold/gingold 690 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@ulw2-eb-ilocks.d -rw-rw-rw- gingold/gingold 690 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/micromips@ulw2-el-ilocks.d -rw-rw-rw- gingold/gingold 2784 2004-04-22 20:13 binutils-2.23.2/gas/testsuite/gas/mips/mips-abi32-pic.d -rw-rw-rw- gingold/gingold 3676 2002-01-05 20:06 binutils-2.23.2/gas/testsuite/gas/mips/mips-abi32-pic.s -rw-rw-rw- gingold/gingold 2398 2009-09-13 21:18 binutils-2.23.2/gas/testsuite/gas/mips/mips-abi32-pic2.d -rw-rw-rw- gingold/gingold 2115 2002-09-18 23:33 binutils-2.23.2/gas/testsuite/gas/mips/mips-abi32-pic2.s -rw-rw-rw- gingold/gingold 2127 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/mips-abi32.d -rw-rw-rw- gingold/gingold 2679 2001-10-24 22:12 binutils-2.23.2/gas/testsuite/gas/mips/mips-abi32.s -rw-rw-rw- gingold/gingold 197 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips-double-float-flag.l -rw-rw-rw- gingold/gingold 224 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips-double-float-flag.s -rw-rw-rw- gingold/gingold 2798 2004-04-22 20:13 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp32-pic.d -rw-rw-rw- gingold/gingold 3682 2002-01-05 20:06 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp32-pic.s -rw-rw-rw- gingold/gingold 2141 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp32.d -rw-rw-rw- gingold/gingold 2685 2001-10-24 22:12 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp32.s -rw-rw-rw- gingold/gingold 2836 2006-05-23 17:37 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp64-pic.d -rw-rw-rw- gingold/gingold 3693 2002-01-05 20:06 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp64-pic.s -rw-rw-rw- gingold/gingold 2148 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp64.d -rw-rw-rw- gingold/gingold 59 2006-05-23 17:37 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp64.l -rw-rw-rw- gingold/gingold 2620 2001-10-24 22:12 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp32-fp64.s -rw-rw-rw- gingold/gingold 3750 2006-05-23 17:37 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp32-pic.d -rw-rw-rw- gingold/gingold 59 2006-05-23 17:37 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp32-pic.l -rw-rw-rw- gingold/gingold 4380 2002-02-25 14:21 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp32-pic.s -rw-rw-rw- gingold/gingold 2820 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp32.d -rw-rw-rw- gingold/gingold 339 2006-05-23 17:37 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp32.l -rw-rw-rw- gingold/gingold 3130 2002-02-25 14:21 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp32.s -rw-rw-rw- gingold/gingold 3752 2004-04-22 20:13 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp64-pic.d -rw-rw-rw- gingold/gingold 4367 2002-02-25 14:21 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp64-pic.s -rw-rw-rw- gingold/gingold 2852 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp64.d -rw-rw-rw- gingold/gingold 304 2002-04-23 00:29 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp64.l -rw-rw-rw- gingold/gingold 3116 2002-02-25 14:21 binutils-2.23.2/gas/testsuite/gas/mips/mips-gp64-fp64.s -rw-rw-rw- gingold/gingold 370 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips-hard-float-flag.l -rw-rw-rw- gingold/gingold 221 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips-hard-float-flag.s -rw-rw-rw- gingold/gingold 237 2010-05-26 14:59 binutils-2.23.2/gas/testsuite/gas/mips/mips-jalx-2.d -rw-rw-rw- gingold/gingold 92 2010-05-26 14:59 binutils-2.23.2/gas/testsuite/gas/mips/mips-jalx-2.s -rw-rw-rw- gingold/gingold 266 2002-09-27 16:53 binutils-2.23.2/gas/testsuite/gas/mips/mips-jalx.d -rw-rw-rw- gingold/gingold 166 2002-09-27 16:53 binutils-2.23.2/gas/testsuite/gas/mips/mips-jalx.s -rw-rw-rw- gingold/gingold 1451 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips-macro-ill-nofp.l -rw-rw-rw- gingold/gingold 373 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips-macro-ill-nofp.s -rw-rw-rw- gingold/gingold 735 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips-macro-ill-sfp.l -rw-rw-rw- gingold/gingold 238 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips-macro-ill-sfp.s -rw-rw-rw- gingold/gingold 39046 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/mips.exp -rw-rw-rw- gingold/gingold 213 2009-02-06 13:20 binutils-2.23.2/gas/testsuite/gas/mips/mips1-fp.d -rw-rw-rw- gingold/gingold 188 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips1-fp.l -rw-rw-rw- gingold/gingold 145 2008-11-06 20:49 binutils-2.23.2/gas/testsuite/gas/mips/mips1-fp.s -rw-rw-rw- gingold/gingold 21442 2004-01-14 04:06 binutils-2.23.2/gas/testsuite/gas/mips/mips16-64.d -rw-rw-rw- gingold/gingold 1306 2009-09-13 20:56 binutils-2.23.2/gas/testsuite/gas/mips/mips16-dwarf2-n32.d -rw-rw-rw- gingold/gingold 1240 2005-09-20 19:58 binutils-2.23.2/gas/testsuite/gas/mips/mips16-dwarf2.d -rw-rw-rw- gingold/gingold 1240 2005-02-22 13:32 binutils-2.23.2/gas/testsuite/gas/mips/mips16-dwarf2.s -rw-rw-rw- gingold/gingold 1147 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mips16-e.d -rw-rw-rw- gingold/gingold 395 2000-12-03 21:57 binutils-2.23.2/gas/testsuite/gas/mips/mips16-e.s -rw-rw-rw- gingold/gingold 839 2011-06-29 22:39 binutils-2.23.2/gas/testsuite/gas/mips/mips16-f.d -rw-rw-rw- gingold/gingold 290 2000-12-03 21:57 binutils-2.23.2/gas/testsuite/gas/mips/mips16-f.s -rw-rw-rw- gingold/gingold 1162 2008-06-27 20:30 binutils-2.23.2/gas/testsuite/gas/mips/mips16-hilo-match.d -rw-rw-rw- gingold/gingold 1957 2008-05-09 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips16-hilo-match.s -rw-rw-rw- gingold/gingold 17306 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/mips/mips16-hilo-n32.d -rw-rw-rw- gingold/gingold 16291 2005-02-15 20:57 binutils-2.23.2/gas/testsuite/gas/mips/mips16-hilo.d -rw-rw-rw- gingold/gingold 9367 2005-02-15 20:57 binutils-2.23.2/gas/testsuite/gas/mips/mips16-hilo.s -rw-rw-rw- gingold/gingold 3775 2009-01-27 14:48 binutils-2.23.2/gas/testsuite/gas/mips/mips16-intermix.d -rw-rw-rw- gingold/gingold 43124 2006-11-02 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mips16-intermix.s -rw-rw-rw- gingold/gingold 354 2003-12-18 11:23 binutils-2.23.2/gas/testsuite/gas/mips/mips16-jalx.d -rw-rw-rw- gingold/gingold 151 2002-09-27 16:53 binutils-2.23.2/gas/testsuite/gas/mips/mips16-jalx.s -rw-rw-rw- gingold/gingold 83 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/mips/mips16-vis-1.d -rw-rw-rw- gingold/gingold 68 2008-07-10 21:05 binutils-2.23.2/gas/testsuite/gas/mips/mips16-vis-1.s -rw-rw-rw- gingold/gingold 21366 2003-12-18 11:23 binutils-2.23.2/gas/testsuite/gas/mips/mips16.d -rw-rw-rw- gingold/gingold 3324 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/mips16.s -rw-rw-rw- gingold/gingold 1472 2011-09-05 21:19 binutils-2.23.2/gas/testsuite/gas/mips/mips16@loc-swap-2.d -rw-rw-rw- gingold/gingold 1176 2011-07-04 21:27 binutils-2.23.2/gas/testsuite/gas/mips/mips16@loc-swap-dis.d -rw-rw-rw- gingold/gingold 2240 2011-07-04 21:27 binutils-2.23.2/gas/testsuite/gas/mips/mips16@loc-swap.d -rw-rw-rw- gingold/gingold 430 2011-11-14 14:43 binutils-2.23.2/gas/testsuite/gas/mips/mips16@relax-swap3.d -rw-rw-rw- gingold/gingold 457 2006-05-14 17:35 binutils-2.23.2/gas/testsuite/gas/mips/mips16e-64.d -rw-rw-rw- gingold/gingold 154 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips16e-64.l -rw-rw-rw- gingold/gingold 93 2006-05-14 17:35 binutils-2.23.2/gas/testsuite/gas/mips/mips16e-64.s -rw-rw-rw- gingold/gingold 377 2006-06-14 10:29 binutils-2.23.2/gas/testsuite/gas/mips/mips16e-jrc.d -rw-rw-rw- gingold/gingold 115 2005-10-19 20:47 binutils-2.23.2/gas/testsuite/gas/mips/mips16e-jrc.s -rw-rw-rw- gingold/gingold 1605 2006-08-13 01:00 binutils-2.23.2/gas/testsuite/gas/mips/mips16e-save.d -rw-rw-rw- gingold/gingold 905 2005-11-14 03:25 binutils-2.23.2/gas/testsuite/gas/mips/mips16e-save.s -rw-rw-rw- gingold/gingold 1809 2006-05-14 17:35 binutils-2.23.2/gas/testsuite/gas/mips/mips16e.d -rw-rw-rw- gingold/gingold 912 2006-05-14 17:35 binutils-2.23.2/gas/testsuite/gas/mips/mips16e.s -rw-rw-rw- gingold/gingold 125 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips1@ecoff@sd-forward.d -rw-rw-rw- gingold/gingold 98 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips1@ecoff@sd.d -rw-rw-rw- gingold/gingold 1695 2010-12-10 00:39 binutils-2.23.2/gas/testsuite/gas/mips/mips1@jal-svr4pic-noreorder.d -rw-rw-rw- gingold/gingold 1750 2010-12-10 00:39 binutils-2.23.2/gas/testsuite/gas/mips/mips1@jal-svr4pic.d -rw-rw-rw- gingold/gingold 134 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips1@l_d-forward.d -rw-rw-rw- gingold/gingold 25996 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/mips1@l_d.d -rw-rw-rw- gingold/gingold 25060 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/mips1@ld-forward.d -rw-rw-rw- gingold/gingold 24832 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/mips1@ld.d -rw-rw-rw- gingold/gingold 134 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips1@s_d-forward.d -rw-rw-rw- gingold/gingold 25996 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/mips1@s_d.d -rw-rw-rw- gingold/gingold 110 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/mips2@ecoff@ld-forward.d -rw-rw-rw- gingold/gingold 83 2010-10-24 12:06 binutils-2.23.2/gas/testsuite/gas/mips/mips2@ecoff@ld.d -rw-rw-rw- gingold/gingold 125 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips2@ecoff@sd-forward.d -rw-rw-rw- gingold/gingold 98 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips2@ecoff@sd.d -rw-rw-rw- gingold/gingold 1193 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips32-cp2.d -rw-rw-rw- gingold/gingold 989 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips32-cp2.s -rw-rw-rw- gingold/gingold 6268 2012-09-04 15:59 binutils-2.23.2/gas/testsuite/gas/mips/mips32-dsp.d -rw-rw-rw- gingold/gingold 3016 2012-09-04 15:59 binutils-2.23.2/gas/testsuite/gas/mips/mips32-dsp.s -rw-rw-rw- gingold/gingold 3048 2012-09-04 15:59 binutils-2.23.2/gas/testsuite/gas/mips/mips32-dspr2.d -rw-rw-rw- gingold/gingold 1635 2012-09-04 15:59 binutils-2.23.2/gas/testsuite/gas/mips/mips32-dspr2.s -rw-rw-rw- gingold/gingold 306 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mips32-imm.d -rw-rw-rw- gingold/gingold 274 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mips32-imm.s -rw-rw-rw- gingold/gingold 26028 2011-12-08 21:52 binutils-2.23.2/gas/testsuite/gas/mips/mips32-mt.d -rw-rw-rw- gingold/gingold 11013 2011-12-08 21:52 binutils-2.23.2/gas/testsuite/gas/mips/mips32-mt.s -rw-rw-rw- gingold/gingold 600 2009-02-16 10:19 binutils-2.23.2/gas/testsuite/gas/mips/mips32-sf32.d -rw-rw-rw- gingold/gingold 604 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips32-sf32.l -rw-rw-rw- gingold/gingold 246 2006-06-09 13:53 binutils-2.23.2/gas/testsuite/gas/mips/mips32-sf32.s -rw-rw-rw- gingold/gingold 407 2008-11-06 20:43 binutils-2.23.2/gas/testsuite/gas/mips/mips32-sync.d -rw-rw-rw- gingold/gingold 80 2008-11-06 20:43 binutils-2.23.2/gas/testsuite/gas/mips/mips32-sync.s -rw-rw-rw- gingold/gingold 1653 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mips32.d -rw-rw-rw- gingold/gingold 1542 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mips32.s -rw-rw-rw- gingold/gingold 110 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/mips32@ecoff@ld-forward.d -rw-rw-rw- gingold/gingold 83 2010-10-24 12:06 binutils-2.23.2/gas/testsuite/gas/mips/mips32@ecoff@ld.d -rw-rw-rw- gingold/gingold 125 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips32@ecoff@sd-forward.d -rw-rw-rw- gingold/gingold 98 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips32@ecoff@sd.d -rw-rw-rw- gingold/gingold 331 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-cp2.d -rw-rw-rw- gingold/gingold 181 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-cp2.s -rw-rw-rw- gingold/gingold 323 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-fp32.d -rw-rw-rw- gingold/gingold 188 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-fp32.l -rw-rw-rw- gingold/gingold 320 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-fp32.s -rw-rw-rw- gingold/gingold 620 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-ill-fp64.l -rw-rw-rw- gingold/gingold 1278 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-ill-fp64.s -rw-rw-rw- gingold/gingold 620 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-ill-nofp.l -rw-rw-rw- gingold/gingold 1029 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-ill-nofp.s -rw-rw-rw- gingold/gingold 726 2002-12-31 08:29 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-ill.l -rw-rw-rw- gingold/gingold 1294 2002-12-31 08:29 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-ill.s -rw-rw-rw- gingold/gingold 919 2010-09-15 01:49 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-sync.d -rw-rw-rw- gingold/gingold 350 2010-09-15 01:49 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2-sync.s -rw-rw-rw- gingold/gingold 1547 2011-12-08 21:52 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2.d -rw-rw-rw- gingold/gingold 1037 2011-12-08 21:52 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2.s -rw-rw-rw- gingold/gingold 110 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2@ecoff@ld-forward.d -rw-rw-rw- gingold/gingold 83 2010-10-24 12:06 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2@ecoff@ld.d -rw-rw-rw- gingold/gingold 125 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2@ecoff@sd-forward.d -rw-rw-rw- gingold/gingold 98 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/mips32r2@ecoff@sd.d -rw-rw-rw- gingold/gingold 333 2010-07-06 01:55 binutils-2.23.2/gas/testsuite/gas/mips/mips4-branch-likely.d -rw-rw-rw- gingold/gingold 202 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips4-branch-likely.l -rw-rw-rw- gingold/gingold 217 2010-07-06 01:55 binutils-2.23.2/gas/testsuite/gas/mips/mips4-branch-likely.s -rw-rw-rw- gingold/gingold 1526 2010-07-06 01:55 binutils-2.23.2/gas/testsuite/gas/mips/mips4-fp.d -rw-rw-rw- gingold/gingold 2851 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/mips4-fp.l -rw-rw-rw- gingold/gingold 935 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mips4-fp.s -rw-rw-rw- gingold/gingold 248 2008-04-28 19:10 binutils-2.23.2/gas/testsuite/gas/mips/mips4.d -rw-rw-rw- gingold/gingold 264 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mips4.s -rw-rw-rw- gingold/gingold 585 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/mips4010.d -rw-rw-rw- gingold/gingold 223 2001-06-04 20:20 binutils-2.23.2/gas/testsuite/gas/mips/mips4010.s -rw-rw-rw- gingold/gingold 244 2002-09-30 14:04 binutils-2.23.2/gas/testsuite/gas/mips/mips4100.d -rw-rw-rw- gingold/gingold 73 2002-09-30 14:04 binutils-2.23.2/gas/testsuite/gas/mips/mips4100.s -rw-rw-rw- gingold/gingold 280 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/mips4650.d -rw-rw-rw- gingold/gingold 81 2001-06-04 20:20 binutils-2.23.2/gas/testsuite/gas/mips/mips4650.s -rw-rw-rw- gingold/gingold 3167 2011-08-11 00:52 binutils-2.23.2/gas/testsuite/gas/mips/mips5-fp.d -rw-rw-rw- gingold/gingold 172 2011-08-11 00:52 binutils-2.23.2/gas/testsuite/gas/mips/mips5-fp.l -rw-rw-rw- gingold/gingold 1607 2011-08-11 00:52 binutils-2.23.2/gas/testsuite/gas/mips/mips5-fp.s -rw-rw-rw- gingold/gingold 433 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips64-cp2.d -rw-rw-rw- gingold/gingold 482 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips64-cp2.s -rw-rw-rw- gingold/gingold 7781 2008-02-06 06:29 binutils-2.23.2/gas/testsuite/gas/mips/mips64-dsp.d -rw-rw-rw- gingold/gingold 3752 2006-06-06 12:49 binutils-2.23.2/gas/testsuite/gas/mips/mips64-dsp.s -rw-rw-rw- gingold/gingold 10372 2002-12-28 00:51 binutils-2.23.2/gas/testsuite/gas/mips/mips64-mdmx.d -rw-rw-rw- gingold/gingold 5067 2002-05-31 08:35 binutils-2.23.2/gas/testsuite/gas/mips/mips64-mdmx.s -rw-rw-rw- gingold/gingold 7650 2009-01-27 14:48 binutils-2.23.2/gas/testsuite/gas/mips/mips64-mips3d-incl.d -rw-rw-rw- gingold/gingold 7532 2003-09-30 23:02 binutils-2.23.2/gas/testsuite/gas/mips/mips64-mips3d.d -rw-rw-rw- gingold/gingold 332 2003-09-30 23:02 binutils-2.23.2/gas/testsuite/gas/mips/mips64-mips3d.l -rw-rw-rw- gingold/gingold 3795 2003-09-30 23:02 binutils-2.23.2/gas/testsuite/gas/mips/mips64-mips3d.s -rw-rw-rw- gingold/gingold 263 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips64.d -rw-rw-rw- gingold/gingold 219 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/mips64.s -rw-rw-rw- gingold/gingold 2947 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/mips64r2-ill.l -rw-rw-rw- gingold/gingold 4686 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/mips64r2-ill.s -rw-rw-rw- gingold/gingold 1915 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/mips64r2.d -rw-rw-rw- gingold/gingold 1821 2003-09-30 18:17 binutils-2.23.2/gas/testsuite/gas/mips/mips64r2.s -rw-rw-rw- gingold/gingold 1167 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/mipsel16-e.d -rw-rw-rw- gingold/gingold 859 2011-06-29 22:39 binutils-2.23.2/gas/testsuite/gas/mips/mipsel16-f.d -rw-rw-rw- gingold/gingold 2081 2001-06-29 23:27 binutils-2.23.2/gas/testsuite/gas/mips/mul-ilocks.d -rw-rw-rw- gingold/gingold 2219 2001-06-29 23:27 binutils-2.23.2/gas/testsuite/gas/mips/mul.d -rw-rw-rw- gingold/gingold 422 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/mul.s -rw-rw-rw- gingold/gingold 292 2012-09-04 16:17 binutils-2.23.2/gas/testsuite/gas/mips/n32-consec.d -rw-rw-rw- gingold/gingold 227 2012-09-04 16:16 binutils-2.23.2/gas/testsuite/gas/mips/n32-consec.s -rw-rw-rw- gingold/gingold 289 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/noat-1.d -rw-rw-rw- gingold/gingold 108 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-1.s -rw-rw-rw- gingold/gingold 78 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-2.l -rw-rw-rw- gingold/gingold 43 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-2.s -rw-rw-rw- gingold/gingold 78 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-3.l -rw-rw-rw- gingold/gingold 44 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-3.s -rw-rw-rw- gingold/gingold 78 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-4.l -rw-rw-rw- gingold/gingold 43 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-4.s -rw-rw-rw- gingold/gingold 78 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-5.l -rw-rw-rw- gingold/gingold 43 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-5.s -rw-rw-rw- gingold/gingold 78 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-6.l -rw-rw-rw- gingold/gingold 44 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-6.s -rw-rw-rw- gingold/gingold 78 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-7.l -rw-rw-rw- gingold/gingold 43 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/noat-7.s -rw-rw-rw- gingold/gingold 461 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/nodelay.d -rw-rw-rw- gingold/gingold 5 2010-12-10 00:57 binutils-2.23.2/gas/testsuite/gas/mips/nop.s -rw-rw-rw- gingold/gingold 554 2006-05-05 18:38 binutils-2.23.2/gas/testsuite/gas/mips/noreorder.d -rw-rw-rw- gingold/gingold 498 2006-05-05 18:38 binutils-2.23.2/gas/testsuite/gas/mips/noreorder.s -rw-rw-rw- gingold/gingold 2114 2011-11-16 13:34 binutils-2.23.2/gas/testsuite/gas/mips/octeon-ill.l -rw-rw-rw- gingold/gingold 1217 2008-07-07 21:28 binutils-2.23.2/gas/testsuite/gas/mips/octeon-ill.s -rw-rw-rw- gingold/gingold 1231 2011-11-29 21:28 binutils-2.23.2/gas/testsuite/gas/mips/octeon-pref.d -rw-rw-rw- gingold/gingold 499 2010-10-04 17:24 binutils-2.23.2/gas/testsuite/gas/mips/octeon-pref.s -rw-rw-rw- gingold/gingold 1464 2011-11-29 21:28 binutils-2.23.2/gas/testsuite/gas/mips/octeon-saa-saad.d -rw-rw-rw- gingold/gingold 352 2011-11-29 21:28 binutils-2.23.2/gas/testsuite/gas/mips/octeon-saa-saad.s -rw-rw-rw- gingold/gingold 3094 2011-11-29 21:28 binutils-2.23.2/gas/testsuite/gas/mips/octeon.d -rw-rw-rw- gingold/gingold 2392 2009-02-18 21:51 binutils-2.23.2/gas/testsuite/gas/mips/octeon.s -rw-rw-rw- gingold/gingold 1100 2011-12-08 21:47 binutils-2.23.2/gas/testsuite/gas/mips/octeon2.d -rw-rw-rw- gingold/gingold 511 2011-12-08 21:47 binutils-2.23.2/gas/testsuite/gas/mips/octeon2.s -rw-rw-rw- gingold/gingold 927 2010-09-15 01:49 binutils-2.23.2/gas/testsuite/gas/mips/octeon@mips32r2-sync.d -rw-rw-rw- gingold/gingold 226 2008-06-27 20:30 binutils-2.23.2/gas/testsuite/gas/mips/odd-float.d -rw-rw-rw- gingold/gingold 131 2007-10-04 23:53 binutils-2.23.2/gas/testsuite/gas/mips/odd-float.s -rw-rw-rw- gingold/gingold 273 2001-08-16 21:24 binutils-2.23.2/gas/testsuite/gas/mips/perfcount.d -rw-rw-rw- gingold/gingold 132 2001-08-16 21:24 binutils-2.23.2/gas/testsuite/gas/mips/perfcount.s -rw-rw-rw- gingold/gingold 259 2011-06-23 22:21 binutils-2.23.2/gas/testsuite/gas/mips/pr12915.d -rw-rw-rw- gingold/gingold 96 2011-06-23 22:21 binutils-2.23.2/gas/testsuite/gas/mips/pr12915.s -rw-rw-rw- gingold/gingold 1050 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/pref.d -rw-rw-rw- gingold/gingold 125 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3000@ecoff@sd-forward.d -rw-rw-rw- gingold/gingold 98 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3000@ecoff@sd.d -rw-rw-rw- gingold/gingold 168 2010-07-24 03:51 binutils-2.23.2/gas/testsuite/gas/mips/r3000@jal-svr4pic-noreorder.d -rw-rw-rw- gingold/gingold 138 2010-07-24 03:43 binutils-2.23.2/gas/testsuite/gas/mips/r3000@jal-svr4pic.d -rw-rw-rw- gingold/gingold 134 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3000@l_d-forward.d -rw-rw-rw- gingold/gingold 107 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3000@l_d.d -rw-rw-rw- gingold/gingold 124 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/r3000@ld-forward.d -rw-rw-rw- gingold/gingold 89 2010-10-24 12:06 binutils-2.23.2/gas/testsuite/gas/mips/r3000@ld.d -rw-rw-rw- gingold/gingold 134 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3000@s_d-forward.d -rw-rw-rw- gingold/gingold 107 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3000@s_d.d -rw-rw-rw- gingold/gingold 110 2010-10-24 12:19 binutils-2.23.2/gas/testsuite/gas/mips/r3900@ecoff@ld-forward.d -rw-rw-rw- gingold/gingold 83 2010-10-24 12:06 binutils-2.23.2/gas/testsuite/gas/mips/r3900@ecoff@ld.d -rw-rw-rw- gingold/gingold 125 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3900@ecoff@sd-forward.d -rw-rw-rw- gingold/gingold 98 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3900@ecoff@sd.d -rw-rw-rw- gingold/gingold 134 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3900@l_d-forward.d -rw-rw-rw- gingold/gingold 107 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3900@l_d.d -rw-rw-rw- gingold/gingold 134 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3900@s_d-forward.d -rw-rw-rw- gingold/gingold 107 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/r3900@s_d.d -rw-rw-rw- gingold/gingold 59 2011-06-29 22:39 binutils-2.23.2/gas/testsuite/gas/mips/reginfo-1.s -rw-rw-rw- gingold/gingold 191 2011-06-29 22:39 binutils-2.23.2/gas/testsuite/gas/mips/reginfo-1a.d -rw-rw-rw- gingold/gingold 197 2011-06-29 22:39 binutils-2.23.2/gas/testsuite/gas/mips/reginfo-1b.d -rw-rw-rw- gingold/gingold 12931 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/relax-at.d -rw-rw-rw- gingold/gingold 200 2011-02-28 17:26 binutils-2.23.2/gas/testsuite/gas/mips/relax-bposge.l -rw-rw-rw- gingold/gingold 166 2011-02-28 17:26 binutils-2.23.2/gas/testsuite/gas/mips/relax-bposge.s -rw-rw-rw- gingold/gingold 8234 2005-03-09 10:35 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap1-mips1.d -rw-rw-rw- gingold/gingold 7603 2005-03-09 10:35 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap1-mips2.d -rw-rw-rw- gingold/gingold 1317 2011-02-28 16:33 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap1.l -rw-rw-rw- gingold/gingold 1749 2004-01-25 04:01 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap1.s -rw-rw-rw- gingold/gingold 3844 2004-01-14 19:01 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap2.d -rw-rw-rw- gingold/gingold 527 2011-02-28 16:33 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap2.l -rw-rw-rw- gingold/gingold 815 2004-01-25 04:01 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap2.s -rw-rw-rw- gingold/gingold 637 2011-11-14 14:43 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap3.d -rw-rw-rw- gingold/gingold 236 2011-11-14 14:43 binutils-2.23.2/gas/testsuite/gas/mips/relax-swap3.s -rw-rw-rw- gingold/gingold 12872 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/relax.d -rw-rw-rw- gingold/gingold 2487 2011-02-28 16:52 binutils-2.23.2/gas/testsuite/gas/mips/relax.l -rw-rw-rw- gingold/gingold 877 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/relax.s -rw-rw-rw- gingold/gingold 311 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/mips/rm7000.d -rw-rw-rw- gingold/gingold 84 2003-09-19 17:39 binutils-2.23.2/gas/testsuite/gas/mips/rm7000.s -rw-rw-rw- gingold/gingold 701 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/rol-hw.d -rw-rw-rw- gingold/gingold 1411 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/rol.d -rw-rw-rw- gingold/gingold 277 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/rol.s -rw-rw-rw- gingold/gingold 1167 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/rol64-hw.d -rw-rw-rw- gingold/gingold 2718 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/rol64.d -rw-rw-rw- gingold/gingold 583 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/rol64.s -rw-rw-rw- gingold/gingold 137 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/s_d-forward-n32.d -rw-rw-rw- gingold/gingold 136 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/s_d-forward-n64.d -rw-rw-rw- gingold/gingold 128 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/s_d-forward.d -rw-rw-rw- gingold/gingold 16536 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/s_d-n32.d -rw-rw-rw- gingold/gingold 60700 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/s_d-n64.d -rw-rw-rw- gingold/gingold 17912 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/s_d.d -rw-rw-rw- gingold/gingold 14945 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/sb.d -rw-rw-rw- gingold/gingold 3560 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/sb.s -rw-rw-rw- gingold/gingold 5467 2009-01-27 14:48 binutils-2.23.2/gas/testsuite/gas/mips/sb1-ext-mdmx.d -rw-rw-rw- gingold/gingold 2947 2002-05-31 20:27 binutils-2.23.2/gas/testsuite/gas/mips/sb1-ext-mdmx.s -rw-rw-rw- gingold/gingold 358 2009-01-27 14:48 binutils-2.23.2/gas/testsuite/gas/mips/sb1-ext-ps.d -rw-rw-rw- gingold/gingold 332 2001-10-18 03:42 binutils-2.23.2/gas/testsuite/gas/mips/sb1-ext-ps.s -rw-rw-rw- gingold/gingold 134 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sd-forward-n32.d -rw-rw-rw- gingold/gingold 133 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sd-forward-n64.d -rw-rw-rw- gingold/gingold 125 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sd-forward.d -rw-rw-rw- gingold/gingold 16149 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/sd-n32.d -rw-rw-rw- gingold/gingold 60313 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/sd-n64.d -rw-rw-rw- gingold/gingold 26561 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mips/sd.d -rw-rw-rw- gingold/gingold 139 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sdc1-forward-n32.d -rw-rw-rw- gingold/gingold 138 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sdc1-forward-n64.d -rw-rw-rw- gingold/gingold 130 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sdc1-forward.d -rw-rw-rw- gingold/gingold 112 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sdc1-n32.d -rw-rw-rw- gingold/gingold 111 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sdc1-n64.d -rw-rw-rw- gingold/gingold 103 2010-10-24 12:33 binutils-2.23.2/gas/testsuite/gas/mips/sdc1.d -rw-rw-rw- gingold/gingold 15271 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/set-arch.d -rw-rw-rw- gingold/gingold 174 2003-09-30 23:02 binutils-2.23.2/gas/testsuite/gas/mips/set-arch.l -rw-rw-rw- gingold/gingold 9323 2004-07-20 19:49 binutils-2.23.2/gas/testsuite/gas/mips/set-arch.s -rw-rw-rw- gingold/gingold 985 2008-02-06 06:29 binutils-2.23.2/gas/testsuite/gas/mips/smartmips.d -rw-rw-rw- gingold/gingold 356 2006-05-08 17:57 binutils-2.23.2/gas/testsuite/gas/mips/smartmips.s -rw-rw-rw- gingold/gingold 259 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/sync.d -rw-rw-rw- gingold/gingold 142 2001-06-04 20:20 binutils-2.23.2/gas/testsuite/gas/mips/sync.s -rw-rw-rw- gingold/gingold 465 2010-12-09 23:04 binutils-2.23.2/gas/testsuite/gas/mips/tls-ill.l -rw-rw-rw- gingold/gingold 251 2005-03-02 22:22 binutils-2.23.2/gas/testsuite/gas/mips/tls-ill.s -rw-rw-rw- gingold/gingold 1473 2010-12-31 12:00 binutils-2.23.2/gas/testsuite/gas/mips/tls-o32.d -rw-rw-rw- gingold/gingold 1339 2005-03-02 22:22 binutils-2.23.2/gas/testsuite/gas/mips/tls-o32.s -rw-rw-rw- gingold/gingold 183 2012-01-08 13:33 binutils-2.23.2/gas/testsuite/gas/mips/tls-relw.d -rw-rw-rw- gingold/gingold 117 2012-01-08 13:33 binutils-2.23.2/gas/testsuite/gas/mips/tls-relw.s -rw-rw-rw- gingold/gingold 1167 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/tmips16-e.d -rw-rw-rw- gingold/gingold 859 2011-06-29 22:39 binutils-2.23.2/gas/testsuite/gas/mips/tmips16-f.d -rw-rw-rw- gingold/gingold 1167 2011-07-24 16:20 binutils-2.23.2/gas/testsuite/gas/mips/tmipsel16-e.d -rw-rw-rw- gingold/gingold 857 2011-06-29 22:39 binutils-2.23.2/gas/testsuite/gas/mips/tmipsel16-f.d -rw-rw-rw- gingold/gingold 506 2001-06-29 23:27 binutils-2.23.2/gas/testsuite/gas/mips/trap20.d -rw-rw-rw- gingold/gingold 314 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/trap20.s -rw-rw-rw- gingold/gingold 724 2011-06-29 22:35 binutils-2.23.2/gas/testsuite/gas/mips/trunc.d -rw-rw-rw- gingold/gingold 96 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/trunc.s -rw-rw-rw- gingold/gingold 9926 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/uld.d -rw-rw-rw- gingold/gingold 1854 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/uld.s -rw-rw-rw- gingold/gingold 864 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/uld2-eb.d -rw-rw-rw- gingold/gingold 864 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/uld2-el.d -rw-rw-rw- gingold/gingold 234 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/uld2.s -rw-rw-rw- gingold/gingold 972 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/ulh-pic.s -rw-rw-rw- gingold/gingold 3485 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/ulh-svr4pic.d -rw-rw-rw- gingold/gingold 4504 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/ulh-xgot.d -rw-rw-rw- gingold/gingold 12798 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/ulh.d -rw-rw-rw- gingold/gingold 1912 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/ulh.s -rw-rw-rw- gingold/gingold 1535 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/ulh2-eb.d -rw-rw-rw- gingold/gingold 1535 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/ulh2-el.d -rw-rw-rw- gingold/gingold 361 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/ulh2.s -rw-rw-rw- gingold/gingold 9913 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/ulw.d -rw-rw-rw- gingold/gingold 1854 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/ulw.s -rw-rw-rw- gingold/gingold 890 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/ulw2-eb-ilocks.d -rw-rw-rw- gingold/gingold 952 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/ulw2-eb.d -rw-rw-rw- gingold/gingold 890 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/ulw2-el-ilocks.d -rw-rw-rw- gingold/gingold 952 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/ulw2-el.d -rw-rw-rw- gingold/gingold 234 2005-02-18 23:12 binutils-2.23.2/gas/testsuite/gas/mips/ulw2.s -rw-rw-rw- gingold/gingold 9931 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/usd.d -rw-rw-rw- gingold/gingold 1854 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/usd.s -rw-rw-rw- gingold/gingold 15297 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/ush.d -rw-rw-rw- gingold/gingold 1849 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/ush.s -rw-rw-rw- gingold/gingold 9918 2003-05-07 07:08 binutils-2.23.2/gas/testsuite/gas/mips/usw.d -rw-rw-rw- gingold/gingold 1854 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mips/usw.s -rw-rw-rw- gingold/gingold 273 2011-06-29 22:35 binutils-2.23.2/gas/testsuite/gas/mips/vr4111.d -rw-rw-rw- gingold/gingold 29 2002-09-30 14:04 binutils-2.23.2/gas/testsuite/gas/mips/vr4111.s -rw-rw-rw- gingold/gingold 3323 2004-05-07 18:39 binutils-2.23.2/gas/testsuite/gas/mips/vr4120-2.d -rw-rw-rw- gingold/gingold 1542 2004-05-07 18:39 binutils-2.23.2/gas/testsuite/gas/mips/vr4120-2.s -rw-rw-rw- gingold/gingold 717 2002-10-01 02:12 binutils-2.23.2/gas/testsuite/gas/mips/vr4120.d -rw-rw-rw- gingold/gingold 429 2002-09-30 14:04 binutils-2.23.2/gas/testsuite/gas/mips/vr4120.s -rw-rw-rw- gingold/gingold 7134 2011-06-25 12:11 binutils-2.23.2/gas/testsuite/gas/mips/vr4130.d -rw-rw-rw- gingold/gingold 4857 2011-06-25 12:11 binutils-2.23.2/gas/testsuite/gas/mips/vr4130.s -rw-rw-rw- gingold/gingold 5223 2004-07-20 19:59 binutils-2.23.2/gas/testsuite/gas/mips/vr5400.d -rw-rw-rw- gingold/gingold 2124 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/vr5400.s -rw-rw-rw- gingold/gingold 1628 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/vr5500.d -rw-rw-rw- gingold/gingold 1333 2003-05-19 21:22 binutils-2.23.2/gas/testsuite/gas/mips/vr5500.s -rw-rw-rw- gingold/gingold 1240 2006-05-20 00:48 binutils-2.23.2/gas/testsuite/gas/mips/vxworks1-el.d -rw-rw-rw- gingold/gingold 2106 2006-05-20 00:48 binutils-2.23.2/gas/testsuite/gas/mips/vxworks1-xgot-el.d -rw-rw-rw- gingold/gingold 2106 2006-05-20 00:48 binutils-2.23.2/gas/testsuite/gas/mips/vxworks1-xgot.d -rw-rw-rw- gingold/gingold 1220 2006-05-20 00:48 binutils-2.23.2/gas/testsuite/gas/mips/vxworks1.d -rw-rw-rw- gingold/gingold 205 2006-03-22 10:28 binutils-2.23.2/gas/testsuite/gas/mips/vxworks1.s -rw-rw-rw- gingold/gingold 626 2009-02-03 19:16 binutils-2.23.2/gas/testsuite/gas/mips/xlr-ext.d -rw-rw-rw- gingold/gingold 399 2009-02-03 19:16 binutils-2.23.2/gas/testsuite/gas/mips/xlr-ext.s -rw-rw-rw- gingold/gingold 270 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1cjmp1b-n.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mmix -rw-rw-rw- gingold/gingold 366 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1cjmp1b-r.d -rw-rw-rw- gingold/gingold 233 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1cjmp1b.d -rw-rw-rw- gingold/gingold 287 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1cjmp1b.l -rw-rw-rw- gingold/gingold 44 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1cjmp1b.s -rw-rw-rw- gingold/gingold 377 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1cjmp1brn.d -rw-rw-rw- gingold/gingold 233 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1hjmp1b.d -rw-rw-rw- gingold/gingold 287 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1hjmp1b.l -rw-rw-rw- gingold/gingold 44 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/1hjmp1b.s -rw-rw-rw- gingold/gingold 567 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/align-1.d -rw-rw-rw- gingold/gingold 189 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/align-1.s -rw-rw-rw- gingold/gingold 185 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/basep-1.d -rw-rw-rw- gingold/gingold 61 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/basep-1.s -rw-rw-rw- gingold/gingold 958 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/basep-10.d -rw-rw-rw- gingold/gingold 197 2002-02-04 05:01 binutils-2.23.2/gas/testsuite/gas/mmix/basep-10.s -rw-rw-rw- gingold/gingold 635 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/basep-11.d -rw-rw-rw- gingold/gingold 156 2002-02-04 05:01 binutils-2.23.2/gas/testsuite/gas/mmix/basep-11.s -rw-rw-rw- gingold/gingold 304 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/basep-1b.d -rw-rw-rw- gingold/gingold 592 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/basep-2.d -rw-rw-rw- gingold/gingold 157 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/basep-2.s -rw-rw-rw- gingold/gingold 706 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/basep-2b.d -rw-rw-rw- gingold/gingold 227 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/basep-3.d -rw-rw-rw- gingold/gingold 104 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/basep-3.s -rw-rw-rw- gingold/gingold 346 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/basep-3b.d -rw-rw-rw- gingold/gingold 305 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/basep-4.d -rw-rw-rw- gingold/gingold 663 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/basep-5.d -rw-rw-rw- gingold/gingold 338 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/basep-6.d -rw-rw-rw- gingold/gingold 989 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/basep-7.d -rw-rw-rw- gingold/gingold 864 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/basep-8.d -rw-rw-rw- gingold/gingold 252 2002-02-04 05:01 binutils-2.23.2/gas/testsuite/gas/mmix/basep-8.s -rw-rw-rw- gingold/gingold 849 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/basep-9.d -rw-rw-rw- gingold/gingold 244 2002-02-04 05:01 binutils-2.23.2/gas/testsuite/gas/mmix/basep-9.s -rw-rw-rw- gingold/gingold 953 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/mmix/bspec-1.d -rw-rw-rw- gingold/gingold 40 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/bspec-1.s -rw-rw-rw- gingold/gingold 1042 2007-03-11 12:22 binutils-2.23.2/gas/testsuite/gas/mmix/bspec-2.d -rw-rw-rw- gingold/gingold 106 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/bspec-2.s -rw-rw-rw- gingold/gingold 450 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/builtin1.d -rw-rw-rw- gingold/gingold 215 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/builtin1.s -rw-rw-rw- gingold/gingold 493 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/builtin2.d -rw-rw-rw- gingold/gingold 503 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/builtin3.d -rw-rw-rw- gingold/gingold 1498 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/mmix/byte-1.d -rw-rw-rw- gingold/gingold 163 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/byte-1.s -rw-rw-rw- gingold/gingold 718 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/bz-c.d -rw-rw-rw- gingold/gingold 106 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/bz-c.s -rw-rw-rw- gingold/gingold 1764 2012-05-12 15:46 binutils-2.23.2/gas/testsuite/gas/mmix/comment-1.d -rw-rw-rw- gingold/gingold 1446 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/comment-1.s -rw-rw-rw- gingold/gingold 252 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/comment-2.d -rw-rw-rw- gingold/gingold 30 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/comment-2.s -rw-rw-rw- gingold/gingold 615 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/comment-3.d -rw-rw-rw- gingold/gingold 86 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/comment-3.s -rw-rw-rw- gingold/gingold 122 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/mmix/cons-1.d -rw-rw-rw- gingold/gingold 46 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/cons-1.s -rw-rw-rw- gingold/gingold 301 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/cons-2.d -rw-rw-rw- gingold/gingold 156 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/cons-2.s -rw-rw-rw- gingold/gingold 243 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-bpo1.s -rw-rw-rw- gingold/gingold 237 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/err-bpo2.s -rw-rw-rw- gingold/gingold 453 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/err-bpo3.s -rw-rw-rw- gingold/gingold 185 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/err-bpo4.s -rw-rw-rw- gingold/gingold 532 2002-02-01 09:16 binutils-2.23.2/gas/testsuite/gas/mmix/err-bpo5.s -rw-rw-rw- gingold/gingold 604 2002-02-04 05:01 binutils-2.23.2/gas/testsuite/gas/mmix/err-bpo6.s -rw-rw-rw- gingold/gingold 115 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-bspec-1.s -rw-rw-rw- gingold/gingold 141 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-bspec-2.s -rw-rw-rw- gingold/gingold 123 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-bspec-3.s -rw-rw-rw- gingold/gingold 148 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-bspec-4.s -rw-rw-rw- gingold/gingold 418 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/err-bspec-5.s -rw-rw-rw- gingold/gingold 681 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-builtin.s -rw-rw-rw- gingold/gingold 428 2005-05-17 16:02 binutils-2.23.2/gas/testsuite/gas/mmix/err-byte1.s -rw-rw-rw- gingold/gingold 498 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-byte2.s -rw-rw-rw- gingold/gingold 403 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-case.s -rw-rw-rw- gingold/gingold 317 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-fb-1.s -rw-rw-rw- gingold/gingold 560 2012-09-10 11:50 binutils-2.23.2/gas/testsuite/gas/mmix/err-fb-2.s -rw-rw-rw- gingold/gingold 310 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-greg1.s -rw-rw-rw- gingold/gingold 278 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-insn.s -rw-rw-rw- gingold/gingold 153 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-is-1.s -rw-rw-rw- gingold/gingold 144 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-1.s -rw-rw-rw- gingold/gingold 161 2008-06-16 17:05 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-10.s -rw-rw-rw- gingold/gingold 161 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-2.s -rw-rw-rw- gingold/gingold 148 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-3.s -rw-rw-rw- gingold/gingold 127 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-4.s -rw-rw-rw- gingold/gingold 137 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-5.s -rw-rw-rw- gingold/gingold 130 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-6.s -rw-rw-rw- gingold/gingold 138 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-7.s -rw-rw-rw- gingold/gingold 131 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-8.s -rw-rw-rw- gingold/gingold 161 2008-06-16 17:05 binutils-2.23.2/gas/testsuite/gas/mmix/err-loc-9.s -rw-rw-rw- gingold/gingold 201 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-local1.s -rw-rw-rw- gingold/gingold 174 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-local2.s -rw-rw-rw- gingold/gingold 453 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-ser-1.s -rw-rw-rw- gingold/gingold 204 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/err-set.s -rw-rw-rw- gingold/gingold 761 2009-09-11 00:32 binutils-2.23.2/gas/testsuite/gas/mmix/err-swym1.s -rw-rw-rw- gingold/gingold 122 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/mmix/expr-1.d -rw-rw-rw- gingold/gingold 173 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/expr-1.s -rw-rw-rw- gingold/gingold 494 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/fb-1.d -rw-rw-rw- gingold/gingold 104 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/fb-1.s -rw-rw-rw- gingold/gingold 936 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/fb-2.d -rw-rw-rw- gingold/gingold 285 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/fb-2.s -rw-rw-rw- gingold/gingold 227 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/get-op-r.d -rw-rw-rw- gingold/gingold 191 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/get-op.d -rw-rw-rw- gingold/gingold 397 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/get-op.l -rw-rw-rw- gingold/gingold 82 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/get-op.s -rw-rw-rw- gingold/gingold 608 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/geta-c.d -rw-rw-rw- gingold/gingold 125 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/geta-c.s -rw-rw-rw- gingold/gingold 997 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/geta-op-r.d -rw-rw-rw- gingold/gingold 627 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/geta-op.d -rw-rw-rw- gingold/gingold 969 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/geta-op.l -rw-rw-rw- gingold/gingold 253 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/geta-op.s -rw-rw-rw- gingold/gingold 664 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/geta-opn.d -rw-rw-rw- gingold/gingold 1040 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/geta-oprn.d -rw-rw-rw- gingold/gingold 1063 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg1.d -rw-rw-rw- gingold/gingold 282 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/greg1.s -rw-rw-rw- gingold/gingold 1223 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg1a.d -rw-rw-rw- gingold/gingold 1063 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg2.d -rw-rw-rw- gingold/gingold 345 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/greg2.s -rw-rw-rw- gingold/gingold 1223 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg2a.d -rw-rw-rw- gingold/gingold 935 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg3.d -rw-rw-rw- gingold/gingold 137 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/greg3.s -rw-rw-rw- gingold/gingold 695 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg4.d -rw-rw-rw- gingold/gingold 35 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/greg4.s -rw-rw-rw- gingold/gingold 881 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg5.d -rw-rw-rw- gingold/gingold 81 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/greg5.s -rw-rw-rw- gingold/gingold 1040 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg6.d -rw-rw-rw- gingold/gingold 84 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/greg6.s -rw-rw-rw- gingold/gingold 726 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg7.d -rw-rw-rw- gingold/gingold 60 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/greg7.s -rw-rw-rw- gingold/gingold 883 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/greg8.d -rw-rw-rw- gingold/gingold 63 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/greg8.s -rw-rw-rw- gingold/gingold 475 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/greg9.d -rw-rw-rw- gingold/gingold 290 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/greg9.s -rw-rw-rw- gingold/gingold 266 2012-09-10 12:05 binutils-2.23.2/gas/testsuite/gas/mmix/group-1.d -rw-rw-rw- gingold/gingold 44 2012-09-10 12:05 binutils-2.23.2/gas/testsuite/gas/mmix/group-1.s -rw-rw-rw- gingold/gingold 234 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/hex-r.d -rw-rw-rw- gingold/gingold 201 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/hex.d -rw-rw-rw- gingold/gingold 276 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/hex.l -rw-rw-rw- gingold/gingold 56 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/hex.s -rw-rw-rw- gingold/gingold 528 2006-01-03 07:23 binutils-2.23.2/gas/testsuite/gas/mmix/hex2.d -rw-rw-rw- gingold/gingold 161 2006-01-03 06:52 binutils-2.23.2/gas/testsuite/gas/mmix/hex2.s -rw-rw-rw- gingold/gingold 227 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/is-1.d -rw-rw-rw- gingold/gingold 99 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/is-1.s -rw-rw-rw- gingold/gingold 474 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/jmp-op-n.d -rw-rw-rw- gingold/gingold 672 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/jmp-op-r.d -rw-rw-rw- gingold/gingold 438 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/jmp-op.d -rw-rw-rw- gingold/gingold 624 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/jmp-op.l -rw-rw-rw- gingold/gingold 138 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/jmp-op.s -rw-rw-rw- gingold/gingold 701 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/jmp-oprn.d -rw-rw-rw- gingold/gingold 646 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/jump-c.d -rw-rw-rw- gingold/gingold 112 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/jump-c.s -rw-rw-rw- gingold/gingold 9998 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-in-n.d -rw-rw-rw- gingold/gingold 11222 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-in-r.d -rw-rw-rw- gingold/gingold 10723 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-in-rn.d -rw-rw-rw- gingold/gingold 9958 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-insns.d -rw-rw-rw- gingold/gingold 11239 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-insns.l -rw-rw-rw- gingold/gingold 4890 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-insns.s -rw-rw-rw- gingold/gingold 483 2002-07-19 03:51 binutils-2.23.2/gas/testsuite/gas/mmix/list-pseudoints.l -rw-rw-rw- gingold/gingold 79 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-pseudoints.s -rw-rw-rw- gingold/gingold 39 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-textfirst -rw-rw-rw- gingold/gingold 413 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-textfirst.l -rw-rw-rw- gingold/gingold 48 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/list-textfirst.s -rw-rw-rw- gingold/gingold 1636 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/mmix/loc-1.d -rw-rw-rw- gingold/gingold 172 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/loc-1.s -rw-rw-rw- gingold/gingold 1378 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/mmix/loc-2.d -rw-rw-rw- gingold/gingold 121 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/loc-2.s -rw-rw-rw- gingold/gingold 1583 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/mmix/loc-3.d -rw-rw-rw- gingold/gingold 208 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/loc-3.s -rw-rw-rw- gingold/gingold 1660 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/mmix/loc-4.d -rw-rw-rw- gingold/gingold 116 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/loc-4.s -rw-rw-rw- gingold/gingold 1363 2010-07-19 17:11 binutils-2.23.2/gas/testsuite/gas/mmix/loc-5.d -rw-rw-rw- gingold/gingold 142 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/loc-5.s -rw-rw-rw- gingold/gingold 285 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/mmix/loc-6.d -rw-rw-rw- gingold/gingold 225 2008-06-16 17:05 binutils-2.23.2/gas/testsuite/gas/mmix/loc-6.s -rw-rw-rw- gingold/gingold 333 2009-09-23 05:12 binutils-2.23.2/gas/testsuite/gas/mmix/loc-7.d -rw-rw-rw- gingold/gingold 270 2008-06-16 17:05 binutils-2.23.2/gas/testsuite/gas/mmix/loc-7.s -rw-rw-rw- gingold/gingold 1153 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/local-1.d -rw-rw-rw- gingold/gingold 205 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/local-1.s -rw-rw-rw- gingold/gingold 344 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/locall1.d -rw-rw-rw- gingold/gingold 261 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/locall1.s -rw-rw-rw- gingold/gingold 1026 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/mmix/mmix-err.exp -rw-rw-rw- gingold/gingold 1088 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/mmix/mmix-list.exp -rw-rw-rw- gingold/gingold 1292 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/mmix/mmix.exp -rw-rw-rw- gingold/gingold 782 2009-09-11 00:32 binutils-2.23.2/gas/testsuite/gas/mmix/odd-1.d -rw-rw-rw- gingold/gingold 142 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/odd-1.s -rw-rw-rw- gingold/gingold 667 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/op-0-1.d -rw-rw-rw- gingold/gingold 79 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/op-0-1.s -rw-rw-rw- gingold/gingold 628 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/op-0-1s.d -rw-rw-rw- gingold/gingold 542 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/op-0-2.d -rw-rw-rw- gingold/gingold 256 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/pop-op-r.d -rw-rw-rw- gingold/gingold 220 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/pop-op.d -rw-rw-rw- gingold/gingold 511 2001-10-31 09:58 binutils-2.23.2/gas/testsuite/gas/mmix/pop-op.l -rw-rw-rw- gingold/gingold 170 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/pop-op.s -rw-rw-rw- gingold/gingold 1028 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/prefix1.d -rw-rw-rw- gingold/gingold 247 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/prefix1.s -rw-rw-rw- gingold/gingold 261 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/prefix2.d -rw-rw-rw- gingold/gingold 84 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/prefix2.s -rw-rw-rw- gingold/gingold 840 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/prefix3.d -rw-rw-rw- gingold/gingold 245 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/prefix3.s -rw-rw-rw- gingold/gingold 345 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/pseudo-1.d -rw-rw-rw- gingold/gingold 23 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/pseudo-1.s -rw-rw-rw- gingold/gingold 2220 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/pushgo-op-r.d -rw-rw-rw- gingold/gingold 2181 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/pushgo-op.d -rw-rw-rw- gingold/gingold 2920 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/pushgo-op.l -rw-rw-rw- gingold/gingold 1122 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/pushgo-op.s -rw-rw-rw- gingold/gingold 679 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/pushj-c.d -rw-rw-rw- gingold/gingold 111 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/pushj-c.s -rw-rw-rw- gingold/gingold 480 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/pushj-cs.d -rw-rw-rw- gingold/gingold 386 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/put-op-r.d -rw-rw-rw- gingold/gingold 350 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/put-op.d -rw-rw-rw- gingold/gingold 757 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/put-op.l -rw-rw-rw- gingold/gingold 170 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/put-op.s -rw-rw-rw- gingold/gingold 433 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reg-op-r.d -rw-rw-rw- gingold/gingold 397 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reg-op.d -rw-rw-rw- gingold/gingold 763 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reg-op.l -rw-rw-rw- gingold/gingold 194 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reg-op.s -rw-rw-rw- gingold/gingold 977 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reg3-op-r.d -rw-rw-rw- gingold/gingold 940 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reg3-op.d -rw-rw-rw- gingold/gingold 1462 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reg3-op.l -rw-rw-rw- gingold/gingold 480 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reg3-op.s -rw-rw-rw- gingold/gingold 4457 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regt-op-r.d -rw-rw-rw- gingold/gingold 4420 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regt-op.d -rw-rw-rw- gingold/gingold 5097 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regt-op.l -rw-rw-rw- gingold/gingold 1784 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regt-op.s -rw-rw-rw- gingold/gingold 1101 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regx-op-r.d -rw-rw-rw- gingold/gingold 1064 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regx-op.d -rw-rw-rw- gingold/gingold 1618 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regx-op.l -rw-rw-rw- gingold/gingold 528 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regx-op.s -rw-rw-rw- gingold/gingold 1071 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regy-op-r.d -rw-rw-rw- gingold/gingold 1034 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regy-op.d -rw-rw-rw- gingold/gingold 1580 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regy-op.l -rw-rw-rw- gingold/gingold 515 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/regy-op.s -rw-rw-rw- gingold/gingold 2407 2005-07-12 17:18 binutils-2.23.2/gas/testsuite/gas/mmix/relax1-n.d -rw-rw-rw- gingold/gingold 4355 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/relax1-r.d -rw-rw-rw- gingold/gingold 3573 2005-07-12 17:18 binutils-2.23.2/gas/testsuite/gas/mmix/relax1-rn.d -rw-rw-rw- gingold/gingold 3248 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/relax1.d -rw-rw-rw- gingold/gingold 4041 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/relax1.l -rw-rw-rw- gingold/gingold 1152 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/relax1.s -rw-rw-rw- gingold/gingold 6792 2003-10-18 18:00 binutils-2.23.2/gas/testsuite/gas/mmix/relax2.d -rw-rw-rw- gingold/gingold 1027 2005-05-10 14:30 binutils-2.23.2/gas/testsuite/gas/mmix/relax2.s -rw-rw-rw- gingold/gingold 295 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/reloc16-n.d -rw-rw-rw- gingold/gingold 295 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/reloc16-r.d -rw-rw-rw- gingold/gingold 258 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/reloc16.d -rw-rw-rw- gingold/gingold 313 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reloc16.l -rw-rw-rw- gingold/gingold 104 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reloc16.s -rw-rw-rw- gingold/gingold 453 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/reloc8-r.d -rw-rw-rw- gingold/gingold 417 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/reloc8.d -rw-rw-rw- gingold/gingold 525 2001-10-31 09:58 binutils-2.23.2/gas/testsuite/gas/mmix/reloc8.l -rw-rw-rw- gingold/gingold 174 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/reloc8.s -rw-rw-rw- gingold/gingold 679 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/relocl-n.d -rw-rw-rw- gingold/gingold 1325 2003-10-18 18:00 binutils-2.23.2/gas/testsuite/gas/mmix/reloclab-r.d -rw-rw-rw- gingold/gingold 1213 2003-10-18 18:00 binutils-2.23.2/gas/testsuite/gas/mmix/reloclab-rs.d -rw-rw-rw- gingold/gingold 998 2003-10-18 18:00 binutils-2.23.2/gas/testsuite/gas/mmix/reloclab-s.d -rw-rw-rw- gingold/gingold 1091 2003-10-18 18:00 binutils-2.23.2/gas/testsuite/gas/mmix/reloclab.d -rw-rw-rw- gingold/gingold 986 2003-10-18 18:00 binutils-2.23.2/gas/testsuite/gas/mmix/reloclab.l -rw-rw-rw- gingold/gingold 313 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reloclab.s -rw-rw-rw- gingold/gingold 922 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/reloclrn.d -rw-rw-rw- gingold/gingold 306 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/mmix/relocxrn.d -rw-rw-rw- gingold/gingold 243 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/resume-op-r.d -rw-rw-rw- gingold/gingold 204 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/resume-op.d -rw-rw-rw- gingold/gingold 519 2001-10-31 09:58 binutils-2.23.2/gas/testsuite/gas/mmix/resume-op.l -rw-rw-rw- gingold/gingold 97 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/resume-op.s -rw-rw-rw- gingold/gingold 499 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/round2-op-r.d -rw-rw-rw- gingold/gingold 460 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/round2-op.d -rw-rw-rw- gingold/gingold 829 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/round2-op.l -rw-rw-rw- gingold/gingold 219 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/round2-op.s -rw-rw-rw- gingold/gingold 676 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/roundi-op-r.d -rw-rw-rw- gingold/gingold 637 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/roundi-op.d -rw-rw-rw- gingold/gingold 1013 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/roundi-op.l -rw-rw-rw- gingold/gingold 322 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/roundi-op.s -rw-rw-rw- gingold/gingold 411 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/roundr-op-r.d -rw-rw-rw- gingold/gingold 372 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/roundr-op.d -rw-rw-rw- gingold/gingold 657 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/roundr-op.l -rw-rw-rw- gingold/gingold 169 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/roundr-op.s -rw-rw-rw- gingold/gingold 224 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/save-op-r.d -rw-rw-rw- gingold/gingold 187 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/save-op.d -rw-rw-rw- gingold/gingold 453 2001-10-31 09:58 binutils-2.23.2/gas/testsuite/gas/mmix/save-op.l -rw-rw-rw- gingold/gingold 90 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/save-op.s -rw-rw-rw- gingold/gingold 324 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/set-r.d -rw-rw-rw- gingold/gingold 291 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/set.d -rw-rw-rw- gingold/gingold 546 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/set.l -rw-rw-rw- gingold/gingold 163 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/set.s -rw-rw-rw- gingold/gingold 393 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/swym-op-r.d -rw-rw-rw- gingold/gingold 356 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/swym-op.d -rw-rw-rw- gingold/gingold 904 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/swym-op.l -rw-rw-rw- gingold/gingold 256 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/swym-op.s -rw-rw-rw- gingold/gingold 771 2009-09-11 00:32 binutils-2.23.2/gas/testsuite/gas/mmix/swym-opreg1.d -rw-rw-rw- gingold/gingold 326 2009-09-11 00:32 binutils-2.23.2/gas/testsuite/gas/mmix/swym-opreg1.s -rw-rw-rw- gingold/gingold 144 2009-09-11 00:32 binutils-2.23.2/gas/testsuite/gas/mmix/swym-opreg2.d -rw-rw-rw- gingold/gingold 18 2009-09-11 00:32 binutils-2.23.2/gas/testsuite/gas/mmix/swym-opreg2.s -rw-rw-rw- gingold/gingold 885 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/sym-1.d -rw-rw-rw- gingold/gingold 416 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/sym-1.s -rw-rw-rw- gingold/gingold 290 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/sync-op-r.d -rw-rw-rw- gingold/gingold 253 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/sync-op.d -rw-rw-rw- gingold/gingold 623 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/sync-op.l -rw-rw-rw- gingold/gingold 115 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/sync-op.s -rw-rw-rw- gingold/gingold 676 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/two-op-r.d -rw-rw-rw- gingold/gingold 640 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/two-op.d -rw-rw-rw- gingold/gingold 998 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/two-op.l -rw-rw-rw- gingold/gingold 291 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/two-op.s -rw-rw-rw- gingold/gingold 232 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/unsave-op-r.d -rw-rw-rw- gingold/gingold 193 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/unsave-op.d -rw-rw-rw- gingold/gingold 467 2001-10-31 09:58 binutils-2.23.2/gas/testsuite/gas/mmix/unsave-op.l -rw-rw-rw- gingold/gingold 98 2001-10-31 05:30 binutils-2.23.2/gas/testsuite/gas/mmix/unsave-op.s -rw-rw-rw- gingold/gingold 475 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/weak1-s.d -rw-rw-rw- gingold/gingold 537 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/weak1.d -rw-rw-rw- gingold/gingold 71 2002-03-14 11:05 binutils-2.23.2/gas/testsuite/gas/mmix/weak1.s -rw-rw-rw- gingold/gingold 391 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/mmix/zerop-1.d -rw-rw-rw- gingold/gingold 193 2001-10-30 16:20 binutils-2.23.2/gas/testsuite/gas/mmix/zerop-1.s -rw-rw-rw- gingold/gingold 152 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/add.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mn10200 -rw-rw-rw- gingold/gingold 32863 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/mn10200/basic.exp -rw-rw-rw- gingold/gingold 148 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/bcc.s -rw-rw-rw- gingold/gingold 153 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/bccx.s -rw-rw-rw- gingold/gingold 61 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/bit.s -rw-rw-rw- gingold/gingold 116 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/cmp.s -rw-rw-rw- gingold/gingold 57 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/ext.s -rw-rw-rw- gingold/gingold 140 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/logical.s -rw-rw-rw- gingold/gingold 164 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/mov1.s -rw-rw-rw- gingold/gingold 171 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/mov2.s -rw-rw-rw- gingold/gingold 187 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/mov3.s -rw-rw-rw- gingold/gingold 118 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/mov4.s -rw-rw-rw- gingold/gingold 216 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/movb.s -rw-rw-rw- gingold/gingold 135 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/movbu.s -rw-rw-rw- gingold/gingold 117 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/movx.s -rw-rw-rw- gingold/gingold 42 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/muldiv.s -rw-rw-rw- gingold/gingold 84 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/other.s -rw-rw-rw- gingold/gingold 39 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/shift.s -rw-rw-rw- gingold/gingold 121 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10200/sub.s -rw-rw-rw- gingold/gingold 177 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/add.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mn10300 -rw-rw-rw- gingold/gingold 25879 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/mn10300/am33-2.c -rw-rw-rw- gingold/gingold 84531 2003-07-10 04:49 binutils-2.23.2/gas/testsuite/gas/mn10300/am33-2.d -rw-rw-rw- gingold/gingold 26639 2003-07-10 04:49 binutils-2.23.2/gas/testsuite/gas/mn10300/am33-2.s -rw-rw-rw- gingold/gingold 895 1999-12-01 11:41 binutils-2.23.2/gas/testsuite/gas/mn10300/am33.s -rw-rw-rw- gingold/gingold 803 1999-12-01 11:41 binutils-2.23.2/gas/testsuite/gas/mn10300/am33_2.s -rw-rw-rw- gingold/gingold 588 1999-12-01 11:41 binutils-2.23.2/gas/testsuite/gas/mn10300/am33_3.s -rw-rw-rw- gingold/gingold 915 1999-12-01 11:41 binutils-2.23.2/gas/testsuite/gas/mn10300/am33_4.s -rw-rw-rw- gingold/gingold 1358 2000-04-02 01:46 binutils-2.23.2/gas/testsuite/gas/mn10300/am33_5.s -rw-rw-rw- gingold/gingold 1394 1999-12-01 11:41 binutils-2.23.2/gas/testsuite/gas/mn10300/am33_6.s -rw-rw-rw- gingold/gingold 1397 1999-12-01 11:41 binutils-2.23.2/gas/testsuite/gas/mn10300/am33_7.s -rw-rw-rw- gingold/gingold 1411 1999-12-01 11:41 binutils-2.23.2/gas/testsuite/gas/mn10300/am33_8.s -rw-rw-rw- gingold/gingold 89821 2010-09-09 12:40 binutils-2.23.2/gas/testsuite/gas/mn10300/basic.exp -rw-rw-rw- gingold/gingold 148 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/bcc.s -rw-rw-rw- gingold/gingold 179 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/bit.s -rw-rw-rw- gingold/gingold 127 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/cmp.s -rw-rw-rw- gingold/gingold 55 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/ext.s -rw-rw-rw- gingold/gingold 175 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/extend.s -rw-rw-rw- gingold/gingold 184 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/logical.s -rw-rw-rw- gingold/gingold 76 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/loop.s -rw-rw-rw- gingold/gingold 218 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/mov1.s -rw-rw-rw- gingold/gingold 286 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/mov2.s -rw-rw-rw- gingold/gingold 271 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/mov3.s -rw-rw-rw- gingold/gingold 183 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/mov4.s -rw-rw-rw- gingold/gingold 90 2004-01-16 04:16 binutils-2.23.2/gas/testsuite/gas/mn10300/mov5.s -rw-rw-rw- gingold/gingold 381 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/movbu.s -rw-rw-rw- gingold/gingold 381 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/movhu.s -rw-rw-rw- gingold/gingold 107 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/movm.s -rw-rw-rw- gingold/gingold 929 2002-01-23 02:53 binutils-2.23.2/gas/testsuite/gas/mn10300/movpc.l -rw-rw-rw- gingold/gingold 183 2002-01-23 02:53 binutils-2.23.2/gas/testsuite/gas/mn10300/movpc.s -rw-rw-rw- gingold/gingold 53 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/muldiv.s -rw-rw-rw- gingold/gingold 210 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/other.s -rw-rw-rw- gingold/gingold 296 2010-09-09 12:40 binutils-2.23.2/gas/testsuite/gas/mn10300/pr11973.d -rw-rw-rw- gingold/gingold 408 2010-09-09 12:40 binutils-2.23.2/gas/testsuite/gas/mn10300/pr11973.s -rw-rw-rw- gingold/gingold 345 2007-10-19 19:31 binutils-2.23.2/gas/testsuite/gas/mn10300/pr997.l -rw-rw-rw- gingold/gingold 86 2007-10-19 19:31 binutils-2.23.2/gas/testsuite/gas/mn10300/pr997.s -rw-rw-rw- gingold/gingold 1031 2004-11-23 15:49 binutils-2.23.2/gas/testsuite/gas/mn10300/relax.d -rw-rw-rw- gingold/gingold 1089 2004-11-23 15:49 binutils-2.23.2/gas/testsuite/gas/mn10300/relax.s -rw-rw-rw- gingold/gingold 95 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/shift.s -rw-rw-rw- gingold/gingold 93 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/sub.s -rw-rw-rw- gingold/gingold 1943 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mn10300/udf.s -rw-rw-rw- gingold/gingold 181 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/char.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mri -rw-rw-rw- gingold/gingold 88 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/char.s -rw-rw-rw- gingold/gingold 102 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/comment.d -rw-rw-rw- gingold/gingold 246 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/comment.s -rw-rw-rw- gingold/gingold 109 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/common.d -rw-rw-rw- gingold/gingold 134 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/common.s -rw-rw-rw- gingold/gingold 233 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/constants.d -rw-rw-rw- gingold/gingold 439 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/constants.s -rw-rw-rw- gingold/gingold 239 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/empty.s -rw-rw-rw- gingold/gingold 86 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/equ.d -rw-rw-rw- gingold/gingold 55 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/equ.s -rw-rw-rw- gingold/gingold 142 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/expr.d -rw-rw-rw- gingold/gingold 120 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/expr.s -rw-rw-rw- gingold/gingold 239 2000-05-08 12:11 binutils-2.23.2/gas/testsuite/gas/mri/float.d -rw-rw-rw- gingold/gingold 115 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/float.s -rw-rw-rw- gingold/gingold 940 2001-06-12 12:35 binutils-2.23.2/gas/testsuite/gas/mri/for.d -rw-rw-rw- gingold/gingold 284 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/for.s -rw-rw-rw- gingold/gingold 770 2001-06-12 12:35 binutils-2.23.2/gas/testsuite/gas/mri/if.d -rw-rw-rw- gingold/gingold 234 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/if.s -rw-rw-rw- gingold/gingold 573 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/immconst.d -rw-rw-rw- gingold/gingold 106 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/label.d -rw-rw-rw- gingold/gingold 142 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/label.s -rw-rw-rw- gingold/gingold 677 2002-09-05 02:05 binutils-2.23.2/gas/testsuite/gas/mri/moveml.d -rw-rw-rw- gingold/gingold 278 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/moveml.s -rw-rw-rw- gingold/gingold 778 2002-08-16 02:06 binutils-2.23.2/gas/testsuite/gas/mri/mri.exp -rw-rw-rw- gingold/gingold 383 2001-06-12 12:35 binutils-2.23.2/gas/testsuite/gas/mri/repeat.d -rw-rw-rw- gingold/gingold 135 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/repeat.s -rw-rw-rw- gingold/gingold 202 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/semi.d -rw-rw-rw- gingold/gingold 127 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/semi.s -rw-rw-rw- gingold/gingold 473 2001-06-12 12:35 binutils-2.23.2/gas/testsuite/gas/mri/while.d -rw-rw-rw- gingold/gingold 136 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/mri/while.s -rw-rw-rw- gingold/gingold 91 2007-06-05 19:00 binutils-2.23.2/gas/testsuite/gas/msp430/msp430.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/msp430 -rw-rw-rw- gingold/gingold 1846 2004-01-02 18:26 binutils-2.23.2/gas/testsuite/gas/msp430/opcode.d -rw-rw-rw- gingold/gingold 795 2004-01-02 18:26 binutils-2.23.2/gas/testsuite/gas/msp430/opcode.s -rw-rw-rw- gingold/gingold 2158 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/allinsn.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/mt -rw-rw-rw- gingold/gingold 1634 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/allinsn.s -rw-rw-rw- gingold/gingold 73 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badinsn.s -rw-rw-rw- gingold/gingold 68 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badinsn1.s -rw-rw-rw- gingold/gingold 112 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badoffsethigh.s -rw-rw-rw- gingold/gingold 224 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badoffsetlow.s -rw-rw-rw- gingold/gingold 79 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badorder.s -rw-rw-rw- gingold/gingold 62 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badreg.s -rw-rw-rw- gingold/gingold 71 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badsignedimmhigh.s -rw-rw-rw- gingold/gingold 74 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badsignedimmlow.s -rw-rw-rw- gingold/gingold 76 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badsyntax.s -rw-rw-rw- gingold/gingold 75 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badsyntax1.s -rw-rw-rw- gingold/gingold 72 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badunsignedimmhigh.s -rw-rw-rw- gingold/gingold 61 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/badunsignedimmlow.s -rw-rw-rw- gingold/gingold 2295 2010-10-28 11:10 binutils-2.23.2/gas/testsuite/gas/mt/errors.exp -rw-rw-rw- gingold/gingold 392 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/ldst.s -rw-rw-rw- gingold/gingold 515 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/misc.d -rw-rw-rw- gingold/gingold 363 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/misc.s -rw-rw-rw- gingold/gingold 1087 2009-09-08 12:37 binutils-2.23.2/gas/testsuite/gas/mt/ms1-16-003.d -rw-rw-rw- gingold/gingold 902 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/ms1-16-003.s -rw-rw-rw- gingold/gingold 591 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/ms2.d -rw-rw-rw- gingold/gingold 215 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/ms2.s -rw-rw-rw- gingold/gingold 4169 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/msys.d -rw-rw-rw- gingold/gingold 3103 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/msys.s -rw-rw-rw- gingold/gingold 201 2005-12-12 12:25 binutils-2.23.2/gas/testsuite/gas/mt/mt.exp -rw-rw-rw- gingold/gingold 2931 2009-09-08 12:37 binutils-2.23.2/gas/testsuite/gas/mt/relocs.d -rw-rw-rw- gingold/gingold 1361 2010-11-20 16:36 binutils-2.23.2/gas/testsuite/gas/mt/relocs.exp -rw-rw-rw- gingold/gingold 653 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/relocs1.s -rw-rw-rw- gingold/gingold 591 2005-12-12 12:16 binutils-2.23.2/gas/testsuite/gas/mt/relocs2.s -rw-rw-rw- gingold/gingold 138 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/addi.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/openrisc -rw-rw-rw- gingold/gingold 50 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/addi.s -rw-rw-rw- gingold/gingold 3552 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/allinsn.d -rw-rw-rw- gingold/gingold 169 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/allinsn.exp -rw-rw-rw- gingold/gingold 2941 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/allinsn.s -rw-rw-rw- gingold/gingold 194 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/lohi.d -rw-rw-rw- gingold/gingold 107 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/lohi.s -rw-rw-rw- gingold/gingold 194 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/store.d -rw-rw-rw- gingold/gingold 84 2001-05-02 20:14 binutils-2.23.2/gas/testsuite/gas/openrisc/store.s -rw-rw-rw- gingold/gingold 393 2011-01-06 17:41 binutils-2.23.2/gas/testsuite/gas/pdp11/absreloc.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/pdp11 -rw-rw-rw- gingold/gingold 894 2011-01-06 17:41 binutils-2.23.2/gas/testsuite/gas/pdp11/absreloc.s -rw-rw-rw- gingold/gingold 5903 2011-01-06 17:31 binutils-2.23.2/gas/testsuite/gas/pdp11/opcode.d -rw-rw-rw- gingold/gingold 2848 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/pdp11/opcode.s -rw-rw-rw- gingold/gingold 126 2011-01-07 02:51 binutils-2.23.2/gas/testsuite/gas/pdp11/pdp11.exp -rwxrwxrwx gingold/gingold 377 2009-05-19 18:08 binutils-2.23.2/gas/testsuite/gas/pe/aligncomm-a.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/pe -rwxrwxrwx gingold/gingold 197 2009-05-19 18:08 binutils-2.23.2/gas/testsuite/gas/pe/aligncomm-a.s -rwxrwxrwx gingold/gingold 654 2010-07-11 10:45 binutils-2.23.2/gas/testsuite/gas/pe/aligncomm-b.d -rw-rw-rw- gingold/gingold 209 2009-05-19 18:08 binutils-2.23.2/gas/testsuite/gas/pe/aligncomm-b.s -rwxrwxrwx gingold/gingold 127 2010-01-28 16:25 binutils-2.23.2/gas/testsuite/gas/pe/aligncomm-c.d -rwxrwxrwx gingold/gingold 69 2009-05-19 18:08 binutils-2.23.2/gas/testsuite/gas/pe/aligncomm-c.s -rwxrwxrwx gingold/gingold 431 2010-07-11 10:45 binutils-2.23.2/gas/testsuite/gas/pe/aligncomm-d.d -rwxrwxrwx gingold/gingold 81 2009-05-19 18:08 binutils-2.23.2/gas/testsuite/gas/pe/aligncomm-d.s -rwxrwxrwx gingold/gingold 1589 2011-09-27 20:57 binutils-2.23.2/gas/testsuite/gas/pe/pe.exp -rw-rw-rw- gingold/gingold 121 2010-09-13 09:13 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64-2.d -rw-rw-rw- gingold/gingold 419 2010-09-13 09:13 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64-2.s -rw-rw-rw- gingold/gingold 224 2010-09-13 09:13 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64-3.d -rw-rw-rw- gingold/gingold 689 2010-09-13 09:13 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64-3.s -rw-rw-rw- gingold/gingold 155 2010-09-15 21:43 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64-4.d -rw-rw-rw- gingold/gingold 10803 2010-09-15 21:43 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64-4.s -rw-rw-rw- gingold/gingold 367 2010-09-15 21:43 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64-5.d -rw-rw-rw- gingold/gingold 374 2010-09-15 21:43 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64-6.d -rw-rw-rw- gingold/gingold 112 2010-09-13 09:13 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64.d -rw-rw-rw- gingold/gingold 206 2010-09-13 09:13 binutils-2.23.2/gas/testsuite/gas/pe/peseh-x64.s -rw-rw-rw- gingold/gingold 917 2010-01-28 20:00 binutils-2.23.2/gas/testsuite/gas/pe/section-align-1.d -rw-rw-rw- gingold/gingold 241 2010-01-27 23:01 binutils-2.23.2/gas/testsuite/gas/pe/section-align-1.s -rw-rw-rw- gingold/gingold 1282 2010-01-28 20:00 binutils-2.23.2/gas/testsuite/gas/pe/section-align-3.d -rw-rw-rw- gingold/gingold 446 2010-01-27 23:01 binutils-2.23.2/gas/testsuite/gas/pe/section-align-3.s -rw-rw-rw- gingold/gingold 486 2011-09-28 14:04 binutils-2.23.2/gas/testsuite/gas/pe/section-exclude.d -rw-rw-rw- gingold/gingold 35 2011-09-27 20:57 binutils-2.23.2/gas/testsuite/gas/pe/section-exclude.s -rw-rw-rw- gingold/gingold 1490 2010-09-15 21:48 binutils-2.23.2/gas/testsuite/gas/pe/seh-x64-err-1.l -rw-rw-rw- gingold/gingold 774 2010-09-15 21:48 binutils-2.23.2/gas/testsuite/gas/pe/seh-x64-err-1.s -rw-rw-rw- gingold/gingold 10526 1999-09-04 19:29 binutils-2.23.2/gas/testsuite/gas/pj/ops.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/pj -rw-rw-rw- gingold/gingold 4500 1999-09-04 19:18 binutils-2.23.2/gas/testsuite/gas/pj/ops.s -rw-rw-rw- gingold/gingold 72 1999-09-04 19:18 binutils-2.23.2/gas/testsuite/gas/pj/pj.exp -rw-rw-rw- gingold/gingold 24711 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/476.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/ppc -rw-rw-rw- gingold/gingold 6938 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/476.s -rw-rw-rw- gingold/gingold 29140 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/a2.d -rw-rw-rw- gingold/gingold 8289 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/a2.s -rw-rw-rw- gingold/gingold 2185 2011-05-18 09:58 binutils-2.23.2/gas/testsuite/gas/ppc/aix.exp -rw-rw-rw- gingold/gingold 109 2001-06-20 15:34 binutils-2.23.2/gas/testsuite/gas/ppc/align.s -rw-rw-rw- gingold/gingold 10324 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/altivec.d -rw-rw-rw- gingold/gingold 3545 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/altivec.s -rw-rw-rw- gingold/gingold 2759 2013-01-21 14:48 binutils-2.23.2/gas/testsuite/gas/ppc/altivec2.d -rw-rw-rw- gingold/gingold 920 2013-01-21 14:48 binutils-2.23.2/gas/testsuite/gas/ppc/altivec2.s -rw-rw-rw- gingold/gingold 312 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/altivec_and_spe.d -rw-rw-rw- gingold/gingold 34 2008-01-04 15:53 binutils-2.23.2/gas/testsuite/gas/ppc/altivec_and_spe.s -rw-rw-rw- gingold/gingold 364 2007-10-01 18:24 binutils-2.23.2/gas/testsuite/gas/ppc/altivec_xcoff.d -rw-rw-rw- gingold/gingold 185 2007-10-01 18:24 binutils-2.23.2/gas/testsuite/gas/ppc/altivec_xcoff.s -rw-rw-rw- gingold/gingold 364 2004-03-16 01:58 binutils-2.23.2/gas/testsuite/gas/ppc/altivec_xcoff64.d -rw-rw-rw- gingold/gingold 191 2007-10-01 18:24 binutils-2.23.2/gas/testsuite/gas/ppc/altivec_xcoff64.s -rw-rw-rw- gingold/gingold 1799 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/astest.d -rw-rw-rw- gingold/gingold 577 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/ppc/astest.s -rw-rw-rw- gingold/gingold 2338 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/astest2.d -rw-rw-rw- gingold/gingold 705 2003-04-24 19:04 binutils-2.23.2/gas/testsuite/gas/ppc/astest2.s -rw-rw-rw- gingold/gingold 1791 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/astest2_64.d -rw-rw-rw- gingold/gingold 546 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/astest2_64.s -rw-rw-rw- gingold/gingold 1763 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/astest64.d -rw-rw-rw- gingold/gingold 555 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/astest64.s -rw-rw-rw- gingold/gingold 1622 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/booke.d -rw-rw-rw- gingold/gingold 469 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/booke.s -rw-rw-rw- gingold/gingold 686 2008-12-04 11:29 binutils-2.23.2/gas/testsuite/gas/ppc/booke_xcoff.d -rw-rw-rw- gingold/gingold 309 2008-12-04 11:29 binutils-2.23.2/gas/testsuite/gas/ppc/booke_xcoff.s -rw-rw-rw- gingold/gingold 1392 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/cell.d -rw-rw-rw- gingold/gingold 479 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/cell.s -rw-rw-rw- gingold/gingold 9416 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/common.d -rw-rw-rw- gingold/gingold 2349 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/common.s -rw-rw-rw- gingold/gingold 2365 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e500.d -rw-rw-rw- gingold/gingold 752 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e500.s -rw-rw-rw- gingold/gingold 2374 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e500mc.d -rw-rw-rw- gingold/gingold 683 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e500mc.s -rw-rw-rw- gingold/gingold 278 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e500mc64_nop.d -rw-rw-rw- gingold/gingold 62 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e500mc64_nop.s -rw-rw-rw- gingold/gingold 269 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e5500_nop.d -rw-rw-rw- gingold/gingold 59 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e5500_nop.s -rw-rw-rw- gingold/gingold 3320 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e6500.d -rw-rw-rw- gingold/gingold 1021 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e6500.s -rw-rw-rw- gingold/gingold 269 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e6500_nop.d -rw-rw-rw- gingold/gingold 59 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/e6500_nop.s -rwxrwxrwx gingold/gingold 177 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/generate.sh -rw-rw-rw- gingold/gingold 291 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/machine.d -rw-rw-rw- gingold/gingold 149 2003-11-21 16:05 binutils-2.23.2/gas/testsuite/gas/ppc/machine.s -rw-rw-rw- gingold/gingold 3594 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/power4.d -rw-rw-rw- gingold/gingold 1128 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/power4.s -rw-rw-rw- gingold/gingold 1917 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/power4_32.d -rw-rw-rw- gingold/gingold 509 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/power4_32.s -rw-rw-rw- gingold/gingold 3146 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/power6.d -rw-rw-rw- gingold/gingold 957 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/power6.s -rw-rw-rw- gingold/gingold 5734 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/power7.d -rw-rw-rw- gingold/gingold 1830 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/power7.s -rw-rw-rw- gingold/gingold 1998 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/ppc.exp -rw-rw-rw- gingold/gingold 3413 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/ppc750ps.d -rw-rw-rw- gingold/gingold 1131 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/ppc750ps.s -rw-rw-rw- gingold/gingold 96 2007-04-20 15:42 binutils-2.23.2/gas/testsuite/gas/ppc/range.l -rw-rw-rw- gingold/gingold 98 2007-04-20 15:42 binutils-2.23.2/gas/testsuite/gas/ppc/range.s -rw-rw-rw- gingold/gingold 261 2007-04-20 15:42 binutils-2.23.2/gas/testsuite/gas/ppc/range64.l -rw-rw-rw- gingold/gingold 92 2007-04-20 15:42 binutils-2.23.2/gas/testsuite/gas/ppc/range64.s -rw-rw-rw- gingold/gingold 153 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/regnames.d -rw-rw-rw- gingold/gingold 57 2007-11-12 01:29 binutils-2.23.2/gas/testsuite/gas/ppc/regnames.s -rw-rw-rw- gingold/gingold 446 2007-03-27 10:34 binutils-2.23.2/gas/testsuite/gas/ppc/reloc.d -rw-rw-rw- gingold/gingold 202 2007-03-27 10:34 binutils-2.23.2/gas/testsuite/gas/ppc/reloc.s -rw-rw-rw- gingold/gingold 4096 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/simpshft.d -rw-rw-rw- gingold/gingold 1921 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/simpshft.s -rw-rw-rw- gingold/gingold 1498 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/test1elf.asm -rw-rw-rw- gingold/gingold 2778 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/test1elf32.d -rw-rw-rw- gingold/gingold 600 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/test1elf32.s -rw-rw-rw- gingold/gingold 5285 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/test1elf64.d -rw-rw-rw- gingold/gingold 1226 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/test1elf64.s -rw-rw-rw- gingold/gingold 1397 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/test1xcoff.asm -rw-rw-rw- gingold/gingold 5444 2011-06-14 11:03 binutils-2.23.2/gas/testsuite/gas/ppc/test1xcoff32.d -rw-rw-rw- gingold/gingold 1222 2001-08-27 12:51 binutils-2.23.2/gas/testsuite/gas/ppc/test1xcoff32.s -rw-rw-rw- gingold/gingold 471 2009-03-14 10:37 binutils-2.23.2/gas/testsuite/gas/ppc/textalign-xcoff-001.d -rw-rw-rw- gingold/gingold 118 2002-06-12 18:10 binutils-2.23.2/gas/testsuite/gas/ppc/textalign-xcoff-001.s -rw-rw-rw- gingold/gingold 558 2009-03-14 10:37 binutils-2.23.2/gas/testsuite/gas/ppc/textalign-xcoff-002.d -rw-rw-rw- gingold/gingold 12262 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/titan.d -rw-rw-rw- gingold/gingold 4070 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/titan.s -rw-rw-rw- gingold/gingold 5766 2012-05-17 09:03 binutils-2.23.2/gas/testsuite/gas/ppc/vle-reloc.d -rw-rw-rw- gingold/gingold 2276 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vle-reloc.s -rw-rw-rw- gingold/gingold 835 2012-05-17 09:03 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-1.d -rw-rw-rw- gingold/gingold 331 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-1.s -rw-rw-rw- gingold/gingold 2595 2012-05-17 09:03 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-2.d -rw-rw-rw- gingold/gingold 1114 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-2.s -rw-rw-rw- gingold/gingold 638 2012-05-17 09:03 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-3.d -rw-rw-rw- gingold/gingold 325 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-3.s -rw-rw-rw- gingold/gingold 660 2012-05-17 09:03 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-4.d -rwxrwxrwx gingold/gingold 256 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-4.s -rw-rw-rw- gingold/gingold 593 2012-05-17 09:03 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-5.d -rw-rw-rw- gingold/gingold 391 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-5.s -rw-rw-rw- gingold/gingold 1765 2012-05-17 09:03 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-6.d -rw-rw-rw- gingold/gingold 676 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vle-simple-6.s -rwxrwxrwx gingold/gingold 5385 2012-05-17 09:03 binutils-2.23.2/gas/testsuite/gas/ppc/vle.d -rwxrwxrwx gingold/gingold 3158 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vle.s -rw-rw-rw- gingold/gingold 8771 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vsx.d -rw-rw-rw- gingold/gingold 3171 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/ppc/vsx.s -rw-rw-rw- gingold/gingold 1596 2009-03-14 10:16 binutils-2.23.2/gas/testsuite/gas/ppc/xcoff-branch-1-32.d -rw-rw-rw- gingold/gingold 1597 2009-03-14 10:16 binutils-2.23.2/gas/testsuite/gas/ppc/xcoff-branch-1-64.d -rw-rw-rw- gingold/gingold 448 2009-03-14 10:16 binutils-2.23.2/gas/testsuite/gas/ppc/xcoff-branch-1.s -rw-rw-rw- gingold/gingold 227 2011-05-18 09:58 binutils-2.23.2/gas/testsuite/gas/ppc/xcoff-dwsect-1-32.d -rw-rw-rw- gingold/gingold 291 2011-05-18 09:58 binutils-2.23.2/gas/testsuite/gas/ppc/xcoff-dwsect-1-64.d -rw-rw-rw- gingold/gingold 129 2011-05-18 09:58 binutils-2.23.2/gas/testsuite/gas/ppc/xcoff-dwsect-1.s -rw-rw-rw- gingold/gingold 193 2010-01-23 13:05 binutils-2.23.2/gas/testsuite/gas/ppc/xcoff-ref-1.l -rw-rw-rw- gingold/gingold 60 2010-01-23 13:05 binutils-2.23.2/gas/testsuite/gas/ppc/xcoff-ref-1.s -rw-rw-rw- gingold/gingold 381 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/abs.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/rx -rw-rw-rw- gingold/gingold 28 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/abs.sm -rw-rw-rw- gingold/gingold 1878 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/adc.d -rw-rw-rw- gingold/gingold 63 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/adc.sm -rw-rw-rw- gingold/gingold 7322 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/add.d -rw-rw-rw- gingold/gingold 123 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/add.sm -rw-rw-rw- gingold/gingold 5342 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/and.d -rw-rw-rw- gingold/gingold 99 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/and.sm -rw-rw-rw- gingold/gingold 1922 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bclr.d -rw-rw-rw- gingold/gingold 101 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bclr.sm -rw-rw-rw- gingold/gingold 4424 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/rx/bcnd.d -rw-rw-rw- gingold/gingold 78 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bcnd.sm -rw-rw-rw- gingold/gingold 16444 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bmcnd.d -rw-rw-rw- gingold/gingold 59 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bmcnd.sm -rw-rw-rw- gingold/gingold 1922 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bnot.d -rw-rw-rw- gingold/gingold 101 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bnot.sm -rw-rw-rw- gingold/gingold 1096 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/rx/bra.d -rw-rw-rw- gingold/gingold 86 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bra.sm -rw-rw-rw- gingold/gingold 178 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/brk.d -rw-rw-rw- gingold/gingold 10 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/brk.sm -rw-rw-rw- gingold/gingold 1922 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bset.d -rw-rw-rw- gingold/gingold 101 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bset.sm -rw-rw-rw- gingold/gingold 559 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bsr.d -rw-rw-rw- gingold/gingold 43 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/bsr.sm -rw-rw-rw- gingold/gingold 1922 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/btst.d -rw-rw-rw- gingold/gingold 101 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/btst.sm -rw-rw-rw- gingold/gingold 372 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/clrpsw.d -rw-rw-rw- gingold/gingold 15 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/clrpsw.sm -rw-rw-rw- gingold/gingold 5112 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/cmp.d -rw-rw-rw- gingold/gingold 95 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/cmp.sm -rw-rw-rw- gingold/gingold 137 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/dbt.d -rw-rw-rw- gingold/gingold 5 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/dbt.sm -rw-rw-rw- gingold/gingold 4718 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/div.d -rw-rw-rw- gingold/gingold 55 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/div.sm -rw-rw-rw- gingold/gingold 4798 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/divu.d -rw-rw-rw- gingold/gingold 58 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/divu.sm -rw-rw-rw- gingold/gingold 4798 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/emul.d -rw-rw-rw- gingold/gingold 60 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/emul.sm -rw-rw-rw- gingold/gingold 4878 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/emulu.d -rw-rw-rw- gingold/gingold 63 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/emulu.sm -rwxrwxrwx gingold/gingold 3916 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/explode -rw-rw-rw- gingold/gingold 1230 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fadd.d -rw-rw-rw- gingold/gingold 59 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fadd.sm -rw-rw-rw- gingold/gingold 1230 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fcmp.d -rw-rw-rw- gingold/gingold 59 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fcmp.sm -rw-rw-rw- gingold/gingold 1230 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fdiv.d -rw-rw-rw- gingold/gingold 59 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fdiv.sm -rw-rw-rw- gingold/gingold 1230 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fmul.d -rw-rw-rw- gingold/gingold 59 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fmul.sm -rw-rw-rw- gingold/gingold 1230 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fsub.d -rw-rw-rw- gingold/gingold 59 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/fsub.sm -rw-rw-rw- gingold/gingold 1012 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/ftoi.d -rw-rw-rw- gingold/gingold 38 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/ftoi.sm -rw-rw-rw- gingold/gingold 1402 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/gprel.d -rw-rw-rw- gingold/gingold 124 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/gprel.sm -rw-rw-rw- gingold/gingold 186 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/int.d -rw-rw-rw- gingold/gingold 14 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/int.sm -rw-rw-rw- gingold/gingold 3900 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/itof.d -rw-rw-rw- gingold/gingold 37 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/itof.sm -rw-rw-rw- gingold/gingold 185 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/jmp.d -rw-rw-rw- gingold/gingold 11 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/jmp.sm -rw-rw-rw- gingold/gingold 185 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/jsr.d -rw-rw-rw- gingold/gingold 11 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/jsr.sm -rw-rw-rw- gingold/gingold 300 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/machi.d -rw-rw-rw- gingold/gingold 19 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/machi.sm -rw-rw-rw- gingold/gingold 300 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/maclo.d -rw-rw-rw- gingold/gingold 19 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/maclo.sm -rw-rw-rw- gingold/gingold 1097 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/rx/macros.inc -rwxrwxrwx gingold/gingold 512 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/make-d -rw-rw-rw- gingold/gingold 4718 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/rx/max.d -rw-rw-rw- gingold/gingold 54 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/rx/max.sm -rw-rw-rw- gingold/gingold 4718 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/min.d -rw-rw-rw- gingold/gingold 53 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/min.sm -rw-rw-rw- gingold/gingold 28363 2012-04-03 05:01 binutils-2.23.2/gas/testsuite/gas/rx/mov.d -rw-rw-rw- gingold/gingold 545 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/rx/mov.sm -rw-rw-rw- gingold/gingold 4792 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/movu.d -rw-rw-rw- gingold/gingold 159 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/movu.sm -rw-rw-rw- gingold/gingold 5350 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mul.d -rw-rw-rw- gingold/gingold 98 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mul.sm -rw-rw-rw- gingold/gingold 300 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mulhi.d -rw-rw-rw- gingold/gingold 19 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mulhi.sm -rw-rw-rw- gingold/gingold 300 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mullo.d -rw-rw-rw- gingold/gingold 19 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mullo.sm -rw-rw-rw- gingold/gingold 193 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfachi.d -rw-rw-rw- gingold/gingold 15 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfachi.sm -rw-rw-rw- gingold/gingold 193 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfaclo.d -rw-rw-rw- gingold/gingold 15 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfaclo.sm -rw-rw-rw- gingold/gingold 193 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfacmi.d -rw-rw-rw- gingold/gingold 15 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfacmi.sm -rw-rw-rw- gingold/gingold 915 2009-11-17 11:36 binutils-2.23.2/gas/testsuite/gas/rx/mvfc.d -rw-rw-rw- gingold/gingold 19 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfc.sm -rw-rw-rw- gingold/gingold 44 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfcp.d -rw-rw-rw- gingold/gingold 32 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvfcp.sm -rw-rw-rw- gingold/gingold 193 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvtachi.d -rw-rw-rw- gingold/gingold 15 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvtachi.sm -rw-rw-rw- gingold/gingold 193 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvtaclo.d -rw-rw-rw- gingold/gingold 15 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvtaclo.sm -rw-rw-rw- gingold/gingold 4579 2009-11-17 11:36 binutils-2.23.2/gas/testsuite/gas/rx/mvtc.d -rw-rw-rw- gingold/gingold 39 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvtc.sm -rw-rw-rw- gingold/gingold 44 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvtcp.d -rw-rw-rw- gingold/gingold 70 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/mvtcp.sm -rw-rw-rw- gingold/gingold 381 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/neg.d -rw-rw-rw- gingold/gingold 28 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/neg.sm -rw-rw-rw- gingold/gingold 137 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/nop.d -rw-rw-rw- gingold/gingold 5 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/nop.sm -rw-rw-rw- gingold/gingold 381 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/not.d -rw-rw-rw- gingold/gingold 28 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/not.sm -rw-rw-rw- gingold/gingold 44 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/opecp.d -rw-rw-rw- gingold/gingold 27 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/opecp.sm -rw-rw-rw- gingold/gingold 5250 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/or.d -rw-rw-rw- gingold/gingold 94 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/or.sm -rw-rw-rw- gingold/gingold 185 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/pop.d -rw-rw-rw- gingold/gingold 11 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/pop.sm -rw-rw-rw- gingold/gingold 470 2009-11-17 11:36 binutils-2.23.2/gas/testsuite/gas/rx/popc.d -rw-rw-rw- gingold/gingold 13 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/popc.sm -rw-rw-rw- gingold/gingold 334 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/popm.d -rw-rw-rw- gingold/gingold 36 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/popm.sm -rw-rw-rw- gingold/gingold 1380 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/push.d -rw-rw-rw- gingold/gingold 34 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/push.sm -rw-rw-rw- gingold/gingold 478 2009-11-17 11:36 binutils-2.23.2/gas/testsuite/gas/rx/pushc.d -rw-rw-rw- gingold/gingold 14 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/pushc.sm -rw-rw-rw- gingold/gingold 341 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/pushm.d -rw-rw-rw- gingold/gingold 38 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/pushm.sm -rw-rw-rw- gingold/gingold 1390 2011-07-26 16:09 binutils-2.23.2/gas/testsuite/gas/rx/r-bcc.d -rw-rw-rw- gingold/gingold 226 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/r-bcc.sm -rw-rw-rw- gingold/gingold 961 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/r-bra.d -rw-rw-rw- gingold/gingold 157 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/r-bra.sm -rw-rw-rw- gingold/gingold 186 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/racw.d -rw-rw-rw- gingold/gingold 18 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/racw.sm -rw-rw-rw- gingold/gingold 296 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/revl.d -rw-rw-rw- gingold/gingold 18 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/revl.sm -rw-rw-rw- gingold/gingold 296 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/revw.d -rw-rw-rw- gingold/gingold 18 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/revw.sm -rw-rw-rw- gingold/gingold 231 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rmpa.d -rw-rw-rw- gingold/gingold 11 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rmpa.sm -rw-rw-rw- gingold/gingold 187 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rolc.d -rw-rw-rw- gingold/gingold 12 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rolc.sm -rw-rw-rw- gingold/gingold 187 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rorc.d -rw-rw-rw- gingold/gingold 12 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rorc.sm -rw-rw-rw- gingold/gingold 496 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rotl.d -rw-rw-rw- gingold/gingold 39 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rotl.sm -rw-rw-rw- gingold/gingold 496 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rotr.d -rw-rw-rw- gingold/gingold 39 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rotr.sm -rw-rw-rw- gingold/gingold 1028 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/round.d -rw-rw-rw- gingold/gingold 40 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/round.sm -rw-rw-rw- gingold/gingold 137 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rte.d -rw-rw-rw- gingold/gingold 5 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rte.sm -rw-rw-rw- gingold/gingold 138 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rtfi.d -rw-rw-rw- gingold/gingold 6 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rtfi.sm -rw-rw-rw- gingold/gingold 137 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rts.d -rw-rw-rw- gingold/gingold 5 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rts.sm -rw-rw-rw- gingold/gingold 626 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rtsd.d -rw-rw-rw- gingold/gingold 50 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rtsd.sm -rw-rw-rw- gingold/gingold 4 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rx-asm-bad.l -rw-rw-rw- gingold/gingold 682 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rx-asm-bad.s -rw-rw-rw- gingold/gingold 1174 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/rx/rx-asm-good.d -rw-rw-rw- gingold/gingold 260 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rx-asm-good.inc -rw-rw-rw- gingold/gingold 725 2011-01-31 17:43 binutils-2.23.2/gas/testsuite/gas/rx/rx-asm-good.s -rw-rw-rw- gingold/gingold 584 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/rx.exp -rw-rw-rw- gingold/gingold 185 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sat.d -rw-rw-rw- gingold/gingold 11 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sat.sm -rw-rw-rw- gingold/gingold 138 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/satr.d -rw-rw-rw- gingold/gingold 6 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/satr.sm -rw-rw-rw- gingold/gingold 1878 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sbb.d -rw-rw-rw- gingold/gingold 91 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sbb.sm -rw-rw-rw- gingold/gingold 19676 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sccnd.d -rw-rw-rw- gingold/gingold 38 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sccnd.sm -rw-rw-rw- gingold/gingold 139 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/scmpu.d -rw-rw-rw- gingold/gingold 7 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/scmpu.sm -rw-rw-rw- gingold/gingold 372 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/setpsw.d -rw-rw-rw- gingold/gingold 15 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/setpsw.sm -rw-rw-rw- gingold/gingold 932 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/shar.d -rw-rw-rw- gingold/gingold 66 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/shar.sm -rw-rw-rw- gingold/gingold 932 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/shll.d -rw-rw-rw- gingold/gingold 66 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/shll.sm -rw-rw-rw- gingold/gingold 932 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/shlr.d -rw-rw-rw- gingold/gingold 66 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/shlr.sm -rw-rw-rw- gingold/gingold 139 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/smovb.d -rw-rw-rw- gingold/gingold 7 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/smovb.sm -rw-rw-rw- gingold/gingold 139 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/smovf.d -rw-rw-rw- gingold/gingold 7 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/smovf.sm -rw-rw-rw- gingold/gingold 139 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/smovu.d -rw-rw-rw- gingold/gingold 7 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/smovu.sm -rw-rw-rw- gingold/gingold 231 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sstr.d -rw-rw-rw- gingold/gingold 11 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sstr.sm -rw-rw-rw- gingold/gingold 994 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/stnz.d -rw-rw-rw- gingold/gingold 19 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/stnz.sm -rw-rw-rw- gingold/gingold 978 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/stz.d -rw-rw-rw- gingold/gingold 18 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/stz.sm -rw-rw-rw- gingold/gingold 4460 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sub.d -rw-rw-rw- gingold/gingold 81 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/sub.sm -rw-rw-rw- gingold/gingold 237 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/suntil.d -rw-rw-rw- gingold/gingold 13 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/suntil.sm -rw-rw-rw- gingold/gingold 237 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/swhile.d -rw-rw-rw- gingold/gingold 13 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/swhile.sm -rw-rw-rw- gingold/gingold 4718 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/tst.d -rw-rw-rw- gingold/gingold 54 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/tst.sm -rw-rw-rw- gingold/gingold 138 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/wait.d -rw-rw-rw- gingold/gingold 6 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/wait.sm -rw-rw-rw- gingold/gingold 3900 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/xchg.d -rw-rw-rw- gingold/gingold 37 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/xchg.sm -rw-rw-rw- gingold/gingold 4718 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/xor.d -rw-rw-rw- gingold/gingold 54 2009-09-29 16:17 binutils-2.23.2/gas/testsuite/gas/rx/xor.sm -rw-rw-rw- gingold/gingold 18424 2012-03-08 18:22 binutils-2.23.2/gas/testsuite/gas/s390/esa-g5.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/s390 -rw-rw-rw- gingold/gingold 8103 2012-03-08 18:22 binutils-2.23.2/gas/testsuite/gas/s390/esa-g5.s -rw-rw-rw- gingold/gingold 719 2005-08-12 20:01 binutils-2.23.2/gas/testsuite/gas/s390/esa-operands.d -rw-rw-rw- gingold/gingold 483 2005-08-12 20:01 binutils-2.23.2/gas/testsuite/gas/s390/esa-operands.s -rw-rw-rw- gingold/gingold 1647 2010-09-27 15:32 binutils-2.23.2/gas/testsuite/gas/s390/esa-reloc.d -rw-rw-rw- gingold/gingold 667 2005-08-12 20:01 binutils-2.23.2/gas/testsuite/gas/s390/esa-reloc.s -rw-rw-rw- gingold/gingold 279 2011-05-24 15:33 binutils-2.23.2/gas/testsuite/gas/s390/esa-z9-109.d -rw-rw-rw- gingold/gingold 213 2011-05-24 15:33 binutils-2.23.2/gas/testsuite/gas/s390/esa-z9-109.s -rw-rw-rw- gingold/gingold 2011 2005-08-12 20:01 binutils-2.23.2/gas/testsuite/gas/s390/esa-z900.d -rw-rw-rw- gingold/gingold 543 2005-08-12 20:01 binutils-2.23.2/gas/testsuite/gas/s390/esa-z900.s -rw-rw-rw- gingold/gingold 344 2010-09-27 15:32 binutils-2.23.2/gas/testsuite/gas/s390/esa-z990.d -rw-rw-rw- gingold/gingold 106 2008-09-26 15:44 binutils-2.23.2/gas/testsuite/gas/s390/esa-z990.s -rw-rw-rw- gingold/gingold 1194 2011-04-14 13:11 binutils-2.23.2/gas/testsuite/gas/s390/s390.exp -rw-rw-rw- gingold/gingold 272 2011-04-14 13:11 binutils-2.23.2/gas/testsuite/gas/s390/zarch-machine.d -rw-rw-rw- gingold/gingold 117 2011-04-14 13:11 binutils-2.23.2/gas/testsuite/gas/s390/zarch-machine.s -rw-rw-rw- gingold/gingold 383 2005-08-12 20:01 binutils-2.23.2/gas/testsuite/gas/s390/zarch-operands.d -rw-rw-rw- gingold/gingold 179 2005-08-12 20:01 binutils-2.23.2/gas/testsuite/gas/s390/zarch-operands.s -rw-rw-rw- gingold/gingold 949 2010-09-27 15:32 binutils-2.23.2/gas/testsuite/gas/s390/zarch-reloc.d -rw-rw-rw- gingold/gingold 408 2005-08-12 20:01 binutils-2.23.2/gas/testsuite/gas/s390/zarch-reloc.s -rw-rw-rw- gingold/gingold 19188 2011-10-21 14:50 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z10.d -rw-rw-rw- gingold/gingold 7589 2011-10-21 14:50 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z10.s -rw-rw-rw- gingold/gingold 11084 2011-05-24 18:13 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z196.d -rw-rw-rw- gingold/gingold 5100 2011-05-24 18:13 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z196.s -rw-rw-rw- gingold/gingold 2738 2011-05-24 18:13 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z9-109.d -rw-rw-rw- gingold/gingold 1218 2011-05-24 18:13 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z9-109.s -rw-rw-rw- gingold/gingold 2725 2011-05-24 18:13 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z9-ec.d -rw-rw-rw- gingold/gingold 1323 2011-05-24 18:13 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z9-ec.s -rw-rw-rw- gingold/gingold 6121 2011-05-24 15:33 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z900.d -rw-rw-rw- gingold/gingold 2679 2011-05-24 15:33 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z900.s -rw-rw-rw- gingold/gingold 6682 2011-05-24 15:33 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z990.d -rw-rw-rw- gingold/gingold 3227 2011-05-24 15:33 binutils-2.23.2/gas/testsuite/gas/s390/zarch-z990.s -rw-rw-rw- gingold/gingold 815 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/addi.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/score -rw-rw-rw- gingold/gingold 1080 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/addi.s -rw-rw-rw- gingold/gingold 522 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/arith_32-lt.d -rw-rw-rw- gingold/gingold 1604 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/arith_32.d -rw-rw-rw- gingold/gingold 900 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/arith_32.s -rw-rw-rw- gingold/gingold 335 2006-11-01 11:29 binutils-2.23.2/gas/testsuite/gas/score/b.d -rw-rw-rw- gingold/gingold 485 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/b.s -rw-rw-rw- gingold/gingold 566 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/bit_32-lt.d -rw-rw-rw- gingold/gingold 2219 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/bit_32.d -rw-rw-rw- gingold/gingold 957 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/bit_32.s -rw-rw-rw- gingold/gingold 980 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/bittst.d -rw-rw-rw- gingold/gingold 1107 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/bittst.s -rw-rw-rw- gingold/gingold 1031 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/br.d -rw-rw-rw- gingold/gingold 901 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/br.s -rw-rw-rw- gingold/gingold 75779 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/branch_32-lt.d -rw-rw-rw- gingold/gingold 17878 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/branch_32.d -rw-rw-rw- gingold/gingold 3775 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/branch_32.s -rw-rw-rw- gingold/gingold 336 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/cmp_32-lt.d -rw-rw-rw- gingold/gingold 1076 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/cmp_32.d -rw-rw-rw- gingold/gingold 645 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/cmp_32.s -rw-rw-rw- gingold/gingold 701 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/ldi.d -rw-rw-rw- gingold/gingold 1129 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/ldi.s -rw-rw-rw- gingold/gingold 665 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/load_store_32-lt.d -rw-rw-rw- gingold/gingold 2533 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/load_store_32.d -rw-rw-rw- gingold/gingold 1491 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/load_store_32.s -rw-rw-rw- gingold/gingold 386 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/logical_32-lt.d -rw-rw-rw- gingold/gingold 1051 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/logical_32.d -rw-rw-rw- gingold/gingold 548 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/logical_32.s -rw-rw-rw- gingold/gingold 4387 2007-01-18 11:33 binutils-2.23.2/gas/testsuite/gas/score/ls32ls16.d -rw-rw-rw- gingold/gingold 1600 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/ls32ls16.s -rw-rw-rw- gingold/gingold 3988 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/ls32ls16p.d -rw-rw-rw- gingold/gingold 1860 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/ls32ls16p.s -rw-rw-rw- gingold/gingold 1593 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/move.d -rw-rw-rw- gingold/gingold 1910 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/move.s -rw-rw-rw- gingold/gingold 243 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/mv_32-lt.d -rw-rw-rw- gingold/gingold 516 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/mv_32.d -rw-rw-rw- gingold/gingold 282 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/mv_32.s -rw-rw-rw- gingold/gingold 226 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/nop.d -rw-rw-rw- gingold/gingold 625 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/nop.s -rw-rw-rw- gingold/gingold 867 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/postlw.d -rw-rw-rw- gingold/gingold 1118 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/postlw.s -rw-rw-rw- gingold/gingold 885 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/presw.d -rw-rw-rw- gingold/gingold 1133 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/presw.s -rw-rw-rw- gingold/gingold 2473 2006-11-01 11:29 binutils-2.23.2/gas/testsuite/gas/score/rD_rA.d -rw-rw-rw- gingold/gingold 1344 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/rD_rA.s -rw-rw-rw- gingold/gingold 4481 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/rD_rA_BN.d -rw-rw-rw- gingold/gingold 1649 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/rD_rA_BN.s -rw-rw-rw- gingold/gingold 7483 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/rD_rA_rB.d -rw-rw-rw- gingold/gingold 2027 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/rD_rA_rB.s -rw-rw-rw- gingold/gingold 440 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/relax.exp -rw-rw-rw- gingold/gingold 604 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/relax_32.exp -rw-rw-rw- gingold/gingold 512 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/relaxation_macro.h -rw-rw-rw- gingold/gingold 384 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/shift_32-lt.d -rw-rw-rw- gingold/gingold 1091 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/shift_32.d -rw-rw-rw- gingold/gingold 557 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/shift_32.s -rw-rw-rw- gingold/gingold 297 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/syscontrol_32-lt.d -rw-rw-rw- gingold/gingold 438 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/syscontrol_32.d -rw-rw-rw- gingold/gingold 278 2009-03-02 11:33 binutils-2.23.2/gas/testsuite/gas/score/syscontrol_32.s -rw-rw-rw- gingold/gingold 5923 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/tcond.d -rw-rw-rw- gingold/gingold 1015 2006-09-17 16:24 binutils-2.23.2/gas/testsuite/gas/score/tcond.s -rw-rw-rw- gingold/gingold 20058 2011-04-11 10:27 binutils-2.23.2/gas/testsuite/gas/sh/arch/arch.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/sh drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/sh/arch -rw-rw-rw- gingold/gingold 51088 2005-01-17 15:08 binutils-2.23.2/gas/testsuite/gas/sh/arch/arch_expected.txt -rw-rw-rw- gingold/gingold 36071 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh-dsp.s -rw-rw-rw- gingold/gingold 19034 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh.s -rw-rw-rw- gingold/gingold 20503 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh2.s -rw-rw-rw- gingold/gingold 20923 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s -rw-rw-rw- gingold/gingold 21132 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s -rw-rw-rw- gingold/gingold 29869 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh2a-nofpu.s -rw-rw-rw- gingold/gingold 26127 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh2a-or-sh3e.s -rw-rw-rw- gingold/gingold 30382 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh2a-or-sh4.s -rw-rw-rw- gingold/gingold 40020 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh2a.s -rw-rw-rw- gingold/gingold 25604 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh2e.s -rw-rw-rw- gingold/gingold 38269 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh3-dsp.s -rw-rw-rw- gingold/gingold 22585 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh3-nommu.s -rw-rw-rw- gingold/gingold 22689 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh3.s -rw-rw-rw- gingold/gingold 27946 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh3e.s -rw-rw-rw- gingold/gingold 24673 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh4-nofpu.s -rw-rw-rw- gingold/gingold 24559 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh4-nommu-nofpu.s -rw-rw-rw- gingold/gingold 34658 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh4.s -rw-rw-rw- gingold/gingold 25669 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh4a-nofpu.s -rw-rw-rw- gingold/gingold 35784 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh4a.s -rw-rw-rw- gingold/gingold 46866 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/arch/sh4al-dsp.s -rw-rw-rw- gingold/gingold 7433 2010-05-25 16:12 binutils-2.23.2/gas/testsuite/gas/sh/basic.exp -rw-rw-rw- gingold/gingold 965 2002-06-17 17:25 binutils-2.23.2/gas/testsuite/gas/sh/dsp.d -rw-rw-rw- gingold/gingold 414 2002-06-17 17:27 binutils-2.23.2/gas/testsuite/gas/sh/dsp.s -rw-rw-rw- gingold/gingold 276 2000-11-29 00:39 binutils-2.23.2/gas/testsuite/gas/sh/err-1.s -rw-rw-rw- gingold/gingold 280 2001-12-20 18:28 binutils-2.23.2/gas/testsuite/gas/sh/err-at.s -rw-rw-rw- gingold/gingold 238 2001-10-16 04:39 binutils-2.23.2/gas/testsuite/gas/sh/err-be.s -rw-rw-rw- gingold/gingold 241 2001-10-16 04:39 binutils-2.23.2/gas/testsuite/gas/sh/err-le.s -rw-rw-rw- gingold/gingold 421 2008-04-15 17:53 binutils-2.23.2/gas/testsuite/gas/sh/err-mova.s -rw-rw-rw- gingold/gingold 457 2004-02-01 23:59 binutils-2.23.2/gas/testsuite/gas/sh/err-sh4a-fp.s -rw-rw-rw- gingold/gingold 944 2003-12-05 02:59 binutils-2.23.2/gas/testsuite/gas/sh/err-sh4a.s -rw-rw-rw- gingold/gingold 780 2003-12-05 02:59 binutils-2.23.2/gas/testsuite/gas/sh/err-sh4al-dsp.s -rw-rw-rw- gingold/gingold 1091 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/sh/err.exp -rw-rw-rw- gingold/gingold 296 2010-05-25 16:12 binutils-2.23.2/gas/testsuite/gas/sh/fdpic.d -rw-rw-rw- gingold/gingold 127 2010-05-25 16:12 binutils-2.23.2/gas/testsuite/gas/sh/fdpic.s -rw-rw-rw- gingold/gingold 706 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sh/fp.s -rw-rw-rw- gingold/gingold 668 2006-10-20 16:47 binutils-2.23.2/gas/testsuite/gas/sh/pcrel-coff.d -rw-rw-rw- gingold/gingold 176 2002-05-22 15:31 binutils-2.23.2/gas/testsuite/gas/sh/pcrel-coff.s -rw-rw-rw- gingold/gingold 762 2006-10-20 16:47 binutils-2.23.2/gas/testsuite/gas/sh/pcrel-hms.d -rw-rw-rw- gingold/gingold 636 2006-10-20 16:47 binutils-2.23.2/gas/testsuite/gas/sh/pcrel.d -rw-rw-rw- gingold/gingold 140 2002-06-06 19:29 binutils-2.23.2/gas/testsuite/gas/sh/pcrel.l -rw-rw-rw- gingold/gingold 228 2002-06-06 19:29 binutils-2.23.2/gas/testsuite/gas/sh/pcrel.s -rw-rw-rw- gingold/gingold 480 2006-10-20 16:47 binutils-2.23.2/gas/testsuite/gas/sh/pcrel2.d -rw-rw-rw- gingold/gingold 188 2002-09-28 02:41 binutils-2.23.2/gas/testsuite/gas/sh/pcrel2.s -rw-rw-rw- gingold/gingold 1429 2006-10-20 16:47 binutils-2.23.2/gas/testsuite/gas/sh/pic.d -rw-rw-rw- gingold/gingold 633 2002-11-30 15:09 binutils-2.23.2/gas/testsuite/gas/sh/pic.s -rw-rw-rw- gingold/gingold 279 2010-05-25 16:12 binutils-2.23.2/gas/testsuite/gas/sh/reg-prefix.d -rw-rw-rw- gingold/gingold 30 2005-10-10 10:12 binutils-2.23.2/gas/testsuite/gas/sh/reg-prefix.s -rw-rw-rw- gingold/gingold 163 2004-04-02 03:39 binutils-2.23.2/gas/testsuite/gas/sh/renesas-1.d -rw-rw-rw- gingold/gingold 23 2004-04-02 03:39 binutils-2.23.2/gas/testsuite/gas/sh/renesas-1.s -rw-rw-rw- gingold/gingold 435 2010-05-25 16:12 binutils-2.23.2/gas/testsuite/gas/sh/sh2a-pic.d -rw-rw-rw- gingold/gingold 114 2010-05-25 16:12 binutils-2.23.2/gas/testsuite/gas/sh/sh2a-pic.s -rw-rw-rw- gingold/gingold 2648 2004-07-30 02:29 binutils-2.23.2/gas/testsuite/gas/sh/sh2a.d -rw-rw-rw- gingold/gingold 1105 2004-07-29 07:17 binutils-2.23.2/gas/testsuite/gas/sh/sh2a.s -rw-rw-rw- gingold/gingold 1375 2003-12-05 02:59 binutils-2.23.2/gas/testsuite/gas/sh/sh4a-dsp.d -rw-rw-rw- gingold/gingold 485 2003-12-05 02:59 binutils-2.23.2/gas/testsuite/gas/sh/sh4a-dsp.s -rw-rw-rw- gingold/gingold 421 2004-02-01 23:59 binutils-2.23.2/gas/testsuite/gas/sh/sh4a-fp.d -rw-rw-rw- gingold/gingold 95 2004-02-01 23:59 binutils-2.23.2/gas/testsuite/gas/sh/sh4a-fp.s -rw-rw-rw- gingold/gingold 911 2003-12-05 02:59 binutils-2.23.2/gas/testsuite/gas/sh/sh4a.d -rw-rw-rw- gingold/gingold 287 2003-12-05 02:59 binutils-2.23.2/gas/testsuite/gas/sh/sh4a.s -rw-rw-rw- gingold/gingold 3797 2003-12-22 10:01 binutils-2.23.2/gas/testsuite/gas/sh/sh4al-dsp.d -rw-rw-rw- gingold/gingold 1660 2003-12-05 02:59 binutils-2.23.2/gas/testsuite/gas/sh/sh4al-dsp.s -rw-rw-rw- gingold/gingold 162 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/abi-32.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/sh/sh64 -rw-rw-rw- gingold/gingold 94 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/abi-32.s -rw-rw-rw- gingold/gingold 161 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/abi-64.d -rw-rw-rw- gingold/gingold 80 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/abi-64.s -rw-rw-rw- gingold/gingold 10410 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/basic-1.d -rw-rw-rw- gingold/gingold 4503 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/basic-1.s -rw-rw-rw- gingold/gingold 700 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/case-1.d -rw-rw-rw- gingold/gingold 227 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/case-1.s -rw-rw-rw- gingold/gingold 497 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/case-noexp-1.d -rw-rw-rw- gingold/gingold 4363 2003-12-01 12:59 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange1-1.d -rw-rw-rw- gingold/gingold 4616 2003-12-01 12:59 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange1-2.d -rw-rw-rw- gingold/gingold 3693 2003-12-01 12:59 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange1.s -rw-rw-rw- gingold/gingold 964 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange2-1.d -rw-rw-rw- gingold/gingold 583 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange2-2.d -rw-rw-rw- gingold/gingold 992 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange2-noexp-1.d -rw-rw-rw- gingold/gingold 495 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange2.s -rw-rw-rw- gingold/gingold 686 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange3-1.d -rw-rw-rw- gingold/gingold 646 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange3.s -rw-rw-rw- gingold/gingold 490 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange4-1.d -rw-rw-rw- gingold/gingold 226 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange4.s -rw-rw-rw- gingold/gingold 375 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange5-1.d -rw-rw-rw- gingold/gingold 540 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/crange5.s -rw-rw-rw- gingold/gingold 2996 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/creg-1.d -rw-rw-rw- gingold/gingold 1417 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/creg-1.s -rw-rw-rw- gingold/gingold 501 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/creg-2.d -rw-rw-rw- gingold/gingold 266 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/creg-2.s -rw-rw-rw- gingold/gingold 848 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/datal-1.s -rw-rw-rw- gingold/gingold 1143 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/datal-2.d -rw-rw-rw- gingold/gingold 833 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/datal-2.s -rw-rw-rw- gingold/gingold 860 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/datal-3.s -rw-rw-rw- gingold/gingold 1352 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/datal32-1.d -rw-rw-rw- gingold/gingold 3106 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/sh/sh64/datal32-3.d -rw-rw-rw- gingold/gingold 1605 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/datal64-1.d -rw-rw-rw- gingold/gingold 4239 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/sh/sh64/datal64-3.d -rw-rw-rw- gingold/gingold 296 2008-04-07 04:55 binutils-2.23.2/gas/testsuite/gas/sh/sh64/eh-1.d -rw-rw-rw- gingold/gingold 90 2008-04-07 04:55 binutils-2.23.2/gas/testsuite/gas/sh/sh64/eh-1.s -rw-rw-rw- gingold/gingold 182 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/endian-1.d -rw-rw-rw- gingold/gingold 81 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/endian-1.s -rw-rw-rw- gingold/gingold 177 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/endian-2.d -rw-rw-rw- gingold/gingold 81 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/endian-2.s -rw-rw-rw- gingold/gingold 2517 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-1.s -rw-rw-rw- gingold/gingold 566 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-2.s -rw-rw-rw- gingold/gingold 1043 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-3.s -rw-rw-rw- gingold/gingold 458 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-4.s -rw-rw-rw- gingold/gingold 162 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-abi-32.s -rw-rw-rw- gingold/gingold 162 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-abi-64.s -rw-rw-rw- gingold/gingold 550 2004-03-04 02:24 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-dsp.s -rw-rw-rw- gingold/gingold 760 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-movi-noexp-1.s -rw-rw-rw- gingold/gingold 271 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-noexp-cmd1.s -rw-rw-rw- gingold/gingold 382 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-pt-1.s -rw-rw-rw- gingold/gingold 234 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-pt32-cmd1.s -rw-rw-rw- gingold/gingold 263 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-pt32-cmd2.s -rw-rw-rw- gingold/gingold 296 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-pt32-cmd3.s -rw-rw-rw- gingold/gingold 685 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-ptb-1.s -rw-rw-rw- gingold/gingold 744 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err-ptb-2.s -rw-rw-rw- gingold/gingold 243 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/err.exp -rw-rw-rw- gingold/gingold 2375 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/immexpr1.s -rw-rw-rw- gingold/gingold 196 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/immexpr2.s -rw-rw-rw- gingold/gingold 2665 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/immexpr32-1.d -rw-rw-rw- gingold/gingold 271 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/immexpr32-2.d -rw-rw-rw- gingold/gingold 2666 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/immexpr64-1.d -rw-rw-rw- gingold/gingold 271 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/immexpr64-2.d -rw-rw-rw- gingold/gingold 405 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/lineno.d -rw-rw-rw- gingold/gingold 52 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/lineno.s -rw-rw-rw- gingold/gingold 678 2004-12-11 05:32 binutils-2.23.2/gas/testsuite/gas/sh/sh64/localcom-1.d -rw-rw-rw- gingold/gingold 391 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/localcom-1.s -rw-rw-rw- gingold/gingold 1204 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/mix-1.d -rw-rw-rw- gingold/gingold 310 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/mix-1.s -rw-rw-rw- gingold/gingold 849 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/mix-noexp-1.d -rw-rw-rw- gingold/gingold 361 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi-1.s -rw-rw-rw- gingold/gingold 500 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi-2.s -rw-rw-rw- gingold/gingold 481 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi-3.d -rw-rw-rw- gingold/gingold 308 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi-3.s -rw-rw-rw- gingold/gingold 1144 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi32-1.d -rw-rw-rw- gingold/gingold 1046 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi32-2.d -rw-rw-rw- gingold/gingold 706 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi32-noexp-2.d -rw-rw-rw- gingold/gingold 1521 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi64-1.d -rw-rw-rw- gingold/gingold 960 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi64-2.d -rw-rw-rw- gingold/gingold 275 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi64-2.s -rw-rw-rw- gingold/gingold 1710 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi64-3.d -rw-rw-rw- gingold/gingold 706 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/movi64-noexp-2.d -rw-rw-rw- gingold/gingold 598 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt-1.d -rw-rw-rw- gingold/gingold 168 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt-1.s -rw-rw-rw- gingold/gingold 265 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt-2.s -rw-rw-rw- gingold/gingold 641 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt-noexp-1.d -rw-rw-rw- gingold/gingold 1020 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt32-1.d -rw-rw-rw- gingold/gingold 795 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt32-noexp-2.d -rw-rw-rw- gingold/gingold 1368 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt64-1.d -rw-rw-rw- gingold/gingold 654 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt64-32-1.d -rw-rw-rw- gingold/gingold 1051 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt64-32-2.d -rw-rw-rw- gingold/gingold 795 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/pt64-noexp-2.d -rw-rw-rw- gingold/gingold 97 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptc-1.s -rw-rw-rw- gingold/gingold 366 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptc32-1.d -rw-rw-rw- gingold/gingold 270 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptc32-noexp-1.d -rw-rw-rw- gingold/gingold 534 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptc64-1.d -rw-rw-rw- gingold/gingold 397 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptc64-32-1.d -rw-rw-rw- gingold/gingold 271 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptc64-noexp-1.d -rw-rw-rw- gingold/gingold 220 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptext-1.s -rw-rw-rw- gingold/gingold 1552 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptext32-1.d -rw-rw-rw- gingold/gingold 773 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptext32-noexp-1.d -rw-rw-rw- gingold/gingold 2649 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptext64-1.d -rw-rw-rw- gingold/gingold 1583 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptext64-32-1.d -rw-rw-rw- gingold/gingold 773 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ptext64-noexp-1.d -rw-rw-rw- gingold/gingold 2840 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel-1.s -rw-rw-rw- gingold/gingold 2509 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel-2.s -rw-rw-rw- gingold/gingold 3234 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel-3.s -rw-rw-rw- gingold/gingold 2877 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel-4.s -rw-rw-rw- gingold/gingold 874 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel-5.s -rw-rw-rw- gingold/gingold 3479 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel32-1.d -rw-rw-rw- gingold/gingold 3544 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel32-2.d -rw-rw-rw- gingold/gingold 3484 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel32-3.d -rw-rw-rw- gingold/gingold 3553 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel32-4.d -rw-rw-rw- gingold/gingold 1027 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel32-5.d -rw-rw-rw- gingold/gingold 4615 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel64-1.d -rw-rw-rw- gingold/gingold 4681 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel64-2.d -rw-rw-rw- gingold/gingold 4625 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel64-3.d -rw-rw-rw- gingold/gingold 4689 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel64-4.d -rw-rw-rw- gingold/gingold 1484 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/rel64-5.d -rw-rw-rw- gingold/gingold 792 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/relax-1.d -rw-rw-rw- gingold/gingold 381 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/relax-1.s -rw-rw-rw- gingold/gingold 808 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/relax-2.d -rw-rw-rw- gingold/gingold 365 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/relax-2.s -rw-rw-rw- gingold/gingold 1197 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/relax-3.d -rw-rw-rw- gingold/gingold 817 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/relax-3.s -rw-rw-rw- gingold/gingold 1140 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/sh/sh64/sh64.exp -rw-rw-rw- gingold/gingold 1122 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift-1.s -rw-rw-rw- gingold/gingold 886 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift-2.s -rw-rw-rw- gingold/gingold 218 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift-3.s -rw-rw-rw- gingold/gingold 2033 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift32-1.d -rw-rw-rw- gingold/gingold 329 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift32-3.d -rw-rw-rw- gingold/gingold 356 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift32-noexp-3.d -rw-rw-rw- gingold/gingold 2048 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift64-1.d -rw-rw-rw- gingold/gingold 1414 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift64-2.d -rw-rw-rw- gingold/gingold 329 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift64-3.d -rw-rw-rw- gingold/gingold 356 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/shift64-noexp-3.d -rw-rw-rw- gingold/gingold 4318 2006-10-22 03:19 binutils-2.23.2/gas/testsuite/gas/sh/sh64/syntax-1.d -rw-rw-rw- gingold/gingold 2667 2009-09-10 01:17 binutils-2.23.2/gas/testsuite/gas/sh/sh64/syntax-1.s -rw-rw-rw- gingold/gingold 246 2002-10-09 21:40 binutils-2.23.2/gas/testsuite/gas/sh/sh64/syntax-2.d -rw-rw-rw- gingold/gingold 80 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/syntax-2.s -rw-rw-rw- gingold/gingold 360 2002-02-08 07:46 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ua-1.s -rw-rw-rw- gingold/gingold 677 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ua32-1.d -rw-rw-rw- gingold/gingold 720 2003-09-03 10:26 binutils-2.23.2/gas/testsuite/gas/sh/sh64/ua64-1.d -rw-rw-rw- gingold/gingold 196 2009-08-29 12:38 binutils-2.23.2/gas/testsuite/gas/sh/sign-extension.d -rw-rw-rw- gingold/gingold 36 2009-08-29 12:38 binutils-2.23.2/gas/testsuite/gas/sh/sign-extension.s -rw-rw-rw- gingold/gingold 1586 2006-10-20 16:47 binutils-2.23.2/gas/testsuite/gas/sh/tlsd.d -rw-rw-rw- gingold/gingold 1067 2002-10-11 16:42 binutils-2.23.2/gas/testsuite/gas/sh/tlsd.s -rw-rw-rw- gingold/gingold 433 2006-10-20 16:47 binutils-2.23.2/gas/testsuite/gas/sh/tlsnopic.d -rw-rw-rw- gingold/gingold 293 2002-10-11 16:42 binutils-2.23.2/gas/testsuite/gas/sh/tlsnopic.s -rw-rw-rw- gingold/gingold 867 2006-10-20 16:47 binutils-2.23.2/gas/testsuite/gas/sh/tlspic.d -rw-rw-rw- gingold/gingold 393 2002-10-11 16:42 binutils-2.23.2/gas/testsuite/gas/sh/tlspic.s -rw-rw-rw- gingold/gingold 168 2006-07-12 11:02 binutils-2.23.2/gas/testsuite/gas/sh/too_large.d -rw-rw-rw- gingold/gingold 510 2006-07-12 11:02 binutils-2.23.2/gas/testsuite/gas/sh/too_large.s -rw-rw-rw- gingold/gingold 1375 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/asi.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/sparc -rw-rw-rw- gingold/gingold 845 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/asi.s -rw-rw-rw- gingold/gingold 2435 2012-04-27 20:03 binutils-2.23.2/gas/testsuite/gas/sparc/cbcond.d -rw-rw-rw- gingold/gingold 1124 2012-04-27 20:03 binutils-2.23.2/gas/testsuite/gas/sparc/cbcond.s -rw-rw-rw- gingold/gingold 324 2012-04-27 22:43 binutils-2.23.2/gas/testsuite/gas/sparc/cfr.d -rw-rw-rw- gingold/gingold 139 2012-04-27 22:43 binutils-2.23.2/gas/testsuite/gas/sparc/cfr.s -rw-rw-rw- gingold/gingold 4408 2012-04-27 20:02 binutils-2.23.2/gas/testsuite/gas/sparc/crypto.d -rw-rw-rw- gingold/gingold 1875 2012-04-27 20:02 binutils-2.23.2/gas/testsuite/gas/sparc/crypto.s -rw-rw-rw- gingold/gingold 339 2008-04-16 10:51 binutils-2.23.2/gas/testsuite/gas/sparc/gotop32.d -rw-rw-rw- gingold/gingold 141 2008-04-16 10:51 binutils-2.23.2/gas/testsuite/gas/sparc/gotop32.s -rw-rw-rw- gingold/gingold 346 2008-04-16 10:51 binutils-2.23.2/gas/testsuite/gas/sparc/gotop64.d -rw-rw-rw- gingold/gingold 144 2008-04-16 10:51 binutils-2.23.2/gas/testsuite/gas/sparc/gotop64.s -rw-rw-rw- gingold/gingold 3590 2011-09-27 06:30 binutils-2.23.2/gas/testsuite/gas/sparc/hpcvis3.d -rw-rw-rw- gingold/gingold 1985 2011-09-27 06:30 binutils-2.23.2/gas/testsuite/gas/sparc/hpcvis3.s -rw-rw-rw- gingold/gingold 215 2011-09-26 11:19 binutils-2.23.2/gas/testsuite/gas/sparc/ima.d -rw-rw-rw- gingold/gingold 96 2011-09-26 11:19 binutils-2.23.2/gas/testsuite/gas/sparc/ima.s -rw-rw-rw- gingold/gingold 297 2011-09-22 00:29 binutils-2.23.2/gas/testsuite/gas/sparc/imm-plus-rreg.d -rw-rw-rw- gingold/gingold 151 2011-09-08 18:56 binutils-2.23.2/gas/testsuite/gas/sparc/imm-plus-rreg.s -rw-rw-rw- gingold/gingold 603 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/membar.d -rw-rw-rw- gingold/gingold 254 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/membar.s -rw-rw-rw- gingold/gingold 552 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/mism-1.s -rw-rw-rw- gingold/gingold 448 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/mismatch.exp -rw-rw-rw- gingold/gingold 290 2012-04-27 20:04 binutils-2.23.2/gas/testsuite/gas/sparc/pause.d -rw-rw-rw- gingold/gingold 109 2012-04-27 20:04 binutils-2.23.2/gas/testsuite/gas/sparc/pause.s -rw-rw-rw- gingold/gingold 245 2008-04-23 09:49 binutils-2.23.2/gas/testsuite/gas/sparc/pc2210.d -rw-rw-rw- gingold/gingold 125 2008-04-23 09:49 binutils-2.23.2/gas/testsuite/gas/sparc/pc2210.s -rw-rw-rw- gingold/gingold 747 2002-08-28 01:51 binutils-2.23.2/gas/testsuite/gas/sparc/pcrel.d -rw-rw-rw- gingold/gingold 354 2002-08-28 01:51 binutils-2.23.2/gas/testsuite/gas/sparc/pcrel.s -rw-rw-rw- gingold/gingold 910 2002-08-28 01:51 binutils-2.23.2/gas/testsuite/gas/sparc/pcrel64.d -rw-rw-rw- gingold/gingold 475 2002-08-28 01:51 binutils-2.23.2/gas/testsuite/gas/sparc/pcrel64.s -rw-rw-rw- gingold/gingold 446 2001-12-21 23:35 binutils-2.23.2/gas/testsuite/gas/sparc/plt.d -rw-rw-rw- gingold/gingold 157 2001-12-21 23:35 binutils-2.23.2/gas/testsuite/gas/sparc/plt.s -rw-rw-rw- gingold/gingold 540 2001-12-21 23:35 binutils-2.23.2/gas/testsuite/gas/sparc/plt64.d -rw-rw-rw- gingold/gingold 194 2001-12-21 23:35 binutils-2.23.2/gas/testsuite/gas/sparc/plt64.s -rw-rw-rw- gingold/gingold 71 2007-06-05 19:00 binutils-2.23.2/gas/testsuite/gas/sparc/pr4587.l -rw-rw-rw- gingold/gingold 416 2007-06-05 19:00 binutils-2.23.2/gas/testsuite/gas/sparc/pr4587.s -rw-rw-rw- gingold/gingold 641 1999-06-10 23:08 binutils-2.23.2/gas/testsuite/gas/sparc/prefetch.d -rw-rw-rw- gingold/gingold 266 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/prefetch.s -rw-rw-rw- gingold/gingold 357 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/rdhpr.d -rw-rw-rw- gingold/gingold 135 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/rdhpr.s -rw-rw-rw- gingold/gingold 778 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/rdpr.d -rw-rw-rw- gingold/gingold 317 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/rdpr.s -rw-rw-rw- gingold/gingold 2777 2012-05-14 04:40 binutils-2.23.2/gas/testsuite/gas/sparc/reloc64.d -rw-rw-rw- gingold/gingold 1231 2012-04-12 18:26 binutils-2.23.2/gas/testsuite/gas/sparc/reloc64.s -rw-rw-rw- gingold/gingold 212 2011-09-22 00:29 binutils-2.23.2/gas/testsuite/gas/sparc/save-args.d -rw-rw-rw- gingold/gingold 96 2011-09-08 21:03 binutils-2.23.2/gas/testsuite/gas/sparc/save-args.s -rw-rw-rw- gingold/gingold 4388 1999-06-10 23:08 binutils-2.23.2/gas/testsuite/gas/sparc/set64.d -rw-rw-rw- gingold/gingold 1347 1999-06-10 23:08 binutils-2.23.2/gas/testsuite/gas/sparc/set64.s -rw-rw-rw- gingold/gingold 2129 2012-04-27 22:43 binutils-2.23.2/gas/testsuite/gas/sparc/sparc.exp -rw-rw-rw- gingold/gingold 677 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/splet-2.d -rw-rw-rw- gingold/gingold 377 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/splet-2.s -rw-rw-rw- gingold/gingold 6519 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/splet.d -rw-rw-rw- gingold/gingold 2847 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/splet.s -rw-rw-rw- gingold/gingold 253 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/synth.d -rw-rw-rw- gingold/gingold 92 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc/synth.s -rw-rw-rw- gingold/gingold 706 1999-06-10 23:08 binutils-2.23.2/gas/testsuite/gas/sparc/synth64.d -rw-rw-rw- gingold/gingold 257 1999-06-10 23:08 binutils-2.23.2/gas/testsuite/gas/sparc/synth64.s -rw-rw-rw- gingold/gingold 406 2011-09-22 00:29 binutils-2.23.2/gas/testsuite/gas/sparc/ticc-imm-reg.d -rw-rw-rw- gingold/gingold 190 2011-09-08 21:01 binutils-2.23.2/gas/testsuite/gas/sparc/ticc-imm-reg.s -rw-rw-rw- gingold/gingold 408 2003-07-29 09:06 binutils-2.23.2/gas/testsuite/gas/sparc/unalign.d -rw-rw-rw- gingold/gingold 162 2001-08-12 10:59 binutils-2.23.2/gas/testsuite/gas/sparc/unalign.s -rw-rw-rw- gingold/gingold 1458 2011-09-22 00:29 binutils-2.23.2/gas/testsuite/gas/sparc/v8-movwr-imm.d -rw-rw-rw- gingold/gingold 617 2011-09-08 21:01 binutils-2.23.2/gas/testsuite/gas/sparc/v8-movwr-imm.s -rw-rw-rw- gingold/gingold 397 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch1.d -rw-rw-rw- gingold/gingold 324 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch1.s -rw-rw-rw- gingold/gingold 61 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch2.d -rw-rw-rw- gingold/gingold 120 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch2.s -rw-rw-rw- gingold/gingold 61 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch3.d -rw-rw-rw- gingold/gingold 108 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch3.s -rw-rw-rw- gingold/gingold 61 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch4.d -rw-rw-rw- gingold/gingold 122 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch4.s -rw-rw-rw- gingold/gingold 61 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch5.d -rw-rw-rw- gingold/gingold 110 2007-05-29 15:18 binutils-2.23.2/gas/testsuite/gas/sparc/v9branch5.s -rw-rw-rw- gingold/gingold 778 2006-04-05 14:41 binutils-2.23.2/gas/testsuite/gas/sparc/vxworks-pic.d -rw-rw-rw- gingold/gingold 292 2006-04-05 14:41 binutils-2.23.2/gas/testsuite/gas/sparc/vxworks-pic.s -rw-rw-rw- gingold/gingold 288 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/window.d -rw-rw-rw- gingold/gingold 73 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/window.s -rw-rw-rw- gingold/gingold 320 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/wrhpr.d -rw-rw-rw- gingold/gingold 118 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/wrhpr.s -rw-rw-rw- gingold/gingold 709 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/wrpr.d -rw-rw-rw- gingold/gingold 288 2006-02-25 02:36 binutils-2.23.2/gas/testsuite/gas/sparc/wrpr.s -rw-rw-rw- gingold/gingold 950 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc-solaris/addend.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/sparc-solaris -rw-rw-rw- gingold/gingold 103 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc-solaris/addend.s -rw-rw-rw- gingold/gingold 311 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc-solaris/gas.exp -rw-rw-rw- gingold/gingold 2504 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc-solaris/sol-cc.s -rw-rw-rw- gingold/gingold 1641 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sparc-solaris/sol-gcc.s -rw-rw-rw- gingold/gingold 285 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sun4/addend.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/sun4 -rw-rw-rw- gingold/gingold 95 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sun4/addend.exp -rw-rw-rw- gingold/gingold 103 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/sun4/addend.s -rw-rw-rw- gingold/gingold 1156 2012-02-13 03:31 binutils-2.23.2/gas/testsuite/gas/symver/symver.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/symver -rw-rw-rw- gingold/gingold 213 2004-04-23 16:15 binutils-2.23.2/gas/testsuite/gas/symver/symver0.d -rw-rw-rw- gingold/gingold 169 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver0.s -rw-rw-rw- gingold/gingold 286 2004-04-23 16:15 binutils-2.23.2/gas/testsuite/gas/symver/symver1.d -rw-rw-rw- gingold/gingold 315 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver1.s -rw-rw-rw- gingold/gingold 121 2011-03-18 12:16 binutils-2.23.2/gas/testsuite/gas/symver/symver2.l -rw-rw-rw- gingold/gingold 116 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver2.s -rw-rw-rw- gingold/gingold 84 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver3.l -rw-rw-rw- gingold/gingold 106 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver3.s -rw-rw-rw- gingold/gingold 85 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver4.l -rw-rw-rw- gingold/gingold 107 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver4.s -rw-rw-rw- gingold/gingold 87 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver5.l -rw-rw-rw- gingold/gingold 109 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver5.s -rw-rw-rw- gingold/gingold 107 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver6.l -rw-rw-rw- gingold/gingold 142 2000-11-13 22:36 binutils-2.23.2/gas/testsuite/gas/symver/symver6.s -rw-rw-rw- gingold/gingold 3804 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/template -rw-rw-rw- gingold/gingold 12646 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/addressing.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/tic4x -rw-rw-rw- gingold/gingold 3782 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/addressing_c3x.d -rw-rw-rw- gingold/gingold 4279 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/addressing_c4x.d -rw-rw-rw- gingold/gingold 9316 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/allopcodes.S -rw-rw-rw- gingold/gingold 1399 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/data.d -rw-rw-rw- gingold/gingold 486 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/data.s -rw-rw-rw- gingold/gingold 1302 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/float.d -rw-rw-rw- gingold/gingold 904 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/float.s -rw-rw-rw- gingold/gingold 60536 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/opclasses.h -rw-rw-rw- gingold/gingold 178320 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/opcodes.s -rw-rw-rw- gingold/gingold 20715 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/opcodes_c3x.d -rw-rw-rw- gingold/gingold 31015 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/opcodes_c4x.d -rw-rw-rw- gingold/gingold 12747 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/opcodes_new.d -rwxrwxrwx gingold/gingold 219 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/rebuild.sh -rw-rw-rw- gingold/gingold 1549 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/registers.s -rw-rw-rw- gingold/gingold 796 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/registers_c3x.d -rw-rw-rw- gingold/gingold 966 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/registers_c4x.d -rw-rw-rw- gingold/gingold 1833 2002-11-18 10:09 binutils-2.23.2/gas/testsuite/gas/tic4x/tic4x.exp -rw-rw-rw- gingold/gingold 385 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/zeros.d -rw-rw-rw- gingold/gingold 619 2002-11-18 09:28 binutils-2.23.2/gas/testsuite/gas/tic4x/zeros.s -rw-rw-rw- gingold/gingold 397 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/address.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/tic54x -rw-rw-rw- gingold/gingold 384 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/address.s -rw-rw-rw- gingold/gingold 478 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/addrfar.d -rw-rw-rw- gingold/gingold 907 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/align.d -rw-rw-rw- gingold/gingold 849 2002-08-26 12:37 binutils-2.23.2/gas/testsuite/gas/tic54x/align.s -rw-rw-rw- gingold/gingold 3725507 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/all-opcodes.d -rw-rw-rw- gingold/gingold 3745941 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/all-opcodes.s -rw-rw-rw- gingold/gingold 1672 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/asg.d -rw-rw-rw- gingold/gingold 819 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/asg.s -rw-rw-rw- gingold/gingold 1158 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/cons.d -rw-rw-rw- gingold/gingold 826 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/cons.s -rw-rw-rw- gingold/gingold 1242 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/consfar.d -rw-rw-rw- gingold/gingold 869 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/extaddr.d -rw-rw-rw- gingold/gingold 558 2001-11-13 15:22 binutils-2.23.2/gas/testsuite/gas/tic54x/extaddr.s -rw-rw-rw- gingold/gingold 320 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/field.d -rw-rw-rw- gingold/gingold 387 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/field.s -rw-rw-rw- gingold/gingold 92 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/in_mlib.asm -rw-rw-rw- gingold/gingold 893 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/labels.d -rw-rw-rw- gingold/gingold 72 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/labels.inc -rw-rw-rw- gingold/gingold 1145 2002-01-17 18:41 binutils-2.23.2/gas/testsuite/gas/tic54x/labels.s -rw-rw-rw- gingold/gingold 226 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/loop.d -rw-rw-rw- gingold/gingold 284 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/loop.s -rw-rw-rw- gingold/gingold 135 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/lp.d -rw-rw-rw- gingold/gingold 29 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/lp.s -rw-rw-rw- gingold/gingold 266 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/macro.d -rw-rw-rw- gingold/gingold 643 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/macro.s -rw-rw-rw- gingold/gingold 236 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/macro1.s -rw-rw-rw- gingold/gingold 160 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/macros.lib -rw-rw-rw- gingold/gingold 723 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/math.d -rw-rw-rw- gingold/gingold 754 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/math.s -rw-rw-rw- gingold/gingold 7509 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/opcodes.d -rw-rw-rw- gingold/gingold 4801 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/opcodes.s -rw-rw-rw- gingold/gingold 1389 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/sections.d -rw-rw-rw- gingold/gingold 1605 2001-11-13 15:22 binutils-2.23.2/gas/testsuite/gas/tic54x/sections.s -rw-rw-rw- gingold/gingold 213 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/set.d -rw-rw-rw- gingold/gingold 284 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/set.s -rw-rw-rw- gingold/gingold 214 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/struct.d -rw-rw-rw- gingold/gingold 991 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/struct.s -rw-rw-rw- gingold/gingold 478 2006-01-11 18:39 binutils-2.23.2/gas/testsuite/gas/tic54x/subsym.d -rw-rw-rw- gingold/gingold 1517 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/subsym.s -rw-rw-rw- gingold/gingold 185 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/subsym1.s -rw-rw-rw- gingold/gingold 731 2000-06-20 15:52 binutils-2.23.2/gas/testsuite/gas/tic54x/tic54x.exp -rw-rw-rw- gingold/gingold 2877 2010-04-28 01:43 binutils-2.23.2/gas/testsuite/gas/tic6x/align-1-be.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/tic6x -rw-rw-rw- gingold/gingold 2849 2010-04-28 01:43 binutils-2.23.2/gas/testsuite/gas/tic6x/align-1.d -rw-rw-rw- gingold/gingold 684 2010-04-28 01:43 binutils-2.23.2/gas/testsuite/gas/tic6x/align-1.s -rw-rw-rw- gingold/gingold 3759 2010-04-28 01:43 binutils-2.23.2/gas/testsuite/gas/tic6x/align-2.d -rw-rw-rw- gingold/gingold 1021 2010-04-28 01:43 binutils-2.23.2/gas/testsuite/gas/tic6x/align-2.s -rw-rw-rw- gingold/gingold 95 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/arch-invalid-1.d -rw-rw-rw- gingold/gingold 58 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/arch-invalid-1.l -rw-rw-rw- gingold/gingold 57 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/arch-invalid-2.d -rw-rw-rw- gingold/gingold 75 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/arch-invalid-2.l -rw-rw-rw- gingold/gingold 15 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/arch-invalid-2.s -rw-rw-rw- gingold/gingold 163 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-1.d -rw-rw-rw- gingold/gingold 100 2010-06-16 02:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-1.s -rw-rw-rw- gingold/gingold 165 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-2.d -rw-rw-rw- gingold/gingold 152 2010-06-16 02:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-2.s -rw-rw-rw- gingold/gingold 164 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-3.d -rw-rw-rw- gingold/gingold 111 2010-06-16 02:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-3.s -rw-rw-rw- gingold/gingold 151 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-4.d -rw-rw-rw- gingold/gingold 107 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-4.s -rw-rw-rw- gingold/gingold 151 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-5.d -rw-rw-rw- gingold/gingold 113 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-directive-5.s -rw-rw-rw- gingold/gingold 146 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-c62x.d -rw-rw-rw- gingold/gingold 150 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-c64x+.d -rw-rw-rw- gingold/gingold 146 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-c64x.d -rw-rw-rw- gingold/gingold 149 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-c674x.d -rw-rw-rw- gingold/gingold 150 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-c67x+.d -rw-rw-rw- gingold/gingold 146 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-c67x.d -rw-rw-rw- gingold/gingold 136 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-none-1.d -rw-rw-rw- gingold/gingold 136 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-none-2.d -rw-rw-rw- gingold/gingold 172 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-override-1.d -rw-rw-rw- gingold/gingold 173 2010-10-21 23:16 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-arch-opts-override-2.d -rw-rw-rw- gingold/gingold 205 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-array-directive-1.d -rw-rw-rw- gingold/gingold 52 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-array-directive-1.s -rw-rw-rw- gingold/gingold 206 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-array-directive-2.d -rw-rw-rw- gingold/gingold 24 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-array-directive-2.s -rw-rw-rw- gingold/gingold 210 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-array-directive-3.d -rw-rw-rw- gingold/gingold 57 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-array-directive-3.s -rw-rw-rw- gingold/gingold 211 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-array-directive-4.d -rw-rw-rw- gingold/gingold 24 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-array-directive-4.s -rw-rw-rw- gingold/gingold 217 2010-10-29 18:47 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-compatibility-directive-1.d -rw-rw-rw- gingold/gingold 50 2010-10-29 18:47 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-compatibility-directive-1.s -rw-rw-rw- gingold/gingold 217 2010-10-29 18:47 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-compatibility-directive-2.d -rw-rw-rw- gingold/gingold 31 2010-10-29 18:47 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-compatibility-directive-2.s -rw-rw-rw- gingold/gingold 194 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-conformance-directive-1.d -rw-rw-rw- gingold/gingold 45 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-conformance-directive-1.s -rw-rw-rw- gingold/gingold 194 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-conformance-directive-2.d -rw-rw-rw- gingold/gingold 28 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-conformance-directive-2.s -rw-rw-rw- gingold/gingold 188 2010-10-29 02:15 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-dsbt-directive-1.d -rw-rw-rw- gingold/gingold 35 2010-10-29 02:15 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-dsbt-directive-1.s -rw-rw-rw- gingold/gingold 188 2010-10-29 02:15 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-dsbt-directive-2.d -rw-rw-rw- gingold/gingold 25 2010-10-29 02:15 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-dsbt-directive-2.s -rw-rw-rw- gingold/gingold 173 2010-10-29 02:15 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-dsbt-opts-mdsbt.d -rw-rw-rw- gingold/gingold 149 2010-10-29 02:15 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-dsbt-opts-mno-dsbt.d -rw-rw-rw- gingold/gingold 201 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pic-directive-1.d -rw-rw-rw- gingold/gingold 33 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pic-directive-1.s -rw-rw-rw- gingold/gingold 201 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pic-directive-2.d -rw-rw-rw- gingold/gingold 24 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pic-directive-2.s -rw-rw-rw- gingold/gingold 139 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pic-opts-mno-pic.d -rw-rw-rw- gingold/gingold 185 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pic-opts-mpic.d -rw-rw-rw- gingold/gingold 214 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pid-directive-1.d -rw-rw-rw- gingold/gingold 33 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pid-directive-1.s -rw-rw-rw- gingold/gingold 218 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pid-directive-2.d -rw-rw-rw- gingold/gingold 24 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pid-directive-2.s -rw-rw-rw- gingold/gingold 210 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pid-opts-mpid-far.d -rw-rw-rw- gingold/gingold 208 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pid-opts-mpid-near.d -rw-rw-rw- gingold/gingold 139 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-pid-opts-mpid-no.d -rw-rw-rw- gingold/gingold 205 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-stack-directive-1.d -rw-rw-rw- gingold/gingold 99 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-stack-directive-1.s -rw-rw-rw- gingold/gingold 243 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-stack-directive-2.d -rw-rw-rw- gingold/gingold 47 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-stack-directive-2.s -rw-rw-rw- gingold/gingold 182 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-wchar-directive-1.d -rw-rw-rw- gingold/gingold 37 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-wchar-directive-1.s -rw-rw-rw- gingold/gingold 182 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-wchar-directive-2.d -rw-rw-rw- gingold/gingold 23 2010-11-02 15:36 binutils-2.23.2/gas/testsuite/gas/tic6x/attr-wchar-directive-2.s -rw-rw-rw- gingold/gingold 302 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/tic6x/data-reloc.d -rw-rw-rw- gingold/gingold 140 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/data-reloc.s -rw-rw-rw- gingold/gingold 59 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/dir-junk.d -rw-rw-rw- gingold/gingold 173 2011-02-04 00:20 binutils-2.23.2/gas/testsuite/gas/tic6x/dir-junk.l -rw-rw-rw- gingold/gingold 37 2011-02-04 00:20 binutils-2.23.2/gas/testsuite/gas/tic6x/dir-junk.s -rw-rw-rw- gingold/gingold 79 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/dummy.s -rw-rw-rw- gingold/gingold 48 2010-06-16 02:36 binutils-2.23.2/gas/testsuite/gas/tic6x/empty.s -rw-rw-rw- gingold/gingold 224 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/endian-1.d -rw-rw-rw- gingold/gingold 240 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/endian-2.d -rw-rw-rw- gingold/gingold 240 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/endian-3.d -rw-rw-rw- gingold/gingold 446 2010-09-27 17:52 binutils-2.23.2/gas/testsuite/gas/tic6x/got-reloc.d -rw-rw-rw- gingold/gingold 257 2010-09-27 17:52 binutils-2.23.2/gas/testsuite/gas/tic6x/got-reloc.s -rw-rw-rw- gingold/gingold 387 2011-02-04 00:20 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-atomic.d -rw-rw-rw- gingold/gingold 124 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-atomic.s -rw-rw-rw- gingold/gingold 59 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-bad-1.d -rw-rw-rw- gingold/gingold 82757 2010-09-29 12:14 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-bad-1.l -rw-rw-rw- gingold/gingold 28050 2010-09-29 12:14 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-bad-1.s -rw-rw-rw- gingold/gingold 76 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-bad-2.d -rw-rw-rw- gingold/gingold 1017 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-bad-2.l -rw-rw-rw- gingold/gingold 786 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-bad-2.s -rw-rw-rw- gingold/gingold 7868 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-c674x-pcrel.d -rw-rw-rw- gingold/gingold 2295 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-c674x-pcrel.s -rw-rw-rw- gingold/gingold 7938 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-c674x-reloc.d -rw-rw-rw- gingold/gingold 2865 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-c674x-reloc.s -rw-rw-rw- gingold/gingold 4028 2010-10-07 13:28 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-c674x-sploop.d -rw-rw-rw- gingold/gingold 1151 2010-10-07 13:28 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-c674x-sploop.s -rw-rw-rw- gingold/gingold 100592 2010-09-29 12:14 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-c674x.d -rw-rw-rw- gingold/gingold 38564 2010-09-29 12:14 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-c674x.s -rw-rw-rw- gingold/gingold 410 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-parallel-be.d -rw-rw-rw- gingold/gingold 416 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-parallel-le.d -rw-rw-rw- gingold/gingold 871 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-parallel-multi.d -rw-rw-rw- gingold/gingold 397 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-parallel-multi.s -rw-rw-rw- gingold/gingold 94 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-parallel.s -rw-rw-rw- gingold/gingold 1017 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-predicate.d -rw-rw-rw- gingold/gingold 396 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/insns-predicate.s -rw-rw-rw- gingold/gingold 63 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-1.d -rw-rw-rw- gingold/gingold 848 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-1.l -rw-rw-rw- gingold/gingold 396 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-1.s -rw-rw-rw- gingold/gingold 68 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-2.d -rw-rw-rw- gingold/gingold 223 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-2.l -rw-rw-rw- gingold/gingold 114 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-2.s -rw-rw-rw- gingold/gingold 74 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-3.d -rw-rw-rw- gingold/gingold 84 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-3.l -rw-rw-rw- gingold/gingold 135 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-3.s -rw-rw-rw- gingold/gingold 93 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-4.d -rw-rw-rw- gingold/gingold 141 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-4.l -rw-rw-rw- gingold/gingold 431 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/parallel-bad-4.s -rw-rw-rw- gingold/gingold 105 2011-05-20 12:09 binutils-2.23.2/gas/testsuite/gas/tic6x/pcr-relocs-undef.d -rw-rw-rw- gingold/gingold 51 2011-05-20 12:09 binutils-2.23.2/gas/testsuite/gas/tic6x/pcr-relocs-undef.s -rw-rw-rw- gingold/gingold 1175 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/tic6x/pcr-relocs.d -rw-rw-rw- gingold/gingold 461 2011-05-20 12:09 binutils-2.23.2/gas/testsuite/gas/tic6x/pcr-relocs.s -rw-rw-rw- gingold/gingold 65 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-1.d -rw-rw-rw- gingold/gingold 889 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-1.l -rw-rw-rw- gingold/gingold 274 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-1.s -rw-rw-rw- gingold/gingold 93 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-2.d -rw-rw-rw- gingold/gingold 5285 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-2.l -rw-rw-rw- gingold/gingold 1040 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-2.s -rw-rw-rw- gingold/gingold 94 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-3.d -rw-rw-rw- gingold/gingold 2078 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-3.l -rw-rw-rw- gingold/gingold 898 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/predicate-bad-3.s -rw-rw-rw- gingold/gingold 58 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-1.d -rw-rw-rw- gingold/gingold 107 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-1.l -rw-rw-rw- gingold/gingold 172 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-1.s -rw-rw-rw- gingold/gingold 58 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-2.d -rw-rw-rw- gingold/gingold 9994 2011-05-20 12:09 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-2.l -rw-rw-rw- gingold/gingold 5445 2011-05-20 12:09 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-2.s -rw-rw-rw- gingold/gingold 58 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-3.d -rw-rw-rw- gingold/gingold 1713 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-3.l -rw-rw-rw- gingold/gingold 2174 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-3.s -rw-rw-rw- gingold/gingold 58 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-4.d -rw-rw-rw- gingold/gingold 93 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-4.l -rw-rw-rw- gingold/gingold 123 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-4.s -rw-rw-rw- gingold/gingold 58 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-5.d -rw-rw-rw- gingold/gingold 73 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-5.l -rw-rw-rw- gingold/gingold 233 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-5.s -rw-rw-rw- gingold/gingold 58 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-6.d -rw-rw-rw- gingold/gingold 2281 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-6.l -rw-rw-rw- gingold/gingold 3732 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/reloc-bad-6.s -rw-rw-rw- gingold/gingold 95 2010-06-19 00:44 binutils-2.23.2/gas/testsuite/gas/tic6x/resource-func-unit-1.d -rw-rw-rw- gingold/gingold 95 2010-06-19 00:44 binutils-2.23.2/gas/testsuite/gas/tic6x/resource-func-unit-1.l -rw-rw-rw- gingold/gingold 156 2010-06-19 00:44 binutils-2.23.2/gas/testsuite/gas/tic6x/resource-func-unit-1.s -rw-rw-rw- gingold/gingold 114 2010-06-19 00:44 binutils-2.23.2/gas/testsuite/gas/tic6x/resource-func-unit-2.d -rw-rw-rw- gingold/gingold 165 2010-06-19 00:44 binutils-2.23.2/gas/testsuite/gas/tic6x/resource-func-unit-2.l -rw-rw-rw- gingold/gingold 406 2010-06-19 00:44 binutils-2.23.2/gas/testsuite/gas/tic6x/resource-func-unit-2.s -rw-rw-rw- gingold/gingold 102 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-1.d -rw-rw-rw- gingold/gingold 27 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-1.s -rw-rw-rw- gingold/gingold 101 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-2.d -rw-rw-rw- gingold/gingold 28 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-2.s -rw-rw-rw- gingold/gingold 100 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-3.d -rw-rw-rw- gingold/gingold 27 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-3.s -rw-rw-rw- gingold/gingold 1954 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-4.d -rw-rw-rw- gingold/gingold 120 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-4.s -rw-rw-rw- gingold/gingold 105 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-5.d -rw-rw-rw- gingold/gingold 10 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-5.s -rw-rw-rw- gingold/gingold 111 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-6.d -rw-rw-rw- gingold/gingold 15 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-6.s -rw-rw-rw- gingold/gingold 109 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-7.d -rw-rw-rw- gingold/gingold 15 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-7.s -rw-rw-rw- gingold/gingold 110 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-8.d -rw-rw-rw- gingold/gingold 15 2011-03-31 10:58 binutils-2.23.2/gas/testsuite/gas/tic6x/scomm-directive-8.s -rw-rw-rw- gingold/gingold 67 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-1.d -rw-rw-rw- gingold/gingold 1357 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-1.l -rw-rw-rw- gingold/gingold 403 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-1.s -rw-rw-rw- gingold/gingold 67 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-2.d -rw-rw-rw- gingold/gingold 588 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-2.l -rw-rw-rw- gingold/gingold 323 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-2.s -rw-rw-rw- gingold/gingold 67 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-3.d -rw-rw-rw- gingold/gingold 244 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-3.l -rw-rw-rw- gingold/gingold 126 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-3.s -rw-rw-rw- gingold/gingold 67 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-4.d -rw-rw-rw- gingold/gingold 170 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-4.l -rw-rw-rw- gingold/gingold 182 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-4.s -rw-rw-rw- gingold/gingold 67 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-5.d -rw-rw-rw- gingold/gingold 269 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-5.l -rw-rw-rw- gingold/gingold 169 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-5.s -rw-rw-rw- gingold/gingold 67 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-6.d -rw-rw-rw- gingold/gingold 1320 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-6.l -rw-rw-rw- gingold/gingold 570 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-6.s -rw-rw-rw- gingold/gingold 67 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-7.d -rw-rw-rw- gingold/gingold 138 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-7.l -rw-rw-rw- gingold/gingold 118 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/sploop-bad-7.s -rw-rw-rw- gingold/gingold 586 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/syntax.d -rw-rw-rw- gingold/gingold 237 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/syntax.s -rw-rw-rw- gingold/gingold 98 2010-03-25 22:12 binutils-2.23.2/gas/testsuite/gas/tic6x/tic6x.exp -rw-rw-rw- gingold/gingold 2173 2012-05-19 12:37 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-1.d -rw-rw-rw- gingold/gingold 3716 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-1.s -rw-rw-rw- gingold/gingold 2167 2012-05-19 12:37 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-2.d -rw-rw-rw- gingold/gingold 3716 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-2.s -rw-rw-rw- gingold/gingold 380 2012-05-19 12:37 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-3.d -rw-rw-rw- gingold/gingold 434 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-3.s -rw-rw-rw- gingold/gingold 69 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-bad-1.d -rw-rw-rw- gingold/gingold 650 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-bad-1.l -rw-rw-rw- gingold/gingold 998 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-bad-1.s -rw-rw-rw- gingold/gingold 70 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-bad-2.d -rw-rw-rw- gingold/gingold 899 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-bad-2.l -rw-rw-rw- gingold/gingold 1990 2011-05-09 15:17 binutils-2.23.2/gas/testsuite/gas/tic6x/unwind-bad-2.s -rw-rw-rw- gingold/gingold 764022 2011-06-13 17:18 binutils-2.23.2/gas/testsuite/gas/tilegx/t_insns.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/tilegx -rw-rw-rw- gingold/gingold 558492 2011-06-13 17:18 binutils-2.23.2/gas/testsuite/gas/tilegx/t_insns.s -rw-rw-rw- gingold/gingold 906 2011-06-13 17:18 binutils-2.23.2/gas/testsuite/gas/tilegx/tilegx.exp -rw-rw-rw- gingold/gingold 11868 2011-06-13 17:18 binutils-2.23.2/gas/testsuite/gas/tilepro/t_constants.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/tilepro -rw-rw-rw- gingold/gingold 25163 2011-06-13 17:18 binutils-2.23.2/gas/testsuite/gas/tilepro/t_constants.s -rw-rw-rw- gingold/gingold 561562 2011-06-13 17:18 binutils-2.23.2/gas/testsuite/gas/tilepro/t_insns.d -rw-rw-rw- gingold/gingold 399011 2011-06-13 17:18 binutils-2.23.2/gas/testsuite/gas/tilepro/t_insns.s -rw-rw-rw- gingold/gingold 939 2011-06-13 17:18 binutils-2.23.2/gas/testsuite/gas/tilepro/tilepro.exp -rw-rw-rw- gingold/gingold 293 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/arith.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/v850 -rw-rw-rw- gingold/gingold 17090 2009-09-02 09:24 binutils-2.23.2/gas/testsuite/gas/v850/basic.exp -rw-rw-rw- gingold/gingold 86 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/bit.s -rw-rw-rw- gingold/gingold 197 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/branch.s -rw-rw-rw- gingold/gingold 299 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/compare.s -rw-rw-rw- gingold/gingold 23 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/fepsw.s -rw-rw-rw- gingold/gingold 93 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/hilo.s -rw-rw-rw- gingold/gingold 49 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/hilo2.s -rw-rw-rw- gingold/gingold 67 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/jumps.s -rw-rw-rw- gingold/gingold 120 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/logical.s -rw-rw-rw- gingold/gingold 228 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/mem.s -rw-rw-rw- gingold/gingold 96 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/misc.s -rw-rw-rw- gingold/gingold 79 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/move.s -rw-rw-rw- gingold/gingold 27 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/range.s -rw-rw-rw- gingold/gingold 149 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/gas/v850/reloc.s -rw-rw-rw- gingold/gingold 491 2010-07-23 16:52 binutils-2.23.2/gas/testsuite/gas/v850/split-lo16.d -rw-rw-rw- gingold/gingold 186 2005-05-17 13:56 binutils-2.23.2/gas/testsuite/gas/v850/split-lo16.s -rw-rw-rw- gingold/gingold 1567 2011-04-13 15:20 binutils-2.23.2/gas/testsuite/gas/v850/v850e1.d -rw-rw-rw- gingold/gingold 586 2011-04-13 15:20 binutils-2.23.2/gas/testsuite/gas/v850/v850e1.s -rw-rw-rw- gingold/gingold 1357 2005-04-01 16:08 binutils-2.23.2/gas/testsuite/gas/vax/elf-rel.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/vax -rw-rw-rw- gingold/gingold 456 2002-09-28 01:36 binutils-2.23.2/gas/testsuite/gas/vax/elf-rel.s -rw-rw-rw- gingold/gingold 365 2005-04-01 16:17 binutils-2.23.2/gas/testsuite/gas/vax/flonum.d -rw-rw-rw- gingold/gingold 188 2005-04-01 16:17 binutils-2.23.2/gas/testsuite/gas/vax/flonum.s -rw-rw-rw- gingold/gingold 48 2002-08-26 13:06 binutils-2.23.2/gas/testsuite/gas/vax/quad.s -rw-rw-rw- gingold/gingold 49 2002-08-26 13:06 binutils-2.23.2/gas/testsuite/gas/vax/quad_elf.s -rw-rw-rw- gingold/gingold 877 2005-05-05 12:29 binutils-2.23.2/gas/testsuite/gas/vax/vax.exp -rw-rw-rw- gingold/gingold 115 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/add.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/xc16x -rw-rw-rw- gingold/gingold 1055 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/add_test.s -rw-rw-rw- gingold/gingold 152 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/addb.s -rw-rw-rw- gingold/gingold 147 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/addc.s -rw-rw-rw- gingold/gingold 153 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/addcb.s -rw-rw-rw- gingold/gingold 139 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/and.s -rw-rw-rw- gingold/gingold 170 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/andb.s -rw-rw-rw- gingold/gingold 70 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/bfldl.s -rw-rw-rw- gingold/gingold 137 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/bit.s -rw-rw-rw- gingold/gingold 407 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/calla.s -rw-rw-rw- gingold/gingold 346 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/calli.s -rw-rw-rw- gingold/gingold 104 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/cmp.s -rw-rw-rw- gingold/gingold 564 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/cmp_test.s -rw-rw-rw- gingold/gingold 107 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/cmpb.s -rw-rw-rw- gingold/gingold 257 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/cmpi.s -rw-rw-rw- gingold/gingold 80 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/cpl.s -rw-rw-rw- gingold/gingold 100 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/div.s -rw-rw-rw- gingold/gingold 389 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/jmpa.s -rw-rw-rw- gingold/gingold 387 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/jmpi.s -rw-rw-rw- gingold/gingold 540 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/jmpr.s -rw-rw-rw- gingold/gingold 302 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/mov.s -rw-rw-rw- gingold/gingold 1308 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/mov_test.s -rw-rw-rw- gingold/gingold 325 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/movb.s -rw-rw-rw- gingold/gingold 110 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/movbs.s -rw-rw-rw- gingold/gingold 93 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/movbz.s -rw-rw-rw- gingold/gingold 69 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/mul.s -rw-rw-rw- gingold/gingold 75 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/neg.s -rw-rw-rw- gingold/gingold 80 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/nop.s -rw-rw-rw- gingold/gingold 148 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/or.s -rw-rw-rw- gingold/gingold 161 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/orb.s -rw-rw-rw- gingold/gingold 78 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/prior.s -rw-rw-rw- gingold/gingold 77 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/pushpop.s -rw-rw-rw- gingold/gingold 121 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/ret.s -rw-rw-rw- gingold/gingold 104 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/scxt.s -rw-rw-rw- gingold/gingold 190 2009-10-19 17:27 binutils-2.23.2/gas/testsuite/gas/xc16x/shlrol.s -rw-rw-rw- gingold/gingold 152 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/sub.s -rw-rw-rw- gingold/gingold 884 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/sub_test.s -rw-rw-rw- gingold/gingold 166 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/subb.s -rw-rw-rw- gingold/gingold 158 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/subc.s -rw-rw-rw- gingold/gingold 176 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/subcb.s -rw-rw-rw- gingold/gingold 174 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/syscontrol1.s -rw-rw-rw- gingold/gingold 369 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/syscontrol2.s -rw-rw-rw- gingold/gingold 71 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/trap.s -rw-rw-rw- gingold/gingold 47326 2009-12-19 20:34 binutils-2.23.2/gas/testsuite/gas/xc16x/xc16x.exp -rw-rw-rw- gingold/gingold 154 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/xor.s -rw-rw-rw- gingold/gingold 169 2006-02-17 15:36 binutils-2.23.2/gas/testsuite/gas/xc16x/xorb.s -rw-rw-rw- gingold/gingold 198 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/abi-xgate-16-32.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/xgate -rw-rw-rw- gingold/gingold 183 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/abi-xgate-16-64.d -rw-rw-rw- gingold/gingold 204 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/abi-xgate-32-32.d -rw-rw-rw- gingold/gingold 189 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/abi-xgate-32-64.d -rw-rw-rw- gingold/gingold 33 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/abi.s -rw-rw-rw- gingold/gingold 4438 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/all_insns.d -rw-rw-rw- gingold/gingold 2253 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/all_insns.s -rw-rw-rw- gingold/gingold 915 2012-08-06 21:49 binutils-2.23.2/gas/testsuite/gas/xgate/hilo.d -rw-rw-rw- gingold/gingold 545 2012-08-06 21:49 binutils-2.23.2/gas/testsuite/gas/xgate/hilo.s -rw-rw-rw- gingold/gingold 1712 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/insns-dwarf2.d -rw-rw-rw- gingold/gingold 1607 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/insns.d -rw-rw-rw- gingold/gingold 444 2012-05-03 15:12 binutils-2.23.2/gas/testsuite/gas/xgate/insns.s -rw-rw-rw- gingold/gingold 320 2012-09-04 14:53 binutils-2.23.2/gas/testsuite/gas/xgate/xgate.exp -rw-rw-rw- gingold/gingold 39330 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/xstormy16/allinsn.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/xstormy16 -rw-rw-rw- gingold/gingold 187 2001-12-08 04:45 binutils-2.23.2/gas/testsuite/gas/xstormy16/allinsn.exp -rw-rw-rw- gingold/gingold 20650 2002-12-20 22:14 binutils-2.23.2/gas/testsuite/gas/xstormy16/allinsn.s -rw-rw-rw- gingold/gingold 21811 2002-12-20 22:14 binutils-2.23.2/gas/testsuite/gas/xstormy16/allinsn.sh -rw-rw-rw- gingold/gingold 317 2001-12-08 04:45 binutils-2.23.2/gas/testsuite/gas/xstormy16/gcc.d -rw-rw-rw- gingold/gingold 94 2001-12-08 04:45 binutils-2.23.2/gas/testsuite/gas/xstormy16/gcc.s -rw-rw-rw- gingold/gingold 1179 2001-12-08 04:45 binutils-2.23.2/gas/testsuite/gas/xstormy16/gcc.sh -rw-rw-rw- gingold/gingold 733 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/xstormy16/reloc-1.d -rw-rw-rw- gingold/gingold 272 2001-12-08 04:45 binutils-2.23.2/gas/testsuite/gas/xstormy16/reloc-1.s -rw-rw-rw- gingold/gingold 1640 2012-05-17 18:36 binutils-2.23.2/gas/testsuite/gas/xstormy16/reloc-2.d -rw-rw-rw- gingold/gingold 739 2001-12-08 04:45 binutils-2.23.2/gas/testsuite/gas/xstormy16/reloc-2.s -rw-rw-rw- gingold/gingold 2562 2008-11-05 00:11 binutils-2.23.2/gas/testsuite/gas/xtensa/all.exp drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/xtensa -rw-rw-rw- gingold/gingold 40 2003-04-01 17:50 binutils-2.23.2/gas/testsuite/gas/xtensa/entry_align.s -rw-rw-rw- gingold/gingold 41 2003-04-01 17:50 binutils-2.23.2/gas/testsuite/gas/xtensa/entry_misalign.s -rw-rw-rw- gingold/gingold 78 2004-10-08 02:22 binutils-2.23.2/gas/testsuite/gas/xtensa/entry_misalign2.s -rw-rw-rw- gingold/gingold 256 2007-12-07 23:52 binutils-2.23.2/gas/testsuite/gas/xtensa/err-pcrel.s -rw-rw-rw- gingold/gingold 74 2003-04-01 17:50 binutils-2.23.2/gas/testsuite/gas/xtensa/j_too_far.s -rw-rw-rw- gingold/gingold 374 2008-11-05 00:11 binutils-2.23.2/gas/testsuite/gas/xtensa/jlong.d -rw-rw-rw- gingold/gingold 91 2008-11-05 00:11 binutils-2.23.2/gas/testsuite/gas/xtensa/jlong.s -rw-rw-rw- gingold/gingold 43 2003-04-01 17:50 binutils-2.23.2/gas/testsuite/gas/xtensa/loop_align.s -rw-rw-rw- gingold/gingold 44 2003-04-01 17:50 binutils-2.23.2/gas/testsuite/gas/xtensa/loop_misalign.s -rw-rw-rw- gingold/gingold 437 2007-12-07 23:52 binutils-2.23.2/gas/testsuite/gas/xtensa/pcrel.d -rw-rw-rw- gingold/gingold 148 2007-12-07 23:52 binutils-2.23.2/gas/testsuite/gas/xtensa/pcrel.s -rw-rw-rw- gingold/gingold 714 2004-11-11 20:05 binutils-2.23.2/gas/testsuite/gas/xtensa/short_branch_offset.d -rw-rw-rw- gingold/gingold 163 2004-11-11 20:05 binutils-2.23.2/gas/testsuite/gas/xtensa/short_branch_offset.s -rw-rw-rw- gingold/gingold 277 2007-12-13 20:03 binutils-2.23.2/gas/testsuite/gas/xtensa/weak-call.d -rw-rw-rw- gingold/gingold 116 2007-12-13 20:03 binutils-2.23.2/gas/testsuite/gas/xtensa/weak-call.s -rw-rw-rw- gingold/gingold 1029 2007-12-07 23:52 binutils-2.23.2/gas/testsuite/gas/xtensa/xtensa-err.exp -rw-rw-rw- gingold/gingold 5293 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/arith.d drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/z80 -rw-rw-rw- gingold/gingold 1354 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/arith.s -rw-rw-rw- gingold/gingold 311 2010-12-05 22:44 binutils-2.23.2/gas/testsuite/gas/z80/atend.d -rw-rw-rw- gingold/gingold 249 2010-12-05 22:44 binutils-2.23.2/gas/testsuite/gas/z80/atend.s -rw-rw-rw- gingold/gingold 10003 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/bit.d -rw-rw-rw- gingold/gingold 2511 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/bit.s -rw-rw-rw- gingold/gingold 531 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/block.d -rw-rw-rw- gingold/gingold 133 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/block.s -rw-rw-rw- gingold/gingold 1634 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/branch.d -rw-rw-rw- gingold/gingold 535 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/branch.s -rw-rw-rw- gingold/gingold 64 2012-05-06 12:56 binutils-2.23.2/gas/testsuite/gas/z80/djnz-backf.s -rw-rw-rw- gingold/gingold 156 2009-10-25 17:18 binutils-2.23.2/gas/testsuite/gas/z80/equ.d -rw-rw-rw- gingold/gingold 152 2009-10-25 17:18 binutils-2.23.2/gas/testsuite/gas/z80/equ.s -rw-rw-rw- gingold/gingold 20 2012-05-06 12:56 binutils-2.23.2/gas/testsuite/gas/z80/ill_op.s -rw-rw-rw- gingold/gingold 639 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/inout.d -rw-rw-rw- gingold/gingold 214 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/inout.s -rw-rw-rw- gingold/gingold 76 2012-05-06 12:56 binutils-2.23.2/gas/testsuite/gas/z80/jr-backf.s -rw-rw-rw- gingold/gingold 57 2012-05-06 12:56 binutils-2.23.2/gas/testsuite/gas/z80/jr-forwf.s -rw-rw-rw- gingold/gingold 4936 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/ld-group.d -rw-rw-rw- gingold/gingold 1667 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/ld-group.s -rw-rw-rw- gingold/gingold 715 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/misc.d -rw-rw-rw- gingold/gingold 203 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/misc.s -rw-rw-rw- gingold/gingold 665 2006-01-18 15:52 binutils-2.23.2/gas/testsuite/gas/z80/offset.d -rw-rw-rw- gingold/gingold 259 2006-01-18 15:52 binutils-2.23.2/gas/testsuite/gas/z80/offset.s -rw-rw-rw- gingold/gingold 196 2005-10-25 19:40 binutils-2.23.2/gas/testsuite/gas/z80/quotes.d -rw-rw-rw- gingold/gingold 162 2005-10-25 19:40 binutils-2.23.2/gas/testsuite/gas/z80/quotes.s -rw-rw-rw- gingold/gingold 158 2009-10-25 17:18 binutils-2.23.2/gas/testsuite/gas/z80/redef.d -rw-rw-rw- gingold/gingold 130 2005-10-25 19:40 binutils-2.23.2/gas/testsuite/gas/z80/redef.s -rw-rw-rw- gingold/gingold 3020 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/rotate.d -rw-rw-rw- gingold/gingold 633 2008-09-14 16:04 binutils-2.23.2/gas/testsuite/gas/z80/rotate.s -rw-rw-rw- gingold/gingold 325 2005-11-07 00:04 binutils-2.23.2/gas/testsuite/gas/z80/suffix.d -rw-rw-rw- gingold/gingold 172 2005-11-07 00:04 binutils-2.23.2/gas/testsuite/gas/z80/suffix.s -rw-rw-rw- gingold/gingold 1199 2012-05-06 12:56 binutils-2.23.2/gas/testsuite/gas/z80/z80.exp -rw-rw-rw- gingold/gingold 46 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/calr-backf.s drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/gas/z8k -rw-rw-rw- gingold/gingold 41 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/calr-forwf.s -rw-rw-rw- gingold/gingold 398 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/calr.d -rw-rw-rw- gingold/gingold 102 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/calr.s -rw-rw-rw- gingold/gingold 1349 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/ctrl-names.d -rw-rw-rw- gingold/gingold 533 2003-12-06 00:37 binutils-2.23.2/gas/testsuite/gas/z8k/ctrl-names.s -rw-rw-rw- gingold/gingold 32 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/dec.s -rw-rw-rw- gingold/gingold 20 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/decbf.s -rw-rw-rw- gingold/gingold 18 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/decf.s -rw-rw-rw- gingold/gingold 69 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/djnz-backf.s -rw-rw-rw- gingold/gingold 67 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/djnz-backf2.s -rw-rw-rw- gingold/gingold 408 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/djnz.d -rw-rw-rw- gingold/gingold 149 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/djnz.s -rw-rw-rw- gingold/gingold 227 2003-12-15 23:03 binutils-2.23.2/gas/testsuite/gas/z8k/eidi.s -rw-rw-rw- gingold/gingold 42 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/eidif.s -rw-rw-rw- gingold/gingold 32 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/inc.s -rw-rw-rw- gingold/gingold 20 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/incbf.s -rw-rw-rw- gingold/gingold 18 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/incf.s -rw-rw-rw- gingold/gingold 23006 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/inout.d -rw-rw-rw- gingold/gingold 10680 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/inout.s -rw-rw-rw- gingold/gingold 1246 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/jmp-cc.d -rw-rw-rw- gingold/gingold 387 2003-11-26 22:23 binutils-2.23.2/gas/testsuite/gas/z8k/jmp-cc.s -rw-rw-rw- gingold/gingold 273 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/jr-back.d -rw-rw-rw- gingold/gingold 84 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/jr-back.s -rw-rw-rw- gingold/gingold 76 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/jr-backf.s -rw-rw-rw- gingold/gingold 271 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/jr-forw.d -rw-rw-rw- gingold/gingold 93 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/jr-forw.s -rw-rw-rw- gingold/gingold 57 2003-10-04 23:11 binutils-2.23.2/gas/testsuite/gas/z8k/jr-forwf.s -rw-rw-rw- gingold/gingold 29 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/ldk.s -rw-rw-rw- gingold/gingold 18 2003-06-21 14:20 binutils-2.23.2/gas/testsuite/gas/z8k/ldkf.s -rw-rw-rw- gingold/gingold 5262 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/reglabel.d -rw-rw-rw- gingold/gingold 4001 2006-12-08 22:56 binutils-2.23.2/gas/testsuite/gas/z8k/reglabel.s -rw-rw-rw- gingold/gingold 1152 2007-04-01 00:28 binutils-2.23.2/gas/testsuite/gas/z8k/ret-cc.d -rw-rw-rw- gingold/gingold 305 2003-11-26 22:23 binutils-2.23.2/gas/testsuite/gas/z8k/ret-cc.s -rw-rw-rw- gingold/gingold 456 2013-03-08 17:53 binutils-2.23.2/gas/testsuite/gas/z8k/translate-ops.d -rw-rw-rw- gingold/gingold 211 2013-03-08 17:53 binutils-2.23.2/gas/testsuite/gas/z8k/translate-ops.s -rw-rw-rw- gingold/gingold 1566 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/gas/z8k/z8k.exp -rwxrwxrwx gingold/gingold 180 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/lib/doboth drwxr-xr-x Creating directory: binutils-2.23.2/gas/testsuite/lib -rwxrwxrwx gingold/gingold 1299 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/lib/doobjcmp -rwxrwxrwx gingold/gingold 111 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/lib/dostriptest -rwxrwxrwx gingold/gingold 522 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/lib/dotest -rwxrwxrwx gingold/gingold 266 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/lib/dounsreloc -rwxrwxrwx gingold/gingold 246 1999-05-03 09:28 binutils-2.23.2/gas/testsuite/lib/dounssym -rw-rw-rw- gingold/gingold 27576 2013-03-25 09:06 binutils-2.23.2/gas/testsuite/lib/gas-defs.exp -rw-rw-rw- gingold/gingold 1544 2007-08-28 15:21 binutils-2.23.2/gas/testsuite/lib/gas-dg.exp -rw-rw-rw- gingold/gingold 78439 2013-03-25 09:06 binutils-2.23.2/gas/write.c -rw-rw-rw- gingold/gingold 5611 2010-01-23 13:05 binutils-2.23.2/gas/write.h -rw-rw-rw- gingold/gingold 36556 2013-03-25 09:06 binutils-2.23.2/gold/aclocal.m4 drwxr-xr-x Creating directory: binutils-2.23.2/gold -rw-rw-rw- gingold/gingold 37229 2012-04-17 02:28 binutils-2.23.2/gold/archive.cc -rw-rw-rw- gingold/gingold 15413 2011-06-02 22:13 binutils-2.23.2/gold/archive.h -rw-rw-rw- gingold/gingold 9501 2010-12-14 20:03 binutils-2.23.2/gold/arm-reloc-property.cc -rw-rw-rw- gingold/gingold 11467 2010-12-14 20:03 binutils-2.23.2/gold/arm-reloc-property.h -rw-rw-rw- gingold/gingold 13520 2010-12-14 20:03 binutils-2.23.2/gold/arm-reloc.def -rw-rw-rw- gingold/gingold 402869 2013-03-25 09:06 binutils-2.23.2/gold/arm.cc -rw-rw-rw- gingold/gingold 13719 2010-08-25 10:36 binutils-2.23.2/gold/attributes.cc -rw-rw-rw- gingold/gingold 11033 2010-12-14 20:03 binutils-2.23.2/gold/attributes.h -rw-rw-rw- gingold/gingold 10407 2011-05-29 19:17 binutils-2.23.2/gold/binary.cc -rw-rw-rw- gingold/gingold 3189 2008-02-08 08:06 binutils-2.23.2/gold/binary.h -rw-rw-rw- gingold/gingold 563408 2013-03-25 09:06 binutils-2.23.2/gold/ChangeLog -rw-rw-rw- gingold/gingold 9904 2012-07-11 16:18 binutils-2.23.2/gold/common.cc -rw-rw-rw- gingold/gingold 1690 2010-02-12 05:33 binutils-2.23.2/gold/common.h -rw-rw-rw- gingold/gingold 7844 2010-07-13 13:59 binutils-2.23.2/gold/compressed_output.cc -rw-rw-rw- gingold/gingold 2604 2010-07-12 19:59 binutils-2.23.2/gold/compressed_output.h -rw-rw-rw- gingold/gingold 7214 2012-09-11 11:20 binutils-2.23.2/gold/config.in -rwxrwxrwx gingold/gingold 263441 2013-03-25 09:06 binutils-2.23.2/gold/configure -rw-rw-rw- gingold/gingold 17386 2013-03-25 09:06 binutils-2.23.2/gold/configure.ac -rw-rw-rw- gingold/gingold 3319 2010-02-03 06:36 binutils-2.23.2/gold/configure.tgt -rw-rw-rw- gingold/gingold 7983 2011-12-19 22:07 binutils-2.23.2/gold/copy-relocs.cc -rw-rw-rw- gingold/gingold 5731 2011-06-08 05:50 binutils-2.23.2/gold/copy-relocs.h -rw-rw-rw- gingold/gingold 10425 2010-12-14 20:03 binutils-2.23.2/gold/cref.cc -rw-rw-rw- gingold/gingold 2076 2010-01-05 22:52 binutils-2.23.2/gold/cref.h -rw-rw-rw- gingold/gingold 2343 2010-10-15 00:10 binutils-2.23.2/gold/debug.h -rw-rw-rw- gingold/gingold 7435 2010-08-20 00:50 binutils-2.23.2/gold/defstd.cc -rw-rw-rw- gingold/gingold 1137 2008-03-13 22:04 binutils-2.23.2/gold/defstd.h -rw-rw-rw- gingold/gingold 6949 2012-11-09 09:21 binutils-2.23.2/gold/descriptors.cc -rw-rw-rw- gingold/gingold 3534 2009-03-24 05:50 binutils-2.23.2/gold/descriptors.h -rw-rw-rw- gingold/gingold 7142 2011-11-17 18:46 binutils-2.23.2/gold/dirsearch.cc -rw-rw-rw- gingold/gingold 2895 2011-11-17 18:46 binutils-2.23.2/gold/dirsearch.h -rw-rw-rw- gingold/gingold 68212 2012-11-09 09:21 binutils-2.23.2/gold/dwarf_reader.cc -rw-rw-rw- gingold/gingold 31678 2012-05-01 21:12 binutils-2.23.2/gold/dwarf_reader.h -rw-rw-rw- gingold/gingold 54619 2012-06-04 22:00 binutils-2.23.2/gold/dynobj.cc -rw-rw-rw- gingold/gingold 18891 2012-03-21 20:02 binutils-2.23.2/gold/dynobj.h -rw-rw-rw- gingold/gingold 36142 2012-07-11 16:18 binutils-2.23.2/gold/ehframe.cc -rw-rw-rw- gingold/gingold 15366 2011-07-02 00:05 binutils-2.23.2/gold/ehframe.h -rw-rw-rw- gingold/gingold 9852 2011-06-08 06:43 binutils-2.23.2/gold/errors.cc -rw-rw-rw- gingold/gingold 4136 2011-06-08 06:43 binutils-2.23.2/gold/errors.h -rw-rw-rw- gingold/gingold 33654 2011-12-19 22:07 binutils-2.23.2/gold/expression.cc -rw-rw-rw- gingold/gingold 1379 2009-03-31 01:17 binutils-2.23.2/gold/ffsll.c -rw-rw-rw- gingold/gingold 29162 2011-10-18 01:36 binutils-2.23.2/gold/fileread.cc -rw-rw-rw- gingold/gingold 17295 2011-04-12 02:44 binutils-2.23.2/gold/fileread.h -rw-rw-rw- gingold/gingold 3037 2012-05-02 23:37 binutils-2.23.2/gold/freebsd.h -rw-rw-rw- gingold/gingold 1686 2009-03-28 06:22 binutils-2.23.2/gold/ftruncate.c -rw-rw-rw- gingold/gingold 2361 2009-01-28 03:25 binutils-2.23.2/gold/gc.cc -rw-rw-rw- gingold/gingold 13049 2012-04-26 02:07 binutils-2.23.2/gold/gc.h -rw-rw-rw- gingold/gingold 36315 2012-05-01 21:12 binutils-2.23.2/gold/gdb-index.cc -rw-rw-rw- gingold/gingold 5742 2012-03-21 20:02 binutils-2.23.2/gold/gdb-index.h -rw-rw-rw- gingold/gingold 9188 2010-12-14 20:03 binutils-2.23.2/gold/gold-threads.cc -rw-rw-rw- gingold/gingold 5718 2010-02-22 19:26 binutils-2.23.2/gold/gold-threads.h -rw-rw-rw- gingold/gingold 29431 2012-07-16 21:00 binutils-2.23.2/gold/gold.cc -rw-rw-rw- gingold/gingold 12504 2012-11-09 09:21 binutils-2.23.2/gold/gold.h -rw-rw-rw- gingold/gingold 133426 2012-11-09 09:21 binutils-2.23.2/gold/i386.cc -rw-rw-rw- gingold/gingold 33069 2011-06-28 23:15 binutils-2.23.2/gold/icf.cc -rw-rw-rw- gingold/gingold 5774 2011-02-02 22:55 binutils-2.23.2/gold/icf.h -rw-rw-rw- gingold/gingold 17284 2012-04-25 00:05 binutils-2.23.2/gold/incremental-dump.cc -rw-rw-rw- gingold/gingold 98329 2012-11-09 09:21 binutils-2.23.2/gold/incremental.cc -rw-rw-rw- gingold/gingold 65592 2012-04-25 00:05 binutils-2.23.2/gold/incremental.h -rw-rw-rw- gingold/gingold 3550 2012-01-25 08:34 binutils-2.23.2/gold/int_encoding.cc -rw-rw-rw- gingold/gingold 4993 2012-01-25 08:34 binutils-2.23.2/gold/int_encoding.h -rw-rw-rw- gingold/gingold 173560 2012-06-22 20:02 binutils-2.23.2/gold/layout.cc -rw-rw-rw- gingold/gingold 46306 2012-05-02 23:37 binutils-2.23.2/gold/layout.h -rw-rw-rw- gingold/gingold 10581 2012-03-21 20:02 binutils-2.23.2/gold/main.cc -rw-rw-rw- gingold/gingold 6826 2012-05-02 23:37 binutils-2.23.2/gold/Makefile.am -rw-rw-rw- gingold/gingold 44066 2013-03-25 09:06 binutils-2.23.2/gold/Makefile.in -rw-rw-rw- gingold/gingold 10203 2011-05-24 23:41 binutils-2.23.2/gold/mapfile.cc -rw-rw-rw- gingold/gingold 2982 2011-05-24 23:41 binutils-2.23.2/gold/mapfile.h -rw-rw-rw- gingold/gingold 20755 2012-02-29 22:22 binutils-2.23.2/gold/merge.cc -rw-rw-rw- gingold/gingold 18283 2010-12-14 20:03 binutils-2.23.2/gold/merge.h -rw-rw-rw- gingold/gingold 2406 2011-04-12 20:06 binutils-2.23.2/gold/mremap.c -rw-rw-rw- gingold/gingold 1301 2012-11-09 09:21 binutils-2.23.2/gold/nacl.cc -rw-rw-rw- gingold/gingold 7036 2012-05-02 23:37 binutils-2.23.2/gold/nacl.h -rw-rw-rw- gingold/gingold 30 2008-03-25 22:55 binutils-2.23.2/gold/NEWS -rw-rw-rw- gingold/gingold 98207 2012-05-02 23:37 binutils-2.23.2/gold/object.cc -rw-rw-rw- gingold/gingold 89802 2012-04-26 02:07 binutils-2.23.2/gold/object.h -rw-rw-rw- gingold/gingold 42874 2012-02-15 01:56 binutils-2.23.2/gold/options.cc -rw-rw-rw- gingold/gingold 77347 2012-06-07 07:14 binutils-2.23.2/gold/options.h -rw-rw-rw- gingold/gingold 156443 2012-11-09 09:21 binutils-2.23.2/gold/output.cc -rw-rw-rw- gingold/gingold 141968 2012-07-10 16:54 binutils-2.23.2/gold/output.h -rw-rw-rw- gingold/gingold 9612 2012-05-02 23:37 binutils-2.23.2/gold/parameters.cc -rw-rw-rw- gingold/gingold 6448 2011-10-18 02:06 binutils-2.23.2/gold/parameters.h -rw-rw-rw- gingold/gingold 47280 2012-06-13 00:52 binutils-2.23.2/gold/plugin.cc -rw-rw-rw- gingold/gingold 15854 2012-03-21 20:02 binutils-2.23.2/gold/plugin.h -rw-rw-rw- gingold/gingold 51373 2013-03-25 10:10 binutils-2.23.2/gold/po/es.gmo drwxr-xr-x Creating directory: binutils-2.23.2/gold/po -rw-rw-rw- gingold/gingold 66117 2012-09-04 14:53 binutils-2.23.2/gold/po/es.po -rw-rw-rw- gingold/gingold 50651 2013-03-25 10:10 binutils-2.23.2/gold/po/fi.gmo -rw-rw-rw- gingold/gingold 65465 2011-10-10 18:12 binutils-2.23.2/gold/po/fi.po -rw-rw-rw- gingold/gingold 42590 2010-04-22 16:37 binutils-2.23.2/gold/po/gold.pot -rw-rw-rw- gingold/gingold 38664 2013-03-25 10:10 binutils-2.23.2/gold/po/id.gmo -rw-rw-rw- gingold/gingold 50100 2009-05-26 18:49 binutils-2.23.2/gold/po/id.po -rw-rw-rw- gingold/gingold 50879 2013-03-25 10:10 binutils-2.23.2/gold/po/it.gmo -rw-rw-rw- gingold/gingold 64448 2011-11-25 10:15 binutils-2.23.2/gold/po/it.po -rw-rw-rw- gingold/gingold 7163 2009-11-03 16:20 binutils-2.23.2/gold/po/Make-in -rw-rw-rw- gingold/gingold 1148 2011-06-14 07:11 binutils-2.23.2/gold/po/POTFILES.in -rw-rw-rw- gingold/gingold 55950 2013-03-25 10:10 binutils-2.23.2/gold/po/vi.gmo -rw-rw-rw- gingold/gingold 69836 2012-09-04 14:53 binutils-2.23.2/gold/po/vi.po -rw-rw-rw- gingold/gingold 64634 2012-11-09 09:21 binutils-2.23.2/gold/powerpc.cc -rw-rw-rw- gingold/gingold 1438 2009-10-10 01:10 binutils-2.23.2/gold/pread.c -rw-rw-rw- gingold/gingold 2646 2010-12-01 17:51 binutils-2.23.2/gold/README -rw-rw-rw- gingold/gingold 26149 2012-02-29 22:22 binutils-2.23.2/gold/readsyms.cc -rw-rw-rw- gingold/gingold 13270 2011-04-12 02:44 binutils-2.23.2/gold/readsyms.h -rw-rw-rw- gingold/gingold 14307 2012-05-02 00:46 binutils-2.23.2/gold/reduced_debug_output.cc -rw-rw-rw- gingold/gingold 4335 2009-12-14 20:53 binutils-2.23.2/gold/reduced_debug_output.h -rw-rw-rw- gingold/gingold 2977 2008-04-17 00:54 binutils-2.23.2/gold/reloc-types.h -rw-rw-rw- gingold/gingold 55515 2011-06-25 02:40 binutils-2.23.2/gold/reloc.cc -rw-rw-rw- gingold/gingold 29652 2012-04-26 02:07 binutils-2.23.2/gold/reloc.h -rw-rw-rw- gingold/gingold 35741 2012-03-13 17:08 binutils-2.23.2/gold/resolve.cc -rw-rw-rw- gingold/gingold 16112 2010-09-08 18:10 binutils-2.23.2/gold/script-c.h -rw-rw-rw- gingold/gingold 122440 2011-10-31 23:51 binutils-2.23.2/gold/script-sections.cc -rw-rw-rw- gingold/gingold 10569 2010-10-12 21:21 binutils-2.23.2/gold/script-sections.h -rw-rw-rw- gingold/gingold 97534 2011-11-17 18:46 binutils-2.23.2/gold/script.cc -rw-rw-rw- gingold/gingold 18714 2011-10-31 23:51 binutils-2.23.2/gold/script.h -rw-rw-rw- gingold/gingold 132692 2012-11-09 09:21 binutils-2.23.2/gold/sparc.cc -rw-rw-rw- gingold/gingold 15283 2010-08-25 10:36 binutils-2.23.2/gold/stringpool.cc -rw-rw-rw- gingold/gingold 12820 2011-06-28 07:39 binutils-2.23.2/gold/stringpool.h -rw-rw-rw- gingold/gingold 108222 2012-05-26 00:53 binutils-2.23.2/gold/symtab.cc -rw-rw-rw- gingold/gingold 61335 2011-10-31 22:36 binutils-2.23.2/gold/symtab.h -rw-rw-rw- gingold/gingold 27098 2012-11-09 09:21 binutils-2.23.2/gold/target-reloc.h -rw-rw-rw- gingold/gingold 5758 2012-05-02 23:37 binutils-2.23.2/gold/target-select.cc -rw-rw-rw- gingold/gingold 8662 2012-05-02 23:37 binutils-2.23.2/gold/target-select.h -rw-rw-rw- gingold/gingold 7175 2012-04-21 00:23 binutils-2.23.2/gold/target.cc -rw-rw-rw- gingold/gingold 33475 2012-11-09 09:21 binutils-2.23.2/gold/target.h -rw-rw-rw- gingold/gingold 518 2010-02-12 06:51 binutils-2.23.2/gold/testsuite/arm_abs_global.s drwxr-xr-x Creating directory: binutils-2.23.2/gold/testsuite -rwxrwxrwx gingold/gingold 1924 2010-02-12 06:51 binutils-2.23.2/gold/testsuite/arm_abs_global.sh -rw-rw-rw- gingold/gingold 778 2010-02-12 06:51 binutils-2.23.2/gold/testsuite/arm_abs_lib.s -rwxrwxrwx gingold/gingold 1353 2010-05-13 04:41 binutils-2.23.2/gold/testsuite/arm_attr_merge.sh -rw-rw-rw- gingold/gingold 82 2010-05-13 04:41 binutils-2.23.2/gold/testsuite/arm_attr_merge_6a.s -rw-rw-rw- gingold/gingold 59 2010-05-13 04:41 binutils-2.23.2/gold/testsuite/arm_attr_merge_6b.s -rw-rw-rw- gingold/gingold 82 2010-05-13 04:41 binutils-2.23.2/gold/testsuite/arm_attr_merge_7a.s -rw-rw-rw- gingold/gingold 99 2010-05-13 04:41 binutils-2.23.2/gold/testsuite/arm_attr_merge_7b.s -rw-rw-rw- gingold/gingold 841 2010-02-22 07:26 binutils-2.23.2/gold/testsuite/arm_bl_in_range.s -rw-rw-rw- gingold/gingold 909 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_bl_out_of_range.s -rwxrwxrwx gingold/gingold 2635 2011-06-27 19:53 binutils-2.23.2/gold/testsuite/arm_branch_in_range.sh -rwxrwxrwx gingold/gingold 4166 2010-09-30 10:12 binutils-2.23.2/gold/testsuite/arm_branch_out_of_range.sh -rw-rw-rw- gingold/gingold 1184 2010-02-22 07:26 binutils-2.23.2/gold/testsuite/arm_branch_range.t -rwxrwxrwx gingold/gingold 2193 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_cortex_a8.sh -rw-rw-rw- gingold/gingold 346 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_cortex_a8_b.s -rw-rw-rw- gingold/gingold 348 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_cortex_a8_b_cond.s -rw-rw-rw- gingold/gingold 641 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_cortex_a8_b_local.s -rw-rw-rw- gingold/gingold 345 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_cortex_a8_bl.s -rw-rw-rw- gingold/gingold 452 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_cortex_a8_blx.s -rw-rw-rw- gingold/gingold 338 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_cortex_a8_local.s -rw-rw-rw- gingold/gingold 399 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/arm_cortex_a8_local_reloc.s -rw-rw-rw- gingold/gingold 622 2012-03-20 00:54 binutils-2.23.2/gold/testsuite/arm_exidx_test.s -rwxrwxrwx gingold/gingold 1695 2012-03-20 00:54 binutils-2.23.2/gold/testsuite/arm_exidx_test.sh -rw-rw-rw- gingold/gingold 284 2011-11-02 20:11 binutils-2.23.2/gold/testsuite/arm_farcall_arm_arm.s -rwxrwxrwx gingold/gingold 1351 2011-11-02 20:11 binutils-2.23.2/gold/testsuite/arm_farcall_arm_arm.sh -rw-rw-rw- gingold/gingold 289 2011-11-02 20:11 binutils-2.23.2/gold/testsuite/arm_farcall_arm_thumb.s -rwxrwxrwx gingold/gingold 1608 2011-11-02 20:11 binutils-2.23.2/gold/testsuite/arm_farcall_arm_thumb.sh -rw-rw-rw- gingold/gingold 509 2011-11-02 20:11 binutils-2.23.2/gold/testsuite/arm_farcall_thumb_arm.s -rwxrwxrwx gingold/gingold 1880 2011-11-02 20:11 binutils-2.23.2/gold/testsuite/arm_farcall_thumb_arm.sh -rw-rw-rw- gingold/gingold 290 2011-11-02 20:11 binutils-2.23.2/gold/testsuite/arm_farcall_thumb_thumb.s -rwxrwxrwx gingold/gingold 2877 2011-11-02 20:11 binutils-2.23.2/gold/testsuite/arm_farcall_thumb_thumb.sh -rw-rw-rw- gingold/gingold 172 2011-11-03 04:38 binutils-2.23.2/gold/testsuite/arm_fix_1176.s -rwxrwxrwx gingold/gingold 1970 2011-11-03 04:38 binutils-2.23.2/gold/testsuite/arm_fix_1176.sh -rw-rw-rw- gingold/gingold 277 2010-02-27 01:36 binutils-2.23.2/gold/testsuite/arm_fix_v4bx.s -rwxrwxrwx gingold/gingold 1801 2010-02-27 01:36 binutils-2.23.2/gold/testsuite/arm_fix_v4bx.sh -rw-rw-rw- gingold/gingold 1083 2011-06-27 19:53 binutils-2.23.2/gold/testsuite/arm_thm_jump11.s -rw-rw-rw- gingold/gingold 1183 2011-06-27 19:53 binutils-2.23.2/gold/testsuite/arm_thm_jump11.t -rw-rw-rw- gingold/gingold 1085 2011-06-27 19:53 binutils-2.23.2/gold/testsuite/arm_thm_jump8.s -rw-rw-rw- gingold/gingold 1181 2011-06-27 19:53 binutils-2.23.2/gold/testsuite/arm_thm_jump8.t -rw-rw-rw- gingold/gingold 591 2011-07-06 19:58 binutils-2.23.2/gold/testsuite/arm_unaligned_reloc.s -rwxrwxrwx gingold/gingold 2059 2011-11-10 01:41 binutils-2.23.2/gold/testsuite/arm_unaligned_reloc.sh -rw-rw-rw- gingold/gingold 5390 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/basic_test.cc -rw-rw-rw- gingold/gingold 39 2008-02-08 08:06 binutils-2.23.2/gold/testsuite/binary.in -rw-rw-rw- gingold/gingold 1549 2008-02-08 08:06 binutils-2.23.2/gold/testsuite/binary_test.cc -rw-rw-rw- gingold/gingold 4611 2013-03-25 09:06 binutils-2.23.2/gold/testsuite/binary_unittest.cc -rw-rw-rw- gingold/gingold 2236 2008-03-27 20:57 binutils-2.23.2/gold/testsuite/common_test_1.c -rw-rw-rw- gingold/gingold 2407 2011-06-08 06:24 binutils-2.23.2/gold/testsuite/common_test_1_v1.c -rw-rw-rw- gingold/gingold 2334 2011-06-08 06:24 binutils-2.23.2/gold/testsuite/common_test_1_v2.c -rw-rw-rw- gingold/gingold 1051 2009-12-31 06:07 binutils-2.23.2/gold/testsuite/common_test_2.c -rw-rw-rw- gingold/gingold 1128 2009-12-31 06:07 binutils-2.23.2/gold/testsuite/common_test_3.c -rw-rw-rw- gingold/gingold 1953 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/constructor_test.cc -rw-rw-rw- gingold/gingold 1203 2008-06-18 06:39 binutils-2.23.2/gold/testsuite/copy_test.cc -rw-rw-rw- gingold/gingold 910 2008-06-18 06:39 binutils-2.23.2/gold/testsuite/copy_test_1.cc -rw-rw-rw- gingold/gingold 925 2008-06-18 06:39 binutils-2.23.2/gold/testsuite/copy_test_2.cc -rw-rw-rw- gingold/gingold 1425 2011-06-08 06:24 binutils-2.23.2/gold/testsuite/copy_test_v1.cc -rw-rw-rw- gingold/gingold 2554 2011-03-10 02:31 binutils-2.23.2/gold/testsuite/debug_msg.cc -rwxrwxrwx gingold/gingold 7591 2011-06-24 20:08 binutils-2.23.2/gold/testsuite/debug_msg.sh -rw-rw-rw- gingold/gingold 1476 2010-03-03 20:31 binutils-2.23.2/gold/testsuite/discard_locals_relocatable_test.c -rw-rw-rw- gingold/gingold 1319 2009-06-05 23:32 binutils-2.23.2/gold/testsuite/discard_locals_test.c -rwxrwxrwx gingold/gingold 1906 2010-03-03 20:31 binutils-2.23.2/gold/testsuite/discard_locals_test.sh -rwxrwxrwx gingold/gingold 1303 2010-08-28 10:05 binutils-2.23.2/gold/testsuite/dyn_weak_ref.sh -rw-rw-rw- gingold/gingold 1346 2010-08-28 10:05 binutils-2.23.2/gold/testsuite/dyn_weak_ref_1.c -rw-rw-rw- gingold/gingold 1281 2010-08-28 10:05 binutils-2.23.2/gold/testsuite/dyn_weak_ref_2.c -rwxrwxrwx gingold/gingold 1858 2008-11-06 08:23 binutils-2.23.2/gold/testsuite/dynamic_list.sh -rw-rw-rw- gingold/gingold 115 2008-11-06 08:23 binutils-2.23.2/gold/testsuite/dynamic_list.t -rw-rw-rw- gingold/gingold 1092 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/exception_test.h -rw-rw-rw- gingold/gingold 1627 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/exception_test_1.cc -rw-rw-rw- gingold/gingold 1062 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/exception_test_2.cc -rw-rw-rw- gingold/gingold 1136 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/exception_test_main.cc -rw-rw-rw- gingold/gingold 263 2009-05-27 00:52 binutils-2.23.2/gold/testsuite/exclude_libs_test.c -rwxrwxrwx gingold/gingold 2178 2009-05-27 00:52 binutils-2.23.2/gold/testsuite/exclude_libs_test.sh -rw-rw-rw- gingold/gingold 490 2009-12-31 02:14 binutils-2.23.2/gold/testsuite/exclude_libs_test_1.c -rw-rw-rw- gingold/gingold 390 2009-05-20 00:14 binutils-2.23.2/gold/testsuite/exclude_libs_test_2.c -rw-rw-rw- gingold/gingold 390 2009-05-27 00:52 binutils-2.23.2/gold/testsuite/exclude_libs_test_3.c -rw-rw-rw- gingold/gingold 1189 2010-06-02 01:37 binutils-2.23.2/gold/testsuite/final_layout.cc -rwxrwxrwx gingold/gingold 1631 2011-03-22 01:18 binutils-2.23.2/gold/testsuite/final_layout.sh -rwxrwxrwx gingold/gingold 1400 2009-05-22 22:27 binutils-2.23.2/gold/testsuite/gc_comdat_test.sh -rw-rw-rw- gingold/gingold 1230 2009-05-22 20:31 binutils-2.23.2/gold/testsuite/gc_comdat_test_1.cc -rw-rw-rw- gingold/gingold 1142 2009-05-22 20:31 binutils-2.23.2/gold/testsuite/gc_comdat_test_2.cc -rw-rw-rw- gingold/gingold 1321 2010-01-07 08:14 binutils-2.23.2/gold/testsuite/gc_orphan_section_test.cc -rwxrwxrwx gingold/gingold 1468 2010-01-07 08:14 binutils-2.23.2/gold/testsuite/gc_orphan_section_test.sh -rw-rw-rw- gingold/gingold 1049 2009-08-07 20:29 binutils-2.23.2/gold/testsuite/gc_tls_test.cc -rwxrwxrwx gingold/gingold 1211 2009-08-07 20:29 binutils-2.23.2/gold/testsuite/gc_tls_test.sh -rw-rw-rw- gingold/gingold 2077 2012-03-21 20:02 binutils-2.23.2/gold/testsuite/gdb_index_test.cc -rwxrwxrwx gingold/gingold 974 2012-07-19 02:19 binutils-2.23.2/gold/testsuite/gdb_index_test_1.sh -rwxrwxrwx gingold/gingold 974 2012-07-19 02:19 binutils-2.23.2/gold/testsuite/gdb_index_test_2.sh -rw-rw-rw- gingold/gingold 1162 2012-05-02 00:43 binutils-2.23.2/gold/testsuite/gdb_index_test_3.c -rwxrwxrwx gingold/gingold 1361 2012-07-19 02:19 binutils-2.23.2/gold/testsuite/gdb_index_test_3.sh -rwxrwxrwx gingold/gingold 974 2012-07-19 02:19 binutils-2.23.2/gold/testsuite/gdb_index_test_4.sh -rwxrwxrwx gingold/gingold 2986 2012-07-19 02:19 binutils-2.23.2/gold/testsuite/gdb_index_test_comm.sh -rwxrwxrwx gingold/gingold 2091 2009-08-12 20:30 binutils-2.23.2/gold/testsuite/hidden_test.sh -rw-rw-rw- gingold/gingold 1388 2009-08-12 20:30 binutils-2.23.2/gold/testsuite/hidden_test_1.c -rw-rw-rw- gingold/gingold 1679 2009-08-12 20:30 binutils-2.23.2/gold/testsuite/hidden_test_main.c -rw-rw-rw- gingold/gingold 1103 2009-08-12 21:03 binutils-2.23.2/gold/testsuite/icf_keep_unique_test.cc -rwxrwxrwx gingold/gingold 1314 2009-08-12 21:03 binutils-2.23.2/gold/testsuite/icf_keep_unique_test.sh -rw-rw-rw- gingold/gingold 1258 2010-04-20 23:13 binutils-2.23.2/gold/testsuite/icf_preemptible_functions_test.cc -rwxrwxrwx gingold/gingold 1207 2011-03-21 21:55 binutils-2.23.2/gold/testsuite/icf_preemptible_functions_test.sh -rw-rw-rw- gingold/gingold 1753 2010-03-04 02:33 binutils-2.23.2/gold/testsuite/icf_safe_so_test.cc -rwxrwxrwx gingold/gingold 3172 2011-03-21 21:55 binutils-2.23.2/gold/testsuite/icf_safe_so_test.sh -rw-rw-rw- gingold/gingold 1535 2010-03-04 02:33 binutils-2.23.2/gold/testsuite/icf_safe_test.cc -rwxrwxrwx gingold/gingold 2161 2011-03-21 21:55 binutils-2.23.2/gold/testsuite/icf_safe_test.sh -rwxrwxrwx gingold/gingold 1189 2011-03-21 21:55 binutils-2.23.2/gold/testsuite/icf_sht_rel_addend_test.sh -rw-rw-rw- gingold/gingold 1519 2010-07-29 20:57 binutils-2.23.2/gold/testsuite/icf_sht_rel_addend_test_1.cc -rw-rw-rw- gingold/gingold 1482 2010-07-29 20:57 binutils-2.23.2/gold/testsuite/icf_sht_rel_addend_test_2.cc -rw-rw-rw- gingold/gingold 1564 2010-04-20 23:13 binutils-2.23.2/gold/testsuite/icf_string_merge_test.cc -rwxrwxrwx gingold/gingold 1281 2011-03-21 21:55 binutils-2.23.2/gold/testsuite/icf_string_merge_test.sh -rw-rw-rw- gingold/gingold 1276 2009-08-05 22:51 binutils-2.23.2/gold/testsuite/icf_test.cc -rwxrwxrwx gingold/gingold 1338 2009-08-05 22:51 binutils-2.23.2/gold/testsuite/icf_test.sh -rw-rw-rw- gingold/gingold 1558 2010-12-01 17:53 binutils-2.23.2/gold/testsuite/icf_virtual_function_folding_test.cc -rw-rw-rw- gingold/gingold 382 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifunc-sel.h -rw-rw-rw- gingold/gingold 743 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncdep2.c -rw-rw-rw- gingold/gingold 1139 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmain1.c -rw-rw-rw- gingold/gingold 1436 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmain1vis.c -rw-rw-rw- gingold/gingold 208 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmain2.c -rw-rw-rw- gingold/gingold 2275 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmain3.c -rw-rw-rw- gingold/gingold 107 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmain4.c -rw-rw-rw- gingold/gingold 617 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmain5.c -rw-rw-rw- gingold/gingold 938 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmain6pie.c -rw-rw-rw- gingold/gingold 1044 2010-09-09 21:57 binutils-2.23.2/gold/testsuite/ifuncmain7.c -rw-rw-rw- gingold/gingold 1585 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmod1.c -rw-rw-rw- gingold/gingold 128 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmod3.c -rw-rw-rw- gingold/gingold 970 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmod5.c -rw-rw-rw- gingold/gingold 287 2010-08-20 00:50 binutils-2.23.2/gold/testsuite/ifuncmod6.c -rw-rw-rw- gingold/gingold 316 2011-07-09 00:48 binutils-2.23.2/gold/testsuite/ifuncvar1.c -rw-rw-rw- gingold/gingold 176 2011-07-09 00:48 binutils-2.23.2/gold/testsuite/ifuncvar2.c -rw-rw-rw- gingold/gingold 202 2011-07-09 00:48 binutils-2.23.2/gold/testsuite/ifuncvar3.c -rw-rw-rw- gingold/gingold 1573 2011-09-14 03:10 binutils-2.23.2/gold/testsuite/incr_comdat_test_1.cc -rw-rw-rw- gingold/gingold 1157 2011-09-14 03:10 binutils-2.23.2/gold/testsuite/incr_comdat_test_2_v1.cc -rw-rw-rw- gingold/gingold 1157 2011-09-14 03:10 binutils-2.23.2/gold/testsuite/incr_comdat_test_2_v2.cc -rw-rw-rw- gingold/gingold 1158 2011-09-14 03:10 binutils-2.23.2/gold/testsuite/incr_comdat_test_2_v3.cc -rwxrwxrwx gingold/gingold 2775 2010-10-15 00:10 binutils-2.23.2/gold/testsuite/incremental_test.sh -rw-rw-rw- gingold/gingold 937 2010-08-13 22:47 binutils-2.23.2/gold/testsuite/incremental_test_1.c -rw-rw-rw- gingold/gingold 959 2010-08-13 00:18 binutils-2.23.2/gold/testsuite/incremental_test_2.c -rw-rw-rw- gingold/gingold 2318 2009-09-27 07:20 binutils-2.23.2/gold/testsuite/initpri1.c -rw-rw-rw- gingold/gingold 2835 2011-06-23 02:46 binutils-2.23.2/gold/testsuite/initpri2.c -rw-rw-rw- gingold/gingold 1813 2011-06-25 02:40 binutils-2.23.2/gold/testsuite/initpri3.c -rw-rw-rw- gingold/gingold 1077 2008-04-11 20:49 binutils-2.23.2/gold/testsuite/justsyms.t -rw-rw-rw- gingold/gingold 1670 2008-04-11 20:49 binutils-2.23.2/gold/testsuite/justsyms_1.cc -rw-rw-rw- gingold/gingold 1116 2008-02-07 02:51 binutils-2.23.2/gold/testsuite/justsyms_2.cc -rw-rw-rw- gingold/gingold 1534 2011-08-02 02:37 binutils-2.23.2/gold/testsuite/justsyms_exec.c -rw-rw-rw- gingold/gingold 1177 2011-08-02 02:37 binutils-2.23.2/gold/testsuite/justsyms_lib.c -rw-rw-rw- gingold/gingold 1751 2009-06-22 08:51 binutils-2.23.2/gold/testsuite/large.c -rw-rw-rw- gingold/gingold 3352 2012-01-25 08:34 binutils-2.23.2/gold/testsuite/leb128_unittest.cc -rw-rw-rw- gingold/gingold 107676 2012-07-19 02:19 binutils-2.23.2/gold/testsuite/Makefile.am -rw-rw-rw- gingold/gingold 378597 2013-03-25 09:06 binutils-2.23.2/gold/testsuite/Makefile.in -rw-rw-rw- gingold/gingold 1463 2008-05-05 21:16 binutils-2.23.2/gold/testsuite/many_sections_test.cc -rw-rw-rw- gingold/gingold 166 2010-10-06 10:58 binutils-2.23.2/gold/testsuite/memory_test.s -rwxrwxrwx gingold/gingold 1905 2010-10-06 10:58 binutils-2.23.2/gold/testsuite/memory_test.sh -rw-rw-rw- gingold/gingold 546 2010-10-06 10:58 binutils-2.23.2/gold/testsuite/memory_test.t -rw-rw-rw- gingold/gingold 1048 2009-10-16 21:11 binutils-2.23.2/gold/testsuite/no_version_test.c -rwxrwxrwx gingold/gingold 1388 2009-10-16 21:11 binutils-2.23.2/gold/testsuite/no_version_test.sh -rw-rw-rw- gingold/gingold 3005 2011-05-24 01:27 binutils-2.23.2/gold/testsuite/object_unittest.cc -rw-rw-rw- gingold/gingold 81 2011-03-10 02:31 binutils-2.23.2/gold/testsuite/odr_header1.h -rw-rw-rw- gingold/gingold 47 2011-03-10 02:31 binutils-2.23.2/gold/testsuite/odr_header2.h -rw-rw-rw- gingold/gingold 466 2011-03-10 02:31 binutils-2.23.2/gold/testsuite/odr_violation1.cc -rw-rw-rw- gingold/gingold 971 2011-07-09 07:09 binutils-2.23.2/gold/testsuite/odr_violation2.cc -rw-rw-rw- gingold/gingold 1374 2010-04-09 20:05 binutils-2.23.2/gold/testsuite/plugin_common_test_1.c -rw-rw-rw- gingold/gingold 1255 2010-04-09 20:05 binutils-2.23.2/gold/testsuite/plugin_common_test_2.c -rw-rw-rw- gingold/gingold 1079 2011-09-30 01:45 binutils-2.23.2/gold/testsuite/plugin_final_layout.cc -rwxrwxrwx gingold/gingold 1524 2011-09-30 01:45 binutils-2.23.2/gold/testsuite/plugin_final_layout.sh -rw-rw-rw- gingold/gingold 5211 2011-09-30 01:45 binutils-2.23.2/gold/testsuite/plugin_section_order.c -rw-rw-rw- gingold/gingold 16860 2011-09-27 01:00 binutils-2.23.2/gold/testsuite/plugin_test.c -rwxrwxrwx gingold/gingold 2269 2009-01-15 02:29 binutils-2.23.2/gold/testsuite/plugin_test_1.sh -rwxrwxrwx gingold/gingold 2094 2011-10-18 02:25 binutils-2.23.2/gold/testsuite/plugin_test_2.sh -rwxrwxrwx gingold/gingold 2271 2011-09-27 01:00 binutils-2.23.2/gold/testsuite/plugin_test_3.sh -rwxrwxrwx gingold/gingold 2147 2009-01-15 02:29 binutils-2.23.2/gold/testsuite/plugin_test_4.sh -rwxrwxrwx gingold/gingold 2266 2010-04-06 23:56 binutils-2.23.2/gold/testsuite/plugin_test_6.sh -rwxrwxrwx gingold/gingold 1545 2010-05-26 17:47 binutils-2.23.2/gold/testsuite/plugin_test_7.sh -rw-rw-rw- gingold/gingold 1133 2010-05-26 17:47 binutils-2.23.2/gold/testsuite/plugin_test_7_1.c -rw-rw-rw- gingold/gingold 1024 2010-05-26 17:47 binutils-2.23.2/gold/testsuite/plugin_test_7_2.c -rwxrwxrwx gingold/gingold 1289 2011-06-01 21:59 binutils-2.23.2/gold/testsuite/pr12826.sh -rw-rw-rw- gingold/gingold 152 2011-06-01 21:59 binutils-2.23.2/gold/testsuite/pr12826_1.s -rw-rw-rw- gingold/gingold 152 2011-06-01 21:59 binutils-2.23.2/gold/testsuite/pr12826_2.s -rw-rw-rw- gingold/gingold 1783 2011-07-13 00:29 binutils-2.23.2/gold/testsuite/protected_1.cc -rw-rw-rw- gingold/gingold 995 2008-05-07 00:24 binutils-2.23.2/gold/testsuite/protected_2.cc -rw-rw-rw- gingold/gingold 1092 2008-05-07 00:24 binutils-2.23.2/gold/testsuite/protected_3.cc -rw-rw-rw- gingold/gingold 1029 2010-01-12 20:12 binutils-2.23.2/gold/testsuite/protected_4.cc -rw-rw-rw- gingold/gingold 1192 2011-07-13 00:29 binutils-2.23.2/gold/testsuite/protected_main_1.cc -rw-rw-rw- gingold/gingold 993 2008-05-07 00:24 binutils-2.23.2/gold/testsuite/protected_main_2.cc -rw-rw-rw- gingold/gingold 1002 2008-05-07 00:24 binutils-2.23.2/gold/testsuite/protected_main_3.cc -rw-rw-rw- gingold/gingold 1744 2009-12-30 07:57 binutils-2.23.2/gold/testsuite/relro_script_test.t -rw-rw-rw- gingold/gingold 4195 2012-05-14 19:35 binutils-2.23.2/gold/testsuite/relro_test.cc -rwxrwxrwx gingold/gingold 2301 2011-03-22 01:19 binutils-2.23.2/gold/testsuite/relro_test.sh -rw-rw-rw- gingold/gingold 1018 2008-05-20 06:00 binutils-2.23.2/gold/testsuite/relro_test_main.cc -rwxrwxrwx gingold/gingold 1603 2009-10-10 03:24 binutils-2.23.2/gold/testsuite/retain_symbols_file_test.sh -rw-rw-rw- gingold/gingold 1625 2008-01-09 20:57 binutils-2.23.2/gold/testsuite/script_test_1.cc -rw-rw-rw- gingold/gingold 998 2008-01-09 20:57 binutils-2.23.2/gold/testsuite/script_test_1.t -rw-rw-rw- gingold/gingold 156 2010-10-12 21:21 binutils-2.23.2/gold/testsuite/script_test_10.s -rwxrwxrwx gingold/gingold 1437 2010-10-12 21:21 binutils-2.23.2/gold/testsuite/script_test_10.sh -rw-rw-rw- gingold/gingold 1111 2010-10-12 21:21 binutils-2.23.2/gold/testsuite/script_test_10.t -rw-rw-rw- gingold/gingold 2604 2008-07-30 00:58 binutils-2.23.2/gold/testsuite/script_test_2.cc -rw-rw-rw- gingold/gingold 1846 2011-10-31 23:51 binutils-2.23.2/gold/testsuite/script_test_2.t -rw-rw-rw- gingold/gingold 1000 2008-04-11 22:44 binutils-2.23.2/gold/testsuite/script_test_2a.cc -rw-rw-rw- gingold/gingold 1000 2008-04-11 20:49 binutils-2.23.2/gold/testsuite/script_test_2b.cc -rwxrwxrwx gingold/gingold 2994 2010-04-23 06:47 binutils-2.23.2/gold/testsuite/script_test_3.sh -rw-rw-rw- gingold/gingold 1626 2010-09-15 19:39 binutils-2.23.2/gold/testsuite/script_test_3.t -rwxrwxrwx gingold/gingold 1242 2008-04-16 19:43 binutils-2.23.2/gold/testsuite/script_test_4.sh -rw-rw-rw- gingold/gingold 1391 2010-09-15 19:39 binutils-2.23.2/gold/testsuite/script_test_4.t -rw-rw-rw- gingold/gingold 1261 2009-02-25 20:05 binutils-2.23.2/gold/testsuite/script_test_5.cc -rwxrwxrwx gingold/gingold 1451 2010-02-25 06:11 binutils-2.23.2/gold/testsuite/script_test_5.sh -rw-rw-rw- gingold/gingold 1391 2010-09-15 19:39 binutils-2.23.2/gold/testsuite/script_test_5.t -rwxrwxrwx gingold/gingold 1395 2009-10-16 20:56 binutils-2.23.2/gold/testsuite/script_test_6.sh -rw-rw-rw- gingold/gingold 1436 2010-09-15 19:39 binutils-2.23.2/gold/testsuite/script_test_6.t -rwxrwxrwx gingold/gingold 1384 2009-10-16 20:56 binutils-2.23.2/gold/testsuite/script_test_7.sh -rw-rw-rw- gingold/gingold 1471 2010-09-15 19:39 binutils-2.23.2/gold/testsuite/script_test_7.t -rwxrwxrwx gingold/gingold 1428 2009-10-16 20:56 binutils-2.23.2/gold/testsuite/script_test_8.sh -rw-rw-rw- gingold/gingold 1095 2010-05-19 19:49 binutils-2.23.2/gold/testsuite/script_test_9.cc -rwxrwxrwx gingold/gingold 1312 2010-05-19 19:49 binutils-2.23.2/gold/testsuite/script_test_9.sh -rw-rw-rw- gingold/gingold 272 2011-03-02 22:59 binutils-2.23.2/gold/testsuite/script_test_9.t -rw-rw-rw- gingold/gingold 1170 2009-10-10 09:39 binutils-2.23.2/gold/testsuite/searched_file_test.cc -rw-rw-rw- gingold/gingold 1092 2009-10-10 09:39 binutils-2.23.2/gold/testsuite/searched_file_test_lib.cc -rwxrwxrwx gingold/gingold 1603 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_i386.sh -rw-rw-rw- gingold/gingold 433 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_i386_1.s -rw-rw-rw- gingold/gingold 437 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_i386_2.s -rw-rw-rw- gingold/gingold 306 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_i386_3.s -rw-rw-rw- gingold/gingold 364 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_i386_4.s -rw-rw-rw- gingold/gingold 178 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_i386_n.s -rwxrwxrwx gingold/gingold 1631 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_x86_64.sh -rw-rw-rw- gingold/gingold 445 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_x86_64_1.s -rw-rw-rw- gingold/gingold 449 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_x86_64_2.s -rw-rw-rw- gingold/gingold 315 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_x86_64_3.s -rw-rw-rw- gingold/gingold 373 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_x86_64_4.s -rw-rw-rw- gingold/gingold 183 2009-10-07 00:58 binutils-2.23.2/gold/testsuite/split_x86_64_n.s -rw-rw-rw- gingold/gingold 1043 2010-08-20 02:35 binutils-2.23.2/gold/testsuite/start_lib_test_1.c -rw-rw-rw- gingold/gingold 1011 2010-08-20 02:35 binutils-2.23.2/gold/testsuite/start_lib_test_2.c -rw-rw-rw- gingold/gingold 1016 2010-08-27 19:57 binutils-2.23.2/gold/testsuite/start_lib_test_3.c -rw-rw-rw- gingold/gingold 1109 2010-08-20 02:35 binutils-2.23.2/gold/testsuite/start_lib_test_main.c -rwxrwxrwx gingold/gingold 1279 2010-08-13 02:18 binutils-2.23.2/gold/testsuite/strong_ref_weak_def.sh -rw-rw-rw- gingold/gingold 1304 2010-08-13 02:18 binutils-2.23.2/gold/testsuite/strong_ref_weak_def_1.c -rw-rw-rw- gingold/gingold 1250 2010-08-13 02:18 binutils-2.23.2/gold/testsuite/strong_ref_weak_def_2.c -rw-rw-rw- gingold/gingold 2478 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/test.cc -rw-rw-rw- gingold/gingold 3568 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/test.h -rw-rw-rw- gingold/gingold 20985 2012-11-09 09:21 binutils-2.23.2/gold/testsuite/testfile.cc -rw-rw-rw- gingold/gingold 1740 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/testfile.h -rw-rw-rw- gingold/gingold 1165 2008-03-27 00:36 binutils-2.23.2/gold/testsuite/testmain.cc -rw-rw-rw- gingold/gingold 1297 2008-09-29 23:23 binutils-2.23.2/gold/testsuite/thin_archive_main.cc -rw-rw-rw- gingold/gingold 1339 2008-09-29 23:23 binutils-2.23.2/gold/testsuite/thin_archive_test_1.cc -rw-rw-rw- gingold/gingold 1339 2008-09-29 23:23 binutils-2.23.2/gold/testsuite/thin_archive_test_2.cc -rw-rw-rw- gingold/gingold 1339 2008-09-29 23:23 binutils-2.23.2/gold/testsuite/thin_archive_test_3.cc -rw-rw-rw- gingold/gingold 1307 2008-09-29 23:23 binutils-2.23.2/gold/testsuite/thin_archive_test_4.cc -rw-rw-rw- gingold/gingold 1191 2010-02-22 07:26 binutils-2.23.2/gold/testsuite/thumb2_branch_range.t -rw-rw-rw- gingold/gingold 1071 2010-02-22 07:26 binutils-2.23.2/gold/testsuite/thumb_bl_in_range.s -rw-rw-rw- gingold/gingold 1244 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/thumb_bl_out_of_range.s -rw-rw-rw- gingold/gingold 1224 2010-09-09 01:54 binutils-2.23.2/gold/testsuite/thumb_bl_out_of_range_local.s -rw-rw-rw- gingold/gingold 1345 2010-03-22 23:48 binutils-2.23.2/gold/testsuite/thumb_blx_in_range.s -rw-rw-rw- gingold/gingold 1484 2010-09-15 19:39 binutils-2.23.2/gold/testsuite/thumb_blx_out_of_range.s -rw-rw-rw- gingold/gingold 1183 2010-02-22 07:26 binutils-2.23.2/gold/testsuite/thumb_branch_range.t -rw-rw-rw- gingold/gingold 4513 2012-05-21 18:52 binutils-2.23.2/gold/testsuite/tls_test.cc -rw-rw-rw- gingold/gingold 1535 2008-08-15 06:57 binutils-2.23.2/gold/testsuite/tls_test.h -rw-rw-rw- gingold/gingold 1611 2012-05-21 18:52 binutils-2.23.2/gold/testsuite/tls_test_c.c -rw-rw-rw- gingold/gingold 1100 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/tls_test_file2.cc -rw-rw-rw- gingold/gingold 4208 2011-05-17 01:29 binutils-2.23.2/gold/testsuite/tls_test_main.cc -rwxrwxrwx gingold/gingold 1080 2009-03-04 07:46 binutils-2.23.2/gold/testsuite/two_file_shared.sh -rw-rw-rw- gingold/gingold 1876 2008-04-08 00:46 binutils-2.23.2/gold/testsuite/two_file_test.h -rw-rw-rw- gingold/gingold 4942 2008-04-08 00:46 binutils-2.23.2/gold/testsuite/two_file_test_1.cc -rw-rw-rw- gingold/gingold 5145 2011-07-06 23:19 binutils-2.23.2/gold/testsuite/two_file_test_1_v1.cc -rw-rw-rw- gingold/gingold 1434 2008-02-01 01:39 binutils-2.23.2/gold/testsuite/two_file_test_1b.cc -rw-rw-rw- gingold/gingold 1674 2011-05-25 00:01 binutils-2.23.2/gold/testsuite/two_file_test_1b_v1.cc -rw-rw-rw- gingold/gingold 2973 2008-04-08 00:46 binutils-2.23.2/gold/testsuite/two_file_test_2.cc -rw-rw-rw- gingold/gingold 3198 2011-06-09 02:51 binutils-2.23.2/gold/testsuite/two_file_test_2_v1.cc -rw-rw-rw- gingold/gingold 1506 2008-04-08 00:46 binutils-2.23.2/gold/testsuite/two_file_test_main.cc -rw-rw-rw- gingold/gingold 1145 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/undef_symbol.cc -rwxrwxrwx gingold/gingold 1452 2009-02-06 20:20 binutils-2.23.2/gold/testsuite/undef_symbol.sh -rw-rw-rw- gingold/gingold 990 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/undef_symbol_main.cc -rw-rw-rw- gingold/gingold 1736 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/ver_matching_def.cc -rwxrwxrwx gingold/gingold 2936 2010-01-12 07:41 binutils-2.23.2/gold/testsuite/ver_matching_test.sh -rw-rw-rw- gingold/gingold 1207 2008-07-18 09:03 binutils-2.23.2/gold/testsuite/ver_test.h -rw-rw-rw- gingold/gingold 1058 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/ver_test_1.cc -rwxrwxrwx gingold/gingold 1049 2009-02-27 20:57 binutils-2.23.2/gold/testsuite/ver_test_1.sh -rw-rw-rw- gingold/gingold 987 2008-07-24 01:44 binutils-2.23.2/gold/testsuite/ver_test_10.script -rwxrwxrwx gingold/gingold 1276 2008-07-24 01:44 binutils-2.23.2/gold/testsuite/ver_test_10.sh -rw-rw-rw- gingold/gingold 1129 2008-07-18 09:03 binutils-2.23.2/gold/testsuite/ver_test_2.cc -rw-rw-rw- gingold/gingold 969 2008-07-18 09:03 binutils-2.23.2/gold/testsuite/ver_test_2.script -rwxrwxrwx gingold/gingold 1346 2008-03-14 06:57 binutils-2.23.2/gold/testsuite/ver_test_2.sh -rw-rw-rw- gingold/gingold 1006 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/ver_test_3.cc -rw-rw-rw- gingold/gingold 1335 2008-07-18 09:03 binutils-2.23.2/gold/testsuite/ver_test_4.cc -rw-rw-rw- gingold/gingold 996 2009-12-30 23:35 binutils-2.23.2/gold/testsuite/ver_test_4.script -rwxrwxrwx gingold/gingold 1269 2008-03-29 09:39 binutils-2.23.2/gold/testsuite/ver_test_4.sh -rw-rw-rw- gingold/gingold 946 2008-03-27 07:11 binutils-2.23.2/gold/testsuite/ver_test_5.cc -rw-rw-rw- gingold/gingold 1100 2008-03-27 07:11 binutils-2.23.2/gold/testsuite/ver_test_5.script -rwxrwxrwx gingold/gingold 1280 2008-03-27 07:11 binutils-2.23.2/gold/testsuite/ver_test_5.sh -rw-rw-rw- gingold/gingold 1283 2008-11-06 01:44 binutils-2.23.2/gold/testsuite/ver_test_6.c -rw-rw-rw- gingold/gingold 1286 2008-03-29 08:19 binutils-2.23.2/gold/testsuite/ver_test_7.cc -rwxrwxrwx gingold/gingold 1280 2008-03-29 08:19 binutils-2.23.2/gold/testsuite/ver_test_7.sh -rw-rw-rw- gingold/gingold 928 2008-05-08 20:44 binutils-2.23.2/gold/testsuite/ver_test_8.script -rw-rw-rw- gingold/gingold 1055 2008-07-23 16:36 binutils-2.23.2/gold/testsuite/ver_test_9.cc -rw-rw-rw- gingold/gingold 1690 2008-07-18 09:03 binutils-2.23.2/gold/testsuite/ver_test_main.cc -rw-rw-rw- gingold/gingold 991 2008-03-14 06:57 binutils-2.23.2/gold/testsuite/ver_test_main_2.cc -rw-rw-rw- gingold/gingold 519 2009-12-30 23:35 binutils-2.23.2/gold/testsuite/version_script.map -rw-rw-rw- gingold/gingold 83 2011-07-02 07:30 binutils-2.23.2/gold/testsuite/weak_alias_test.script -rw-rw-rw- gingold/gingold 1694 2008-04-10 00:45 binutils-2.23.2/gold/testsuite/weak_alias_test_1.cc -rw-rw-rw- gingold/gingold 1590 2008-04-10 00:45 binutils-2.23.2/gold/testsuite/weak_alias_test_2.cc -rw-rw-rw- gingold/gingold 1015 2008-04-10 00:45 binutils-2.23.2/gold/testsuite/weak_alias_test_3.cc -rw-rw-rw- gingold/gingold 2001 2008-04-10 00:45 binutils-2.23.2/gold/testsuite/weak_alias_test_4.cc -rw-rw-rw- gingold/gingold 1366 2011-07-02 07:30 binutils-2.23.2/gold/testsuite/weak_alias_test_5.cc -rw-rw-rw- gingold/gingold 2364 2011-07-02 07:30 binutils-2.23.2/gold/testsuite/weak_alias_test_main.cc -rwxrwxrwx gingold/gingold 1056 2008-08-05 00:22 binutils-2.23.2/gold/testsuite/weak_plt.sh -rw-rw-rw- gingold/gingold 1066 2008-08-05 00:22 binutils-2.23.2/gold/testsuite/weak_plt_main.cc -rw-rw-rw- gingold/gingold 977 2008-08-05 00:22 binutils-2.23.2/gold/testsuite/weak_plt_shared.cc -rw-rw-rw- gingold/gingold 1689 2008-03-13 22:04 binutils-2.23.2/gold/testsuite/weak_test.cc -rw-rw-rw- gingold/gingold 970 2008-04-17 02:14 binutils-2.23.2/gold/testsuite/weak_undef.h -rw-rw-rw- gingold/gingold 2322 2010-07-09 03:34 binutils-2.23.2/gold/testsuite/weak_undef_file1.cc -rw-rw-rw- gingold/gingold 2094 2010-07-09 03:34 binutils-2.23.2/gold/testsuite/weak_undef_file2.cc -rw-rw-rw- gingold/gingold 3044 2010-07-09 03:34 binutils-2.23.2/gold/testsuite/weak_undef_test.cc -rw-rw-rw- gingold/gingold 3206 2012-04-06 19:21 binutils-2.23.2/gold/timer.cc -rw-rw-rw- gingold/gingold 1888 2011-10-18 02:06 binutils-2.23.2/gold/timer.h -rw-rw-rw- gingold/gingold 2548 2008-03-13 22:04 binutils-2.23.2/gold/tls.h -rw-rw-rw- gingold/gingold 969 2008-04-03 02:33 binutils-2.23.2/gold/TODO -rw-rw-rw- gingold/gingold 8066 2010-02-11 08:42 binutils-2.23.2/gold/token.h -rw-rw-rw- gingold/gingold 2383 2011-01-24 23:27 binutils-2.23.2/gold/version.cc -rw-rw-rw- gingold/gingold 2850 2011-07-29 01:25 binutils-2.23.2/gold/workqueue-internal.h -rw-rw-rw- gingold/gingold 4803 2011-07-29 01:25 binutils-2.23.2/gold/workqueue-threads.cc -rw-rw-rw- gingold/gingold 11835 2011-07-29 01:25 binutils-2.23.2/gold/workqueue.cc -rw-rw-rw- gingold/gingold 7568 2011-07-29 01:25 binutils-2.23.2/gold/workqueue.h -rw-rw-rw- gingold/gingold 155485 2013-03-25 09:06 binutils-2.23.2/gold/x86_64.cc -rw-rw-rw- gingold/gingold 30486 2011-11-11 23:29 binutils-2.23.2/gold/yyscript.y -rw-rw-rw- gingold/gingold 7 1999-05-03 09:29 binutils-2.23.2/gprof/.gdbinit drwxr-xr-x Creating directory: binutils-2.23.2/gprof -rw-rw-rw- gingold/gingold 84 2010-12-09 10:03 binutils-2.23.2/gprof/.gitignore -rw-rw-rw- gingold/gingold 36289 2010-05-07 14:28 binutils-2.23.2/gprof/aclocal.m4 -rw-rw-rw- gingold/gingold 5575 2009-02-12 13:47 binutils-2.23.2/gprof/alpha.c -rw-rw-rw- gingold/gingold 15023 2011-02-28 19:36 binutils-2.23.2/gprof/basic_blocks.c -rw-rw-rw- gingold/gingold 1406 2007-07-06 12:40 binutils-2.23.2/gprof/basic_blocks.h -rw-rw-rw- gingold/gingold 2703 2007-07-06 12:40 binutils-2.23.2/gprof/bb_exit_func.c -rwxrwxrwx gingold/gingold 1823 2007-07-06 12:40 binutils-2.23.2/gprof/bbconv.pl -rw-rw-rw- gingold/gingold 5785 2012-11-13 15:19 binutils-2.23.2/gprof/bsd_callg_bl.c -rw-rw-rw- gingold/gingold 3267 1999-05-03 09:29 binutils-2.23.2/gprof/bsd_callg_bl.m -rw-rw-rw- gingold/gingold 4045 2007-07-06 12:40 binutils-2.23.2/gprof/call_graph.c -rw-rw-rw- gingold/gingold 1085 2007-07-06 12:40 binutils-2.23.2/gprof/call_graph.h -rw-rw-rw- gingold/gingold 18799 2009-12-11 14:42 binutils-2.23.2/gprof/cg_arcs.c -rw-rw-rw- gingold/gingold 1095 2004-05-26 06:55 binutils-2.23.2/gprof/cg_arcs.h -rw-rw-rw- gingold/gingold 7665 2009-12-11 14:42 binutils-2.23.2/gprof/cg_dfn.c -rw-rw-rw- gingold/gingold 284 2004-05-26 06:55 binutils-2.23.2/gprof/cg_dfn.h -rw-rw-rw- gingold/gingold 34904 2011-04-28 07:12 binutils-2.23.2/gprof/cg_print.c -rw-rw-rw- gingold/gingold 1173 2007-07-06 12:40 binutils-2.23.2/gprof/cg_print.h -rw-rw-rw- gingold/gingold 1013 2012-09-11 11:20 binutils-2.23.2/gprof/ChangeLog -rw-rw-rw- gingold/gingold 3062 2006-01-17 00:15 binutils-2.23.2/gprof/ChangeLog-2004 -rw-rw-rw- gingold/gingold 4376 2006-01-17 00:15 binutils-2.23.2/gprof/ChangeLog-2005 -rw-rw-rw- gingold/gingold 3696 2009-09-02 06:47 binutils-2.23.2/gprof/ChangeLog-2006 -rw-rw-rw- gingold/gingold 7198 2009-09-02 06:47 binutils-2.23.2/gprof/ChangeLog-2007 -rw-rw-rw- gingold/gingold 2991 2009-09-02 06:47 binutils-2.23.2/gprof/ChangeLog-2008 -rw-rw-rw- gingold/gingold 6278 2010-01-01 19:06 binutils-2.23.2/gprof/ChangeLog-2009 -rw-rw-rw- gingold/gingold 2470 2011-01-01 17:43 binutils-2.23.2/gprof/ChangeLog-2010 -rw-rw-rw- gingold/gingold 2142 2012-01-05 11:09 binutils-2.23.2/gprof/ChangeLog-2011 -rw-rw-rw- gingold/gingold 70902 2004-01-02 12:16 binutils-2.23.2/gprof/ChangeLog-9203 -rw-rw-rw- gingold/gingold 18 2012-11-13 15:19 binutils-2.23.2/gprof/config.texi -rwxrwxrwx gingold/gingold 428890 2012-02-06 14:42 binutils-2.23.2/gprof/configure -rw-rw-rw- gingold/gingold 1771 2012-02-06 14:42 binutils-2.23.2/gprof/configure.in -rw-rw-rw- gingold/gingold 24947 2012-03-06 14:54 binutils-2.23.2/gprof/corefile.c -rw-rw-rw- gingold/gingold 1705 2009-06-16 13:49 binutils-2.23.2/gprof/corefile.h -rw-rw-rw- gingold/gingold 257 2009-06-04 08:57 binutils-2.23.2/gprof/dep-in.sed -rw-rw-rw- gingold/gingold 23565 2008-11-19 17:22 binutils-2.23.2/gprof/fdl.texi -rw-rw-rw- gingold/gingold 1847 2012-11-13 15:19 binutils-2.23.2/gprof/flat_bl.c -rw-rw-rw- gingold/gingold 1045 1999-05-03 09:29 binutils-2.23.2/gprof/flat_bl.m -rw-rw-rw- gingold/gingold 5422 2012-11-13 15:19 binutils-2.23.2/gprof/fsf_callg_bl.c -rw-rw-rw- gingold/gingold 3429 2012-09-11 11:20 binutils-2.23.2/gprof/fsf_callg_bl.m -rw-rw-rw- gingold/gingold 2941 2009-08-22 18:56 binutils-2.23.2/gprof/gconfig.in -rw-rw-rw- gingold/gingold 648 2004-05-26 06:55 binutils-2.23.2/gprof/gen-c-prog.awk -rw-rw-rw- gingold/gingold 4953 2005-01-21 00:37 binutils-2.23.2/gprof/gmon.h -rw-rw-rw- gingold/gingold 17414 2010-06-16 10:04 binutils-2.23.2/gprof/gmon_io.c -rw-rw-rw- gingold/gingold 1644 2008-08-25 06:38 binutils-2.23.2/gprof/gmon_io.h -rw-rw-rw- gingold/gingold 1511 2007-07-06 12:40 binutils-2.23.2/gprof/gmon_out.h -rw-rw-rw- gingold/gingold 29797 2012-11-13 15:19 binutils-2.23.2/gprof/gprof.1 -rw-rw-rw- gingold/gingold 16309 2009-06-12 17:33 binutils-2.23.2/gprof/gprof.c -rw-rw-rw- gingold/gingold 4727 2009-04-15 05:22 binutils-2.23.2/gprof/gprof.h -rw-rw-rw- gingold/gingold 112673 2012-11-13 15:19 binutils-2.23.2/gprof/gprof.info -rw-rw-rw- gingold/gingold 92777 2010-10-29 03:53 binutils-2.23.2/gprof/gprof.texi -rw-rw-rw- gingold/gingold 2449 2002-07-30 11:07 binutils-2.23.2/gprof/hertz.c -rw-rw-rw- gingold/gingold 270 2004-05-26 06:55 binutils-2.23.2/gprof/hertz.h -rw-rw-rw- gingold/gingold 21172 2011-10-26 11:51 binutils-2.23.2/gprof/hist.c -rw-rw-rw- gingold/gingold 2086 2009-09-25 11:57 binutils-2.23.2/gprof/hist.h -rw-rw-rw- gingold/gingold 3322 2007-04-10 09:57 binutils-2.23.2/gprof/i386.c -rw-rw-rw- gingold/gingold 28 2000-07-05 21:28 binutils-2.23.2/gprof/MAINTAINERS -rw-rw-rw- gingold/gingold 3055 2012-06-02 12:19 binutils-2.23.2/gprof/Makefile.am -rw-rw-rw- gingold/gingold 37291 2012-06-02 12:19 binutils-2.23.2/gprof/Makefile.in -rw-rw-rw- gingold/gingold 3725 2009-02-12 13:47 binutils-2.23.2/gprof/mips.c -rw-rw-rw- gingold/gingold 12724 2013-03-25 10:10 binutils-2.23.2/gprof/po/bg.gmo drwxr-xr-x Creating directory: binutils-2.23.2/gprof/po -rw-rw-rw- gingold/gingold 16229 2012-09-04 14:53 binutils-2.23.2/gprof/po/bg.po -rw-rw-rw- gingold/gingold 10329 2013-03-25 10:10 binutils-2.23.2/gprof/po/da.gmo -rw-rw-rw- gingold/gingold 14055 2011-01-10 14:51 binutils-2.23.2/gprof/po/da.po -rw-rw-rw- gingold/gingold 10545 2013-03-25 10:10 binutils-2.23.2/gprof/po/de.gmo -rw-rw-rw- gingold/gingold 14149 2009-09-14 14:24 binutils-2.23.2/gprof/po/de.po -rw-rw-rw- gingold/gingold 10469 2013-03-25 10:10 binutils-2.23.2/gprof/po/eo.gmo -rw-rw-rw- gingold/gingold 13932 2011-04-27 12:02 binutils-2.23.2/gprof/po/eo.po -rw-rw-rw- gingold/gingold 10865 2013-03-25 10:10 binutils-2.23.2/gprof/po/es.gmo -rw-rw-rw- gingold/gingold 14712 2012-09-04 14:53 binutils-2.23.2/gprof/po/es.po -rw-rw-rw- gingold/gingold 11123 2013-03-25 10:10 binutils-2.23.2/gprof/po/fi.gmo -rw-rw-rw- gingold/gingold 14942 2011-10-10 18:12 binutils-2.23.2/gprof/po/fi.po -rw-rw-rw- gingold/gingold 11206 2013-03-25 10:10 binutils-2.23.2/gprof/po/fr.gmo -rw-rw-rw- gingold/gingold 15119 2011-04-27 12:02 binutils-2.23.2/gprof/po/fr.po -rw-rw-rw- gingold/gingold 10440 2013-03-25 10:10 binutils-2.23.2/gprof/po/ga.gmo -rw-rw-rw- gingold/gingold 13999 2007-08-10 15:16 binutils-2.23.2/gprof/po/ga.po -rw-rw-rw- gingold/gingold 9576 2011-10-18 15:20 binutils-2.23.2/gprof/po/gprof.pot -rw-rw-rw- gingold/gingold 10448 2013-03-25 10:10 binutils-2.23.2/gprof/po/id.gmo -rw-rw-rw- gingold/gingold 14083 2009-11-11 10:36 binutils-2.23.2/gprof/po/id.po -rw-rw-rw- gingold/gingold 10691 2013-03-25 10:10 binutils-2.23.2/gprof/po/it.gmo -rw-rw-rw- gingold/gingold 14193 2011-10-18 15:20 binutils-2.23.2/gprof/po/it.po -rw-rw-rw- gingold/gingold 3004 2013-03-25 10:10 binutils-2.23.2/gprof/po/ja.gmo -rw-rw-rw- gingold/gingold 12670 2012-09-04 14:53 binutils-2.23.2/gprof/po/ja.po -rw-rw-rw- gingold/gingold 7163 2009-09-02 09:24 binutils-2.23.2/gprof/po/Make-in -rw-rw-rw- gingold/gingold 10360 2013-03-25 10:10 binutils-2.23.2/gprof/po/ms.gmo -rw-rw-rw- gingold/gingold 13866 2008-02-06 10:05 binutils-2.23.2/gprof/po/ms.po -rw-rw-rw- gingold/gingold 10712 2013-03-25 10:10 binutils-2.23.2/gprof/po/nl.gmo -rw-rw-rw- gingold/gingold 14955 2009-09-14 14:24 binutils-2.23.2/gprof/po/nl.po -rw-rw-rw- gingold/gingold 366 2002-01-31 13:56 binutils-2.23.2/gprof/po/POTFILES.in -rw-rw-rw- gingold/gingold 9984 2013-03-25 10:10 binutils-2.23.2/gprof/po/pt_BR.gmo -rw-rw-rw- gingold/gingold 13437 2002-12-02 15:03 binutils-2.23.2/gprof/po/pt_BR.po -rw-rw-rw- gingold/gingold 9898 2013-03-25 10:10 binutils-2.23.2/gprof/po/ro.gmo -rw-rw-rw- gingold/gingold 13075 2008-09-11 11:06 binutils-2.23.2/gprof/po/ro.po -rw-rw-rw- gingold/gingold 12808 2013-03-25 10:10 binutils-2.23.2/gprof/po/ru.gmo -rw-rw-rw- gingold/gingold 16276 2010-11-10 15:39 binutils-2.23.2/gprof/po/ru.po -rw-rw-rw- gingold/gingold 486 2013-03-25 10:10 binutils-2.23.2/gprof/po/rw.gmo -rw-rw-rw- gingold/gingold 13522 2005-04-06 17:42 binutils-2.23.2/gprof/po/rw.po -rw-rw-rw- gingold/gingold 12924 2013-03-25 10:10 binutils-2.23.2/gprof/po/sr.gmo -rw-rw-rw- gingold/gingold 16413 2012-02-06 14:42 binutils-2.23.2/gprof/po/sr.po -rw-rw-rw- gingold/gingold 10367 2013-03-25 10:10 binutils-2.23.2/gprof/po/sv.gmo -rw-rw-rw- gingold/gingold 14245 2009-09-11 17:27 binutils-2.23.2/gprof/po/sv.po -rw-rw-rw- gingold/gingold 11331 2013-03-25 10:10 binutils-2.23.2/gprof/po/tr.gmo -rw-rw-rw- gingold/gingold 14825 2005-03-14 04:40 binutils-2.23.2/gprof/po/tr.po -rw-rw-rw- gingold/gingold 13049 2013-03-25 10:10 binutils-2.23.2/gprof/po/uk.gmo -rw-rw-rw- gingold/gingold 16534 2011-10-10 18:12 binutils-2.23.2/gprof/po/uk.po -rw-rw-rw- gingold/gingold 12463 2013-03-25 10:10 binutils-2.23.2/gprof/po/vi.gmo -rw-rw-rw- gingold/gingold 16306 2012-09-04 14:53 binutils-2.23.2/gprof/po/vi.po -rw-rw-rw- gingold/gingold 17422 2001-07-19 12:43 binutils-2.23.2/gprof/README -rw-rw-rw- gingold/gingold 1582 2008-06-19 18:30 binutils-2.23.2/gprof/search_list.c -rw-rw-rw- gingold/gingold 1431 2007-07-06 12:40 binutils-2.23.2/gprof/search_list.h -rw-rw-rw- gingold/gingold 6061 2009-09-11 17:27 binutils-2.23.2/gprof/source.c -rw-rw-rw- gingold/gingold 2320 2007-07-06 12:40 binutils-2.23.2/gprof/source.h -rw-rw-rw- gingold/gingold 3190 2009-02-12 13:47 binutils-2.23.2/gprof/sparc.c -rw-rw-rw- gingold/gingold 10 1999-05-03 09:29 binutils-2.23.2/gprof/stamp-h.in -rw-rw-rw- gingold/gingold 9475 2009-09-11 17:27 binutils-2.23.2/gprof/sym_ids.c -rw-rw-rw- gingold/gingold 1309 2007-07-06 12:40 binutils-2.23.2/gprof/sym_ids.h -rw-rw-rw- gingold/gingold 7248 2008-07-30 06:34 binutils-2.23.2/gprof/symtab.c -rw-rw-rw- gingold/gingold 4308 2007-07-06 12:40 binutils-2.23.2/gprof/symtab.h -rw-rw-rw- gingold/gingold 9171 2009-02-12 13:47 binutils-2.23.2/gprof/tahoe.c -rw-rw-rw- gingold/gingold 278 1999-05-03 09:29 binutils-2.23.2/gprof/TEST -rw-rw-rw- gingold/gingold 3410 2002-01-31 19:37 binutils-2.23.2/gprof/TODO -rw-rw-rw- gingold/gingold 3152 2008-06-19 18:30 binutils-2.23.2/gprof/utils.c -rw-rw-rw- gingold/gingold 133 2004-05-26 06:55 binutils-2.23.2/gprof/utils.h -rw-rw-rw- gingold/gingold 9314 2009-02-12 13:47 binutils-2.23.2/gprof/vax.c -rw-rw-rw- gingold/gingold 1154 2009-11-18 12:57 binutils-2.23.2/include/alloca-conf.h drwxr-xr-x Creating directory: binutils-2.23.2/include -rw-rw-rw- gingold/gingold 14246 2011-10-22 03:35 binutils-2.23.2/include/ansidecl.h -rw-rw-rw- gingold/gingold 11191 2010-04-15 12:26 binutils-2.23.2/include/aout/adobe.h drwxr-xr-x Creating directory: binutils-2.23.2/include/aout -rw-rw-rw- gingold/gingold 19815 2010-04-15 12:26 binutils-2.23.2/include/aout/aout64.h -rw-rw-rw- gingold/gingold 2207 2010-04-15 12:26 binutils-2.23.2/include/aout/ar.h -rw-rw-rw- gingold/gingold 7415 2010-04-15 12:26 binutils-2.23.2/include/aout/ChangeLog -rw-rw-rw- gingold/gingold 3036 2010-04-15 12:26 binutils-2.23.2/include/aout/dynix3.h -rw-rw-rw- gingold/gingold 4719 2010-04-15 12:26 binutils-2.23.2/include/aout/encap.h -rw-rw-rw- gingold/gingold 1384 2010-04-15 12:26 binutils-2.23.2/include/aout/host.h -rw-rw-rw- gingold/gingold 2994 2010-04-15 12:26 binutils-2.23.2/include/aout/hp.h -rw-rw-rw- gingold/gingold 5092 2010-04-15 12:26 binutils-2.23.2/include/aout/hp300hpux.h -rw-rw-rw- gingold/gingold 104 1999-05-03 09:29 binutils-2.23.2/include/aout/hppa.h -rw-rw-rw- gingold/gingold 2527 2010-04-15 12:26 binutils-2.23.2/include/aout/ranlib.h -rw-rw-rw- gingold/gingold 2297 2010-04-15 12:26 binutils-2.23.2/include/aout/reloc.h -rw-rw-rw- gingold/gingold 11506 2010-04-15 12:26 binutils-2.23.2/include/aout/stab.def -rw-rw-rw- gingold/gingold 1723 2010-04-15 12:26 binutils-2.23.2/include/aout/stab_gnu.h -rw-rw-rw- gingold/gingold 10075 2010-04-15 12:26 binutils-2.23.2/include/aout/sun4.h -rw-rw-rw- gingold/gingold 30443 2012-04-09 18:27 binutils-2.23.2/include/bfdlink.h -rw-rw-rw- gingold/gingold 2145 2008-08-25 06:36 binutils-2.23.2/include/binary-io.h -rw-rw-rw- gingold/gingold 7782 2010-04-15 12:26 binutils-2.23.2/include/bout.h -rw-rw-rw- gingold/gingold 1631 2010-01-06 06:25 binutils-2.23.2/include/cgen/basic-modes.h drwxr-xr-x Creating directory: binutils-2.23.2/include/cgen -rw-rw-rw- gingold/gingold 10188 2009-10-24 02:17 binutils-2.23.2/include/cgen/basic-ops.h -rw-rw-rw- gingold/gingold 2054 2009-10-24 02:17 binutils-2.23.2/include/cgen/bitset.h -rw-rw-rw- gingold/gingold 351 2010-01-06 06:25 binutils-2.23.2/include/cgen/ChangeLog -rw-rw-rw- gingold/gingold 55929 2012-09-04 14:53 binutils-2.23.2/include/ChangeLog -rw-rw-rw- gingold/gingold 83515 2009-08-16 14:06 binutils-2.23.2/include/ChangeLog-9103 -rw-rw-rw- gingold/gingold 11231 2010-04-15 12:26 binutils-2.23.2/include/coff/alpha.h drwxr-xr-x Creating directory: binutils-2.23.2/include/coff -rw-rw-rw- gingold/gingold 4677 2010-04-15 12:26 binutils-2.23.2/include/coff/apollo.h -rw-rw-rw- gingold/gingold 3995 2010-04-15 12:26 binutils-2.23.2/include/coff/arm.h -rw-rw-rw- gingold/gingold 1553 2010-04-15 12:26 binutils-2.23.2/include/coff/aux-coff.h -rw-rw-rw- gingold/gingold 10849 2011-06-02 15:43 binutils-2.23.2/include/coff/ChangeLog -rw-rw-rw- gingold/gingold 36359 2005-04-13 19:33 binutils-2.23.2/include/coff/ChangeLog-9103 -rw-rw-rw- gingold/gingold 14514 2010-04-15 12:26 binutils-2.23.2/include/coff/ecoff.h -rw-rw-rw- gingold/gingold 6934 2010-04-15 12:26 binutils-2.23.2/include/coff/external.h -rw-rw-rw- gingold/gingold 1415 2010-04-15 12:26 binutils-2.23.2/include/coff/go32exe.h -rw-rw-rw- gingold/gingold 1732 2010-04-15 12:26 binutils-2.23.2/include/coff/h8300.h -rw-rw-rw- gingold/gingold 1436 2010-04-15 12:26 binutils-2.23.2/include/coff/h8500.h -rw-rw-rw- gingold/gingold 2353 2010-04-15 12:26 binutils-2.23.2/include/coff/i386.h -rw-rw-rw- gingold/gingold 2690 2011-06-02 15:43 binutils-2.23.2/include/coff/i860.h -rw-rw-rw- gingold/gingold 8592 2010-04-15 12:26 binutils-2.23.2/include/coff/i960.h -rw-rw-rw- gingold/gingold 2842 2010-04-15 12:26 binutils-2.23.2/include/coff/ia64.h -rw-rw-rw- gingold/gingold 30724 2011-03-31 10:13 binutils-2.23.2/include/coff/internal.h -rw-rw-rw- gingold/gingold 2657 2010-04-15 12:26 binutils-2.23.2/include/coff/m68k.h -rw-rw-rw- gingold/gingold 5002 2010-04-15 12:26 binutils-2.23.2/include/coff/m88k.h -rw-rw-rw- gingold/gingold 2320 2010-04-15 12:26 binutils-2.23.2/include/coff/mcore.h -rw-rw-rw- gingold/gingold 9555 2010-04-15 12:26 binutils-2.23.2/include/coff/mips.h -rw-rw-rw- gingold/gingold 2273 2010-04-15 12:26 binutils-2.23.2/include/coff/mipspe.h -rw-rw-rw- gingold/gingold 9062 2010-04-15 12:26 binutils-2.23.2/include/coff/or32.h -rw-rw-rw- gingold/gingold 19435 2010-04-15 12:26 binutils-2.23.2/include/coff/pe.h -rw-rw-rw- gingold/gingold 1968 2010-04-15 12:26 binutils-2.23.2/include/coff/powerpc.h -rw-rw-rw- gingold/gingold 8161 2011-05-04 13:05 binutils-2.23.2/include/coff/rs6000.h -rw-rw-rw- gingold/gingold 7697 2011-05-04 13:05 binutils-2.23.2/include/coff/rs6k64.h -rw-rw-rw- gingold/gingold 5616 2010-04-15 12:26 binutils-2.23.2/include/coff/sh.h -rw-rw-rw- gingold/gingold 4259 2010-04-15 12:26 binutils-2.23.2/include/coff/sparc.h -rw-rw-rw- gingold/gingold 16786 1999-05-03 09:29 binutils-2.23.2/include/coff/sym.h -rw-rw-rw- gingold/gingold 7061 2009-06-03 20:08 binutils-2.23.2/include/coff/symconst.h -rw-rw-rw- gingold/gingold 18607 2010-04-15 12:26 binutils-2.23.2/include/coff/ti.h -rw-rw-rw- gingold/gingold 1698 2010-04-15 12:26 binutils-2.23.2/include/coff/tic30.h -rw-rw-rw- gingold/gingold 1624 2010-04-15 12:26 binutils-2.23.2/include/coff/tic4x.h -rw-rw-rw- gingold/gingold 2453 2010-04-15 12:26 binutils-2.23.2/include/coff/tic54x.h -rw-rw-rw- gingold/gingold 4733 2010-04-15 12:26 binutils-2.23.2/include/coff/tic80.h -rw-rw-rw- gingold/gingold 1406 2010-04-15 12:26 binutils-2.23.2/include/coff/w65.h -rw-rw-rw- gingold/gingold 1998 2010-04-15 12:26 binutils-2.23.2/include/coff/we32k.h -rw-rw-rw- gingold/gingold 1877 2010-04-15 12:26 binutils-2.23.2/include/coff/x86_64.h -rw-rw-rw- gingold/gingold 19539 2011-04-27 17:04 binutils-2.23.2/include/coff/xcoff.h -rw-rw-rw- gingold/gingold 1852 2010-04-15 12:26 binutils-2.23.2/include/coff/z80.h -rw-rw-rw- gingold/gingold 1493 2010-04-15 12:26 binutils-2.23.2/include/coff/z8k.h -rw-rw-rw- gingold/gingold 18002 2005-05-10 12:21 binutils-2.23.2/include/COPYING -rw-rw-rw- gingold/gingold 35147 2007-07-17 15:50 binutils-2.23.2/include/COPYING3 -rw-rw-rw- gingold/gingold 25832 2012-01-07 03:53 binutils-2.23.2/include/demangle.h -rw-rw-rw- gingold/gingold 17451 2012-09-04 14:53 binutils-2.23.2/include/dis-asm.h -rw-rw-rw- gingold/gingold 23699 2012-06-19 02:03 binutils-2.23.2/include/dwarf2.def -rw-rw-rw- gingold/gingold 11336 2012-06-08 21:01 binutils-2.23.2/include/dwarf2.h -rw-rw-rw- gingold/gingold 2740 2009-06-01 21:40 binutils-2.23.2/include/dyn-string.h -rw-rw-rw- gingold/gingold 6574 2012-08-16 11:21 binutils-2.23.2/include/elf/aarch64.h drwxr-xr-x Creating directory: binutils-2.23.2/include/elf -rw-rw-rw- gingold/gingold 4816 2010-04-15 12:26 binutils-2.23.2/include/elf/alpha.h -rw-rw-rw- gingold/gingold 1750 2010-04-15 12:26 binutils-2.23.2/include/elf/arc.h -rw-rw-rw- gingold/gingold 13567 2012-09-04 14:53 binutils-2.23.2/include/elf/arm.h -rw-rw-rw- gingold/gingold 3289 2012-05-16 16:52 binutils-2.23.2/include/elf/avr.h -rw-rw-rw- gingold/gingold 4714 2010-11-15 23:30 binutils-2.23.2/include/elf/bfin.h -rw-rw-rw- gingold/gingold 53007 2012-09-04 14:53 binutils-2.23.2/include/elf/ChangeLog -rw-rw-rw- gingold/gingold 58256 2005-04-13 19:33 binutils-2.23.2/include/elf/ChangeLog-9103 -rw-rw-rw- gingold/gingold 39516 2012-09-04 14:53 binutils-2.23.2/include/elf/common.h -rw-rw-rw- gingold/gingold 2500 2010-04-15 12:26 binutils-2.23.2/include/elf/cr16.h -rw-rw-rw- gingold/gingold 8814 2010-04-15 12:26 binutils-2.23.2/include/elf/cr16c.h -rw-rw-rw- gingold/gingold 8041 2010-04-15 12:26 binutils-2.23.2/include/elf/cris.h -rw-rw-rw- gingold/gingold 2116 2010-04-15 12:26 binutils-2.23.2/include/elf/crx.h -rw-rw-rw- gingold/gingold 1369 2010-04-15 12:26 binutils-2.23.2/include/elf/d10v.h -rw-rw-rw- gingold/gingold 1497 2010-04-15 12:26 binutils-2.23.2/include/elf/d30v.h -rw-rw-rw- gingold/gingold 2030 2010-04-15 12:26 binutils-2.23.2/include/elf/dlx.h -rw-rw-rw- gingold/gingold 10445 2010-04-15 12:26 binutils-2.23.2/include/elf/dwarf.h -rwxrwxrwx gingold/gingold 2089 2011-10-27 16:27 binutils-2.23.2/include/elf/epiphany.h -rw-rw-rw- gingold/gingold 10949 2010-04-15 12:26 binutils-2.23.2/include/elf/external.h -rw-rw-rw- gingold/gingold 1516 2010-04-15 12:26 binutils-2.23.2/include/elf/fr30.h -rw-rw-rw- gingold/gingold 4880 2010-04-15 12:26 binutils-2.23.2/include/elf/frv.h -rw-rw-rw- gingold/gingold 3518 2010-04-15 12:26 binutils-2.23.2/include/elf/h8.h -rw-rw-rw- gingold/gingold 21981 2010-04-15 12:26 binutils-2.23.2/include/elf/hppa.h -rw-rw-rw- gingold/gingold 2302 2010-05-18 05:31 binutils-2.23.2/include/elf/i370.h -rw-rw-rw- gingold/gingold 3373 2010-04-15 12:26 binutils-2.23.2/include/elf/i386.h -rw-rw-rw- gingold/gingold 3045 2010-04-15 12:26 binutils-2.23.2/include/elf/i860.h -rw-rw-rw- gingold/gingold 1355 2010-04-15 12:26 binutils-2.23.2/include/elf/i960.h -rw-rw-rw- gingold/gingold 20047 2011-06-09 10:53 binutils-2.23.2/include/elf/ia64.h -rw-rw-rw- gingold/gingold 14735 2011-03-14 16:54 binutils-2.23.2/include/elf/internal.h -rw-rw-rw- gingold/gingold 2287 2010-04-15 12:26 binutils-2.23.2/include/elf/ip2k.h -rw-rw-rw- gingold/gingold 2177 2010-04-15 12:26 binutils-2.23.2/include/elf/iq2000.h -rw-rw-rw- gingold/gingold 2325 2010-04-15 12:26 binutils-2.23.2/include/elf/lm32.h -rw-rw-rw- gingold/gingold 2594 2010-04-15 12:26 binutils-2.23.2/include/elf/m32c.h -rw-rw-rw- gingold/gingold 4743 2010-04-15 12:26 binutils-2.23.2/include/elf/m32r.h -rw-rw-rw- gingold/gingold 3871 2012-09-04 14:53 binutils-2.23.2/include/elf/m68hc11.h -rw-rw-rw- gingold/gingold 4422 2010-04-15 12:26 binutils-2.23.2/include/elf/m68k.h -rw-rw-rw- gingold/gingold 1720 2010-04-15 12:26 binutils-2.23.2/include/elf/mcore.h -rw-rw-rw- gingold/gingold 4219 2010-04-15 12:26 binutils-2.23.2/include/elf/mep.h -rw-rw-rw- gingold/gingold 2559 2010-04-15 12:26 binutils-2.23.2/include/elf/microblaze.h -rw-rw-rw- gingold/gingold 35420 2011-12-19 08:58 binutils-2.23.2/include/elf/mips.h -rw-rw-rw- gingold/gingold 6228 2010-04-15 12:26 binutils-2.23.2/include/elf/mmix.h -rw-rw-rw- gingold/gingold 1437 2010-04-15 12:26 binutils-2.23.2/include/elf/mn10200.h -rw-rw-rw- gingold/gingold 2998 2012-03-07 18:51 binutils-2.23.2/include/elf/mn10300.h -rw-rw-rw- gingold/gingold 1173 2010-04-15 12:26 binutils-2.23.2/include/elf/moxie.h -rw-rw-rw- gingold/gingold 2112 2010-04-15 12:26 binutils-2.23.2/include/elf/msp430.h -rw-rw-rw- gingold/gingold 1641 2010-04-15 12:26 binutils-2.23.2/include/elf/mt.h -rw-rw-rw- gingold/gingold 1487 2010-04-15 12:26 binutils-2.23.2/include/elf/openrisc.h -rw-rw-rw- gingold/gingold 1997 2010-05-18 05:31 binutils-2.23.2/include/elf/or32.h -rw-rw-rw- gingold/gingold 1590 2010-04-15 12:26 binutils-2.23.2/include/elf/pj.h -rw-rw-rw- gingold/gingold 8204 2012-05-14 21:45 binutils-2.23.2/include/elf/ppc.h -rw-rw-rw- gingold/gingold 7181 2011-10-10 15:21 binutils-2.23.2/include/elf/ppc64.h -rw-rw-rw- gingold/gingold 4102 2011-06-02 15:43 binutils-2.23.2/include/elf/reloc-macros.h -rw-rw-rw- gingold/gingold 5415 2011-12-23 02:49 binutils-2.23.2/include/elf/rl78.h -rw-rw-rw- gingold/gingold 6532 2011-10-05 16:13 binutils-2.23.2/include/elf/rx.h -rw-rw-rw- gingold/gingold 6570 2012-07-13 17:47 binutils-2.23.2/include/elf/s390.h -rw-rw-rw- gingold/gingold 4857 2009-03-02 11:33 binutils-2.23.2/include/elf/score.h -rw-rw-rw- gingold/gingold 8607 2010-05-25 16:12 binutils-2.23.2/include/elf/sh.h -rw-rw-rw- gingold/gingold 8714 2012-04-27 20:00 binutils-2.23.2/include/elf/sparc.h -rw-rw-rw- gingold/gingold 2136 2010-04-15 12:26 binutils-2.23.2/include/elf/spu.h -rw-rw-rw- gingold/gingold 1282 2010-11-02 15:36 binutils-2.23.2/include/elf/tic6x-attrs.h -rw-rw-rw- gingold/gingold 5022 2011-05-09 15:17 binutils-2.23.2/include/elf/tic6x.h -rw-rw-rw- gingold/gingold 7036 2012-02-25 23:24 binutils-2.23.2/include/elf/tilegx.h -rw-rw-rw- gingold/gingold 5834 2012-02-25 23:24 binutils-2.23.2/include/elf/tilepro.h -rw-rw-rw- gingold/gingold 6165 2010-07-23 16:52 binutils-2.23.2/include/elf/v850.h -rw-rw-rw- gingold/gingold 2277 2010-04-15 12:26 binutils-2.23.2/include/elf/vax.h -rw-rw-rw- gingold/gingold 1238 2010-04-15 12:26 binutils-2.23.2/include/elf/vxworks.h -rw-rw-rw- gingold/gingold 4762 2011-08-12 22:33 binutils-2.23.2/include/elf/x86-64.h -rw-rw-rw- gingold/gingold 1423 2010-04-15 12:26 binutils-2.23.2/include/elf/xc16x.h -rw-rw-rw- gingold/gingold 2547 2012-05-03 15:12 binutils-2.23.2/include/elf/xgate.h -rw-rw-rw- gingold/gingold 2129 2010-04-15 12:26 binutils-2.23.2/include/elf/xstormy16.h -rw-rw-rw- gingold/gingold 8087 2010-04-15 12:26 binutils-2.23.2/include/elf/xtensa.h -rw-rw-rw- gingold/gingold 2979 2009-06-01 21:40 binutils-2.23.2/include/fibheap.h -rw-rw-rw- gingold/gingold 3458 2012-07-14 01:39 binutils-2.23.2/include/filenames.h -rw-rw-rw- gingold/gingold 5785 2011-01-03 22:05 binutils-2.23.2/include/floatformat.h -rw-rw-rw- gingold/gingold 2431 2005-05-10 12:21 binutils-2.23.2/include/fnmatch.h -rw-rw-rw- gingold/gingold 918 1999-05-03 09:29 binutils-2.23.2/include/fopen-bin.h -rw-rw-rw- gingold/gingold 898 1999-05-03 09:29 binutils-2.23.2/include/fopen-same.h -rw-rw-rw- gingold/gingold 813 2009-05-25 15:04 binutils-2.23.2/include/fopen-vms.h -rw-rw-rw- gingold/gingold 11855 2012-05-24 18:39 binutils-2.23.2/include/gdb/callback.h drwxr-xr-x Creating directory: binutils-2.23.2/include/gdb -rw-rw-rw- gingold/gingold 6757 2012-06-24 00:23 binutils-2.23.2/include/gdb/ChangeLog -rw-rw-rw- gingold/gingold 4793 2012-01-04 09:27 binutils-2.23.2/include/gdb/fileio.h -rw-rw-rw- gingold/gingold 3926 2012-06-24 00:23 binutils-2.23.2/include/gdb/gdb-index.h -rw-rw-rw- gingold/gingold 10029 2012-01-04 09:27 binutils-2.23.2/include/gdb/remote-sim.h -rw-rw-rw- gingold/gingold 11457 2012-05-24 18:51 binutils-2.23.2/include/gdb/signals.def -rw-rw-rw- gingold/gingold 2520 2012-05-24 18:39 binutils-2.23.2/include/gdb/signals.h -rw-rw-rw- gingold/gingold 3162 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-arm.h -rw-rw-rw- gingold/gingold 2243 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-bfin.h -rw-rw-rw- gingold/gingold 2679 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-cr16.h -rw-rw-rw- gingold/gingold 4031 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-d10v.h -rw-rw-rw- gingold/gingold 1628 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-frv.h -rw-rw-rw- gingold/gingold 2486 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-h8300.h -rw-rw-rw- gingold/gingold 2055 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-lm32.h -rw-rw-rw- gingold/gingold 1736 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-m32c.h -rw-rw-rw- gingold/gingold 32219 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-ppc.h -rw-rw-rw- gingold/gingold 2019 2012-02-04 07:05 binutils-2.23.2/include/gdb/sim-rl78.h -rw-rw-rw- gingold/gingold 1521 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-rx.h -rw-rw-rw- gingold/gingold 4178 2012-01-04 09:27 binutils-2.23.2/include/gdb/sim-sh.h -rw-rw-rw- gingold/gingold 2486 2005-05-10 12:21 binutils-2.23.2/include/gdbm.h -rw-rw-rw- gingold/gingold 5057 2005-05-10 12:21 binutils-2.23.2/include/getopt.h -rw-rw-rw- gingold/gingold 7405 2010-06-10 20:30 binutils-2.23.2/include/hashtab.h -rw-rw-rw- gingold/gingold 64602 2010-04-15 12:26 binutils-2.23.2/include/hp-symtab.h -rw-rw-rw- gingold/gingold 4970 2005-05-10 12:21 binutils-2.23.2/include/ieee.h -rw-rw-rw- gingold/gingold 3735 2012-05-24 03:18 binutils-2.23.2/include/leb128.h -rw-rw-rw- gingold/gingold 24516 2011-09-28 22:01 binutils-2.23.2/include/libiberty.h -rw-rw-rw- gingold/gingold 1109 2009-10-07 04:57 binutils-2.23.2/include/lto-symtab.h -rw-rw-rw- gingold/gingold 1516 2012-02-23 17:29 binutils-2.23.2/include/mach-o/ChangeLog drwxr-xr-x Creating directory: binutils-2.23.2/include/mach-o -rw-rw-rw- gingold/gingold 2669 2011-12-16 11:23 binutils-2.23.2/include/mach-o/codesign.h -rw-rw-rw- gingold/gingold 10903 2012-02-23 17:29 binutils-2.23.2/include/mach-o/external.h -rw-rw-rw- gingold/gingold 13919 2012-01-12 15:03 binutils-2.23.2/include/mach-o/loader.h -rw-rw-rw- gingold/gingold 1267 2012-02-23 17:29 binutils-2.23.2/include/mach-o/reloc.h -rw-rw-rw- gingold/gingold 1699 2011-08-08 10:59 binutils-2.23.2/include/mach-o/x86-64.h -rw-rw-rw- gingold/gingold 28 2000-07-05 21:28 binutils-2.23.2/include/MAINTAINERS -rw-rw-rw- gingold/gingold 5172 2008-03-25 01:21 binutils-2.23.2/include/md5.h -rw-rw-rw- gingold/gingold 5089 2010-04-15 12:26 binutils-2.23.2/include/nlm/alpha-ext.h drwxr-xr-x Creating directory: binutils-2.23.2/include/nlm -rw-rw-rw- gingold/gingold 3568 2010-04-15 12:26 binutils-2.23.2/include/nlm/ChangeLog -rw-rw-rw- gingold/gingold 4682 2010-04-15 12:26 binutils-2.23.2/include/nlm/common.h -rw-rw-rw- gingold/gingold 5306 2010-04-15 12:26 binutils-2.23.2/include/nlm/external.h -rw-rw-rw- gingold/gingold 3740 2010-04-15 12:26 binutils-2.23.2/include/nlm/i386-ext.h -rw-rw-rw- gingold/gingold 11200 2010-04-15 12:26 binutils-2.23.2/include/nlm/internal.h -rw-rw-rw- gingold/gingold 5062 2010-04-15 12:26 binutils-2.23.2/include/nlm/ppc-ext.h -rw-rw-rw- gingold/gingold 3815 2010-04-15 12:26 binutils-2.23.2/include/nlm/sparc32-ext.h -rw-rw-rw- gingold/gingold 4854 2010-04-15 12:26 binutils-2.23.2/include/oasys.h -rw-rw-rw- gingold/gingold 3960 2005-05-10 12:21 binutils-2.23.2/include/objalloc.h -rw-rw-rw- gingold/gingold 20889 2011-10-22 03:35 binutils-2.23.2/include/obstack.h -rw-rw-rw- gingold/gingold 28339 2013-03-25 09:06 binutils-2.23.2/include/opcode/aarch64.h drwxr-xr-x Creating directory: binutils-2.23.2/include/opcode -rw-rw-rw- gingold/gingold 8770 2010-04-15 12:26 binutils-2.23.2/include/opcode/alpha.h -rw-rw-rw- gingold/gingold 11859 2010-04-15 12:26 binutils-2.23.2/include/opcode/arc.h -rw-rw-rw- gingold/gingold 14193 2012-09-04 14:53 binutils-2.23.2/include/opcode/arm.h -rw-rw-rw- gingold/gingold 15457 2012-06-07 18:43 binutils-2.23.2/include/opcode/avr.h -rwxrwxrwx gingold/gingold 44078 2011-06-18 21:42 binutils-2.23.2/include/opcode/bfin.h -rw-rw-rw- gingold/gingold 51768 2010-10-09 08:50 binutils-2.23.2/include/opcode/cgen.h -rw-rw-rw- gingold/gingold 52820 2013-03-25 09:06 binutils-2.23.2/include/opcode/ChangeLog -rw-rw-rw- gingold/gingold 100369 2005-04-13 19:33 binutils-2.23.2/include/opcode/ChangeLog-9103 -rw-rw-rw- gingold/gingold 42880 2010-04-15 12:26 binutils-2.23.2/include/opcode/convex.h -rw-rw-rw- gingold/gingold 12010 2010-04-15 12:26 binutils-2.23.2/include/opcode/cr16.h -rw-rw-rw- gingold/gingold 10348 2010-04-15 12:26 binutils-2.23.2/include/opcode/cris.h -rw-rw-rw- gingold/gingold 11773 2012-02-27 07:37 binutils-2.23.2/include/opcode/crx.h -rw-rw-rw- gingold/gingold 5843 2010-04-15 12:26 binutils-2.23.2/include/opcode/d10v.h -rw-rw-rw- gingold/gingold 8924 2010-04-15 12:26 binutils-2.23.2/include/opcode/d30v.h -rw-rw-rw- gingold/gingold 13699 2010-04-15 12:26 binutils-2.23.2/include/opcode/dlx.h -rw-rw-rw- gingold/gingold 137147 2010-04-15 12:26 binutils-2.23.2/include/opcode/h8300.h -rw-rw-rw- gingold/gingold 58721 2010-12-31 17:43 binutils-2.23.2/include/opcode/hppa.h -rw-rw-rw- gingold/gingold 9628 2010-04-15 12:26 binutils-2.23.2/include/opcode/i370.h -rw-rw-rw- gingold/gingold 5084 2012-02-08 19:20 binutils-2.23.2/include/opcode/i386.h -rw-rw-rw- gingold/gingold 28764 2010-04-15 12:26 binutils-2.23.2/include/opcode/i860.h -rw-rw-rw- gingold/gingold 24328 2010-04-15 12:26 binutils-2.23.2/include/opcode/i960.h -rw-rw-rw- gingold/gingold 15238 2012-09-04 15:55 binutils-2.23.2/include/opcode/ia64.h -rw-rw-rw- gingold/gingold 19834 2012-05-15 14:55 binutils-2.23.2/include/opcode/m68hc11.h -rw-rw-rw- gingold/gingold 14830 2010-04-15 12:26 binutils-2.23.2/include/opcode/m68k.h -rw-rw-rw- gingold/gingold 11205 2010-04-15 12:26 binutils-2.23.2/include/opcode/m88k.h -rw-rw-rw- gingold/gingold 59522 2012-09-04 16:21 binutils-2.23.2/include/opcode/mips.h -rw-rw-rw- gingold/gingold 5061 2010-04-15 12:26 binutils-2.23.2/include/opcode/mmix.h -rw-rw-rw- gingold/gingold 3241 2010-04-15 12:26 binutils-2.23.2/include/opcode/mn10200.h -rw-rw-rw- gingold/gingold 4784 2010-04-15 12:26 binutils-2.23.2/include/opcode/mn10300.h -rw-rw-rw- gingold/gingold 2803 2009-06-11 13:27 binutils-2.23.2/include/opcode/moxie.h -rw-rw-rw- gingold/gingold 4353 2010-04-15 12:26 binutils-2.23.2/include/opcode/msp430.h -rw-rw-rw- gingold/gingold 18241 2010-04-15 12:26 binutils-2.23.2/include/opcode/np1.h -rw-rw-rw- gingold/gingold 25902 2010-04-15 12:26 binutils-2.23.2/include/opcode/ns32k.h -rw-rw-rw- gingold/gingold 5304 2010-04-15 12:26 binutils-2.23.2/include/opcode/or32.h -rw-rw-rw- gingold/gingold 3242 2010-04-15 12:26 binutils-2.23.2/include/opcode/pdp11.h -rw-rw-rw- gingold/gingold 1802 2010-04-15 12:26 binutils-2.23.2/include/opcode/pj.h -rw-rw-rw- gingold/gingold 12467 2010-04-15 12:26 binutils-2.23.2/include/opcode/pn.h -rw-rw-rw- gingold/gingold 14881 2013-03-25 09:06 binutils-2.23.2/include/opcode/ppc.h -rw-rw-rw- gingold/gingold 12005 2010-04-15 12:26 binutils-2.23.2/include/opcode/pyr.h -rw-rw-rw- gingold/gingold 4628 2011-11-02 04:09 binutils-2.23.2/include/opcode/rl78.h -rw-rw-rw- gingold/gingold 5231 2010-07-29 20:41 binutils-2.23.2/include/opcode/rx.h -rw-rw-rw- gingold/gingold 4760 2011-05-24 18:13 binutils-2.23.2/include/opcode/s390.h -rw-rw-rw- gingold/gingold 1804 2010-04-15 12:26 binutils-2.23.2/include/opcode/score-datadep.h -rw-rw-rw- gingold/gingold 5125 2010-04-15 12:26 binutils-2.23.2/include/opcode/score-inst.h -rw-rw-rw- gingold/gingold 10824 2012-04-27 20:02 binutils-2.23.2/include/opcode/sparc.h -rw-rw-rw- gingold/gingold 31178 2010-04-15 12:26 binutils-2.23.2/include/opcode/spu-insns.h -rw-rw-rw- gingold/gingold 3651 2010-04-15 12:26 binutils-2.23.2/include/opcode/spu.h -rw-rw-rw- gingold/gingold 7973 1999-05-03 09:29 binutils-2.23.2/include/opcode/tahoe.h -rw-rw-rw- gingold/gingold 38151 2010-04-15 12:26 binutils-2.23.2/include/opcode/tic30.h -rw-rw-rw- gingold/gingold 49330 2010-04-15 12:26 binutils-2.23.2/include/opcode/tic4x.h -rw-rw-rw- gingold/gingold 5431 2010-04-15 12:26 binutils-2.23.2/include/opcode/tic54x.h -rw-rw-rw- gingold/gingold 2354 2010-09-29 12:14 binutils-2.23.2/include/opcode/tic6x-control-registers.h -rw-rw-rw- gingold/gingold 7988 2010-04-21 20:56 binutils-2.23.2/include/opcode/tic6x-insn-formats.h -rw-rw-rw- gingold/gingold 100160 2011-02-04 00:20 binutils-2.23.2/include/opcode/tic6x-opcode-table.h -rw-rw-rw- gingold/gingold 20659 2011-02-04 00:20 binutils-2.23.2/include/opcode/tic6x.h -rw-rw-rw- gingold/gingold 9957 2010-04-15 12:26 binutils-2.23.2/include/opcode/tic80.h -rw-rw-rw- gingold/gingold 29858 2012-02-25 23:24 binutils-2.23.2/include/opcode/tilegx.h -rw-rw-rw- gingold/gingold 38376 2012-02-25 23:24 binutils-2.23.2/include/opcode/tilepro.h -rw-rw-rw- gingold/gingold 7775 2010-07-23 16:52 binutils-2.23.2/include/opcode/v850.h -rw-rw-rw- gingold/gingold 13578 2010-04-15 12:26 binutils-2.23.2/include/opcode/vax.h -rw-rw-rw- gingold/gingold 4996 2012-07-05 21:37 binutils-2.23.2/include/opcode/xgate.h -rw-rw-rw- gingold/gingold 6052 2005-05-10 12:21 binutils-2.23.2/include/os9k.h -rw-rw-rw- gingold/gingold 2831 2005-05-10 12:21 binutils-2.23.2/include/partition.h -rw-rw-rw- gingold/gingold 11355 2012-06-13 00:50 binutils-2.23.2/include/plugin-api.h -rw-rw-rw- gingold/gingold 1209 2010-04-15 12:26 binutils-2.23.2/include/progress.h -rw-rw-rw- gingold/gingold 5643 2008-07-07 19:09 binutils-2.23.2/include/safe-ctype.h -rw-rw-rw- gingold/gingold 4698 2010-04-15 12:26 binutils-2.23.2/include/sha1.h -rw-rw-rw- gingold/gingold 8043 2010-11-17 03:03 binutils-2.23.2/include/simple-object.h -rw-rw-rw- gingold/gingold 7353 2010-06-10 10:31 binutils-2.23.2/include/som/aout.h drwxr-xr-x Creating directory: binutils-2.23.2/include/som -rw-rw-rw- gingold/gingold 162 2010-06-10 10:31 binutils-2.23.2/include/som/ChangeLog -rw-rw-rw- gingold/gingold 1091 2010-06-10 10:31 binutils-2.23.2/include/som/clock.h -rw-rw-rw- gingold/gingold 5300 2010-06-10 10:31 binutils-2.23.2/include/som/internal.h -rw-rw-rw- gingold/gingold 2843 2010-06-10 10:31 binutils-2.23.2/include/som/lst.h -rw-rw-rw- gingold/gingold 2407 2010-06-10 10:31 binutils-2.23.2/include/som/reloc.h -rw-rw-rw- gingold/gingold 1210 2005-05-10 12:21 binutils-2.23.2/include/sort.h -rw-rw-rw- gingold/gingold 5729 2012-04-10 19:07 binutils-2.23.2/include/splay-tree.h -rw-rw-rw- gingold/gingold 2198 2010-03-23 16:58 binutils-2.23.2/include/symcat.h -rw-rw-rw- gingold/gingold 1291 2011-09-28 22:01 binutils-2.23.2/include/timeval-utils.h -rw-rw-rw- gingold/gingold 2407 2012-03-08 15:14 binutils-2.23.2/include/vms/ChangeLog drwxr-xr-x Creating directory: binutils-2.23.2/include/vms -rw-rw-rw- gingold/gingold 1449 2010-03-31 09:35 binutils-2.23.2/include/vms/dcx.h -rw-rw-rw- gingold/gingold 1429 2010-05-03 14:16 binutils-2.23.2/include/vms/dmt.h -rw-rw-rw- gingold/gingold 4970 2010-03-31 09:35 binutils-2.23.2/include/vms/dsc.h -rw-rw-rw- gingold/gingold 6900 2010-03-31 09:35 binutils-2.23.2/include/vms/dst.h -rw-rw-rw- gingold/gingold 1698 2010-03-31 09:35 binutils-2.23.2/include/vms/eeom.h -rw-rw-rw- gingold/gingold 2141 2010-03-31 09:35 binutils-2.23.2/include/vms/egps.h -rw-rw-rw- gingold/gingold 1981 2010-03-31 09:35 binutils-2.23.2/include/vms/egsd.h -rw-rw-rw- gingold/gingold 1238 2010-02-17 11:12 binutils-2.23.2/include/vms/egst.h -rw-rw-rw- gingold/gingold 1755 2010-03-31 09:35 binutils-2.23.2/include/vms/egsy.h -rw-rw-rw- gingold/gingold 2326 2010-03-31 09:35 binutils-2.23.2/include/vms/eiaf.h -rw-rw-rw- gingold/gingold 1243 2010-02-17 11:12 binutils-2.23.2/include/vms/eicp.h -rw-rw-rw- gingold/gingold 1571 2010-05-17 10:07 binutils-2.23.2/include/vms/eidc.h -rw-rw-rw- gingold/gingold 1588 2010-03-31 09:35 binutils-2.23.2/include/vms/eiha.h -rw-rw-rw- gingold/gingold 4452 2010-03-31 09:35 binutils-2.23.2/include/vms/eihd.h -rw-rw-rw- gingold/gingold 1443 2010-02-17 11:12 binutils-2.23.2/include/vms/eihi.h -rw-rw-rw- gingold/gingold 1759 2010-03-31 09:35 binutils-2.23.2/include/vms/eihs.h -rw-rw-rw- gingold/gingold 1827 2010-03-31 09:35 binutils-2.23.2/include/vms/eihvn.h -rw-rw-rw- gingold/gingold 3779 2010-03-31 09:35 binutils-2.23.2/include/vms/eisd.h -rw-rw-rw- gingold/gingold 2347 2010-03-31 09:35 binutils-2.23.2/include/vms/emh.h -rw-rw-rw- gingold/gingold 1664 2010-02-17 11:12 binutils-2.23.2/include/vms/eobjrec.h -rw-rw-rw- gingold/gingold 1283 2010-03-31 09:35 binutils-2.23.2/include/vms/esdf.h -rw-rw-rw- gingold/gingold 1434 2010-03-31 09:35 binutils-2.23.2/include/vms/esdfm.h -rw-rw-rw- gingold/gingold 1425 2010-03-31 09:35 binutils-2.23.2/include/vms/esdfv.h -rw-rw-rw- gingold/gingold 2327 2010-05-17 10:07 binutils-2.23.2/include/vms/esgps.h -rw-rw-rw- gingold/gingold 1165 2010-03-31 09:35 binutils-2.23.2/include/vms/esrf.h -rw-rw-rw- gingold/gingold 5484 2010-02-17 11:12 binutils-2.23.2/include/vms/etir.h -rw-rw-rw- gingold/gingold 1971 2010-03-31 09:35 binutils-2.23.2/include/vms/internal.h -rw-rw-rw- gingold/gingold 7776 2012-03-08 15:14 binutils-2.23.2/include/vms/lbr.h -rw-rw-rw- gingold/gingold 1721 2010-03-31 09:35 binutils-2.23.2/include/vms/prt.h -rw-rw-rw- gingold/gingold 1590 2010-03-31 09:35 binutils-2.23.2/include/vms/shl.h -rw-rw-rw- gingold/gingold 812 2011-07-25 19:11 binutils-2.23.2/include/xregex.h -rw-rw-rw- gingold/gingold 21699 2005-07-12 12:34 binutils-2.23.2/include/xregex2.h -rw-rw-rw- gingold/gingold 4169 2011-01-03 22:05 binutils-2.23.2/include/xtensa-config.h -rw-rw-rw- gingold/gingold 8096 2010-04-15 12:26 binutils-2.23.2/include/xtensa-isa-internal.h -rw-rw-rw- gingold/gingold 26050 2010-04-15 12:26 binutils-2.23.2/include/xtensa-isa.h -rwxrwxrwx gingold/gingold 13663 2009-08-22 13:48 binutils-2.23.2/install-sh -rw-rw-rw- gingold/gingold 1280 2010-04-05 20:02 binutils-2.23.2/intl/aclocal.m4 drwxr-xr-x Creating directory: binutils-2.23.2/intl -rw-rw-rw- gingold/gingold 10085 2006-05-22 17:30 binutils-2.23.2/intl/bindtextdom.c -rw-rw-rw- gingold/gingold 5674 2010-09-27 23:01 binutils-2.23.2/intl/ChangeLog -rw-rw-rw- gingold/gingold 6875 2009-08-22 16:31 binutils-2.23.2/intl/config.h.in -rw-rw-rw- gingold/gingold 316 2006-05-22 17:30 binutils-2.23.2/intl/config.intl.in -rwxrwxrwx gingold/gingold 235070 2010-09-27 22:22 binutils-2.23.2/intl/configure -rw-rw-rw- gingold/gingold 1598 2009-08-24 21:12 binutils-2.23.2/intl/configure.ac -rw-rw-rw- gingold/gingold 1861 2006-05-22 17:30 binutils-2.23.2/intl/dcgettext.c -rw-rw-rw- gingold/gingold 33809 2006-05-22 17:30 binutils-2.23.2/intl/dcigettext.c -rw-rw-rw- gingold/gingold 1916 2006-05-22 17:30 binutils-2.23.2/intl/dcngettext.c -rw-rw-rw- gingold/gingold 1815 2006-09-14 00:07 binutils-2.23.2/intl/dgettext.c -rw-rw-rw- gingold/gingold 1942 2006-09-14 00:07 binutils-2.23.2/intl/dngettext.c -rw-rw-rw- gingold/gingold 2923 2006-05-22 17:30 binutils-2.23.2/intl/eval-plural.h -rw-rw-rw- gingold/gingold 4653 2006-05-22 17:30 binutils-2.23.2/intl/explodename.c -rw-rw-rw- gingold/gingold 5664 2006-05-22 17:30 binutils-2.23.2/intl/finddomain.c -rw-rw-rw- gingold/gingold 1920 2006-05-22 17:30 binutils-2.23.2/intl/gettext.c -rw-rw-rw- gingold/gingold 6822 2006-05-22 17:30 binutils-2.23.2/intl/gettextP.h -rw-rw-rw- gingold/gingold 4788 2006-05-22 17:30 binutils-2.23.2/intl/gmo.h -rw-rw-rw- gingold/gingold 1921 2006-05-22 17:30 binutils-2.23.2/intl/hash-string.h -rw-rw-rw- gingold/gingold 3669 2006-05-22 17:30 binutils-2.23.2/intl/intl-compat.c -rw-rw-rw- gingold/gingold 12629 2006-05-22 17:30 binutils-2.23.2/intl/l10nflist.c -rw-rw-rw- gingold/gingold 12108 2009-10-15 11:41 binutils-2.23.2/intl/libgnuintl.h -rw-rw-rw- gingold/gingold 6116 2006-05-22 17:30 binutils-2.23.2/intl/loadinfo.h -rw-rw-rw- gingold/gingold 34525 2006-05-22 17:30 binutils-2.23.2/intl/loadmsgcat.c -rw-rw-rw- gingold/gingold 10482 2006-05-22 17:30 binutils-2.23.2/intl/localcharset.c -rw-rw-rw- gingold/gingold 1396 2006-05-22 17:30 binutils-2.23.2/intl/localcharset.h -rw-rw-rw- gingold/gingold 2662 2006-05-22 17:30 binutils-2.23.2/intl/locale.alias -rw-rw-rw- gingold/gingold 10070 2006-05-22 17:30 binutils-2.23.2/intl/localealias.c -rw-rw-rw- gingold/gingold 22619 2006-05-22 17:30 binutils-2.23.2/intl/localename.c -rw-rw-rw- gingold/gingold 2849 2006-05-22 17:30 binutils-2.23.2/intl/log.c -rw-rw-rw- gingold/gingold 6355 2009-07-31 00:44 binutils-2.23.2/intl/Makefile.in -rw-rw-rw- gingold/gingold 2022 2006-05-22 17:30 binutils-2.23.2/intl/ngettext.c -rw-rw-rw- gingold/gingold 936 2006-05-22 17:30 binutils-2.23.2/intl/osdep.c -rw-rw-rw- gingold/gingold 4049 2006-05-22 17:30 binutils-2.23.2/intl/plural-exp.c -rw-rw-rw- gingold/gingold 4297 2006-05-22 17:30 binutils-2.23.2/intl/plural-exp.h -rw-rw-rw- gingold/gingold 38102 2006-05-22 17:30 binutils-2.23.2/intl/plural.c -rw-rw-rw- gingold/gingold 8161 2006-05-22 17:30 binutils-2.23.2/intl/plural.y -rw-rw-rw- gingold/gingold 879 2006-05-22 17:30 binutils-2.23.2/intl/README -rw-rw-rw- gingold/gingold 12755 2006-05-22 17:30 binutils-2.23.2/intl/relocatable.c -rw-rw-rw- gingold/gingold 2651 2006-05-22 17:30 binutils-2.23.2/intl/relocatable.h -rw-rw-rw- gingold/gingold 4557 2006-05-22 17:30 binutils-2.23.2/intl/textdomain.c -rw-rw-rw- gingold/gingold 40 2006-05-22 17:30 binutils-2.23.2/intl/VERSION -rw-rw-rw- gingold/gingold 147 2010-12-09 10:03 binutils-2.23.2/ld/.gitignore drwxr-xr-x Creating directory: binutils-2.23.2/ld -rw-rw-rw- gingold/gingold 37002 2012-04-05 10:43 binutils-2.23.2/ld/aclocal.m4 -rw-rw-rw- gingold/gingold 29584 2013-03-25 09:06 binutils-2.23.2/ld/ChangeLog -rw-rw-rw- gingold/gingold 113265 2004-01-02 12:16 binutils-2.23.2/ld/ChangeLog-0001 -rw-rw-rw- gingold/gingold 122373 2004-04-17 01:56 binutils-2.23.2/ld/ChangeLog-0203 -rw-rw-rw- gingold/gingold 51778 2009-01-13 16:49 binutils-2.23.2/ld/ChangeLog-2004 -rw-rw-rw- gingold/gingold 64236 2006-01-17 00:15 binutils-2.23.2/ld/ChangeLog-2005 -rw-rw-rw- gingold/gingold 46642 2007-01-09 15:29 binutils-2.23.2/ld/ChangeLog-2006 -rw-rw-rw- gingold/gingold 39517 2008-01-02 22:41 binutils-2.23.2/ld/ChangeLog-2007 -rwxrwxrwx gingold/gingold 38604 2009-01-03 18:43 binutils-2.23.2/ld/ChangeLog-2008 -rw-rw-rw- gingold/gingold 58999 2010-01-01 19:06 binutils-2.23.2/ld/ChangeLog-2009 -rw-rw-rw- gingold/gingold 46215 2011-01-01 17:43 binutils-2.23.2/ld/ChangeLog-2010 -rw-rw-rw- gingold/gingold 35920 2012-01-05 11:09 binutils-2.23.2/ld/ChangeLog-2011 -rw-rw-rw- gingold/gingold 280784 2003-10-25 18:26 binutils-2.23.2/ld/ChangeLog-9197 -rw-rw-rw- gingold/gingold 71672 2001-03-13 07:14 binutils-2.23.2/ld/ChangeLog-9899 -rw-rw-rw- gingold/gingold 6345 2012-09-11 11:20 binutils-2.23.2/ld/config.in -rw-rw-rw- gingold/gingold 448 2012-11-13 15:19 binutils-2.23.2/ld/configdoc.texi -rwxrwxrwx gingold/gingold 595916 2012-09-04 14:53 binutils-2.23.2/ld/configure -rw-rw-rw- gingold/gingold 11705 2011-03-28 13:18 binutils-2.23.2/ld/configure.host -rw-rw-rw- gingold/gingold 10976 2012-11-05 17:28 binutils-2.23.2/ld/configure.in -rw-rw-rw- gingold/gingold 31596 2012-09-04 14:53 binutils-2.23.2/ld/configure.tgt -rw-rw-rw- gingold/gingold 3991 2011-04-13 14:53 binutils-2.23.2/ld/deffile.h -rw-rw-rw- gingold/gingold 88904 2012-11-13 15:19 binutils-2.23.2/ld/deffilep.c -rw-rw-rw- gingold/gingold 3324 2012-11-13 15:19 binutils-2.23.2/ld/deffilep.h -rw-rw-rw- gingold/gingold 33566 2012-02-24 15:20 binutils-2.23.2/ld/deffilep.y -rw-rw-rw- gingold/gingold 273 2009-06-04 08:57 binutils-2.23.2/ld/dep-in.sed -rw-rw-rw- gingold/gingold 1967 2007-08-10 14:25 binutils-2.23.2/ld/elf-hints-local.h -rw-rw-rw- gingold/gingold 857 2012-08-16 11:21 binutils-2.23.2/ld/emulparams/aarch64elf.sh drwxr-xr-x Creating directory: binutils-2.23.2/ld/emulparams -rw-rw-rw- gingold/gingold 70 2012-08-16 11:21 binutils-2.23.2/ld/emulparams/aarch64elfb.sh -rw-rw-rw- gingold/gingold 964 2012-08-16 11:21 binutils-2.23.2/ld/emulparams/aarch64linux.sh -rw-rw-rw- gingold/gingold 72 2012-08-16 11:21 binutils-2.23.2/ld/emulparams/aarch64linuxb.sh -rw-rw-rw- gingold/gingold 155 2002-03-18 13:46 binutils-2.23.2/ld/emulparams/aix5ppc.sh -rw-rw-rw- gingold/gingold 154 2002-03-18 13:46 binutils-2.23.2/ld/emulparams/aix5rs6.sh -rw-rw-rw- gingold/gingold 155 2002-03-18 13:46 binutils-2.23.2/ld/emulparams/aixppc.sh -rw-rw-rw- gingold/gingold 154 2002-03-18 13:46 binutils-2.23.2/ld/emulparams/aixrs6.sh -rw-rw-rw- gingold/gingold 63 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/alpha.sh -rw-rw-rw- gingold/gingold 92 2010-04-14 11:27 binutils-2.23.2/ld/emulparams/alphavms.sh -rw-rw-rw- gingold/gingold 269 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/arcelf.sh -rw-rw-rw- gingold/gingold 238 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/arm_epoc_pe.sh -rw-rw-rw- gingold/gingold 288 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/arm_wince_pe.sh -rw-rw-rw- gingold/gingold 130 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/armaoutb.sh -rw-rw-rw- gingold/gingold 133 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/armaoutl.sh -rw-rw-rw- gingold/gingold 155 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/armcoff.sh -rw-rw-rw- gingold/gingold 1174 2009-11-20 16:04 binutils-2.23.2/ld/emulparams/armelf.sh -rw-rw-rw- gingold/gingold 89 2004-09-17 14:18 binutils-2.23.2/ld/emulparams/armelf_fbsd.sh -rw-rw-rw- gingold/gingold 735 2009-11-19 08:01 binutils-2.23.2/ld/emulparams/armelf_linux.sh -rw-rw-rw- gingold/gingold 409 2009-11-20 16:04 binutils-2.23.2/ld/emulparams/armelf_linux_eabi.sh -rw-rw-rw- gingold/gingold 199 2012-04-12 15:01 binutils-2.23.2/ld/emulparams/armelf_nacl.sh -rw-rw-rw- gingold/gingold 151 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/armelf_nbsd.sh -rw-rw-rw- gingold/gingold 223 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/armelf_vxworks.sh -rw-rw-rw- gingold/gingold 62 2003-05-09 22:05 binutils-2.23.2/ld/emulparams/armelfb.sh -rw-rw-rw- gingold/gingold 68 2003-05-09 22:05 binutils-2.23.2/ld/emulparams/armelfb_linux.sh -rw-rw-rw- gingold/gingold 73 2005-01-22 02:50 binutils-2.23.2/ld/emulparams/armelfb_linux_eabi.sh -rw-rw-rw- gingold/gingold 73 2012-04-12 15:01 binutils-2.23.2/ld/emulparams/armelfb_nacl.sh -rw-rw-rw- gingold/gingold 67 2002-05-21 17:11 binutils-2.23.2/ld/emulparams/armelfb_nbsd.sh -rw-rw-rw- gingold/gingold 201 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/armnbsd.sh -rw-rw-rw- gingold/gingold 687 2008-02-20 16:17 binutils-2.23.2/ld/emulparams/armnto.sh -rw-rw-rw- gingold/gingold 266 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/armpe.sh -rw-rw-rw- gingold/gingold 864 2009-11-20 16:04 binutils-2.23.2/ld/emulparams/armsymbian.sh -rw-rw-rw- gingold/gingold 181 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr1.sh -rw-rw-rw- gingold/gingold 186 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr2.sh -rw-rw-rw- gingold/gingold 187 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr25.sh -rw-rw-rw- gingold/gingold 188 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr3.sh -rw-rw-rw- gingold/gingold 189 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr31.sh -rw-rw-rw- gingold/gingold 188 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr35.sh -rw-rw-rw- gingold/gingold 186 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr4.sh -rw-rw-rw- gingold/gingold 188 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr5.sh -rw-rw-rw- gingold/gingold 189 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr51.sh -rw-rw-rw- gingold/gingold 189 2009-05-05 13:28 binutils-2.23.2/ld/emulparams/avr6.sh -rw-rw-rw- gingold/gingold 191 2011-03-22 19:10 binutils-2.23.2/ld/emulparams/avrxmega1.sh -rw-rw-rw- gingold/gingold 191 2011-03-22 19:10 binutils-2.23.2/ld/emulparams/avrxmega2.sh -rw-rw-rw- gingold/gingold 191 2011-03-22 19:10 binutils-2.23.2/ld/emulparams/avrxmega3.sh -rw-rw-rw- gingold/gingold 191 2011-03-22 19:10 binutils-2.23.2/ld/emulparams/avrxmega4.sh -rw-rw-rw- gingold/gingold 191 2011-03-22 19:10 binutils-2.23.2/ld/emulparams/avrxmega5.sh -rw-rw-rw- gingold/gingold 191 2011-03-22 19:10 binutils-2.23.2/ld/emulparams/avrxmega6.sh -rw-rw-rw- gingold/gingold 191 2011-03-22 19:10 binutils-2.23.2/ld/emulparams/avrxmega7.sh -rwxrwxrwx gingold/gingold 241 2010-11-15 23:30 binutils-2.23.2/ld/emulparams/bfin.sh -rw-rw-rw- gingold/gingold 93 2003-08-06 04:19 binutils-2.23.2/ld/emulparams/coff_i860.sh -rw-rw-rw- gingold/gingold 212 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/coff_sparc.sh -rw-rw-rw- gingold/gingold 159 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/crisaout.sh -rw-rw-rw- gingold/gingold 2549 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/criself.sh -rw-rw-rw- gingold/gingold 1120 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/crislinux.sh -rw-rw-rw- gingold/gingold 170 2002-06-17 16:08 binutils-2.23.2/ld/emulparams/d10velf.sh -rw-rw-rw- gingold/gingold 424 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/d30v_e.sh -rw-rw-rw- gingold/gingold 426 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/d30v_o.sh -rw-rw-rw- gingold/gingold 430 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/d30velf.sh -rw-rw-rw- gingold/gingold 104 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/delta68.sh -rw-rw-rw- gingold/gingold 167 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/elf32_dlx.sh -rw-rw-rw- gingold/gingold 289 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf32_i860.sh -rw-rw-rw- gingold/gingold 192 2008-10-22 08:06 binutils-2.23.2/ld/emulparams/elf32_i960.sh -rw-rw-rw- gingold/gingold 413 2010-09-20 20:41 binutils-2.23.2/ld/emulparams/elf32_sparc.sh -rw-rw-rw- gingold/gingold 129 2010-10-22 14:08 binutils-2.23.2/ld/emulparams/elf32_sparc_sol2.sh -rw-rw-rw- gingold/gingold 123 2006-04-05 14:41 binutils-2.23.2/ld/emulparams/elf32_sparc_vxworks.sh -rw-rw-rw- gingold/gingold 771 2009-08-05 22:40 binutils-2.23.2/ld/emulparams/elf32_spu.sh -rw-rw-rw- gingold/gingold 72 2010-03-25 22:12 binutils-2.23.2/ld/emulparams/elf32_tic6x_be.sh -rw-rw-rw- gingold/gingold 76 2011-05-13 20:15 binutils-2.23.2/ld/emulparams/elf32_tic6x_elf_be.sh -rw-rw-rw- gingold/gingold 115 2011-05-13 20:15 binutils-2.23.2/ld/emulparams/elf32_tic6x_elf_le.sh -rw-rw-rw- gingold/gingold 2177 2011-04-18 15:41 binutils-2.23.2/ld/emulparams/elf32_tic6x_le.sh -rw-rw-rw- gingold/gingold 78 2011-05-13 20:15 binutils-2.23.2/ld/emulparams/elf32_tic6x_linux_be.sh -rw-rw-rw- gingold/gingold 119 2011-05-13 20:15 binutils-2.23.2/ld/emulparams/elf32_tic6x_linux_le.sh -rw-rw-rw- gingold/gingold 815 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf32_x86_64.sh -rw-rw-rw- gingold/gingold 108 2012-04-03 18:01 binutils-2.23.2/ld/emulparams/elf32_x86_64_nacl.sh -rw-rw-rw- gingold/gingold 207 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf32am33lin.sh -rw-rw-rw- gingold/gingold 256 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/elf32b4300.sh -rw-rw-rw- gingold/gingold 928 2010-11-15 23:30 binutils-2.23.2/ld/emulparams/elf32bfinfd.sh -rw-rw-rw- gingold/gingold 2963 2012-09-04 16:14 binutils-2.23.2/ld/emulparams/elf32bmip.sh -rw-rw-rw- gingold/gingold 2978 2012-09-04 16:14 binutils-2.23.2/ld/emulparams/elf32bmipn32-defs.sh -rwxrwxrwx gingold/gingold 745 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf32bmipn32.sh -rw-rw-rw- gingold/gingold 69 2004-04-08 16:52 binutils-2.23.2/ld/emulparams/elf32bsmip.sh -rw-rw-rw- gingold/gingold 300 2005-06-01 21:26 binutils-2.23.2/ld/emulparams/elf32btsmip.sh -rw-rw-rw- gingold/gingold 213 2010-12-31 12:00 binutils-2.23.2/ld/emulparams/elf32btsmip_fbsd.sh -rw-rw-rw- gingold/gingold 498 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf32btsmipn32.sh -rw-rw-rw- gingold/gingold 219 2010-12-31 12:00 binutils-2.23.2/ld/emulparams/elf32btsmipn32_fbsd.sh -rw-rw-rw- gingold/gingold 127 2008-11-27 13:41 binutils-2.23.2/ld/emulparams/elf32cr16.sh -rw-rw-rw- gingold/gingold 95 2004-03-30 16:04 binutils-2.23.2/ld/emulparams/elf32cr16c.sh -rw-rw-rw- gingold/gingold 110 2004-07-07 19:28 binutils-2.23.2/ld/emulparams/elf32crx.sh -rw-rw-rw- gingold/gingold 49 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32ebmip.sh -rw-rw-rw- gingold/gingold 649 2007-05-18 11:18 binutils-2.23.2/ld/emulparams/elf32ebmipvxworks.sh -rw-rw-rw- gingold/gingold 49 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32elmip.sh -rw-rw-rw- gingold/gingold 286 2006-03-22 10:28 binutils-2.23.2/ld/emulparams/elf32elmipvxworks.sh -rw-rw-rw- gingold/gingold 1169 2011-10-25 13:18 binutils-2.23.2/ld/emulparams/elf32epiphany.sh -rwxrwxrwx gingold/gingold 250 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf32fr30.sh -rwxrwxrwx gingold/gingold 447 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/elf32frv.sh -rw-rw-rw- gingold/gingold 455 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/elf32frvfd.sh -rw-rw-rw- gingold/gingold 176 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf32i370.sh -rw-rw-rw- gingold/gingold 512 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf32ip2k.sh -rwxrwxrwx gingold/gingold 265 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/elf32iq10.sh -rwxrwxrwx gingold/gingold 362 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/elf32iq2000.sh -rw-rw-rw- gingold/gingold 144 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32l4300.sh -rw-rw-rw- gingold/gingold 168 2008-12-23 20:10 binutils-2.23.2/ld/emulparams/elf32lm32.sh -rw-rw-rw- gingold/gingold 437 2008-12-23 20:10 binutils-2.23.2/ld/emulparams/elf32lm32fd.sh -rw-rw-rw- gingold/gingold 250 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32lmip.sh -rw-rw-rw- gingold/gingold 162 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32lppc.sh -rw-rw-rw- gingold/gingold 132 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf32lppcnto.sh -rw-rw-rw- gingold/gingold 63 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32lppcsim.sh -rw-rw-rw- gingold/gingold 50 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32lsmip.sh -rw-rw-rw- gingold/gingold 75 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32ltsmip.sh -rw-rw-rw- gingold/gingold 216 2010-12-31 12:00 binutils-2.23.2/ld/emulparams/elf32ltsmip_fbsd.sh -rw-rw-rw- gingold/gingold 163 2002-07-31 01:48 binutils-2.23.2/ld/emulparams/elf32ltsmipn32.sh -rw-rw-rw- gingold/gingold 222 2010-12-31 12:00 binutils-2.23.2/ld/emulparams/elf32ltsmipn32_fbsd.sh -rw-rw-rw- gingold/gingold 869 2005-07-20 21:33 binutils-2.23.2/ld/emulparams/elf32m32c.sh -rw-rw-rw- gingold/gingold 338 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf32mb_linux.sh -rw-rw-rw- gingold/gingold 1684 2011-01-14 13:37 binutils-2.23.2/ld/emulparams/elf32mcore.sh -rwxrwxrwx gingold/gingold 1566 2009-04-08 04:24 binutils-2.23.2/ld/emulparams/elf32mep.sh -rw-rw-rw- gingold/gingold 563 2009-08-06 19:38 binutils-2.23.2/ld/emulparams/elf32microblaze.sh -rw-rw-rw- gingold/gingold 1269 2012-09-04 16:14 binutils-2.23.2/ld/emulparams/elf32mipswindiss.sh -rw-rw-rw- gingold/gingold 178 2009-04-30 06:29 binutils-2.23.2/ld/emulparams/elf32moxie.sh -rw-rw-rw- gingold/gingold 867 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/elf32mt.sh -rwxrwxrwx gingold/gingold 192 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf32openrisc.sh -rw-rw-rw- gingold/gingold 1059 2011-07-26 03:57 binutils-2.23.2/ld/emulparams/elf32ppc.sh -rw-rw-rw- gingold/gingold 110 2011-11-21 14:22 binutils-2.23.2/ld/emulparams/elf32ppc_fbsd.sh -rw-rw-rw- gingold/gingold 1628 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf32ppccommon.sh -rw-rw-rw- gingold/gingold 299 2005-08-03 07:09 binutils-2.23.2/ld/emulparams/elf32ppclinux.sh -rw-rw-rw- gingold/gingold 100 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf32ppcnto.sh -rw-rw-rw- gingold/gingold 62 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf32ppcsim.sh -rw-rw-rw- gingold/gingold 113 2006-03-02 09:50 binutils-2.23.2/ld/emulparams/elf32ppcvxworks.sh -rw-rw-rw- gingold/gingold 1128 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf32ppcwindiss.sh -rw-rw-rw- gingold/gingold 864 2011-11-02 04:09 binutils-2.23.2/ld/emulparams/elf32rl78.sh -rw-rw-rw- gingold/gingold 1139 2009-09-29 16:17 binutils-2.23.2/ld/emulparams/elf32rx.sh -rw-rw-rw- gingold/gingold 826 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf32tilegx.sh -rw-rw-rw- gingold/gingold 70 2012-02-25 20:51 binutils-2.23.2/ld/emulparams/elf32tilegx_be.sh -rw-rw-rw- gingold/gingold 767 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf32tilepro.sh -rw-rw-rw- gingold/gingold 273 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf32vax.sh -rw-rw-rw- gingold/gingold 169 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf32xc16x.sh -rw-rw-rw- gingold/gingold 178 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf32xc16xl.sh -rw-rw-rw- gingold/gingold 178 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf32xc16xs.sh -rw-rw-rw- gingold/gingold 205 2001-12-08 04:45 binutils-2.23.2/ld/emulparams/elf32xstormy16.sh -rw-rw-rw- gingold/gingold 1504 2008-11-03 19:52 binutils-2.23.2/ld/emulparams/elf32xtensa.sh -rw-rw-rw- gingold/gingold 889 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf64_aix.sh -rw-rw-rw- gingold/gingold 1607 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/elf64_ia64.sh -rw-rw-rw- gingold/gingold 169 2004-10-14 19:00 binutils-2.23.2/ld/emulparams/elf64_ia64_fbsd.sh -rw-rw-rw- gingold/gingold 96 2012-04-12 09:35 binutils-2.23.2/ld/emulparams/elf64_ia64_vms.sh -rw-rw-rw- gingold/gingold 820 2012-07-13 17:47 binutils-2.23.2/ld/emulparams/elf64_s390.sh -rw-rw-rw- gingold/gingold 1226 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf64_sparc.sh -rw-rw-rw- gingold/gingold 110 2006-10-19 01:58 binutils-2.23.2/ld/emulparams/elf64_sparc_fbsd.sh -rw-rw-rw- gingold/gingold 129 2010-10-22 14:08 binutils-2.23.2/ld/emulparams/elf64_sparc_sol2.sh -rw-rw-rw- gingold/gingold 712 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/elf64alpha.sh -rw-rw-rw- gingold/gingold 108 2002-09-17 04:24 binutils-2.23.2/ld/emulparams/elf64alpha_fbsd.sh -rw-rw-rw- gingold/gingold 51 2001-12-18 00:54 binutils-2.23.2/ld/emulparams/elf64alpha_nbsd.sh -rw-rw-rw- gingold/gingold 152 2006-10-16 23:34 binutils-2.23.2/ld/emulparams/elf64bmip-defs.sh -rwxrwxrwx gingold/gingold 838 2006-10-16 23:34 binutils-2.23.2/ld/emulparams/elf64bmip.sh -rw-rw-rw- gingold/gingold 477 2006-10-16 23:34 binutils-2.23.2/ld/emulparams/elf64btsmip.sh -rw-rw-rw- gingold/gingold 213 2010-12-31 12:00 binutils-2.23.2/ld/emulparams/elf64btsmip_fbsd.sh -rwxrwxrwx gingold/gingold 2908 2009-03-01 23:10 binutils-2.23.2/ld/emulparams/elf64hppa.sh -rw-rw-rw- gingold/gingold 82 2001-08-27 12:45 binutils-2.23.2/ld/emulparams/elf64lppc.sh -rw-rw-rw- gingold/gingold 157 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/elf64ltsmip.sh -rw-rw-rw- gingold/gingold 216 2010-12-31 12:00 binutils-2.23.2/ld/emulparams/elf64ltsmip_fbsd.sh -rw-rw-rw- gingold/gingold 2234 2009-07-29 02:25 binutils-2.23.2/ld/emulparams/elf64mmix.sh -rw-rw-rw- gingold/gingold 1683 2011-07-26 03:57 binutils-2.23.2/ld/emulparams/elf64ppc.sh -rw-rw-rw- gingold/gingold 137 2011-11-21 14:22 binutils-2.23.2/ld/emulparams/elf64ppc_fbsd.sh -rw-rw-rw- gingold/gingold 824 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf64tilegx.sh -rw-rw-rw- gingold/gingold 70 2012-02-25 20:51 binutils-2.23.2/ld/emulparams/elf64tilegx_be.sh -rw-rw-rw- gingold/gingold 50 2002-02-18 10:38 binutils-2.23.2/ld/emulparams/elf_fbsd.sh -rw-rw-rw- gingold/gingold 377 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf_i386.sh -rw-rw-rw- gingold/gingold 209 2012-01-31 18:54 binutils-2.23.2/ld/emulparams/elf_i386_be.sh -rw-rw-rw- gingold/gingold 248 2011-07-14 04:38 binutils-2.23.2/ld/emulparams/elf_i386_chaos.sh -rw-rw-rw- gingold/gingold 105 2002-09-17 04:24 binutils-2.23.2/ld/emulparams/elf_i386_fbsd.sh -rw-rw-rw- gingold/gingold 288 2012-01-31 18:54 binutils-2.23.2/ld/emulparams/elf_i386_ldso.sh -rw-rw-rw- gingold/gingold 102 2012-04-03 18:01 binutils-2.23.2/ld/emulparams/elf_i386_nacl.sh -rw-rw-rw- gingold/gingold 130 2010-10-12 20:39 binutils-2.23.2/ld/emulparams/elf_i386_sol2.sh -rw-rw-rw- gingold/gingold 318 2012-01-31 18:54 binutils-2.23.2/ld/emulparams/elf_i386_vxworks.sh -rw-rw-rw- gingold/gingold 756 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf_k1om.sh -rw-rw-rw- gingold/gingold 105 2011-07-22 22:22 binutils-2.23.2/ld/emulparams/elf_k1om_fbsd.sh -rw-rw-rw- gingold/gingold 756 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf_l1om.sh -rw-rw-rw- gingold/gingold 105 2009-07-25 17:08 binutils-2.23.2/ld/emulparams/elf_l1om_fbsd.sh -rw-rw-rw- gingold/gingold 378 2013-03-25 09:06 binutils-2.23.2/ld/emulparams/elf_nacl.sh -rw-rw-rw- gingold/gingold 314 2012-07-13 17:47 binutils-2.23.2/ld/emulparams/elf_s390.sh -rw-rw-rw- gingold/gingold 884 2012-06-11 15:23 binutils-2.23.2/ld/emulparams/elf_x86_64.sh -rw-rw-rw- gingold/gingold 109 2006-08-02 18:25 binutils-2.23.2/ld/emulparams/elf_x86_64_fbsd.sh -rw-rw-rw- gingold/gingold 106 2012-04-03 18:01 binutils-2.23.2/ld/emulparams/elf_x86_64_nacl.sh -rw-rw-rw- gingold/gingold 129 2010-10-12 20:39 binutils-2.23.2/ld/emulparams/elf_x86_64_sol2.sh -rw-rw-rw- gingold/gingold 116 2003-10-16 10:46 binutils-2.23.2/ld/emulparams/gld960.sh -rw-rw-rw- gingold/gingold 350 2003-10-16 10:46 binutils-2.23.2/ld/emulparams/gld960coff.sh -rw-rw-rw- gingold/gingold 326 2006-09-07 19:01 binutils-2.23.2/ld/emulparams/h8300.sh -rw-rw-rw- gingold/gingold 547 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/h8300elf.sh -rw-rw-rw- gingold/gingold 101 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/h8300h.sh -rw-rw-rw- gingold/gingold 74 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/h8300helf.sh -rw-rw-rw- gingold/gingold 102 2003-04-24 17:25 binutils-2.23.2/ld/emulparams/h8300hn.sh -rw-rw-rw- gingold/gingold 56 2003-04-24 17:25 binutils-2.23.2/ld/emulparams/h8300hnelf.sh -rw-rw-rw- gingold/gingold 101 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/h8300s.sh -rw-rw-rw- gingold/gingold 74 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/h8300self.sh -rw-rw-rw- gingold/gingold 102 2003-04-24 17:25 binutils-2.23.2/ld/emulparams/h8300sn.sh -rw-rw-rw- gingold/gingold 56 2003-04-24 17:25 binutils-2.23.2/ld/emulparams/h8300snelf.sh -rw-rw-rw- gingold/gingold 102 2003-06-03 23:43 binutils-2.23.2/ld/emulparams/h8300sx.sh -rw-rw-rw- gingold/gingold 301 2006-09-07 19:01 binutils-2.23.2/ld/emulparams/h8300sxelf.sh -rw-rw-rw- gingold/gingold 103 2003-06-10 09:09 binutils-2.23.2/ld/emulparams/h8300sxn.sh -rw-rw-rw- gingold/gingold 57 2003-06-10 09:09 binutils-2.23.2/ld/emulparams/h8300sxnelf.sh -rw-rw-rw- gingold/gingold 100 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/h8500.sh -rw-rw-rw- gingold/gingold 101 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/h8500b.sh -rw-rw-rw- gingold/gingold 101 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/h8500c.sh -rw-rw-rw- gingold/gingold 101 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/h8500m.sh -rw-rw-rw- gingold/gingold 101 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/h8500s.sh -rw-rw-rw- gingold/gingold 98 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/hp300bsd.sh -rw-rw-rw- gingold/gingold 257 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/hp3hpux.sh -rw-rw-rw- gingold/gingold 1691 2009-03-01 23:10 binutils-2.23.2/ld/emulparams/hppa64linux.sh -rw-rw-rw- gingold/gingold 177 2000-07-28 03:33 binutils-2.23.2/ld/emulparams/hppaelf.sh -rw-rw-rw- gingold/gingold 667 2011-02-18 19:20 binutils-2.23.2/ld/emulparams/hppalinux.sh -rw-rw-rw- gingold/gingold 162 2004-07-28 00:30 binutils-2.23.2/ld/emulparams/hppanbsd.sh -rw-rw-rw- gingold/gingold 147 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/hppaobsd.sh -rw-rw-rw- gingold/gingold 155 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/i386aout.sh -rwxrwxrwx gingold/gingold 112 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/i386beos.sh -rw-rw-rw- gingold/gingold 159 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/i386bsd.sh -rw-rw-rw- gingold/gingold 110 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/i386coff.sh -rw-rw-rw- gingold/gingold 178 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/i386go32.sh -rw-rw-rw- gingold/gingold 181 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/i386linux.sh -rw-rw-rw- gingold/gingold 454 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/i386lynx.sh -rw-rw-rw- gingold/gingold 170 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/i386mach.sh -rw-rw-rw- gingold/gingold 206 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/i386moss.sh -rw-rw-rw- gingold/gingold 103 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/i386msdos.sh -rw-rw-rw- gingold/gingold 144 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/i386nbsd.sh -rw-rw-rw- gingold/gingold 235 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/i386nto.sh -rw-rw-rw- gingold/gingold 177 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/i386nw.sh -rw-rw-rw- gingold/gingold 211 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/i386pe.sh -rw-rw-rw- gingold/gingold 218 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/i386pe_posix.sh -rw-rw-rw- gingold/gingold 226 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/i386pep.sh -rw-rw-rw- gingold/gingold 104 2003-10-16 10:46 binutils-2.23.2/ld/emulparams/lnk960.sh -rw-rw-rw- gingold/gingold 247 2005-08-05 06:29 binutils-2.23.2/ld/emulparams/m32relf.sh -rw-rw-rw- gingold/gingold 368 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/m32relf_linux.sh -rw-rw-rw- gingold/gingold 63 2003-12-19 12:44 binutils-2.23.2/ld/emulparams/m32rlelf.sh -rw-rw-rw- gingold/gingold 75 2003-12-19 12:44 binutils-2.23.2/ld/emulparams/m32rlelf_linux.sh -rw-rw-rw- gingold/gingold 339 2003-04-21 15:29 binutils-2.23.2/ld/emulparams/m68hc11elf.sh -rw-rw-rw- gingold/gingold 209 2003-04-21 15:29 binutils-2.23.2/ld/emulparams/m68hc11elfb.sh -rw-rw-rw- gingold/gingold 340 2003-04-21 15:29 binutils-2.23.2/ld/emulparams/m68hc12elf.sh -rw-rw-rw- gingold/gingold 209 2003-04-21 15:29 binutils-2.23.2/ld/emulparams/m68hc12elfb.sh -rw-rw-rw- gingold/gingold 205 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/m68k4knbsd.sh -rw-rw-rw- gingold/gingold 126 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/m68kaout.sh -rw-rw-rw- gingold/gingold 274 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/m68kaux.sh -rw-rw-rw- gingold/gingold 133 2000-07-22 01:31 binutils-2.23.2/ld/emulparams/m68kcoff.sh -rw-rw-rw- gingold/gingold 312 2009-09-29 18:28 binutils-2.23.2/ld/emulparams/m68kelf.sh -rw-rw-rw- gingold/gingold 90 2001-12-18 14:26 binutils-2.23.2/ld/emulparams/m68kelfnbsd.sh -rw-rw-rw- gingold/gingold 181 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/m68klinux.sh -rw-rw-rw- gingold/gingold 203 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/m68knbsd.sh -rw-rw-rw- gingold/gingold 135 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/m68kpsos.sh -rw-rw-rw- gingold/gingold 98 2003-10-16 10:46 binutils-2.23.2/ld/emulparams/m88kbcs.sh -rw-rw-rw- gingold/gingold 232 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/mcorepe.sh -rw-rw-rw- gingold/gingold 158 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/mipsbig.sh -rw-rw-rw- gingold/gingold 185 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/mipsbsd.sh -rw-rw-rw- gingold/gingold 268 2004-04-21 22:52 binutils-2.23.2/ld/emulparams/mipsidt.sh -rw-rw-rw- gingold/gingold 271 2004-04-21 22:52 binutils-2.23.2/ld/emulparams/mipsidtl.sh -rw-rw-rw- gingold/gingold 161 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/mipslit.sh -rw-rw-rw- gingold/gingold 213 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/mipslnews.sh -rw-rw-rw- gingold/gingold 209 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/mipspe.sh -rw-rw-rw- gingold/gingold 327 2009-07-29 02:25 binutils-2.23.2/ld/emulparams/mmo.sh -rw-rw-rw- gingold/gingold 579 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/mn10200.sh -rw-rw-rw- gingold/gingold 143 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/mn10300.sh -rw-rw-rw- gingold/gingold 8597 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/msp430all.sh -rw-rw-rw- gingold/gingold 99 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/news.sh -rw-rw-rw- gingold/gingold 226 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/ns32knbsd.sh -rw-rw-rw- gingold/gingold 110 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/or32.sh -rw-rw-rw- gingold/gingold 205 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/or32elf.sh -rw-rw-rw- gingold/gingold 171 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/pc532macha.sh -rw-rw-rw- gingold/gingold 95 2001-02-19 00:33 binutils-2.23.2/ld/emulparams/pdp11.sh -rw-rw-rw- gingold/gingold 173 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/pjelf.sh -rw-rw-rw- gingold/gingold 58 2006-06-20 04:22 binutils-2.23.2/ld/emulparams/pjlelf.sh -rw-rw-rw- gingold/gingold 763 2011-07-14 04:38 binutils-2.23.2/ld/emulparams/plt_unwind.sh -rw-rw-rw- gingold/gingold 617 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/ppclynx.sh -rw-rw-rw- gingold/gingold 152 2002-03-18 13:46 binutils-2.23.2/ld/emulparams/ppcmacos.sh -rw-rw-rw- gingold/gingold 142 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/ppcnw.sh -rw-rw-rw- gingold/gingold 155 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/ppcpe.sh -rw-rw-rw- gingold/gingold 113 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/README -rw-rw-rw- gingold/gingold 104 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/riscix.sh -rw-rw-rw- gingold/gingold 952 2009-03-02 11:33 binutils-2.23.2/ld/emulparams/scoreelf.sh -rw-rw-rw- gingold/gingold 177 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/sh.sh -rw-rw-rw- gingold/gingold 1110 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/shelf.sh -rw-rw-rw- gingold/gingold 1976 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/shelf32.sh -rw-rw-rw- gingold/gingold 77 2002-10-09 21:09 binutils-2.23.2/ld/emulparams/shelf32_linux.sh -rw-rw-rw- gingold/gingold 343 2006-05-30 18:45 binutils-2.23.2/ld/emulparams/shelf32_nbsd.sh -rw-rw-rw- gingold/gingold 481 2006-10-22 03:07 binutils-2.23.2/ld/emulparams/shelf64.sh -rw-rw-rw- gingold/gingold 143 2002-06-04 04:57 binutils-2.23.2/ld/emulparams/shelf64_nbsd.sh -rw-rw-rw- gingold/gingold 70 2010-05-25 16:12 binutils-2.23.2/ld/emulparams/shelf_fd.sh -rw-rw-rw- gingold/gingold 73 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/shelf_linux.sh -rw-rw-rw- gingold/gingold 320 2008-01-16 00:05 binutils-2.23.2/ld/emulparams/shelf_nbsd.sh -rw-rw-rw- gingold/gingold 232 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/shelf_nto.sh -rw-rw-rw- gingold/gingold 85 2007-03-02 22:02 binutils-2.23.2/ld/emulparams/shelf_uclinux.sh -rw-rw-rw- gingold/gingold 530 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/shelf_vxworks.sh -rw-rw-rw- gingold/gingold 54 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/shl.sh -rw-rw-rw- gingold/gingold 58 2001-11-22 10:08 binutils-2.23.2/ld/emulparams/shlelf.sh -rw-rw-rw- gingold/gingold 62 2002-02-08 07:38 binutils-2.23.2/ld/emulparams/shlelf32.sh -rw-rw-rw- gingold/gingold 1320 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/shlelf32_linux.sh -rw-rw-rw- gingold/gingold 73 2002-06-04 04:57 binutils-2.23.2/ld/emulparams/shlelf32_nbsd.sh -rw-rw-rw- gingold/gingold 62 2002-02-08 07:38 binutils-2.23.2/ld/emulparams/shlelf64.sh -rw-rw-rw- gingold/gingold 73 2002-06-04 04:57 binutils-2.23.2/ld/emulparams/shlelf64_nbsd.sh -rw-rw-rw- gingold/gingold 488 2010-05-25 16:12 binutils-2.23.2/ld/emulparams/shlelf_fd.sh -rw-rw-rw- gingold/gingold 511 2010-05-25 16:12 binutils-2.23.2/ld/emulparams/shlelf_linux.sh -rw-rw-rw- gingold/gingold 69 2002-01-08 05:23 binutils-2.23.2/ld/emulparams/shlelf_nbsd.sh -rw-rw-rw- gingold/gingold 233 2008-10-22 07:20 binutils-2.23.2/ld/emulparams/shlelf_nto.sh -rw-rw-rw- gingold/gingold 78 2006-08-04 15:13 binutils-2.23.2/ld/emulparams/shlelf_vxworks.sh -rw-rw-rw- gingold/gingold 466 2004-07-06 18:58 binutils-2.23.2/ld/emulparams/shlsymbian.sh -rw-rw-rw- gingold/gingold 141 2009-11-04 19:13 binutils-2.23.2/ld/emulparams/shpe.sh -rw-rw-rw- gingold/gingold 421 2010-10-12 20:39 binutils-2.23.2/ld/emulparams/solaris2.sh -rw-rw-rw- gingold/gingold 244 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/sparcaout.sh -rw-rw-rw- gingold/gingold 183 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/sparclinux.sh -rw-rw-rw- gingold/gingold 110 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/sparcnbsd.sh -rw-rw-rw- gingold/gingold 96 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/st2000.sh -rw-rw-rw- gingold/gingold 206 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/sun3.sh -rw-rw-rw- gingold/gingold 139 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/sun4.sh -rw-rw-rw- gingold/gingold 136 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/tic30aout.sh -rw-rw-rw- gingold/gingold 135 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/tic30coff.sh -rw-rw-rw- gingold/gingold 131 2003-04-04 10:15 binutils-2.23.2/ld/emulparams/tic3xcoff.sh -rw-rw-rw- gingold/gingold 143 2003-04-04 10:15 binutils-2.23.2/ld/emulparams/tic3xcoff_onchip.sh -rw-rw-rw- gingold/gingold 131 2003-04-04 10:15 binutils-2.23.2/ld/emulparams/tic4xcoff.sh -rw-rw-rw- gingold/gingold 175 2000-06-20 15:29 binutils-2.23.2/ld/emulparams/tic54xcoff.sh -rw-rw-rw- gingold/gingold 1488 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/tic80coff.sh -rw-rw-rw- gingold/gingold 327 2002-09-02 19:03 binutils-2.23.2/ld/emulparams/v850.sh -rw-rw-rw- gingold/gingold 94 2003-10-16 10:46 binutils-2.23.2/ld/emulparams/vanilla.sh -rw-rw-rw- gingold/gingold 96 2002-07-01 10:32 binutils-2.23.2/ld/emulparams/vax.sh -rw-rw-rw- gingold/gingold 142 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/vaxnbsd.sh -rw-rw-rw- gingold/gingold 178 2007-08-09 13:02 binutils-2.23.2/ld/emulparams/vsta.sh -rw-rw-rw- gingold/gingold 2046 2009-10-29 17:43 binutils-2.23.2/ld/emulparams/vxworks.sh -rw-rw-rw- gingold/gingold 93 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/w65.sh -rw-rw-rw- gingold/gingold 324 2012-05-03 15:12 binutils-2.23.2/ld/emulparams/xgateelf.sh -rw-rw-rw- gingold/gingold 108 2005-10-25 19:40 binutils-2.23.2/ld/emulparams/z80.sh -rw-rw-rw- gingold/gingold 119 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/z8001.sh -rw-rw-rw- gingold/gingold 115 1999-05-03 09:29 binutils-2.23.2/ld/emulparams/z8002.sh -rw-rw-rw- gingold/gingold 12504 2013-03-25 09:06 binutils-2.23.2/ld/emultempl/aarch64elf.em drwxr-xr-x Creating directory: binutils-2.23.2/ld/emultempl -rw-rw-rw- gingold/gingold 40598 2012-03-05 23:43 binutils-2.23.2/ld/emultempl/aix.em -rw-rw-rw- gingold/gingold 4025 2010-02-04 10:16 binutils-2.23.2/ld/emultempl/alphaelf.em -rw-rw-rw- gingold/gingold 8281 2010-12-20 14:00 binutils-2.23.2/ld/emultempl/armcoff.em -rw-rw-rw- gingold/gingold 21630 2013-03-25 09:06 binutils-2.23.2/ld/emultempl/armelf.em -rw-rw-rw- gingold/gingold 144 1999-08-07 00:46 binutils-2.23.2/ld/emultempl/astring.sed -rw-rw-rw- gingold/gingold 8356 2012-07-25 00:23 binutils-2.23.2/ld/emultempl/avrelf.em -rw-rw-rw- gingold/gingold 24347 2012-09-04 16:14 binutils-2.23.2/ld/emultempl/beos.em -rw-rw-rw- gingold/gingold 1867 2010-11-16 04:33 binutils-2.23.2/ld/emultempl/bfin.em -rw-rw-rw- gingold/gingold 5994 2009-11-26 14:45 binutils-2.23.2/ld/emultempl/cr16elf.em -rw-rw-rw- gingold/gingold 2277 2009-11-26 14:45 binutils-2.23.2/ld/emultempl/crxelf.em -rw-rw-rw- gingold/gingold 2271 2009-09-02 09:25 binutils-2.23.2/ld/emultempl/elf-generic.em -rw-rw-rw- gingold/gingold 70653 2013-03-25 09:06 binutils-2.23.2/ld/emultempl/elf32.em -rw-rw-rw- gingold/gingold 2216 2010-12-20 14:00 binutils-2.23.2/ld/emultempl/genelf.em -rw-rw-rw- gingold/gingold 4567 2011-05-04 10:31 binutils-2.23.2/ld/emultempl/generic.em -rw-rw-rw- gingold/gingold 4222 2008-02-15 04:35 binutils-2.23.2/ld/emultempl/gld960.em -rw-rw-rw- gingold/gingold 4523 2007-07-19 21:56 binutils-2.23.2/ld/emultempl/gld960c.em -rw-rw-rw- gingold/gingold 10734 2012-05-14 21:45 binutils-2.23.2/ld/emultempl/hppaelf.em -rw-rw-rw- gingold/gingold 1807 2009-09-13 09:19 binutils-2.23.2/ld/emultempl/ia64elf.em -rw-rw-rw- gingold/gingold 1480 2009-09-02 09:25 binutils-2.23.2/ld/emultempl/irix.em -rw-rw-rw- gingold/gingold 6292 2012-03-05 23:43 binutils-2.23.2/ld/emultempl/linux.em -rw-rw-rw- gingold/gingold 8905 2012-06-15 17:13 binutils-2.23.2/ld/emultempl/lnk960.em -rw-rw-rw- gingold/gingold 11282 2012-05-16 18:38 binutils-2.23.2/ld/emultempl/m68hc1xelf.em -rw-rw-rw- gingold/gingold 7573 2010-12-20 14:00 binutils-2.23.2/ld/emultempl/m68kcoff.em -rw-rw-rw- gingold/gingold 7904 2009-09-02 09:25 binutils-2.23.2/ld/emultempl/m68kelf.em -rw-rw-rw- gingold/gingold 1298 2009-09-02 09:25 binutils-2.23.2/ld/emultempl/mipsecoff.em -rw-rw-rw- gingold/gingold 7029 2012-05-14 21:45 binutils-2.23.2/ld/emultempl/mipself.em -rw-rw-rw- gingold/gingold 4442 2009-11-26 14:45 binutils-2.23.2/ld/emultempl/mmix-elfnmmo.em -rw-rw-rw- gingold/gingold 1746 2013-03-25 09:06 binutils-2.23.2/ld/emultempl/mmixelf.em -rw-rw-rw- gingold/gingold 6843 2012-09-11 11:20 binutils-2.23.2/ld/emultempl/mmo.em -rw-rw-rw- gingold/gingold 1386 2009-11-26 14:45 binutils-2.23.2/ld/emultempl/needrelax.em -rw-rw-rw- gingold/gingold 1120 2009-10-14 07:54 binutils-2.23.2/ld/emultempl/netbsd.em -rw-rw-rw- gingold/gingold 44 1999-08-07 00:46 binutils-2.23.2/ld/emultempl/ostring.sed -rw-rw-rw- gingold/gingold 72227 2012-09-04 16:14 binutils-2.23.2/ld/emultempl/pe.em -rw-rw-rw- gingold/gingold 61811 2012-09-04 16:14 binutils-2.23.2/ld/emultempl/pep.em -rw-rw-rw- gingold/gingold 7083 2012-05-26 13:13 binutils-2.23.2/ld/emultempl/ppc32elf.em -rw-rw-rw- gingold/gingold 25279 2012-05-26 13:13 binutils-2.23.2/ld/emultempl/ppc64elf.em -rw-rw-rw- gingold/gingold 176 1999-05-03 09:29 binutils-2.23.2/ld/emultempl/README -rw-rw-rw- gingold/gingold 2745 2011-05-17 18:02 binutils-2.23.2/ld/emultempl/rxelf.em -rw-rw-rw- gingold/gingold 2725 2013-03-25 09:06 binutils-2.23.2/ld/emultempl/scoreelf.em -rw-rw-rw- gingold/gingold 17180 2010-03-18 14:15 binutils-2.23.2/ld/emultempl/sh64elf.em -rw-rw-rw- gingold/gingold 4700 2011-09-16 03:15 binutils-2.23.2/ld/emultempl/solaris2.em -rw-rw-rw- gingold/gingold 2648 2009-03-17 13:46 binutils-2.23.2/ld/emultempl/spu_icache.o_c -rw-rw-rw- gingold/gingold 123 2009-03-17 13:46 binutils-2.23.2/ld/emultempl/spu_icache.S -rw-rw-rw- gingold/gingold 8141 2008-08-02 18:25 binutils-2.23.2/ld/emultempl/spu_ovl.o_c -rw-rw-rw- gingold/gingold 10977 2008-06-16 18:16 binutils-2.23.2/ld/emultempl/spu_ovl.S -rw-rw-rw- gingold/gingold 24092 2012-09-04 16:14 binutils-2.23.2/ld/emultempl/spuelf.em -rw-rw-rw- gingold/gingold 28556 2012-03-05 23:43 binutils-2.23.2/ld/emultempl/sunos.em -rw-rw-rw- gingold/gingold 6022 2012-04-24 07:12 binutils-2.23.2/ld/emultempl/tic6xdsbt.em -rw-rw-rw- gingold/gingold 5002 2009-09-02 09:25 binutils-2.23.2/ld/emultempl/ticoff.em -rw-rw-rw- gingold/gingold 2321 2009-09-02 09:25 binutils-2.23.2/ld/emultempl/vanilla.em -rw-rw-rw- gingold/gingold 6610 2012-05-14 21:45 binutils-2.23.2/ld/emultempl/vms.em -rw-rw-rw- gingold/gingold 3208 2010-01-08 02:41 binutils-2.23.2/ld/emultempl/vxworks.em -rw-rw-rw- gingold/gingold 52476 2012-09-04 16:14 binutils-2.23.2/ld/emultempl/xtensaelf.em -rw-rw-rw- gingold/gingold 2777 2010-12-20 14:00 binutils-2.23.2/ld/emultempl/z80.em -rw-rw-rw- gingold/gingold 23564 2010-06-08 12:30 binutils-2.23.2/ld/fdl.texi -rw-rw-rw- gingold/gingold 448 2011-03-31 10:58 binutils-2.23.2/ld/gen-doc.texi -rw-rw-rw- gingold/gingold 319 2008-01-11 10:11 binutils-2.23.2/ld/genscrba.sh -rwxrwxrwx gingold/gingold 14736 2010-12-15 15:56 binutils-2.23.2/ld/genscripts.sh -rw-rw-rw- gingold/gingold 307 2003-04-15 10:51 binutils-2.23.2/ld/h8-doc.texi -rw-rw-rw- gingold/gingold 111630 2013-03-25 10:10 binutils-2.23.2/ld/ld.1 -rw-rw-rw- gingold/gingold 10509 2013-03-25 09:06 binutils-2.23.2/ld/ld.h -rw-rw-rw- gingold/gingold 371632 2013-03-25 10:10 binutils-2.23.2/ld/ld.info -rw-rw-rw- gingold/gingold 301324 2013-03-25 09:06 binutils-2.23.2/ld/ld.texinfo -rw-rw-rw- gingold/gingold 19118 2010-03-10 23:44 binutils-2.23.2/ld/ldcref.c -rw-rw-rw- gingold/gingold 9775 2012-09-04 16:14 binutils-2.23.2/ld/ldctor.c -rw-rw-rw- gingold/gingold 2120 2009-09-02 09:25 binutils-2.23.2/ld/ldctor.h -rw-rw-rw- gingold/gingold 7776 2012-03-25 08:45 binutils-2.23.2/ld/ldemul.c -rw-rw-rw- gingold/gingold 6884 2009-09-02 09:25 binutils-2.23.2/ld/ldemul.h -rw-rw-rw- gingold/gingold 35253 2013-03-25 09:06 binutils-2.23.2/ld/ldexp.c -rw-rw-rw- gingold/gingold 5729 2013-03-25 09:06 binutils-2.23.2/ld/ldexp.h -rw-rw-rw- gingold/gingold 17188 2012-07-13 15:20 binutils-2.23.2/ld/ldfile.c -rw-rw-rw- gingold/gingold 2117 2012-03-08 06:29 binutils-2.23.2/ld/ldfile.h -rw-rw-rw- gingold/gingold 157876 2012-11-13 15:19 binutils-2.23.2/ld/ldgram.c -rw-rw-rw- gingold/gingold 8108 2012-11-13 15:19 binutils-2.23.2/ld/ldgram.h -rw-rw-rw- gingold/gingold 32325 2012-09-04 16:14 binutils-2.23.2/ld/ldgram.y -rw-rw-rw- gingold/gingold 30743 2010-10-28 13:40 binutils-2.23.2/ld/ldint.texinfo -rw-rw-rw- gingold/gingold 225038 2013-03-25 09:06 binutils-2.23.2/ld/ldlang.c -rw-rw-rw- gingold/gingold 19809 2012-06-15 17:13 binutils-2.23.2/ld/ldlang.h -rw-rw-rw- gingold/gingold 270 2010-02-10 20:48 binutils-2.23.2/ld/ldlex-wrapper.c -rw-rw-rw- gingold/gingold 137881 2012-11-13 15:19 binutils-2.23.2/ld/ldlex.c -rw-rw-rw- gingold/gingold 4771 2013-03-25 09:06 binutils-2.23.2/ld/ldlex.h -rw-rw-rw- gingold/gingold 21966 2012-09-04 16:14 binutils-2.23.2/ld/ldlex.l -rw-rw-rw- gingold/gingold 39047 2013-03-25 09:06 binutils-2.23.2/ld/ldmain.c -rw-rw-rw- gingold/gingold 1608 2012-07-13 15:20 binutils-2.23.2/ld/ldmain.h -rw-rw-rw- gingold/gingold 12259 2012-04-03 05:37 binutils-2.23.2/ld/ldmisc.c -rw-rw-rw- gingold/gingold 1584 2010-10-14 03:31 binutils-2.23.2/ld/ldmisc.h -rw-rw-rw- gingold/gingold 1849 2012-01-17 01:07 binutils-2.23.2/ld/ldver.c -rw-rw-rw- gingold/gingold 922 2009-09-02 09:25 binutils-2.23.2/ld/ldver.h -rw-rw-rw- gingold/gingold 16104 2012-04-24 07:12 binutils-2.23.2/ld/ldwrite.c -rw-rw-rw- gingold/gingold 889 2009-09-02 09:25 binutils-2.23.2/ld/ldwrite.h -rw-rw-rw- gingold/gingold 58390 2013-03-25 09:06 binutils-2.23.2/ld/lexsup.c -rw-rw-rw- gingold/gingold 28 2000-07-05 21:28 binutils-2.23.2/ld/MAINTAINERS -rw-rw-rw- gingold/gingold 97320 2013-03-25 09:06 binutils-2.23.2/ld/Makefile.am -rw-rw-rw- gingold/gingold 164879 2013-03-25 09:06 binutils-2.23.2/ld/Makefile.in -rw-rw-rw- gingold/gingold 7514 2012-09-04 16:14 binutils-2.23.2/ld/mri.c -rw-rw-rw- gingold/gingold 1518 2009-09-02 09:25 binutils-2.23.2/ld/mri.h -rw-rw-rw- gingold/gingold 21622 2012-09-04 14:53 binutils-2.23.2/ld/NEWS -rw-rw-rw- gingold/gingold 94533 2012-07-13 15:20 binutils-2.23.2/ld/pe-dll.c -rw-rw-rw- gingold/gingold 2543 2010-04-05 11:04 binutils-2.23.2/ld/pe-dll.h -rw-rw-rw- gingold/gingold 2904 2010-04-05 11:04 binutils-2.23.2/ld/pep-dll.c -rw-rw-rw- gingold/gingold 2576 2010-04-05 11:04 binutils-2.23.2/ld/pep-dll.h -rw-rw-rw- gingold/gingold 29430 2013-03-25 09:06 binutils-2.23.2/ld/plugin.c -rw-rw-rw- gingold/gingold 2864 2013-03-25 09:06 binutils-2.23.2/ld/plugin.h -rw-rw-rw- gingold/gingold 72207 2013-03-25 10:10 binutils-2.23.2/ld/po/bg.gmo drwxr-xr-x Creating directory: binutils-2.23.2/ld/po -rw-rw-rw- gingold/gingold 84011 2012-09-04 14:53 binutils-2.23.2/ld/po/bg.po -rw-rw-rw- gingold/gingold 34929 2013-03-25 10:10 binutils-2.23.2/ld/po/da.gmo -rw-rw-rw- gingold/gingold 66039 2011-01-10 14:51 binutils-2.23.2/ld/po/da.po -rw-rw-rw- gingold/gingold 58358 2013-03-25 10:10 binutils-2.23.2/ld/po/es.gmo -rw-rw-rw- gingold/gingold 75584 2012-09-04 14:53 binutils-2.23.2/ld/po/es.po -rw-rw-rw- gingold/gingold 57750 2013-03-25 10:10 binutils-2.23.2/ld/po/fi.gmo -rw-rw-rw- gingold/gingold 73023 2012-09-04 14:53 binutils-2.23.2/ld/po/fi.po -rw-rw-rw- gingold/gingold 59912 2013-03-25 10:10 binutils-2.23.2/ld/po/fr.gmo -rw-rw-rw- gingold/gingold 76312 2011-10-10 18:12 binutils-2.23.2/ld/po/fr.po -rw-rw-rw- gingold/gingold 48922 2013-03-25 10:10 binutils-2.23.2/ld/po/ga.gmo -rw-rw-rw- gingold/gingold 59624 2007-08-10 15:16 binutils-2.23.2/ld/po/ga.po -rw-rw-rw- gingold/gingold 53562 2013-03-25 10:10 binutils-2.23.2/ld/po/id.gmo -rw-rw-rw- gingold/gingold 64931 2009-11-11 10:36 binutils-2.23.2/ld/po/id.po -rw-rw-rw- gingold/gingold 57987 2013-03-25 10:10 binutils-2.23.2/ld/po/it.gmo -rw-rw-rw- gingold/gingold 69808 2011-12-13 14:33 binutils-2.23.2/ld/po/it.po -rw-rw-rw- gingold/gingold 64029 2013-03-25 10:10 binutils-2.23.2/ld/po/ja.gmo -rw-rw-rw- gingold/gingold 76687 2012-09-04 14:53 binutils-2.23.2/ld/po/ja.po -rw-rw-rw- gingold/gingold 43938 2011-10-25 13:18 binutils-2.23.2/ld/po/ld.pot -rw-rw-rw- gingold/gingold 7160 2009-09-02 09:25 binutils-2.23.2/ld/po/Make-in -rw-rw-rw- gingold/gingold 340 2010-11-05 11:25 binutils-2.23.2/ld/po/POTFILES.in -rw-rw-rw- gingold/gingold 43131 2013-03-25 10:10 binutils-2.23.2/ld/po/sv.gmo -rw-rw-rw- gingold/gingold 53708 2004-03-30 11:48 binutils-2.23.2/ld/po/sv.po -rw-rw-rw- gingold/gingold 41339 2013-03-25 10:10 binutils-2.23.2/ld/po/tr.gmo -rw-rw-rw- gingold/gingold 58512 2005-03-14 04:40 binutils-2.23.2/ld/po/tr.po -rw-rw-rw- gingold/gingold 75243 2013-03-25 10:10 binutils-2.23.2/ld/po/uk.gmo -rw-rw-rw- gingold/gingold 86897 2012-08-14 14:09 binutils-2.23.2/ld/po/uk.po -rw-rw-rw- gingold/gingold 61550 2013-03-25 10:10 binutils-2.23.2/ld/po/vi.gmo -rw-rw-rw- gingold/gingold 74781 2012-09-04 14:53 binutils-2.23.2/ld/po/vi.po -rw-rw-rw- gingold/gingold 24785 2013-03-25 10:10 binutils-2.23.2/ld/po/zh_CN.gmo -rw-rw-rw- gingold/gingold 48651 2010-11-25 07:08 binutils-2.23.2/ld/po/zh_CN.po -rw-rw-rw- gingold/gingold 44839 2013-03-25 10:10 binutils-2.23.2/ld/po/zh_TW.gmo -rw-rw-rw- gingold/gingold 54872 2006-07-10 16:30 binutils-2.23.2/ld/po/zh_TW.po -rw-rw-rw- gingold/gingold 2423 2002-08-23 10:03 binutils-2.23.2/ld/README -rw-rw-rw- gingold/gingold 1111 2011-11-03 12:53 binutils-2.23.2/ld/scripttempl/aix.sc drwxr-xr-x Creating directory: binutils-2.23.2/ld/scripttempl -rw-rw-rw- gingold/gingold 1495 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/alpha.sc -rw-rw-rw- gingold/gingold 1634 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/alphavms.sc -rw-rw-rw- gingold/gingold 1412 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/aout.sc -rw-rw-rw- gingold/gingold 830 2001-10-11 19:28 binutils-2.23.2/ld/scripttempl/armaout.sc -rw-rw-rw- gingold/gingold 16747 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/armbpabi.sc -rw-rw-rw- gingold/gingold 2088 2010-09-24 06:41 binutils-2.23.2/ld/scripttempl/armcoff.sc -rw-rw-rw- gingold/gingold 7701 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/avr.sc -rw-rw-rw- gingold/gingold 4682 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/crisaout.sc -rw-rw-rw- gingold/gingold 1351 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/delta68.sc -rw-rw-rw- gingold/gingold 518 2002-05-28 16:08 binutils-2.23.2/ld/scripttempl/dlx.sc -rw-rw-rw- gingold/gingold 27953 2013-03-25 09:06 binutils-2.23.2/ld/scripttempl/elf.sc -rw-rw-rw- gingold/gingold 4369 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elf32cr16.sc -rw-rw-rw- gingold/gingold 2282 2009-10-10 06:34 binutils-2.23.2/ld/scripttempl/elf32cr16c.sc -rw-rw-rw- gingold/gingold 4461 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elf32crx.sc -rw-rw-rw- gingold/gingold 7562 2012-09-04 14:53 binutils-2.23.2/ld/scripttempl/elf32msp430.sc -rw-rw-rw- gingold/gingold 6042 2012-09-04 14:53 binutils-2.23.2/ld/scripttempl/elf32msp430_3.sc -rw-rw-rw- gingold/gingold 14975 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elf32sh-symbian.sc -rw-rw-rw- gingold/gingold 977 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/elf32xc16x.sc -rw-rw-rw- gingold/gingold 1049 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/elf32xc16xl.sc -rw-rw-rw- gingold/gingold 1049 2009-09-13 09:19 binutils-2.23.2/ld/scripttempl/elf32xc16xs.sc -rw-rw-rw- gingold/gingold 23331 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elf64hppa.sc -rw-rw-rw- gingold/gingold 13844 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elf_chaos.sc -rw-rw-rw- gingold/gingold 5938 2012-09-04 14:53 binutils-2.23.2/ld/scripttempl/elfd10v.sc -rw-rw-rw- gingold/gingold 7673 2012-09-04 14:53 binutils-2.23.2/ld/scripttempl/elfd30v.sc -rw-rw-rw- gingold/gingold 8475 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elfi370.sc -rw-rw-rw- gingold/gingold 14025 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elfm68hc11.sc -rw-rw-rw- gingold/gingold 14200 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elfm68hc12.sc -rw-rw-rw- gingold/gingold 6018 2009-10-10 06:34 binutils-2.23.2/ld/scripttempl/elfmicroblaze.sc -rw-rw-rw- gingold/gingold 14200 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/elfxgate.sc -rw-rw-rw- gingold/gingold 23859 2012-09-04 14:53 binutils-2.23.2/ld/scripttempl/elfxtensa.sc -rw-rw-rw- gingold/gingold 3594 2011-06-02 15:43 binutils-2.23.2/ld/scripttempl/epocpe.sc -rw-rw-rw- gingold/gingold 1499 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/h8300.sc -rw-rw-rw- gingold/gingold 1722 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/h8300h.sc -rw-rw-rw- gingold/gingold 1422 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/h8300hn.sc -rw-rw-rw- gingold/gingold 1722 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/h8300s.sc -rw-rw-rw- gingold/gingold 1422 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/h8300sn.sc -rw-rw-rw- gingold/gingold 1723 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/h8300sx.sc -rw-rw-rw- gingold/gingold 1423 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/h8300sxn.sc -rw-rw-rw- gingold/gingold 808 2001-01-10 19:58 binutils-2.23.2/ld/scripttempl/h8500.sc -rw-rw-rw- gingold/gingold 837 2001-01-10 19:58 binutils-2.23.2/ld/scripttempl/h8500b.sc -rw-rw-rw- gingold/gingold 871 2001-01-10 19:58 binutils-2.23.2/ld/scripttempl/h8500c.sc -rw-rw-rw- gingold/gingold 827 2001-01-10 19:58 binutils-2.23.2/ld/scripttempl/h8500m.sc -rw-rw-rw- gingold/gingold 814 2001-01-10 19:58 binutils-2.23.2/ld/scripttempl/h8500s.sc -rw-rw-rw- gingold/gingold 794 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/hppaelf.sc -rw-rw-rw- gingold/gingold 5339 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/i386beos.sc -rw-rw-rw- gingold/gingold 945 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/i386coff.sc -rw-rw-rw- gingold/gingold 2328 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/i386go32.sc -rw-rw-rw- gingold/gingold 733 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/i386msdos.sc -rw-rw-rw- gingold/gingold 979 2003-08-06 04:19 binutils-2.23.2/ld/scripttempl/i860coff.sc -rw-rw-rw- gingold/gingold 367 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/i960.sc -rw-rw-rw- gingold/gingold 2923 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/ia64vms.sc -rw-rw-rw- gingold/gingold 4427 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/ip2k.sc -rw-rw-rw- gingold/gingold 14806 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/iq2000.sc -rw-rw-rw- gingold/gingold 1064 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/m68kaux.sc -rw-rw-rw- gingold/gingold 979 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/m68kcoff.sc -rw-rw-rw- gingold/gingold 1320 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/m88kbcs.sc -rw-rw-rw- gingold/gingold 3777 2011-06-02 15:43 binutils-2.23.2/ld/scripttempl/mcorepe.sc -rw-rw-rw- gingold/gingold 18570 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/mep.sc -rw-rw-rw- gingold/gingold 1454 2012-09-04 16:14 binutils-2.23.2/ld/scripttempl/mips.sc -rw-rw-rw- gingold/gingold 518 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/mipsbsd.sc -rw-rw-rw- gingold/gingold 5239 2012-09-11 11:20 binutils-2.23.2/ld/scripttempl/mmo.sc -rw-rw-rw- gingold/gingold 874 2009-04-16 17:39 binutils-2.23.2/ld/scripttempl/moxie.sc -rw-rw-rw- gingold/gingold 5081 2009-10-10 06:34 binutils-2.23.2/ld/scripttempl/nw.sc -rw-rw-rw- gingold/gingold 822 2002-01-31 18:33 binutils-2.23.2/ld/scripttempl/or32.sc -rw-rw-rw- gingold/gingold 8326 2011-09-27 17:59 binutils-2.23.2/ld/scripttempl/pe.sc -rw-rw-rw- gingold/gingold 8482 2011-09-27 17:59 binutils-2.23.2/ld/scripttempl/pep.sc -rw-rw-rw- gingold/gingold 841 1999-09-04 19:37 binutils-2.23.2/ld/scripttempl/pj.sc -rw-rw-rw- gingold/gingold 5636 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/ppcpe.sc -rw-rw-rw- gingold/gingold 1581 2009-10-10 06:34 binutils-2.23.2/ld/scripttempl/psos.sc -rw-rw-rw- gingold/gingold 214 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/README -rw-rw-rw- gingold/gingold 814 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/riscix.sc -rw-rw-rw- gingold/gingold 1020 2002-09-25 19:06 binutils-2.23.2/ld/scripttempl/sh.sc -rw-rw-rw- gingold/gingold 1147 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/sparccoff.sc -rw-rw-rw- gingold/gingold 225 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/st2000.sc -rw-rw-rw- gingold/gingold 653 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/tic30aout.sc -rw-rw-rw- gingold/gingold 642 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/tic30coff.sc -rw-rw-rw- gingold/gingold 4613 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/tic4xcoff.sc -rw-rw-rw- gingold/gingold 900 2009-10-10 06:34 binutils-2.23.2/ld/scripttempl/tic54xcoff.sc -rw-rw-rw- gingold/gingold 1880 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/tic80coff.sc -rw-rw-rw- gingold/gingold 6056 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/v850.sc -rw-rw-rw- gingold/gingold 17 1999-05-03 09:29 binutils-2.23.2/ld/scripttempl/vanilla.sc -rw-rw-rw- gingold/gingold 819 2000-11-03 20:49 binutils-2.23.2/ld/scripttempl/w65.sc -rw-rw-rw- gingold/gingold 8495 2012-06-29 09:58 binutils-2.23.2/ld/scripttempl/xstormy16.sc -rw-rw-rw- gingold/gingold 516 2005-10-25 19:40 binutils-2.23.2/ld/scripttempl/z80.sc -rw-rw-rw- gingold/gingold 932 2009-09-09 13:59 binutils-2.23.2/ld/scripttempl/z8000.sc -rw-rw-rw- gingold/gingold 10 1999-05-03 09:29 binutils-2.23.2/ld/stamp-h.in -rw-rw-rw- gingold/gingold 2852 2012-05-17 17:13 binutils-2.23.2/ld/sysdep.h -rw-rw-rw- gingold/gingold 19038 2011-10-06 12:07 binutils-2.23.2/ld/testplug.c -rw-rw-rw- gingold/gingold 60586 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ChangeLog drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite -rw-rw-rw- gingold/gingold 36016 2006-01-17 00:15 binutils-2.23.2/ld/testsuite/ChangeLog-2004 -rw-rw-rw- gingold/gingold 38336 2006-01-17 00:15 binutils-2.23.2/ld/testsuite/ChangeLog-2005 -rw-rw-rw- gingold/gingold 41011 2007-01-09 18:30 binutils-2.23.2/ld/testsuite/ChangeLog-2006 -rw-rw-rw- gingold/gingold 38188 2008-01-07 17:45 binutils-2.23.2/ld/testsuite/ChangeLog-2007 -rw-rw-rw- gingold/gingold 35065 2009-01-02 17:48 binutils-2.23.2/ld/testsuite/ChangeLog-2008 -rw-rw-rw- gingold/gingold 58122 2010-01-01 19:06 binutils-2.23.2/ld/testsuite/ChangeLog-2009 -rw-rw-rw- gingold/gingold 45706 2011-01-01 17:43 binutils-2.23.2/ld/testsuite/ChangeLog-2010 -rw-rw-rw- gingold/gingold 39685 2012-01-05 11:09 binutils-2.23.2/ld/testsuite/ChangeLog-2011 -rw-rw-rw- gingold/gingold 109788 2004-01-02 12:16 binutils-2.23.2/ld/testsuite/ChangeLog-9303 -rw-rw-rw- gingold/gingold 7099 2012-03-15 02:57 binutils-2.23.2/ld/testsuite/config/default.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/config -rw-rw-rw- gingold/gingold 3501 2012-11-06 09:16 binutils-2.23.2/ld/testsuite/ld-aarch64/aarch64-elf.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-aarch64 -rw-rw-rw- gingold/gingold 400 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/aarch64.ld -rw-rw-rw- gingold/gingold 773 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/eh-frame-bar.s -rw-rw-rw- gingold/gingold 1062 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/eh-frame-foo.s -rw-rw-rw- gingold/gingold 2325 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/eh-frame.d -rw-rw-rw- gingold/gingold 527 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-257-be.d -rw-rw-rw- gingold/gingold 530 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-257.d -rw-rw-rw- gingold/gingold 115 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-257.s -rw-rw-rw- gingold/gingold 484 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-260-be.d -rw-rw-rw- gingold/gingold 561 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-260.d -rw-rw-rw- gingold/gingold 144 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-260.s -rw-rw-rw- gingold/gingold 552 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-262.d -rw-rw-rw- gingold/gingold 136 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-262.s -rw-rw-rw- gingold/gingold 554 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-263.d -rw-rw-rw- gingold/gingold 138 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-263.s -rw-rw-rw- gingold/gingold 471 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-264.d -rw-rw-rw- gingold/gingold 147 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-264.s -rw-rw-rw- gingold/gingold 575 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-265.d -rw-rw-rw- gingold/gingold 139 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-265.s -rw-rw-rw- gingold/gingold 489 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-266.d -rw-rw-rw- gingold/gingold 148 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-266.s -rw-rw-rw- gingold/gingold 518 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-267.d -rw-rw-rw- gingold/gingold 138 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-267.s -rw-rw-rw- gingold/gingold 510 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-268.d -rw-rw-rw- gingold/gingold 147 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-268.s -rw-rw-rw- gingold/gingold 517 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-269.d -rw-rw-rw- gingold/gingold 138 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-269.s -rw-rw-rw- gingold/gingold 480 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-270-bad.d -rw-rw-rw- gingold/gingold 458 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-270.d -rw-rw-rw- gingold/gingold 144 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-270.s -rw-rw-rw- gingold/gingold 480 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-271.d -rw-rw-rw- gingold/gingold 144 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-271.s -rw-rw-rw- gingold/gingold 488 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-272.d -rw-rw-rw- gingold/gingold 144 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-272.s -rw-rw-rw- gingold/gingold 465 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-273.d -rw-rw-rw- gingold/gingold 112 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-273.s -rw-rw-rw- gingold/gingold 438 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-274.d -rw-rw-rw- gingold/gingold 88 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-274.s -rw-rw-rw- gingold/gingold 557 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-275.d -rw-rw-rw- gingold/gingold 104 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-275.s -rw-rw-rw- gingold/gingold 486 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-276.d -rw-rw-rw- gingold/gingold 104 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-276.s -rw-rw-rw- gingold/gingold 449 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-277.d -rw-rw-rw- gingold/gingold 147 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-277.s -rw-rw-rw- gingold/gingold 461 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-278.d -rw-rw-rw- gingold/gingold 153 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-278.s -rw-rw-rw- gingold/gingold 415 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-279-bad.d -rw-rw-rw- gingold/gingold 576 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-279.d -rw-rw-rw- gingold/gingold 146 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-279.s -rw-rw-rw- gingold/gingold 367 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-280.d -rw-rw-rw- gingold/gingold 83 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-280.s -rw-rw-rw- gingold/gingold 357 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-282.d -rw-rw-rw- gingold/gingold 79 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-282.s -rw-rw-rw- gingold/gingold 359 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-283.d -rw-rw-rw- gingold/gingold 81 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-283.s -rw-rw-rw- gingold/gingold 464 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-284.d -rw-rw-rw- gingold/gingold 153 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-284.s -rw-rw-rw- gingold/gingold 464 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-285.d -rw-rw-rw- gingold/gingold 153 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-285.s -rw-rw-rw- gingold/gingold 494 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-286-bad.d -rw-rw-rw- gingold/gingold 464 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-286.d -rw-rw-rw- gingold/gingold 153 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-286.s -rw-rw-rw- gingold/gingold 470 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-287.d -rw-rw-rw- gingold/gingold 141 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-287.s -rw-rw-rw- gingold/gingold 466 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-299.d -rw-rw-rw- gingold/gingold 146 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-299.s -rw-rw-rw- gingold/gingold 573 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-311.d -rw-rw-rw- gingold/gingold 130 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-311.s -rw-rw-rw- gingold/gingold 693 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-312.d -rw-rw-rw- gingold/gingold 233 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs-312.s -rw-rw-rw- gingold/gingold 79 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/emit-relocs1.s -rw-rw-rw- gingold/gingold 224 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-b-none-function.d -rw-rw-rw- gingold/gingold 184 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-b-none-function.s -rw-rw-rw- gingold/gingold 468 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-b.d -rw-rw-rw- gingold/gingold 206 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-b.s -rw-rw-rw- gingold/gingold 2057 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-back.d -rw-rw-rw- gingold/gingold 500 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-back.s -rw-rw-rw- gingold/gingold 226 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-bl-none-function.d -rw-rw-rw- gingold/gingold 185 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-bl-none-function.s -rw-rw-rw- gingold/gingold 472 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-bl.d -rw-rw-rw- gingold/gingold 207 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-bl.s -rw-rw-rw- gingold/gingold 222 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-section.d -rw-rw-rw- gingold/gingold 310 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/farcall-section.s -rw-rw-rw- gingold/gingold 314 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/limit-b.d -rw-rw-rw- gingold/gingold 241 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/limit-b.s -rw-rw-rw- gingold/gingold 317 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/limit-bl.d -rw-rw-rw- gingold/gingold 243 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/limit-bl.s -rw-rw-rw- gingold/gingold 402 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/relocs.ld -rw-rw-rw- gingold/gingold 1170 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-desc-ie.d -rw-rw-rw- gingold/gingold 602 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-desc-ie.s -rw-rw-rw- gingold/gingold 1299 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-all.d -rw-rw-rw- gingold/gingold 984 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-all.s -rw-rw-rw- gingold/gingold 256 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gd-ie.d -rw-rw-rw- gingold/gingold 155 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gd-ie.s -rw-rw-rw- gingold/gingold 249 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gd-le.d -rw-rw-rw- gingold/gingold 126 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gd-le.s -rw-rw-rw- gingold/gingold 468 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gdesc-ie-2.d -rw-rw-rw- gingold/gingold 357 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gdesc-ie-2.s -rw-rw-rw- gingold/gingold 305 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gdesc-ie.d -rw-rw-rw- gingold/gingold 214 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gdesc-ie.s -rw-rw-rw- gingold/gingold 461 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gdesc-le-2.d -rw-rw-rw- gingold/gingold 330 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gdesc-le-2.s -rw-rw-rw- gingold/gingold 298 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gdesc-le.d -rw-rw-rw- gingold/gingold 201 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-gdesc-le.s -rw-rw-rw- gingold/gingold 435 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-ie-le-2.d -rw-rw-rw- gingold/gingold 278 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-ie-le-2.s -rw-rw-rw- gingold/gingold 256 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-ie-le-3.d -rw-rw-rw- gingold/gingold 237 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-ie-le-3.s -rw-rw-rw- gingold/gingold 249 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-ie-le.d -rw-rw-rw- gingold/gingold 146 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/tls-relax-ie-le.s -rw-rw-rw- gingold/gingold 279 2012-11-06 09:16 binutils-2.23.2/ld/testsuite/ld-aarch64/tlsle-symbol-offset.d -rw-rw-rw- gingold/gingold 269 2012-11-06 09:16 binutils-2.23.2/ld/testsuite/ld-aarch64/tlsle-symbol-offset.s -rw-rw-rw- gingold/gingold 731 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/weak-undefined.d -rw-rw-rw- gingold/gingold 195 2012-08-16 11:21 binutils-2.23.2/ld/testsuite/ld-aarch64/weak-undefined.s -rw-rw-rw- gingold/gingold 220 2003-01-22 01:41 binutils-2.23.2/ld/testsuite/ld-alpha/align.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-alpha -rw-rw-rw- gingold/gingold 2583 2011-04-13 01:23 binutils-2.23.2/ld/testsuite/ld-alpha/alpha.exp -rw-rw-rw- gingold/gingold 130 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-alpha/emptygot.nm -rw-rw-rw- gingold/gingold 85 2011-04-13 01:23 binutils-2.23.2/ld/testsuite/ld-alpha/emptygot.s -rw-rw-rw- gingold/gingold 2326 2005-07-08 08:22 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbin.dd -rw-rw-rw- gingold/gingold 6356 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbin.rd -rw-rw-rw- gingold/gingold 697 2003-01-22 01:41 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbin.s -rw-rw-rw- gingold/gingold 478 2005-07-08 08:22 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbin.sd -rw-rw-rw- gingold/gingold 490 2005-07-08 08:22 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbin.td -rw-rw-rw- gingold/gingold 1535 2003-01-22 01:41 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbinpic.s -rw-rw-rw- gingold/gingold 2064 2005-07-08 08:22 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbinr.dd -rw-rw-rw- gingold/gingold 6164 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbinr.rd -rw-rw-rw- gingold/gingold 230 2003-07-29 08:26 binutils-2.23.2/ld/testsuite/ld-alpha/tlsbinr.sd -rw-rw-rw- gingold/gingold 187 2003-01-22 01:41 binutils-2.23.2/ld/testsuite/ld-alpha/tlsg.s -rw-rw-rw- gingold/gingold 177 2003-01-22 01:41 binutils-2.23.2/ld/testsuite/ld-alpha/tlsg.sd -rw-rw-rw- gingold/gingold 328 2003-01-22 01:41 binutils-2.23.2/ld/testsuite/ld-alpha/tlslib.s -rw-rw-rw- gingold/gingold 1950 2005-07-08 08:22 binutils-2.23.2/ld/testsuite/ld-alpha/tlspic.dd -rw-rw-rw- gingold/gingold 5575 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-alpha/tlspic.rd -rw-rw-rw- gingold/gingold 463 2005-07-08 08:22 binutils-2.23.2/ld/testsuite/ld-alpha/tlspic.sd -rw-rw-rw- gingold/gingold 467 2005-07-08 08:22 binutils-2.23.2/ld/testsuite/ld-alpha/tlspic.td -rw-rw-rw- gingold/gingold 1773 2003-01-22 01:41 binutils-2.23.2/ld/testsuite/ld-alpha/tlspic1.s -rw-rw-rw- gingold/gingold 241 2003-01-22 01:41 binutils-2.23.2/ld/testsuite/ld-alpha/tlspic2.s -rw-rw-rw- gingold/gingold 354 2011-05-31 16:07 binutils-2.23.2/ld/testsuite/ld-arm/abs-call-1.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-arm -rw-rw-rw- gingold/gingold 231 2011-05-31 16:07 binutils-2.23.2/ld/testsuite/ld-arm/abs-call-1.s -rw-rw-rw- gingold/gingold 68 2009-01-19 13:20 binutils-2.23.2/ld/testsuite/ld-arm/arch-v6.s -rw-rw-rw- gingold/gingold 65 2009-01-19 13:20 binutils-2.23.2/ld/testsuite/ld-arm/arch-v6k.s -rw-rw-rw- gingold/gingold 72 2009-01-19 13:20 binutils-2.23.2/ld/testsuite/ld-arm/arch-v6t2.s -rw-rw-rw- gingold/gingold 758 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/arm-app-abs32.d -rw-rw-rw- gingold/gingold 158 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/arm-app-abs32.r -rw-rw-rw- gingold/gingold 182 2004-01-23 17:51 binutils-2.23.2/ld/testsuite/ld-arm/arm-app-abs32.s -rw-rw-rw- gingold/gingold 185 2008-03-08 02:20 binutils-2.23.2/ld/testsuite/ld-arm/arm-app-movw.s -rw-rw-rw- gingold/gingold 871 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/arm-app.d -rw-rw-rw- gingold/gingold 184 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/arm-app.r -rw-rw-rw- gingold/gingold 294 2004-01-06 22:47 binutils-2.23.2/ld/testsuite/ld-arm/arm-app.s -rw-rw-rw- gingold/gingold 310 2009-06-30 13:57 binutils-2.23.2/ld/testsuite/ld-arm/arm-be8.d -rw-rw-rw- gingold/gingold 112 2006-05-15 21:57 binutils-2.23.2/ld/testsuite/ld-arm/arm-be8.s -rw-rw-rw- gingold/gingold 1461 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/arm-call.d -rw-rw-rw- gingold/gingold 348 2011-05-31 16:07 binutils-2.23.2/ld/testsuite/ld-arm/arm-call1.s -rw-rw-rw- gingold/gingold 249 2011-05-31 16:07 binutils-2.23.2/ld/testsuite/ld-arm/arm-call2.s -rw-rw-rw- gingold/gingold 6909 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-arm/arm-dyn.ld -rw-rw-rw- gingold/gingold 34543 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-arm/arm-elf.exp -rw-rw-rw- gingold/gingold 544 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-arm/arm-export-class.rd -rw-rw-rw- gingold/gingold 550 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-arm/arm-export-class.xd -rw-rw-rw- gingold/gingold 63 2011-03-14 16:53 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib-plt-2.dd -rw-rw-rw- gingold/gingold 130 2011-03-14 16:53 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib-plt-2.rd -rw-rw-rw- gingold/gingold 66 2011-03-14 16:53 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib-plt-2a.s -rw-rw-rw- gingold/gingold 18 2011-03-14 16:53 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib-plt-2b.s -rw-rw-rw- gingold/gingold 722 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib-plt32.d -rw-rw-rw- gingold/gingold 159 2004-11-17 18:50 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib-plt32.r -rw-rw-rw- gingold/gingold 287 2004-01-06 22:47 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib-plt32.s -rw-rw-rw- gingold/gingold 718 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib.d -rw-rw-rw- gingold/gingold 6637 2009-11-20 16:04 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib.ld -rw-rw-rw- gingold/gingold 155 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib.r -rw-rw-rw- gingold/gingold 381 2004-01-06 22:47 binutils-2.23.2/ld/testsuite/ld-arm/arm-lib.s -rw-rw-rw- gingold/gingold 1195 2009-06-30 13:57 binutils-2.23.2/ld/testsuite/ld-arm/arm-movwt.d -rw-rw-rw- gingold/gingold 1022 2006-05-11 17:17 binutils-2.23.2/ld/testsuite/ld-arm/arm-movwt.s -rw-rw-rw- gingold/gingold 8331 2012-07-26 15:43 binutils-2.23.2/ld/testsuite/ld-arm/arm-no-rel-plt.ld -rw-rw-rw- gingold/gingold 111 2012-07-26 15:43 binutils-2.23.2/ld/testsuite/ld-arm/arm-no-rel-plt.out -rw-rw-rw- gingold/gingold 388 2009-06-30 13:57 binutils-2.23.2/ld/testsuite/ld-arm/arm-pic-veneer.d -rw-rw-rw- gingold/gingold 121 2007-03-20 21:19 binutils-2.23.2/ld/testsuite/ld-arm/arm-pic-veneer.s -rw-rw-rw- gingold/gingold 172 2005-10-08 19:07 binutils-2.23.2/ld/testsuite/ld-arm/arm-rel31.d -rw-rw-rw- gingold/gingold 171 2004-09-17 14:18 binutils-2.23.2/ld/testsuite/ld-arm/arm-rel31.s -rw-rw-rw- gingold/gingold 205 2011-01-17 17:36 binutils-2.23.2/ld/testsuite/ld-arm/arm-rel32.d -rw-rw-rw- gingold/gingold 82 2011-01-17 17:36 binutils-2.23.2/ld/testsuite/ld-arm/arm-rel32.s -rw-rw-rw- gingold/gingold 564 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/arm-static-app.d -rw-rw-rw- gingold/gingold 65 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/arm-static-app.r -rw-rw-rw- gingold/gingold 270 2004-01-13 22:09 binutils-2.23.2/ld/testsuite/ld-arm/arm-static-app.s -rw-rw-rw- gingold/gingold 118 2005-10-08 19:07 binutils-2.23.2/ld/testsuite/ld-arm/arm-target1-abs.d -rw-rw-rw- gingold/gingold 119 2005-10-08 19:07 binutils-2.23.2/ld/testsuite/ld-arm/arm-target1-rel.d -rw-rw-rw- gingold/gingold 92 2004-09-17 14:18 binutils-2.23.2/ld/testsuite/ld-arm/arm-target1.s -rw-rw-rw- gingold/gingold 178 2009-07-16 15:18 binutils-2.23.2/ld/testsuite/ld-arm/arm-target2-abs.d -rw-rw-rw- gingold/gingold 233 2009-07-16 15:18 binutils-2.23.2/ld/testsuite/ld-arm/arm-target2-got-rel.d -rw-rw-rw- gingold/gingold 178 2009-07-16 15:18 binutils-2.23.2/ld/testsuite/ld-arm/arm-target2-rel.d -rw-rw-rw- gingold/gingold 181 2009-07-16 15:18 binutils-2.23.2/ld/testsuite/ld-arm/arm-target2.s -rw-rw-rw- gingold/gingold 477 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/arm.ld -rw-rw-rw- gingold/gingold 1260 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/armthumb-lib.d -rw-rw-rw- gingold/gingold 798 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-arm/armthumb-lib.sym -rw-rw-rw- gingold/gingold 438 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/armv4-bx.d -rw-rw-rw- gingold/gingold 85 2008-02-20 16:17 binutils-2.23.2/ld/testsuite/ld-arm/armv4-bx.s -rw-rw-rw- gingold/gingold 418 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-2.attr -rw-rw-rw- gingold/gingold 215 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-2a.s -rw-rw-rw- gingold/gingold 238 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-2b.s -rw-rw-rw- gingold/gingold 943 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-3.attr -rw-rw-rw- gingold/gingold 1533 2010-05-11 19:36 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-3a.s -rw-rw-rw- gingold/gingold 1523 2010-05-11 19:36 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-3b.s -rw-rw-rw- gingold/gingold 213 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-4.attr -rw-rw-rw- gingold/gingold 161 2009-01-19 13:20 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-4a.s -rw-rw-rw- gingold/gingold 163 2009-01-19 13:20 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-4b.s -rw-rw-rw- gingold/gingold 137 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-5.attr -rw-rw-rw- gingold/gingold 45 2009-01-19 13:20 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-5.s -rw-rw-rw- gingold/gingold 243 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-6.attr -rw-rw-rw- gingold/gingold 78 2010-02-18 11:56 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-6a.s -rw-rw-rw- gingold/gingold 55 2010-02-18 11:56 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-6b.s -rw-rw-rw- gingold/gingold 243 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-7.attr -rw-rw-rw- gingold/gingold 78 2010-02-18 11:56 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-7a.s -rw-rw-rw- gingold/gingold 95 2010-02-18 11:56 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-7b.s -rw-rw-rw- gingold/gingold 137 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-arch-1.attr -rw-rw-rw- gingold/gingold 169 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-arch-2.attr -rw-rw-rw- gingold/gingold 32 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-0.s -rw-rw-rw- gingold/gingold 297 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-00.d -rw-rw-rw- gingold/gingold 377 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-01-m3.d -rw-rw-rw- gingold/gingold 324 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-01.d -rw-rw-rw- gingold/gingold 360 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-02.d -rw-rw-rw- gingold/gingold 32 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-1.s -rw-rw-rw- gingold/gingold 377 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-10-m3.d -rw-rw-rw- gingold/gingold 324 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-10.d -rw-rw-rw- gingold/gingold 324 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-11.d -rw-rw-rw- gingold/gingold 360 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-12.d -rw-rw-rw- gingold/gingold 468 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-120.d -rw-rw-rw- gingold/gingold 32 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-2.s -rw-rw-rw- gingold/gingold 360 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-20.d -rw-rw-rw- gingold/gingold 360 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-21.d -rw-rw-rw- gingold/gingold 360 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-div-22.d -rw-rw-rw- gingold/gingold 171 2010-03-02 12:40 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-incompatible.d -rw-rw-rw- gingold/gingold 65 2010-03-02 12:40 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-incompatiblea.s -rw-rw-rw- gingold/gingold 45 2010-03-02 12:40 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-incompatibleb.s -rw-rw-rw- gingold/gingold 110 2010-02-18 11:56 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-unknown-1.d -rw-rw-rw- gingold/gingold 119 2010-02-18 11:56 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-unknown-1.s -rw-rw-rw- gingold/gingold 330 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-unknown-2.d -rw-rw-rw- gingold/gingold 119 2009-01-19 13:20 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-unknown-2.s -rw-rw-rw- gingold/gingold 330 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-unknown-2r.d -rw-rw-rw- gingold/gingold 373 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-unknown-3.d -rw-rw-rw- gingold/gingold 326 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-1.d -rw-rw-rw- gingold/gingold 326 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-1r.d -rw-rw-rw- gingold/gingold 322 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-2.d -rw-rw-rw- gingold/gingold 12 2009-11-02 14:44 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-2.s -rw-rw-rw- gingold/gingold 322 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-2r.d -rw-rw-rw- gingold/gingold 16 2009-11-02 14:44 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-3-d16.s -rw-rw-rw- gingold/gingold 330 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-3.d -rw-rw-rw- gingold/gingold 12 2009-11-02 14:44 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-3.s -rw-rw-rw- gingold/gingold 330 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-3r.d -rw-rw-rw- gingold/gingold 16 2009-11-02 14:44 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-4-d16.s -rw-rw-rw- gingold/gingold 322 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-4.d -rw-rw-rw- gingold/gingold 12 2009-11-02 14:44 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-4.s -rw-rw-rw- gingold/gingold 322 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-4r.d -rw-rw-rw- gingold/gingold 322 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-5.d -rw-rw-rw- gingold/gingold 322 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-5r.d -rw-rw-rw- gingold/gingold 352 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-6.d -rw-rw-rw- gingold/gingold 352 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-6r.d -rw-rw-rw- gingold/gingold 370 2012-08-28 12:50 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-7.d -rw-rw-rw- gingold/gingold 370 2012-08-28 12:50 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-7r.d -rw-rw-rw- gingold/gingold 52 2012-08-28 12:50 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-armv8-hard.s -rw-rw-rw- gingold/gingold 15 2012-08-28 12:50 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfp-armv8.s -rw-rw-rw- gingold/gingold 14 2010-05-11 19:36 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-vfpv3xd.s -rw-rw-rw- gingold/gingold 243 2008-07-18 22:49 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-0.s -rw-rw-rw- gingold/gingold 625 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-00-nowarn.d -rw-rw-rw- gingold/gingold 601 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-00.d -rw-rw-rw- gingold/gingold 650 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-02-nowarn.d -rw-rw-rw- gingold/gingold 626 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-02.d -rw-rw-rw- gingold/gingold 650 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-04-nowarn.d -rw-rw-rw- gingold/gingold 626 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-04.d -rw-rw-rw- gingold/gingold 243 2008-07-18 22:49 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-2.s -rw-rw-rw- gingold/gingold 650 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-20-nowarn.d -rw-rw-rw- gingold/gingold 626 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-20.d -rw-rw-rw- gingold/gingold 650 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-22-nowarn.d -rw-rw-rw- gingold/gingold 626 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-22.d -rw-rw-rw- gingold/gingold 650 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-24-nowarn.d -rw-rw-rw- gingold/gingold 202 2008-07-18 22:49 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-24.d -rw-rw-rw- gingold/gingold 243 2008-07-18 22:49 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-4.s -rw-rw-rw- gingold/gingold 650 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-40-nowarn.d -rw-rw-rw- gingold/gingold 626 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-40.d -rw-rw-rw- gingold/gingold 650 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-42-nowarn.d -rw-rw-rw- gingold/gingold 202 2008-07-18 22:49 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-42.d -rw-rw-rw- gingold/gingold 650 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-44-nowarn.d -rw-rw-rw- gingold/gingold 626 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge-wchar-44.d -rw-rw-rw- gingold/gingold 418 2012-03-16 15:00 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge.attr -rw-rw-rw- gingold/gingold 235 2007-06-26 15:55 binutils-2.23.2/ld/testsuite/ld-arm/attr-merge.s -rw-rw-rw- gingold/gingold 37 2009-01-19 13:20 binutils-2.23.2/ld/testsuite/ld-arm/blank.s -rw-rw-rw- gingold/gingold 268 2009-08-22 01:38 binutils-2.23.2/ld/testsuite/ld-arm/callweak-2.d -rw-rw-rw- gingold/gingold 226 2009-08-22 01:38 binutils-2.23.2/ld/testsuite/ld-arm/callweak-2.s -rw-rw-rw- gingold/gingold 362 2009-08-22 01:38 binutils-2.23.2/ld/testsuite/ld-arm/callweak.d -rw-rw-rw- gingold/gingold 224 2009-08-22 01:38 binutils-2.23.2/ld/testsuite/ld-arm/callweak.s -rw-rw-rw- gingold/gingold 118 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-arm-target.s -rw-rw-rw- gingold/gingold 86 2009-08-05 14:36 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-far-1.s -rw-rw-rw- gingold/gingold 236 2009-08-05 14:36 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-far-2.s -rw-rw-rw- gingold/gingold 192 2011-05-31 16:07 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-far-3.s -rw-rw-rw- gingold/gingold 1203 2010-03-02 09:19 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-far.d -rw-rw-rw- gingold/gingold 861 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-b-plt.d -rw-rw-rw- gingold/gingold 163 2011-05-06 12:21 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-b-plt.s -rw-rw-rw- gingold/gingold 3387 2009-06-30 13:57 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-b-rel-arm.d -rw-rw-rw- gingold/gingold 2898 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-b-rel-thumb.d -rw-rw-rw- gingold/gingold 715 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-b-rel.s -rw-rw-rw- gingold/gingold 2920 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-b.d -rw-rw-rw- gingold/gingold 616 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-b.s -rw-rw-rw- gingold/gingold 946 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bcc-plt.d -rw-rw-rw- gingold/gingold 165 2011-05-06 12:21 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bcc-plt.s -rw-rw-rw- gingold/gingold 3055 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bcc-rel-thumb.d -rw-rw-rw- gingold/gingold 566 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bcc-rel.s -rw-rw-rw- gingold/gingold 3078 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bcc.d -rw-rw-rw- gingold/gingold 630 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bcc.s -rw-rw-rw- gingold/gingold 785 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bl-plt.d -rw-rw-rw- gingold/gingold 162 2011-05-06 12:21 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bl-plt.s -rw-rw-rw- gingold/gingold 2838 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bl-rel-arm.d -rw-rw-rw- gingold/gingold 3442 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bl-rel-plt.d -rw-rw-rw- gingold/gingold 2834 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bl-rel-thumb.d -rw-rw-rw- gingold/gingold 679 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bl-rel.s -rw-rw-rw- gingold/gingold 2856 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bl.d -rw-rw-rw- gingold/gingold 621 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-bl.s -rw-rw-rw- gingold/gingold 32704 2010-08-25 14:37 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx-bcond.d -rw-rw-rw- gingold/gingold 849 2010-08-25 14:37 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx-bcond.s -rw-rw-rw- gingold/gingold 785 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx-plt.d -rw-rw-rw- gingold/gingold 159 2011-05-06 12:21 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx-plt.s -rw-rw-rw- gingold/gingold 2838 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx-rel-arm.d -rw-rw-rw- gingold/gingold 2834 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx-rel-thumb.d -rw-rw-rw- gingold/gingold 566 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx-rel.s -rw-rw-rw- gingold/gingold 2744 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx.d -rw-rw-rw- gingold/gingold 672 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-blx.s -rw-rw-rw- gingold/gingold 528 2009-08-06 15:05 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-hdr.d -rw-rw-rw- gingold/gingold 138 2009-08-06 15:05 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-hdr.s -rw-rw-rw- gingold/gingold 104 2009-08-06 15:05 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-hdr.t -rw-rw-rw- gingold/gingold 343 2011-05-06 12:21 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-fix-plt.ld -rw-rw-rw- gingold/gingold 133 2009-05-22 13:58 binutils-2.23.2/ld/testsuite/ld-arm/cortex-a8-thumb-target.s -rw-rw-rw- gingold/gingold 302 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/data-only-map.d -rw-rw-rw- gingold/gingold 184 2010-02-12 21:52 binutils-2.23.2/ld/testsuite/ld-arm/data-only-map.ld -rw-rw-rw- gingold/gingold 238 2010-02-12 21:52 binutils-2.23.2/ld/testsuite/ld-arm/data-only-map.s -rw-rw-rw- gingold/gingold 380 2009-05-15 02:08 binutils-2.23.2/ld/testsuite/ld-arm/discard-unwind.ld -rw-rw-rw- gingold/gingold 347 2012-05-17 18:36 binutils-2.23.2/ld/testsuite/ld-arm/emit-relocs1-vxworks.d -rw-rw-rw- gingold/gingold 352 2007-05-21 08:36 binutils-2.23.2/ld/testsuite/ld-arm/emit-relocs1.d -rw-rw-rw- gingold/gingold 43 2007-05-21 08:36 binutils-2.23.2/ld/testsuite/ld-arm/emit-relocs1.s -rw-rw-rw- gingold/gingold 82 2011-03-14 16:52 binutils-2.23.2/ld/testsuite/ld-arm/exec-got-1.d -rw-rw-rw- gingold/gingold 64 2011-03-14 16:52 binutils-2.23.2/ld/testsuite/ld-arm/exec-got-1a.s -rw-rw-rw- gingold/gingold 133 2011-03-14 16:52 binutils-2.23.2/ld/testsuite/ld-arm/exec-got-1b.s -rw-rw-rw- gingold/gingold 2675 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-arm/export-class.exp -rw-rw-rw- gingold/gingold 423 2011-06-02 17:32 binutils-2.23.2/ld/testsuite/ld-arm/farcall-arm-arm-pic-veneer.d -rw-rw-rw- gingold/gingold 356 2009-02-24 23:43 binutils-2.23.2/ld/testsuite/ld-arm/farcall-arm-arm.d -rw-rw-rw- gingold/gingold 284 2008-05-23 15:53 binutils-2.23.2/ld/testsuite/ld-arm/farcall-arm-arm.s -rw-rw-rw- gingold/gingold 423 2009-02-24 23:44 binutils-2.23.2/ld/testsuite/ld-arm/farcall-arm-thumb-blx-pic-veneer.d -rw-rw-rw- gingold/gingold 363 2009-02-24 23:43 binutils-2.23.2/ld/testsuite/ld-arm/farcall-arm-thumb-blx.d -rw-rw-rw- gingold/gingold 423 2009-02-24 23:44 binutils-2.23.2/ld/testsuite/ld-arm/farcall-arm-thumb-pic-veneer.d -rw-rw-rw- gingold/gingold 421 2011-06-02 17:32 binutils-2.23.2/ld/testsuite/ld-arm/farcall-arm-thumb.d -rw-rw-rw- gingold/gingold 289 2008-05-15 19:00 binutils-2.23.2/ld/testsuite/ld-arm/farcall-arm-thumb.s -rw-rw-rw- gingold/gingold 415 2009-12-09 22:42 binutils-2.23.2/ld/testsuite/ld-arm/farcall-data.d -rw-rw-rw- gingold/gingold 180 2009-12-09 22:42 binutils-2.23.2/ld/testsuite/ld-arm/farcall-data.s -rw-rw-rw- gingold/gingold 420 2009-03-06 09:57 binutils-2.23.2/ld/testsuite/ld-arm/farcall-group-limit.d -rw-rw-rw- gingold/gingold 1389 2011-06-02 17:32 binutils-2.23.2/ld/testsuite/ld-arm/farcall-group-size2.d -rw-rw-rw- gingold/gingold 1501 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/farcall-group.d -rw-rw-rw- gingold/gingold 488 2008-05-23 16:16 binutils-2.23.2/ld/testsuite/ld-arm/farcall-group.s -rw-rw-rw- gingold/gingold 106 2008-08-26 13:46 binutils-2.23.2/ld/testsuite/ld-arm/farcall-group2.s -rw-rw-rw- gingold/gingold 227 2009-03-06 09:57 binutils-2.23.2/ld/testsuite/ld-arm/farcall-group3.s -rw-rw-rw- gingold/gingold 256 2011-05-31 16:07 binutils-2.23.2/ld/testsuite/ld-arm/farcall-group4.s -rw-rw-rw- gingold/gingold 1477 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mix.d -rw-rw-rw- gingold/gingold 514 2008-05-23 16:16 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mix.s -rw-rw-rw- gingold/gingold 1568 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mix2.d -rw-rw-rw- gingold/gingold 588 2008-05-23 16:16 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mix2.s -rw-rw-rw- gingold/gingold 2439 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-app-v5.d -rw-rw-rw- gingold/gingold 2592 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-app.d -rw-rw-rw- gingold/gingold 223 2009-03-05 18:28 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-app.r -rw-rw-rw- gingold/gingold 881 2009-06-22 12:55 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-app.s -rw-rw-rw- gingold/gingold 809 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-app.sym -rw-rw-rw- gingold/gingold 3875 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d -rw-rw-rw- gingold/gingold 2916 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-lib.d -rw-rw-rw- gingold/gingold 163 2009-03-05 18:28 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-lib.r -rw-rw-rw- gingold/gingold 637 2010-03-02 09:19 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-lib1.s -rw-rw-rw- gingold/gingold 374 2010-03-02 09:19 binutils-2.23.2/ld/testsuite/ld-arm/farcall-mixed-lib2.s -rw-rw-rw- gingold/gingold 216 2008-05-23 16:16 binutils-2.23.2/ld/testsuite/ld-arm/farcall-section.d -rw-rw-rw- gingold/gingold 330 2008-05-23 16:16 binutils-2.23.2/ld/testsuite/ld-arm/farcall-section.s -rw-rw-rw- gingold/gingold 453 2011-06-02 17:32 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-arm-blx-pic-veneer.d -rw-rw-rw- gingold/gingold 386 2010-03-02 09:19 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-arm-blx.d -rw-rw-rw- gingold/gingold 496 2011-06-02 17:32 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d -rw-rw-rw- gingold/gingold 369 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-arm-short.d -rw-rw-rw- gingold/gingold 305 2008-08-26 13:46 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-arm-short.s -rw-rw-rw- gingold/gingold 643 2010-03-02 09:19 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-arm.d -rw-rw-rw- gingold/gingold 509 2010-03-02 09:19 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-arm.s -rw-rw-rw- gingold/gingold 423 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-thumb-blx-pic-veneer.d -rw-rw-rw- gingold/gingold 363 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-thumb-blx.d -rw-rw-rw- gingold/gingold 516 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-thumb-m-pic-veneer.d -rw-rw-rw- gingold/gingold 511 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-thumb-m.d -rw-rw-rw- gingold/gingold 529 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-thumb-pic-veneer.d -rw-rw-rw- gingold/gingold 454 2011-06-02 17:32 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-thumb.d -rw-rw-rw- gingold/gingold 290 2008-05-15 19:00 binutils-2.23.2/ld/testsuite/ld-arm/farcall-thumb-thumb.s -rw-rw-rw- gingold/gingold 416 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/fix-arm1176-off.d -rw-rw-rw- gingold/gingold 532 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/fix-arm1176-on.d -rw-rw-rw- gingold/gingold 172 2011-08-09 15:10 binutils-2.23.2/ld/testsuite/ld-arm/fix-arm1176.s -rw-rw-rw- gingold/gingold 598 2012-05-16 21:54 binutils-2.23.2/ld/testsuite/ld-arm/gc-hidden-1.d -rw-rw-rw- gingold/gingold 65 2011-01-17 17:36 binutils-2.23.2/ld/testsuite/ld-arm/gc-thumb-lib.s -rw-rw-rw- gingold/gingold 41 2011-01-17 17:36 binutils-2.23.2/ld/testsuite/ld-arm/gc-thumb.d -rw-rw-rw- gingold/gingold 167 2011-01-17 17:36 binutils-2.23.2/ld/testsuite/ld-arm/gc-thumb.s -rw-rw-rw- gingold/gingold 97 2007-02-22 18:03 binutils-2.23.2/ld/testsuite/ld-arm/gc-unwind.d -rw-rw-rw- gingold/gingold 479 2007-02-22 18:03 binutils-2.23.2/ld/testsuite/ld-arm/gc-unwind.s -rw-rw-rw- gingold/gingold 128 2012-04-24 18:14 binutils-2.23.2/ld/testsuite/ld-arm/gcdfn.s -rw-rw-rw- gingold/gingold 182 2006-06-15 13:03 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs-alu-bad.d -rw-rw-rw- gingold/gingold 329 2006-06-15 13:03 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs-alu-bad.s -rw-rw-rw- gingold/gingold 186 2006-06-15 13:03 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs-ldc-bad.d -rw-rw-rw- gingold/gingold 338 2006-06-15 13:03 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs-ldc-bad.s -rw-rw-rw- gingold/gingold 192 2006-06-15 13:03 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs-ldr-bad.d -rw-rw-rw- gingold/gingold 257 2006-06-15 13:03 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs-ldr-bad.s -rw-rw-rw- gingold/gingold 190 2006-06-15 13:03 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs-ldrs-bad.d -rw-rw-rw- gingold/gingold 258 2006-06-15 13:03 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs-ldrs-bad.s -rw-rw-rw- gingold/gingold 2658 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs.d -rw-rw-rw- gingold/gingold 4350 2010-02-24 12:15 binutils-2.23.2/ld/testsuite/ld-arm/group-relocs.s -rw-rw-rw- gingold/gingold 18 2012-04-24 18:14 binutils-2.23.2/ld/testsuite/ld-arm/hideall.ld -rw-rw-rw- gingold/gingold 108 2012-04-24 18:14 binutils-2.23.2/ld/testsuite/ld-arm/hidfn.s -rw-rw-rw- gingold/gingold 7055 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-1.dd -rw-rw-rw- gingold/gingold 1412 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-1.gd -rw-rw-rw- gingold/gingold 284 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-1.rd -rw-rw-rw- gingold/gingold 558 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-1.s -rw-rw-rw- gingold/gingold 52218 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-10.dd -rw-rw-rw- gingold/gingold 11076 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-10.gd -rw-rw-rw- gingold/gingold 1976 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-10.rd -rw-rw-rw- gingold/gingold 1406 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-10.s -rw-rw-rw- gingold/gingold 4571 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-11.dd -rw-rw-rw- gingold/gingold 1422 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-11.gd -rw-rw-rw- gingold/gingold 395 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-11.rd -rw-rw-rw- gingold/gingold 680 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-11.s -rw-rw-rw- gingold/gingold 4571 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-12.dd -rw-rw-rw- gingold/gingold 1973 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-12.gd -rw-rw-rw- gingold/gingold 788 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-12.rd -rw-rw-rw- gingold/gingold 743 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-12.s -rw-rw-rw- gingold/gingold 4476 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-13.dd -rw-rw-rw- gingold/gingold 1420 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-13.gd -rw-rw-rw- gingold/gingold 380 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-13.rd -rw-rw-rw- gingold/gingold 640 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-13.s -rw-rw-rw- gingold/gingold 4456 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-14.dd -rw-rw-rw- gingold/gingold 1388 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-14.gd -rw-rw-rw- gingold/gingold 509 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-14.rd -rw-rw-rw- gingold/gingold 602 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-14.s -rw-rw-rw- gingold/gingold 4302 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-15.dd -rw-rw-rw- gingold/gingold 1388 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-15.gd -rw-rw-rw- gingold/gingold 509 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-15.rd -rw-rw-rw- gingold/gingold 598 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-15.s -rw-rw-rw- gingold/gingold 3512 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-16.dd -rw-rw-rw- gingold/gingold 1414 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-16.gd -rw-rw-rw- gingold/gingold 351 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-16.rd -rw-rw-rw- gingold/gingold 638 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-16.s -rw-rw-rw- gingold/gingold 23324 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-2.dd -rw-rw-rw- gingold/gingold 2564 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-2.gd -rw-rw-rw- gingold/gingold 469 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-2.rd -rw-rw-rw- gingold/gingold 1017 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-2.s -rw-rw-rw- gingold/gingold 5942 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-3.dd -rw-rw-rw- gingold/gingold 2376 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-3.gd -rw-rw-rw- gingold/gingold 873 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-3.rd -rw-rw-rw- gingold/gingold 533 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-3.s -rw-rw-rw- gingold/gingold 57394 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-4.dd -rw-rw-rw- gingold/gingold 9829 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-4.gd -rw-rw-rw- gingold/gingold 3423 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-4.rd -rw-rw-rw- gingold/gingold 1420 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-4.s -rw-rw-rw- gingold/gingold 4365 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-5.dd -rw-rw-rw- gingold/gingold 1059 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-5.gd -rw-rw-rw- gingold/gingold 284 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-5.rd -rw-rw-rw- gingold/gingold 467 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-5.s -rw-rw-rw- gingold/gingold 8933 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-6.dd -rw-rw-rw- gingold/gingold 1323 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-6.gd -rw-rw-rw- gingold/gingold 321 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-6.rd -rw-rw-rw- gingold/gingold 792 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-6.s -rw-rw-rw- gingold/gingold 5846 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-7.dd -rw-rw-rw- gingold/gingold 2344 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-7.gd -rw-rw-rw- gingold/gingold 926 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-7.rd -rw-rw-rw- gingold/gingold 472 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-7.s -rw-rw-rw- gingold/gingold 56750 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-8.dd -rw-rw-rw- gingold/gingold 9637 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-8.gd -rw-rw-rw- gingold/gingold 3766 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-8.rd -rw-rw-rw- gingold/gingold 1333 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-8.s -rw-rw-rw- gingold/gingold 7896 2011-10-18 16:41 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-9.dd -rw-rw-rw- gingold/gingold 1416 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-9.gd -rw-rw-rw- gingold/gingold 434 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-9.rd -rw-rw-rw- gingold/gingold 525 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-9.s -rw-rw-rw- gingold/gingold 657 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-dynamic.ld -rw-rw-rw- gingold/gingold 391 2011-03-14 17:04 binutils-2.23.2/ld/testsuite/ld-arm/ifunc-static.ld -rw-rw-rw- gingold/gingold 457 2011-06-02 17:32 binutils-2.23.2/ld/testsuite/ld-arm/jump-reloc-veneers-long.d -rw-rw-rw- gingold/gingold 201 2010-02-16 20:02 binutils-2.23.2/ld/testsuite/ld-arm/jump-reloc-veneers-short1.d -rw-rw-rw- gingold/gingold 205 2010-02-16 20:02 binutils-2.23.2/ld/testsuite/ld-arm/jump-reloc-veneers-short2.d -rw-rw-rw- gingold/gingold 149 2011-11-09 18:01 binutils-2.23.2/ld/testsuite/ld-arm/jump-reloc-veneers.s -rw-rw-rw- gingold/gingold 222 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/jump19.d -rw-rw-rw- gingold/gingold 150 2007-05-15 11:54 binutils-2.23.2/ld/testsuite/ld-arm/jump19.s -rw-rw-rw- gingold/gingold 133 2012-04-24 18:14 binutils-2.23.2/ld/testsuite/ld-arm/main.s -rw-rw-rw- gingold/gingold 1555 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/mixed-app-v5.d -rw-rw-rw- gingold/gingold 1612 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/mixed-app.d -rw-rw-rw- gingold/gingold 215 2005-12-12 18:03 binutils-2.23.2/ld/testsuite/ld-arm/mixed-app.r -rw-rw-rw- gingold/gingold 517 2004-11-17 18:50 binutils-2.23.2/ld/testsuite/ld-arm/mixed-app.s -rw-rw-rw- gingold/gingold 808 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-arm/mixed-app.sym -rw-rw-rw- gingold/gingold 1108 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/mixed-lib.d -rw-rw-rw- gingold/gingold 155 2004-11-17 18:50 binutils-2.23.2/ld/testsuite/ld-arm/mixed-lib.r -rw-rw-rw- gingold/gingold 428 2004-11-17 18:50 binutils-2.23.2/ld/testsuite/ld-arm/mixed-lib.s -rw-rw-rw- gingold/gingold 798 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-arm/mixed-lib.sym -rw-rw-rw- gingold/gingold 249 2009-06-30 13:57 binutils-2.23.2/ld/testsuite/ld-arm/movw-merge.d -rw-rw-rw- gingold/gingold 343 2008-03-08 02:20 binutils-2.23.2/ld/testsuite/ld-arm/movw-merge.s -rw-rw-rw- gingold/gingold 198 2009-04-30 02:01 binutils-2.23.2/ld/testsuite/ld-arm/movw-shared-1.d -rw-rw-rw- gingold/gingold 60 2009-04-30 02:01 binutils-2.23.2/ld/testsuite/ld-arm/movw-shared-1.s -rw-rw-rw- gingold/gingold 195 2009-04-30 02:01 binutils-2.23.2/ld/testsuite/ld-arm/movw-shared-2.d -rw-rw-rw- gingold/gingold 60 2009-04-30 02:01 binutils-2.23.2/ld/testsuite/ld-arm/movw-shared-2.s -rw-rw-rw- gingold/gingold 202 2009-04-30 02:01 binutils-2.23.2/ld/testsuite/ld-arm/movw-shared-3.d -rw-rw-rw- gingold/gingold 67 2009-04-30 02:01 binutils-2.23.2/ld/testsuite/ld-arm/movw-shared-3.s -rw-rw-rw- gingold/gingold 199 2009-04-30 02:01 binutils-2.23.2/ld/testsuite/ld-arm/movw-shared-4.d -rw-rw-rw- gingold/gingold 67 2009-04-30 02:01 binutils-2.23.2/ld/testsuite/ld-arm/movw-shared-4.s -rw-rw-rw- gingold/gingold 406 2007-04-17 22:09 binutils-2.23.2/ld/testsuite/ld-arm/preempt-app.s -rw-rw-rw- gingold/gingold 743 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-arm/preempt-app.sym -rw-rw-rw- gingold/gingold 146 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/reloc-boundaries.d -rw-rw-rw- gingold/gingold 78 2009-12-28 19:55 binutils-2.23.2/ld/testsuite/ld-arm/reloc-boundaries.s -rw-rw-rw- gingold/gingold 96 2011-09-01 16:10 binutils-2.23.2/ld/testsuite/ld-arm/rodata-merge-map.ld -rw-rw-rw- gingold/gingold 366 2011-09-01 16:10 binutils-2.23.2/ld/testsuite/ld-arm/rodata-merge-map.sym -rw-rw-rw- gingold/gingold 287 2011-09-01 16:10 binutils-2.23.2/ld/testsuite/ld-arm/rodata-merge-map1.s -rw-rw-rw- gingold/gingold 336 2011-09-01 16:10 binutils-2.23.2/ld/testsuite/ld-arm/rodata-merge-map2.s -rw-rw-rw- gingold/gingold 314 2011-09-01 16:10 binutils-2.23.2/ld/testsuite/ld-arm/rodata-merge-map3.s -rw-rw-rw- gingold/gingold 138 2010-09-20 18:26 binutils-2.23.2/ld/testsuite/ld-arm/script-type.ld -rw-rw-rw- gingold/gingold 201 2009-11-23 15:41 binutils-2.23.2/ld/testsuite/ld-arm/script-type.s -rw-rw-rw- gingold/gingold 689 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-arm/script-type.sym -rw-rw-rw- gingold/gingold 211 2008-04-29 13:53 binutils-2.23.2/ld/testsuite/ld-arm/symbian-seg1.d -rw-rw-rw- gingold/gingold 204 2008-04-29 13:53 binutils-2.23.2/ld/testsuite/ld-arm/symbian-seg1.s -rw-rw-rw- gingold/gingold 54 2006-02-07 04:50 binutils-2.23.2/ld/testsuite/ld-arm/thumb-entry.d -rw-rw-rw- gingold/gingold 75 2006-02-07 04:50 binutils-2.23.2/ld/testsuite/ld-arm/thumb-entry.s -rw-rw-rw- gingold/gingold 172 2006-05-02 15:09 binutils-2.23.2/ld/testsuite/ld-arm/thumb-rel32.d -rw-rw-rw- gingold/gingold 307 2006-05-02 15:09 binutils-2.23.2/ld/testsuite/ld-arm/thumb-rel32.s -rw-rw-rw- gingold/gingold 205 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/thumb1-bl.d -rw-rw-rw- gingold/gingold 270 2006-10-17 17:46 binutils-2.23.2/ld/testsuite/ld-arm/thumb1-bl.s -rw-rw-rw- gingold/gingold 359 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-b-interwork.d -rw-rw-rw- gingold/gingold 308 2008-03-08 15:58 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-b-interwork.s -rw-rw-rw- gingold/gingold 507 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d -rw-rw-rw- gingold/gingold 364 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-as-thumb1-bad.d -rw-rw-rw- gingold/gingold 325 2009-02-23 11:03 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-as-thumb1-bad.s -rw-rw-rw- gingold/gingold 507 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-bad-noeabi.d -rw-rw-rw- gingold/gingold 363 2010-06-07 12:43 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-bad.d -rw-rw-rw- gingold/gingold 322 2008-05-15 19:00 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-bad.s -rw-rw-rw- gingold/gingold 1796 2009-05-01 15:49 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-blx-interwork.d -rw-rw-rw- gingold/gingold 916 2009-05-01 15:49 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-blx-interwork.s -rw-rw-rw- gingold/gingold 165 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-undefweak.d -rw-rw-rw- gingold/gingold 176 2008-11-25 16:53 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-undefweak.s -rw-rw-rw- gingold/gingold 164 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-undefweak1.d -rw-rw-rw- gingold/gingold 175 2009-04-15 15:49 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl-undefweak1.s -rw-rw-rw- gingold/gingold 206 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl.d -rw-rw-rw- gingold/gingold 323 2006-10-17 17:46 binutils-2.23.2/ld/testsuite/ld-arm/thumb2-bl.s -rw-rw-rw- gingold/gingold 512 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-app.d -rw-rw-rw- gingold/gingold 281 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/tls-app.r -rw-rw-rw- gingold/gingold 470 2005-03-29 18:54 binutils-2.23.2/ld/testsuite/ld-arm/tls-app.s -rw-rw-rw- gingold/gingold 3959 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-descrelax-be32.d -rw-rw-rw- gingold/gingold 2915 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-descrelax-be32.s -rw-rw-rw- gingold/gingold 4098 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-descrelax-be8.d -rw-rw-rw- gingold/gingold 2915 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-descrelax-be8.s -rw-rw-rw- gingold/gingold 4098 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-descrelax-v7.d -rw-rw-rw- gingold/gingold 2915 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-descrelax-v7.s -rw-rw-rw- gingold/gingold 4414 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-descrelax.d -rw-rw-rw- gingold/gingold 2900 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-descrelax.s -rw-rw-rw- gingold/gingold 1462 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-descseq.d -rw-rw-rw- gingold/gingold 131 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-descseq.r -rw-rw-rw- gingold/gingold 493 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-descseq.s -rw-rw-rw- gingold/gingold 663 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdesc-got.d -rw-rw-rw- gingold/gingold 661 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdesc-got.s -rw-rw-rw- gingold/gingold 160 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdesc-nlazy.g -rw-rw-rw- gingold/gingold 197 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdesc-nlazy.s -rw-rw-rw- gingold/gingold 1443 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdesc.d -rw-rw-rw- gingold/gingold 162 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdesc.r -rw-rw-rw- gingold/gingold 450 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdesc.s -rw-rw-rw- gingold/gingold 596 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdierelax.d -rw-rw-rw- gingold/gingold 365 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdierelax.s -rw-rw-rw- gingold/gingold 718 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdierelax2.d -rw-rw-rw- gingold/gingold 449 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdierelax2.s -rw-rw-rw- gingold/gingold 346 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdlerelax.d -rw-rw-rw- gingold/gingold 180 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-gdlerelax.s -rw-rw-rw- gingold/gingold 1053 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-lib-loc.d -rw-rw-rw- gingold/gingold 124 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-lib-loc.r -rw-rw-rw- gingold/gingold 140 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-lib-loc.s -rw-rw-rw- gingold/gingold 360 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-lib.d -rw-rw-rw- gingold/gingold 190 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/tls-lib.r -rw-rw-rw- gingold/gingold 272 2005-03-29 18:54 binutils-2.23.2/ld/testsuite/ld-arm/tls-lib.s -rw-rw-rw- gingold/gingold 1804 2011-06-02 17:32 binutils-2.23.2/ld/testsuite/ld-arm/tls-longplt-lib.d -rw-rw-rw- gingold/gingold 712 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-longplt-lib.s -rw-rw-rw- gingold/gingold 1944 2011-05-31 15:37 binutils-2.23.2/ld/testsuite/ld-arm/tls-longplt.d -rw-rw-rw- gingold/gingold 661 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-longplt.s -rw-rw-rw- gingold/gingold 283 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/tls-mixed.r -rw-rw-rw- gingold/gingold 328 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-mixed.s -rw-rw-rw- gingold/gingold 2239 2012-06-13 16:15 binutils-2.23.2/ld/testsuite/ld-arm/tls-thumb1.d -rw-rw-rw- gingold/gingold 562 2011-01-10 09:40 binutils-2.23.2/ld/testsuite/ld-arm/tls-thumb1.s -rw-rw-rw- gingold/gingold 225 2011-03-14 16:52 binutils-2.23.2/ld/testsuite/ld-arm/unresolved-1-dyn.d -rw-rw-rw- gingold/gingold 198 2011-03-14 16:52 binutils-2.23.2/ld/testsuite/ld-arm/unresolved-1.d -rw-rw-rw- gingold/gingold 64 2011-03-14 16:52 binutils-2.23.2/ld/testsuite/ld-arm/unresolved-1.s -rw-rw-rw- gingold/gingold 204 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/unwind-1.d -rw-rw-rw- gingold/gingold 351 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/unwind-1.s -rw-rw-rw- gingold/gingold 204 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/unwind-2.d -rw-rw-rw- gingold/gingold 339 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/unwind-2.s -rw-rw-rw- gingold/gingold 288 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/unwind-3.d -rw-rw-rw- gingold/gingold 477 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/unwind-3.s -rw-rw-rw- gingold/gingold 288 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/unwind-4.d -rw-rw-rw- gingold/gingold 833 2009-05-05 16:18 binutils-2.23.2/ld/testsuite/ld-arm/unwind-4.s -rw-rw-rw- gingold/gingold 120 2009-05-15 02:08 binutils-2.23.2/ld/testsuite/ld-arm/unwind-5.d -rw-rw-rw- gingold/gingold 211 2009-05-15 02:08 binutils-2.23.2/ld/testsuite/ld-arm/unwind-5.s -rw-rw-rw- gingold/gingold 545 2006-06-20 15:55 binutils-2.23.2/ld/testsuite/ld-arm/use-thumb-lib.s -rw-rw-rw- gingold/gingold 66 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-arm/use-thumb-lib.sym -rw-rw-rw- gingold/gingold 197 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/vfp11-fix-none.d -rw-rw-rw- gingold/gingold 79 2007-01-29 17:27 binutils-2.23.2/ld/testsuite/ld-arm/vfp11-fix-none.s -rw-rw-rw- gingold/gingold 377 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/vfp11-fix-scalar.d -rw-rw-rw- gingold/gingold 80 2007-01-29 17:27 binutils-2.23.2/ld/testsuite/ld-arm/vfp11-fix-scalar.s -rw-rw-rw- gingold/gingold 408 2012-04-12 15:01 binutils-2.23.2/ld/testsuite/ld-arm/vfp11-fix-vector.d -rw-rw-rw- gingold/gingold 91 2007-01-29 17:27 binutils-2.23.2/ld/testsuite/ld-arm/vfp11-fix-vector.s -rw-rw-rw- gingold/gingold 1303 2007-05-10 19:00 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1-lib.dd -rw-rw-rw- gingold/gingold 234 2006-03-07 09:39 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1-lib.nd -rw-rw-rw- gingold/gingold 611 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1-lib.rd -rw-rw-rw- gingold/gingold 520 2006-03-07 09:39 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1-lib.s -rw-rw-rw- gingold/gingold 36 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1-lib.td -rw-rw-rw- gingold/gingold 156 2006-03-07 09:39 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1-static.d -rw-rw-rw- gingold/gingold 1219 2007-05-21 08:36 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1.dd -rw-rw-rw- gingold/gingold 510 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1.ld -rw-rw-rw- gingold/gingold 1066 2006-03-07 09:39 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1.rd -rw-rw-rw- gingold/gingold 212 2006-03-07 09:39 binutils-2.23.2/ld/testsuite/ld-arm/vxworks1.s -rw-rw-rw- gingold/gingold 151 2006-03-07 09:39 binutils-2.23.2/ld/testsuite/ld-arm/vxworks2-static.sd -rw-rw-rw- gingold/gingold 73 2006-03-07 09:39 binutils-2.23.2/ld/testsuite/ld-arm/vxworks2.s -rw-rw-rw- gingold/gingold 225 2006-03-07 09:39 binutils-2.23.2/ld/testsuite/ld-arm/vxworks2.sd -rw-rw-rw- gingold/gingold 6084 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-auto-import/auto-import.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-auto-import -rw-rw-rw- gingold/gingold 1159 2007-10-02 14:47 binutils-2.23.2/ld/testsuite/ld-auto-import/client.c -rw-rw-rw- gingold/gingold 268 2002-12-18 17:05 binutils-2.23.2/ld/testsuite/ld-auto-import/dll.c -rw-rw-rw- gingold/gingold 6471 2011-12-03 18:13 binutils-2.23.2/ld/testsuite/ld-bootstrap/bootstrap.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-bootstrap -rw-rw-rw- gingold/gingold 250 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-cdtest/cdtest-bar.cc drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-cdtest -rw-rw-rw- gingold/gingold 1975 2007-07-25 23:30 binutils-2.23.2/ld/testsuite/ld-cdtest/cdtest-foo.cc -rw-rw-rw- gingold/gingold 415 2006-05-02 15:35 binutils-2.23.2/ld/testsuite/ld-cdtest/cdtest-foo.h -rw-rw-rw- gingold/gingold 1092 1999-06-09 05:04 binutils-2.23.2/ld/testsuite/ld-cdtest/cdtest-main.cc -rw-rw-rw- gingold/gingold 556 2001-08-01 16:37 binutils-2.23.2/ld/testsuite/ld-cdtest/cdtest-nrv.dat -rw-rw-rw- gingold/gingold 655 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-cdtest/cdtest.dat -rw-rw-rw- gingold/gingold 3933 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-cdtest/cdtest.exp -rw-rw-rw- gingold/gingold 108 2000-06-20 15:29 binutils-2.23.2/ld/testsuite/ld-checks/asm.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-checks -rw-rw-rw- gingold/gingold 2446 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-checks/checks.exp -rw-rw-rw- gingold/gingold 141 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-checks/script -rw-rw-rw- gingold/gingold 532 2008-11-24 03:02 binutils-2.23.2/ld/testsuite/ld-cris/badgotr1.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-cris -rw-rw-rw- gingold/gingold 108 2002-07-12 17:51 binutils-2.23.2/ld/testsuite/ld-cris/comref1.s -rw-rw-rw- gingold/gingold 2097 2010-03-31 01:16 binutils-2.23.2/ld/testsuite/ld-cris/cris.exp -rw-rw-rw- gingold/gingold 244 2005-02-07 04:00 binutils-2.23.2/ld/testsuite/ld-cris/def2.d -rw-rw-rw- gingold/gingold 243 2005-02-07 04:00 binutils-2.23.2/ld/testsuite/ld-cris/def3.d -rw-rw-rw- gingold/gingold 101 2008-11-25 03:27 binutils-2.23.2/ld/testsuite/ld-cris/dso-1.s -rw-rw-rw- gingold/gingold 94 2008-12-15 02:36 binutils-2.23.2/ld/testsuite/ld-cris/dso-1b.s -rw-rw-rw- gingold/gingold 113 2002-04-06 01:13 binutils-2.23.2/ld/testsuite/ld-cris/dso-2.s -rw-rw-rw- gingold/gingold 587 2002-07-09 05:46 binutils-2.23.2/ld/testsuite/ld-cris/dso-3.s -rw-rw-rw- gingold/gingold 2184 2012-06-18 08:17 binutils-2.23.2/ld/testsuite/ld-cris/dso-pltdis1.d -rw-rw-rw- gingold/gingold 1628 2012-06-18 08:17 binutils-2.23.2/ld/testsuite/ld-cris/dso-pltdis2.d -rw-rw-rw- gingold/gingold 1669 2009-10-29 12:50 binutils-2.23.2/ld/testsuite/ld-cris/dso12-pltdis.d -rw-rw-rw- gingold/gingold 34 2012-06-18 08:17 binutils-2.23.2/ld/testsuite/ld-cris/dsofn4g.s -rw-rw-rw- gingold/gingold 85 2004-03-22 05:06 binutils-2.23.2/ld/testsuite/ld-cris/dsofnf.s -rw-rw-rw- gingold/gingold 103 2004-03-22 05:06 binutils-2.23.2/ld/testsuite/ld-cris/dsofnf2.s -rw-rw-rw- gingold/gingold 33 2012-06-18 08:19 binutils-2.23.2/ld/testsuite/ld-cris/dsofng.s -rw-rw-rw- gingold/gingold 109 2004-11-04 16:04 binutils-2.23.2/ld/testsuite/ld-cris/dsov32-1.s -rw-rw-rw- gingold/gingold 172 2004-11-04 16:04 binutils-2.23.2/ld/testsuite/ld-cris/dsov32-2.s -rw-rw-rw- gingold/gingold 105 2004-11-04 16:04 binutils-2.23.2/ld/testsuite/ld-cris/dsov32-3.s -rw-rw-rw- gingold/gingold 181 2004-11-04 16:04 binutils-2.23.2/ld/testsuite/ld-cris/dsov32-4.s -rw-rw-rw- gingold/gingold 102 2002-07-12 17:51 binutils-2.23.2/ld/testsuite/ld-cris/euwref1.s -rw-rw-rw- gingold/gingold 21 2008-12-17 03:15 binutils-2.23.2/ld/testsuite/ld-cris/expalltst3 -rw-rw-rw- gingold/gingold 109 2002-07-12 17:51 binutils-2.23.2/ld/testsuite/ld-cris/expdref1.s -rw-rw-rw- gingold/gingold 163 2008-12-23 12:45 binutils-2.23.2/ld/testsuite/ld-cris/expdref2.s -rw-rw-rw- gingold/gingold 106 2009-01-19 18:33 binutils-2.23.2/ld/testsuite/ld-cris/expdref3.s -rw-rw-rw- gingold/gingold 78 2009-01-19 18:33 binutils-2.23.2/ld/testsuite/ld-cris/expdref4.s -rw-rw-rw- gingold/gingold 317 2005-08-12 02:23 binutils-2.23.2/ld/testsuite/ld-cris/expdyn1.d -rw-rw-rw- gingold/gingold 199 2005-08-12 02:23 binutils-2.23.2/ld/testsuite/ld-cris/expdyn1.s -rw-rw-rw- gingold/gingold 49 2008-12-23 12:45 binutils-2.23.2/ld/testsuite/ld-cris/expdyn1w.s -rw-rw-rw- gingold/gingold 608 2005-03-08 03:31 binutils-2.23.2/ld/testsuite/ld-cris/expdyn2.d -rw-rw-rw- gingold/gingold 300 2008-12-17 03:15 binutils-2.23.2/ld/testsuite/ld-cris/expdyn2.s -rw-rw-rw- gingold/gingold 296 2005-03-08 03:31 binutils-2.23.2/ld/testsuite/ld-cris/expdyn3.d -rw-rw-rw- gingold/gingold 291 2005-03-08 03:31 binutils-2.23.2/ld/testsuite/ld-cris/expdyn4.d -rw-rw-rw- gingold/gingold 451 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/expdyn5.d -rw-rw-rw- gingold/gingold 379 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/expdyn6.d -rw-rw-rw- gingold/gingold 379 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/expdyn7.d -rw-rw-rw- gingold/gingold 16 2005-02-07 04:00 binutils-2.23.2/ld/testsuite/ld-cris/globsym1ref.s -rw-rw-rw- gingold/gingold 405 2005-02-07 04:00 binutils-2.23.2/ld/testsuite/ld-cris/globsymw1.s -rw-rw-rw- gingold/gingold 389 2005-02-07 04:16 binutils-2.23.2/ld/testsuite/ld-cris/globsymw2.s -rw-rw-rw- gingold/gingold 351 2008-12-15 02:30 binutils-2.23.2/ld/testsuite/ld-cris/got7.s -rw-rw-rw- gingold/gingold 1793 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/gotplt1.d -rw-rw-rw- gingold/gingold 1257 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/gotplt2.d -rw-rw-rw- gingold/gingold 1088 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/gotplt3.d -rw-rw-rw- gingold/gingold 62 2002-01-21 23:04 binutils-2.23.2/ld/testsuite/ld-cris/gotrel1.s -rw-rw-rw- gingold/gingold 80 2002-01-31 11:42 binutils-2.23.2/ld/testsuite/ld-cris/gotrel2.s -rw-rw-rw- gingold/gingold 1043 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-cris/hiddef1.d -rw-rw-rw- gingold/gingold 35 2004-09-07 20:32 binutils-2.23.2/ld/testsuite/ld-cris/hiddef1.s -rw-rw-rw- gingold/gingold 38 2002-04-06 01:13 binutils-2.23.2/ld/testsuite/ld-cris/hide1 -rw-rw-rw- gingold/gingold 56 2008-12-15 02:36 binutils-2.23.2/ld/testsuite/ld-cris/hidedsofns2468 -rw-rw-rw- gingold/gingold 38 2004-09-07 20:32 binutils-2.23.2/ld/testsuite/ld-cris/hidrefgotplt1.s -rw-rw-rw- gingold/gingold 82 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/init.s -rw-rw-rw- gingold/gingold 544 2006-11-05 20:15 binutils-2.23.2/ld/testsuite/ld-cris/ldsym1.d -rw-rw-rw- gingold/gingold 272 2008-11-25 03:27 binutils-2.23.2/ld/testsuite/ld-cris/libdso-1.d -rw-rw-rw- gingold/gingold 1359 2008-03-22 13:23 binutils-2.23.2/ld/testsuite/ld-cris/libdso-10.d -rw-rw-rw- gingold/gingold 738 2008-11-25 03:27 binutils-2.23.2/ld/testsuite/ld-cris/libdso-11.d -rw-rw-rw- gingold/gingold 1731 2006-10-17 15:41 binutils-2.23.2/ld/testsuite/ld-cris/libdso-12.d -rw-rw-rw- gingold/gingold 1653 2008-12-15 02:36 binutils-2.23.2/ld/testsuite/ld-cris/libdso-12b.d -rw-rw-rw- gingold/gingold 1434 2008-12-15 02:36 binutils-2.23.2/ld/testsuite/ld-cris/libdso-12c.d -rw-rw-rw- gingold/gingold 1254 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/libdso-13.d -rw-rw-rw- gingold/gingold 787 2008-12-15 03:33 binutils-2.23.2/ld/testsuite/ld-cris/libdso-13b.d -rw-rw-rw- gingold/gingold 525 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/libdso-14.d -rw-rw-rw- gingold/gingold 739 2008-12-17 03:15 binutils-2.23.2/ld/testsuite/ld-cris/libdso-15.d -rw-rw-rw- gingold/gingold 1338 2009-01-19 18:33 binutils-2.23.2/ld/testsuite/ld-cris/libdso-15b.d -rw-rw-rw- gingold/gingold 444 2008-12-15 02:36 binutils-2.23.2/ld/testsuite/ld-cris/libdso-1b.d -rw-rw-rw- gingold/gingold 1245 2008-12-23 12:45 binutils-2.23.2/ld/testsuite/ld-cris/libdso-1c.d -rw-rw-rw- gingold/gingold 1177 2008-12-23 12:45 binutils-2.23.2/ld/testsuite/ld-cris/libdso-1d.d -rw-rw-rw- gingold/gingold 2300 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/libdso-2.d -rw-rw-rw- gingold/gingold 426 2005-03-08 03:31 binutils-2.23.2/ld/testsuite/ld-cris/libdso-3.d -rw-rw-rw- gingold/gingold 215 2005-03-08 03:31 binutils-2.23.2/ld/testsuite/ld-cris/libdso-4.d -rw-rw-rw- gingold/gingold 504 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/locref1.d -rw-rw-rw- gingold/gingold 56 2003-06-18 06:11 binutils-2.23.2/ld/testsuite/ld-cris/locref1.s -rw-rw-rw- gingold/gingold 501 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/locref2.d -rw-rw-rw- gingold/gingold 83 2003-06-18 06:11 binutils-2.23.2/ld/testsuite/ld-cris/locref2.s -rw-rw-rw- gingold/gingold 31 2004-11-04 16:04 binutils-2.23.2/ld/testsuite/ld-cris/move-1.s -rw-rw-rw- gingold/gingold 421 2005-03-08 03:31 binutils-2.23.2/ld/testsuite/ld-cris/nodyn4.d -rw-rw-rw- gingold/gingold 342 2005-03-23 20:04 binutils-2.23.2/ld/testsuite/ld-cris/nodyn5.d -rw-rw-rw- gingold/gingold 200 2005-03-08 03:31 binutils-2.23.2/ld/testsuite/ld-cris/noglob1.d -rw-rw-rw- gingold/gingold 40 2002-07-09 05:46 binutils-2.23.2/ld/testsuite/ld-cris/noglob1.s -rw-rw-rw- gingold/gingold 422 2005-11-11 01:29 binutils-2.23.2/ld/testsuite/ld-cris/noov.d -rw-rw-rw- gingold/gingold 348 2005-10-28 02:24 binutils-2.23.2/ld/testsuite/ld-cris/noov.s -rw-rw-rw- gingold/gingold 1432 2010-03-31 15:23 binutils-2.23.2/ld/testsuite/ld-cris/pcrelcp-1.d -rw-rw-rw- gingold/gingold 1253 2010-03-31 15:23 binutils-2.23.2/ld/testsuite/ld-cris/pcrelcp-1.s -rw-rw-rw- gingold/gingold 732 2011-10-14 08:51 binutils-2.23.2/ld/testsuite/ld-cris/pic-gc-72.d -rw-rw-rw- gingold/gingold 64 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/pic-gc-72.s -rw-rw-rw- gingold/gingold 653 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/pic-gc-73.d -rw-rw-rw- gingold/gingold 94 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/pic-gc-73.s -rw-rw-rw- gingold/gingold 1293 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/pv32-1.d -rw-rw-rw- gingold/gingold 269 2008-11-25 03:27 binutils-2.23.2/ld/testsuite/ld-cris/pv32.s -rw-rw-rw- gingold/gingold 563 2005-02-07 03:53 binutils-2.23.2/ld/testsuite/ld-cris/stabs1.s -rw-rw-rw- gingold/gingold 94 2008-11-25 03:27 binutils-2.23.2/ld/testsuite/ld-cris/start1.s -rw-rw-rw- gingold/gingold 19 2009-03-24 08:58 binutils-2.23.2/ld/testsuite/ld-cris/tls-commx.s -rw-rw-rw- gingold/gingold 951 2009-03-24 08:58 binutils-2.23.2/ld/testsuite/ld-cris/tls-dso-dtpoffd2.d -rw-rw-rw- gingold/gingold 961 2009-03-24 08:58 binutils-2.23.2/ld/testsuite/ld-cris/tls-dso-dtpoffd4.d -rw-rw-rw- gingold/gingold 1103 2012-06-17 09:29 binutils-2.23.2/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.d -rw-rw-rw- gingold/gingold 170 2012-06-17 09:29 binutils-2.23.2/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.s -rw-rw-rw- gingold/gingold 284 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-dso-x1x2-1.d -rw-rw-rw- gingold/gingold 317 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-dso-xz-1.d -rw-rw-rw- gingold/gingold 34 2009-03-24 08:58 binutils-2.23.2/ld/testsuite/ld-cris/tls-dtpoffdx.s -rw-rw-rw- gingold/gingold 342 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-dtprelm.s -rw-rw-rw- gingold/gingold 2318 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-20.d -rw-rw-rw- gingold/gingold 3897 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-20a.d -rw-rw-rw- gingold/gingold 894 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-21.d -rw-rw-rw- gingold/gingold 899 2009-10-19 18:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-22.d -rw-rw-rw- gingold/gingold 870 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-23.d -rw-rw-rw- gingold/gingold 788 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-66.d -rw-rw-rw- gingold/gingold 2838 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-80.d -rw-rw-rw- gingold/gingold 730 2009-10-19 18:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-dtpoffd1.d -rw-rw-rw- gingold/gingold 733 2009-10-19 18:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-dtpoffd3.d -rw-rw-rw- gingold/gingold 1536 2012-06-17 09:29 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-tpiecomm1.d -rw-rw-rw- gingold/gingold 157 2012-06-17 09:29 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-tpiecomm1.s -rw-rw-rw- gingold/gingold 1374 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-tpoffcomm1.d -rw-rw-rw- gingold/gingold 162 2009-03-25 04:04 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-tpoffcomm1.s -rw-rw-rw- gingold/gingold 1141 2012-06-17 18:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-e-tpoffgotcomm1.d -rw-rw-rw- gingold/gingold 481 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-20x.d -rw-rw-rw- gingold/gingold 246 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-24.d -rw-rw-rw- gingold/gingold 245 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-25.d -rw-rw-rw- gingold/gingold 263 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-26.d -rw-rw-rw- gingold/gingold 263 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-27.d -rw-rw-rw- gingold/gingold 243 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-28.d -rw-rw-rw- gingold/gingold 278 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-29.d -rw-rw-rw- gingold/gingold 260 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-31.d -rw-rw-rw- gingold/gingold 265 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-33.d -rw-rw-rw- gingold/gingold 261 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-35.d -rw-rw-rw- gingold/gingold 234 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-37.d -rw-rw-rw- gingold/gingold 234 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-39.d -rw-rw-rw- gingold/gingold 213 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-40.d -rw-rw-rw- gingold/gingold 238 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-41.d -rw-rw-rw- gingold/gingold 228 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-43.d -rw-rw-rw- gingold/gingold 329 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-44.d -rw-rw-rw- gingold/gingold 234 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-45.d -rw-rw-rw- gingold/gingold 234 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-47.d -rw-rw-rw- gingold/gingold 213 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-48.d -rw-rw-rw- gingold/gingold 237 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-49.d -rw-rw-rw- gingold/gingold 229 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-51.d -rw-rw-rw- gingold/gingold 330 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-52.d -rw-rw-rw- gingold/gingold 235 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-53.d -rw-rw-rw- gingold/gingold 309 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-55.d -rw-rw-rw- gingold/gingold 148 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-55.s -rw-rw-rw- gingold/gingold 385 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-56.d -rw-rw-rw- gingold/gingold 169 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-56.s -rw-rw-rw- gingold/gingold 331 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-62.d -rw-rw-rw- gingold/gingold 169 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-62.s -rw-rw-rw- gingold/gingold 230 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-65.d -rw-rw-rw- gingold/gingold 1008 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-67.d -rw-rw-rw- gingold/gingold 244 2008-12-20 01:30 binutils-2.23.2/ld/testsuite/ld-cris/tls-err-77.d -rw-rw-rw- gingold/gingold 1063 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-68.d -rw-rw-rw- gingold/gingold 1109 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-69.d -rw-rw-rw- gingold/gingold 1005 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-70.d -rw-rw-rw- gingold/gingold 870 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-71.d -rw-rw-rw- gingold/gingold 41 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-71.s -rw-rw-rw- gingold/gingold 1110 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-75.d -rw-rw-rw- gingold/gingold 1183 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-76.d -rw-rw-rw- gingold/gingold 351 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-76.s -rw-rw-rw- gingold/gingold 1006 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/tls-gc-79.d -rw-rw-rw- gingold/gingold 1421 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-1.d -rw-rw-rw- gingold/gingold 140 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-1.s -rw-rw-rw- gingold/gingold 1399 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-1h.d -rw-rw-rw- gingold/gingold 1416 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-2.d -rw-rw-rw- gingold/gingold 141 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-2.s -rw-rw-rw- gingold/gingold 1393 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-2h.d -rw-rw-rw- gingold/gingold 861 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-3.d -rw-rw-rw- gingold/gingold 114 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-3.s -rw-rw-rw- gingold/gingold 895 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-gd-3h.d -rw-rw-rw- gingold/gingold 388 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gdgotrelm.s -rw-rw-rw- gingold/gingold 713 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-global-74.d -rw-rw-rw- gingold/gingold 388 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-gottprelm.s -rw-rw-rw- gingold/gingold 109 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-hx.s -rw-rw-rw- gingold/gingold 195 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-hx1x2.s -rw-rw-rw- gingold/gingold 1416 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-10.d -rw-rw-rw- gingold/gingold 147 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-10.s -rw-rw-rw- gingold/gingold 1584 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-11.d -rw-rw-rw- gingold/gingold 163 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-11.s -rw-rw-rw- gingold/gingold 991 2008-12-23 12:45 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-78.d -rw-rw-rw- gingold/gingold 1415 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-8.d -rw-rw-rw- gingold/gingold 137 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-8.s -rw-rw-rw- gingold/gingold 114 2008-12-20 01:30 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-8e.s -rw-rw-rw- gingold/gingold 969 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-8e1.d -rw-rw-rw- gingold/gingold 1583 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-9.d -rw-rw-rw- gingold/gingold 170 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ie-9.s -rw-rw-rw- gingold/gingold 1314 2012-05-12 03:12 binutils-2.23.2/ld/testsuite/ld-cris/tls-js1.d -rw-rw-rw- gingold/gingold 1391 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-ld-4.d -rw-rw-rw- gingold/gingold 135 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ld-4.s -rw-rw-rw- gingold/gingold 1421 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-ld-5.d -rw-rw-rw- gingold/gingold 162 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ld-5.s -rw-rw-rw- gingold/gingold 1403 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-ld-6.d -rw-rw-rw- gingold/gingold 133 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ld-6.s -rw-rw-rw- gingold/gingold 1414 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-ld-7.d -rw-rw-rw- gingold/gingold 157 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ld-7.s -rw-rw-rw- gingold/gingold 1797 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgd-14.d -rw-rw-rw- gingold/gingold 149 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgd-14.s -rw-rw-rw- gingold/gingold 1831 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgd-15.d -rw-rw-rw- gingold/gingold 148 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgd-15.s -rw-rw-rw- gingold/gingold 1428 2009-10-19 18:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgde-14.d -rw-rw-rw- gingold/gingold 1464 2009-10-19 18:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgde-15.d -rw-rw-rw- gingold/gingold 1255 2009-10-19 18:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgdex-14.d -rw-rw-rw- gingold/gingold 1256 2009-10-19 18:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgdex-15.d -rw-rw-rw- gingold/gingold 1223 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgdx-14.d -rw-rw-rw- gingold/gingold 1257 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ldgdx-15.d -rw-rw-rw- gingold/gingold 817 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-le-12.d -rw-rw-rw- gingold/gingold 129 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-le-12.s -rw-rw-rw- gingold/gingold 810 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-le-12s.d -rw-rw-rw- gingold/gingold 131 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-le-12s.s -rw-rw-rw- gingold/gingold 907 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-le-13.d -rw-rw-rw- gingold/gingold 152 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-le-13.s -rw-rw-rw- gingold/gingold 909 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-le-13s.d -rw-rw-rw- gingold/gingold 158 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-le-13s.s -rw-rw-rw- gingold/gingold 1312 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-legd-16.d -rw-rw-rw- gingold/gingold 126 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-legd-16.s -rw-rw-rw- gingold/gingold 1290 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-legd-17.d -rw-rw-rw- gingold/gingold 1167 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-legdx-16.d -rw-rw-rw- gingold/gingold 1211 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-legdx-17.d -rw-rw-rw- gingold/gingold 1139 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-leie-18.d -rw-rw-rw- gingold/gingold 1311 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-leie-19.d -rw-rw-rw- gingold/gingold 129 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-leie-19.s -rw-rw-rw- gingold/gingold 690 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-54.d -rw-rw-rw- gingold/gingold 63 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-54.s -rw-rw-rw- gingold/gingold 548 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-57.d -rw-rw-rw- gingold/gingold 59 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-57.s -rw-rw-rw- gingold/gingold 587 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-58.d -rw-rw-rw- gingold/gingold 82 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-58.s -rw-rw-rw- gingold/gingold 689 2009-03-24 04:34 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-59.d -rw-rw-rw- gingold/gingold 129 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-59.s -rw-rw-rw- gingold/gingold 906 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-60.d -rw-rw-rw- gingold/gingold 873 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-61.d -rw-rw-rw- gingold/gingold 1005 2012-05-12 03:12 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-63.d -rw-rw-rw- gingold/gingold 1147 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-cris/tls-local-64.d -rw-rw-rw- gingold/gingold 825 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ok-30.d -rw-rw-rw- gingold/gingold 684 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ok-32.d -rw-rw-rw- gingold/gingold 827 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-ok-34.d -rw-rw-rw- gingold/gingold 454 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-ok-36.d -rw-rw-rw- gingold/gingold 105 2009-01-27 23:31 binutils-2.23.2/ld/testsuite/ld-cris/tls-tbss64.s -rw-rw-rw- gingold/gingold 321 2009-01-07 04:27 binutils-2.23.2/ld/testsuite/ld-cris/tls-tprelm.s -rw-rw-rw- gingold/gingold 966 2011-12-05 18:11 binutils-2.23.2/ld/testsuite/ld-cris/tls-und-38.d -rw-rw-rw- gingold/gingold 913 2011-12-05 18:11 binutils-2.23.2/ld/testsuite/ld-cris/tls-und-42.d -rw-rw-rw- gingold/gingold 966 2011-12-05 18:11 binutils-2.23.2/ld/testsuite/ld-cris/tls-und-46.d -rw-rw-rw- gingold/gingold 918 2011-12-05 18:11 binutils-2.23.2/ld/testsuite/ld-cris/tls-und-50.d -rw-rw-rw- gingold/gingold 98 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-x.s -rw-rw-rw- gingold/gingold 171 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-x1x2.s -rw-rw-rw- gingold/gingold 98 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls-z.s -rw-rw-rw- gingold/gingold 168 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls128.s -rw-rw-rw- gingold/gingold 214 2008-11-25 05:10 binutils-2.23.2/ld/testsuite/ld-cris/tls128g.s -rw-rw-rw- gingold/gingold 371 2008-11-25 03:27 binutils-2.23.2/ld/testsuite/ld-cris/undef1.d -rw-rw-rw- gingold/gingold 175 2005-02-07 03:53 binutils-2.23.2/ld/testsuite/ld-cris/undef2.d -rw-rw-rw- gingold/gingold 167 2005-02-07 03:53 binutils-2.23.2/ld/testsuite/ld-cris/undef3.d -rw-rw-rw- gingold/gingold 306 2005-09-01 03:47 binutils-2.23.2/ld/testsuite/ld-cris/v10-v32.d -rw-rw-rw- gingold/gingold 404 2005-09-01 03:47 binutils-2.23.2/ld/testsuite/ld-cris/v10-va.d -rw-rw-rw- gingold/gingold 504 2006-10-17 15:41 binutils-2.23.2/ld/testsuite/ld-cris/v32-ba-1.d -rw-rw-rw- gingold/gingold 103 2004-11-04 16:04 binutils-2.23.2/ld/testsuite/ld-cris/v32-ba-1.s -rw-rw-rw- gingold/gingold 422 2005-09-01 03:47 binutils-2.23.2/ld/testsuite/ld-cris/v32-bin-1.d -rw-rw-rw- gingold/gingold 65 2004-11-04 16:04 binutils-2.23.2/ld/testsuite/ld-cris/v32-bin-1.s -rw-rw-rw- gingold/gingold 302 2005-09-01 03:47 binutils-2.23.2/ld/testsuite/ld-cris/v32-v10.d -rw-rw-rw- gingold/gingold 398 2005-09-01 03:47 binutils-2.23.2/ld/testsuite/ld-cris/v32-va.d -rw-rw-rw- gingold/gingold 404 2005-09-01 03:47 binutils-2.23.2/ld/testsuite/ld-cris/va-v10.d -rw-rw-rw- gingold/gingold 409 2005-09-01 03:47 binutils-2.23.2/ld/testsuite/ld-cris/va-v32.d -rw-rw-rw- gingold/gingold 277 2005-02-07 04:00 binutils-2.23.2/ld/testsuite/ld-cris/warn1.d -rw-rw-rw- gingold/gingold 276 2005-02-07 04:00 binutils-2.23.2/ld/testsuite/ld-cris/warn2.d -rw-rw-rw- gingold/gingold 251 2005-03-01 18:11 binutils-2.23.2/ld/testsuite/ld-cris/warn3.d -rw-rw-rw- gingold/gingold 350 2005-03-01 18:11 binutils-2.23.2/ld/testsuite/ld-cris/warn4.d -rw-rw-rw- gingold/gingold 172 2009-01-27 07:08 binutils-2.23.2/ld/testsuite/ld-cris/weakhid.s -rw-rw-rw- gingold/gingold 821 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/weakhiddso.d -rw-rw-rw- gingold/gingold 690 2005-03-08 03:31 binutils-2.23.2/ld/testsuite/ld-cris/weakref1.d -rw-rw-rw- gingold/gingold 271 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-cris/weakref2.d -rw-rw-rw- gingold/gingold 1207 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/weakref3.d -rw-rw-rw- gingold/gingold 997 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-cris/weakref4.d -rw-rw-rw- gingold/gingold 1169 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-crx/crx.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-crx -rw-rw-rw- gingold/gingold 1692 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/crx.ld -rw-rw-rw- gingold/gingold 268 2004-12-21 17:28 binutils-2.23.2/ld/testsuite/ld-crx/reloc-abs32.d -rw-rw-rw- gingold/gingold 117 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-abs32.s -rw-rw-rw- gingold/gingold 235 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-imm16.d -rw-rw-rw- gingold/gingold 119 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-imm16.s -rw-rw-rw- gingold/gingold 255 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-imm32.d -rw-rw-rw- gingold/gingold 118 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-imm32.s -rw-rw-rw- gingold/gingold 215 2004-10-15 02:27 binutils-2.23.2/ld/testsuite/ld-crx/reloc-num16.d -rw-rw-rw- gingold/gingold 81 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-num16.s -rw-rw-rw- gingold/gingold 243 2004-10-15 02:27 binutils-2.23.2/ld/testsuite/ld-crx/reloc-num32.d -rw-rw-rw- gingold/gingold 81 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-num32.s -rw-rw-rw- gingold/gingold 213 2004-10-15 02:27 binutils-2.23.2/ld/testsuite/ld-crx/reloc-num8.d -rw-rw-rw- gingold/gingold 79 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-num8.s -rw-rw-rw- gingold/gingold 250 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-regrel12.d -rw-rw-rw- gingold/gingold 133 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-regrel12.s -rw-rw-rw- gingold/gingold 279 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-regrel22.d -rw-rw-rw- gingold/gingold 139 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-regrel22.s -rw-rw-rw- gingold/gingold 277 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-regrel28.d -rw-rw-rw- gingold/gingold 133 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-regrel28.s -rw-rw-rw- gingold/gingold 274 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-regrel32.d -rw-rw-rw- gingold/gingold 132 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-regrel32.s -rw-rw-rw- gingold/gingold 254 2004-12-21 17:28 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel16.d -rw-rw-rw- gingold/gingold 139 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel16.s -rw-rw-rw- gingold/gingold 278 2004-12-21 17:28 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel24.d -rw-rw-rw- gingold/gingold 125 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel24.s -rw-rw-rw- gingold/gingold 265 2004-12-21 17:28 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel32.d -rw-rw-rw- gingold/gingold 112 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel32.s -rw-rw-rw- gingold/gingold 241 2004-12-21 17:28 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel4.d -rw-rw-rw- gingold/gingold 138 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel4.s -rw-rw-rw- gingold/gingold 262 2004-12-21 17:28 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel8-cmp.d -rw-rw-rw- gingold/gingold 146 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel8-cmp.s -rw-rw-rw- gingold/gingold 242 2004-12-21 17:28 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel8.d -rw-rw-rw- gingold/gingold 130 2004-09-03 16:31 binutils-2.23.2/ld/testsuite/ld-crx/reloc-rel8.s -rw-rw-rw- gingold/gingold 4692 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-cygwin/exe-export.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-cygwin -rw-rw-rw- gingold/gingold 205 2003-06-02 11:11 binutils-2.23.2/ld/testsuite/ld-cygwin/testdll.c -rw-rw-rw- gingold/gingold 38 2003-06-02 11:11 binutils-2.23.2/ld/testsuite/ld-cygwin/testdll.def -rw-rw-rw- gingold/gingold 679 2009-04-01 19:20 binutils-2.23.2/ld/testsuite/ld-cygwin/testexe.c -rw-rw-rw- gingold/gingold 54 2003-06-02 11:11 binutils-2.23.2/ld/testsuite/ld-cygwin/testexe.def -rw-rw-rw- gingold/gingold 7063 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-d10v/d10v.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-d10v -rw-rw-rw- gingold/gingold 265 2005-08-18 09:51 binutils-2.23.2/ld/testsuite/ld-d10v/default_layout.d -rw-rw-rw- gingold/gingold 45 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/linktest-001.s -rw-rw-rw- gingold/gingold 48 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/linktest-002.lt -rw-rw-rw- gingold/gingold 53 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/linktest-002.s -rw-rw-rw- gingold/gingold 35 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/regression-001.lt -rw-rw-rw- gingold/gingold 190 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/regression-001.s -rw-rw-rw- gingold/gingold 250 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-001.d -rw-rw-rw- gingold/gingold 78 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-001.ld -rw-rw-rw- gingold/gingold 94 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-001.s -rw-rw-rw- gingold/gingold 253 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-002.d -rw-rw-rw- gingold/gingold 78 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-002.ld -rw-rw-rw- gingold/gingold 154 2004-11-10 04:38 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-003.d -rw-rw-rw- gingold/gingold 78 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-003.ld -rw-rw-rw- gingold/gingold 152 2004-11-10 04:38 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-004.d -rw-rw-rw- gingold/gingold 73 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-004.ld -rw-rw-rw- gingold/gingold 276 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-005.d -rw-rw-rw- gingold/gingold 79 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-005.ld -rw-rw-rw- gingold/gingold 93 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-005.s -rw-rw-rw- gingold/gingold 278 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-006.d -rw-rw-rw- gingold/gingold 78 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-006.ld -rw-rw-rw- gingold/gingold 240 2010-09-23 13:55 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-007.d -rw-rw-rw- gingold/gingold 78 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-007.ld -rw-rw-rw- gingold/gingold 238 2010-09-23 13:55 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-008.d -rw-rw-rw- gingold/gingold 79 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-008.ld -rw-rw-rw- gingold/gingold 316 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-009.d -rw-rw-rw- gingold/gingold 86 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-009.ld -rw-rw-rw- gingold/gingold 98 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-009.s -rw-rw-rw- gingold/gingold 324 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-010.d -rw-rw-rw- gingold/gingold 86 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-010.ld -rw-rw-rw- gingold/gingold 165 2004-11-10 04:38 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-011.d -rw-rw-rw- gingold/gingold 86 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-011.ld -rw-rw-rw- gingold/gingold 163 2004-11-10 04:38 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-012.d -rw-rw-rw- gingold/gingold 84 2010-09-23 13:55 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-012.ld -rw-rw-rw- gingold/gingold 307 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-013.d -rw-rw-rw- gingold/gingold 87 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-013.ld -rw-rw-rw- gingold/gingold 314 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-014.d -rw-rw-rw- gingold/gingold 89 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-014.ld -rw-rw-rw- gingold/gingold 249 2010-09-23 13:55 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-015.d -rw-rw-rw- gingold/gingold 89 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-015.ld -rw-rw-rw- gingold/gingold 247 2010-09-23 13:55 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-016.d -rw-rw-rw- gingold/gingold 90 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/reloc-016.ld -rw-rw-rw- gingold/gingold 43 2002-06-17 16:05 binutils-2.23.2/ld/testsuite/ld-d10v/simple.s -rw-rw-rw- gingold/gingold 1607 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-discard/discard.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-discard -rw-rw-rw- gingold/gingold 109 2001-11-10 02:17 binutils-2.23.2/ld/testsuite/ld-discard/discard.ld -rw-rw-rw- gingold/gingold 90 2003-09-23 02:41 binutils-2.23.2/ld/testsuite/ld-discard/exit.s -rw-rw-rw- gingold/gingold 650 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-discard/extern.d -rw-rw-rw- gingold/gingold 175 2003-09-23 02:41 binutils-2.23.2/ld/testsuite/ld-discard/extern.s -rw-rw-rw- gingold/gingold 287 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-discard/start.d -rw-rw-rw- gingold/gingold 85 2003-04-13 16:42 binutils-2.23.2/ld/testsuite/ld-discard/start.s -rw-rw-rw- gingold/gingold 287 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-discard/static.d -rw-rw-rw- gingold/gingold 149 2003-09-23 02:41 binutils-2.23.2/ld/testsuite/ld-discard/static.s -rw-rw-rw- gingold/gingold 197 2010-10-25 17:54 binutils-2.23.2/ld/testsuite/ld-discard/zero-range.d -rw-rw-rw- gingold/gingold 149 2010-10-25 17:54 binutils-2.23.2/ld/testsuite/ld-discard/zero-range.s -rw-rw-rw- gingold/gingold 155 2006-11-03 01:58 binutils-2.23.2/ld/testsuite/ld-discard/zero-rel.d -rw-rw-rw- gingold/gingold 129 2006-11-03 01:58 binutils-2.23.2/ld/testsuite/ld-discard/zero-rel.s -rw-rw-rw- gingold/gingold 2107 2009-09-23 15:54 binutils-2.23.2/ld/testsuite/ld-elf/audit.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-elf -rw-rw-rw- gingold/gingold 50 2009-09-23 15:54 binutils-2.23.2/ld/testsuite/ld-elf/audit.rd -rw-rw-rw- gingold/gingold 157 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/begin.c -rw-rw-rw- gingold/gingold 294 2007-02-14 15:15 binutils-2.23.2/ld/testsuite/ld-elf/beginwarn.c -rw-rw-rw- gingold/gingold 4873 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/binutils.exp -rw-rw-rw- gingold/gingold 2379 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-elf/comm-data.exp -rw-rw-rw- gingold/gingold 91 2011-11-29 13:42 binutils-2.23.2/ld/testsuite/ld-elf/comm-data1.s -rw-rw-rw- gingold/gingold 339 2011-11-29 13:42 binutils-2.23.2/ld/testsuite/ld-elf/comm-data1.sd -rw-rw-rw- gingold/gingold 40 2011-11-29 13:42 binutils-2.23.2/ld/testsuite/ld-elf/comm-data2.rd -rw-rw-rw- gingold/gingold 183 2011-11-29 13:42 binutils-2.23.2/ld/testsuite/ld-elf/comm-data2.s -rw-rw-rw- gingold/gingold 319 2011-11-29 13:42 binutils-2.23.2/ld/testsuite/ld-elf/comm-data2.sd -rw-rw-rw- gingold/gingold 113 2011-11-29 13:42 binutils-2.23.2/ld/testsuite/ld-elf/comm-data2.xd -rw-rw-rw- gingold/gingold 71 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-elf/comm-data3.sd -rw-rw-rw- gingold/gingold 121 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-elf/comm-data3a.s -rw-rw-rw- gingold/gingold 66 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-elf/comm-data3b.s -rw-rw-rw- gingold/gingold 190 2008-09-16 16:09 binutils-2.23.2/ld/testsuite/ld-elf/comm1.c -rw-rw-rw- gingold/gingold 177 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/commonpage1.d -rw-rw-rw- gingold/gingold 179 2009-08-30 07:48 binutils-2.23.2/ld/testsuite/ld-elf/commonpage2.d -rw-rw-rw- gingold/gingold 1860 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-elf/compress.exp -rw-rw-rw- gingold/gingold 5559 2010-10-29 14:10 binutils-2.23.2/ld/testsuite/ld-elf/compress1.s -rw-rw-rw- gingold/gingold 193 2010-11-02 14:47 binutils-2.23.2/ld/testsuite/ld-elf/compress1a.d -rw-rw-rw- gingold/gingold 165 2010-11-02 14:47 binutils-2.23.2/ld/testsuite/ld-elf/compress1b.d -rw-rw-rw- gingold/gingold 199 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/compress1c.d -rw-rw-rw- gingold/gingold 233 2007-05-15 15:57 binutils-2.23.2/ld/testsuite/ld-elf/data1.c -rw-rw-rw- gingold/gingold 177 2007-05-15 15:57 binutils-2.23.2/ld/testsuite/ld-elf/data1.h -rw-rw-rw- gingold/gingold 107 2012-07-02 16:40 binutils-2.23.2/ld/testsuite/ld-elf/data2.c -rw-rw-rw- gingold/gingold 393 2007-01-16 15:56 binutils-2.23.2/ld/testsuite/ld-elf/del.cc -rw-rw-rw- gingold/gingold 61 2009-09-23 15:54 binutils-2.23.2/ld/testsuite/ld-elf/depaudit.rd -rw-rw-rw- gingold/gingold 95 2009-09-23 15:54 binutils-2.23.2/ld/testsuite/ld-elf/depaudit2.rd -rw-rw-rw- gingold/gingold 49 2010-04-30 20:27 binutils-2.23.2/ld/testsuite/ld-elf/discard.ld -rw-rw-rw- gingold/gingold 305 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/discard1.d -rw-rw-rw- gingold/gingold 152 2010-04-30 20:27 binutils-2.23.2/ld/testsuite/ld-elf/discard1.s -rw-rw-rw- gingold/gingold 306 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/discard2.d -rw-rw-rw- gingold/gingold 169 2010-04-30 20:27 binutils-2.23.2/ld/testsuite/ld-elf/discard2.s -rw-rw-rw- gingold/gingold 387 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/discard3.d -rw-rw-rw- gingold/gingold 96 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl1.c -rw-rw-rw- gingold/gingold 42 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl1.list -rw-rw-rw- gingold/gingold 3 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl1.out -rw-rw-rw- gingold/gingold 502 2007-01-16 19:55 binutils-2.23.2/ld/testsuite/ld-elf/dl1main.c -rw-rw-rw- gingold/gingold 179 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl2.c -rw-rw-rw- gingold/gingold 12 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl2.list -rw-rw-rw- gingold/gingold 14 2007-05-14 10:53 binutils-2.23.2/ld/testsuite/ld-elf/dl2a.list -rw-rw-rw- gingold/gingold 12 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl2a.out -rw-rw-rw- gingold/gingold 13 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl2b.out -rw-rw-rw- gingold/gingold 238 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl2main.c -rw-rw-rw- gingold/gingold 60 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl2xxx.c -rw-rw-rw- gingold/gingold 12 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl2xxx.list -rw-rw-rw- gingold/gingold 60 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl3.cc -rw-rw-rw- gingold/gingold 44 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl3.list -rw-rw-rw- gingold/gingold 3 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl3a.out -rw-rw-rw- gingold/gingold 5 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl3b.out -rw-rw-rw- gingold/gingold 44 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl3header.h -rw-rw-rw- gingold/gingold 274 2006-09-07 19:16 binutils-2.23.2/ld/testsuite/ld-elf/dl3main.cc -rw-rw-rw- gingold/gingold 343 2006-10-18 18:23 binutils-2.23.2/ld/testsuite/ld-elf/dl4.c -rw-rw-rw- gingold/gingold 21 2006-10-18 18:23 binutils-2.23.2/ld/testsuite/ld-elf/dl4.list -rw-rw-rw- gingold/gingold 34 2006-10-18 18:23 binutils-2.23.2/ld/testsuite/ld-elf/dl4a.out -rw-rw-rw- gingold/gingold 36 2006-10-18 18:23 binutils-2.23.2/ld/testsuite/ld-elf/dl4b.out -rw-rw-rw- gingold/gingold 401 2006-10-18 18:23 binutils-2.23.2/ld/testsuite/ld-elf/dl4main.c -rw-rw-rw- gingold/gingold 105 2006-10-18 18:23 binutils-2.23.2/ld/testsuite/ld-elf/dl4xxx.c -rw-rw-rw- gingold/gingold 21 2006-10-18 18:23 binutils-2.23.2/ld/testsuite/ld-elf/dl4xxx.list -rw-rw-rw- gingold/gingold 685 2007-01-16 15:56 binutils-2.23.2/ld/testsuite/ld-elf/dl5.cc -rw-rw-rw- gingold/gingold 5 2007-01-16 15:56 binutils-2.23.2/ld/testsuite/ld-elf/dl5.out -rw-rw-rw- gingold/gingold 192 2007-01-19 16:13 binutils-2.23.2/ld/testsuite/ld-elf/dl6.c -rw-rw-rw- gingold/gingold 16 2007-01-19 16:13 binutils-2.23.2/ld/testsuite/ld-elf/dl6a.out -rw-rw-rw- gingold/gingold 504 2007-01-19 16:13 binutils-2.23.2/ld/testsuite/ld-elf/dl6amain.c -rw-rw-rw- gingold/gingold 15 2007-01-19 16:13 binutils-2.23.2/ld/testsuite/ld-elf/dl6b.out -rw-rw-rw- gingold/gingold 504 2007-01-19 16:13 binutils-2.23.2/ld/testsuite/ld-elf/dl6bmain.c -rw-rw-rw- gingold/gingold 504 2007-01-19 16:13 binutils-2.23.2/ld/testsuite/ld-elf/dl6cmain.c -rw-rw-rw- gingold/gingold 504 2007-01-19 16:13 binutils-2.23.2/ld/testsuite/ld-elf/dl6dmain.c -rw-rw-rw- gingold/gingold 22 2006-10-19 04:40 binutils-2.23.2/ld/testsuite/ld-elf/dummy.c -rw-rw-rw- gingold/gingold 2868 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-elf/dwarf.exp -rw-rw-rw- gingold/gingold 103 2006-10-19 04:40 binutils-2.23.2/ld/testsuite/ld-elf/dwarf1.c -rw-rw-rw- gingold/gingold 59 2006-10-19 04:40 binutils-2.23.2/ld/testsuite/ld-elf/dwarf1.h -rw-rw-rw- gingold/gingold 3 2006-10-19 04:40 binutils-2.23.2/ld/testsuite/ld-elf/dwarf1.out -rw-rw-rw- gingold/gingold 87 2006-10-19 04:40 binutils-2.23.2/ld/testsuite/ld-elf/dwarf1main.c -rw-rw-rw- gingold/gingold 173 2011-02-25 16:53 binutils-2.23.2/ld/testsuite/ld-elf/dynamic1.d -rw-rw-rw- gingold/gingold 142 2011-02-25 16:53 binutils-2.23.2/ld/testsuite/ld-elf/dynamic1.ld -rw-rw-rw- gingold/gingold 32 2011-02-25 16:53 binutils-2.23.2/ld/testsuite/ld-elf/dynamic1.s -rw-rw-rw- gingold/gingold 344 2007-05-15 15:57 binutils-2.23.2/ld/testsuite/ld-elf/dynbss1.c -rw-rw-rw- gingold/gingold 158 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/dynsym1.d -rw-rw-rw- gingold/gingold 187 2011-04-11 07:12 binutils-2.23.2/ld/testsuite/ld-elf/eh-frame-hdr.d -rw-rw-rw- gingold/gingold 71 2006-12-04 09:57 binutils-2.23.2/ld/testsuite/ld-elf/eh-frame-hdr.s -rw-rw-rw- gingold/gingold 2362 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-elf/eh-group.exp -rw-rw-rw- gingold/gingold 116 2008-09-20 10:42 binutils-2.23.2/ld/testsuite/ld-elf/eh-group1.s -rw-rw-rw- gingold/gingold 324 2009-02-01 13:05 binutils-2.23.2/ld/testsuite/ld-elf/eh-group2.s -rw-rw-rw- gingold/gingold 737 2012-05-22 23:52 binutils-2.23.2/ld/testsuite/ld-elf/eh1.d -rw-rw-rw- gingold/gingold 634 2006-05-24 04:39 binutils-2.23.2/ld/testsuite/ld-elf/eh1.s -rw-rw-rw- gingold/gingold 53 2006-05-24 04:39 binutils-2.23.2/ld/testsuite/ld-elf/eh1a.s -rw-rw-rw- gingold/gingold 737 2012-05-22 23:52 binutils-2.23.2/ld/testsuite/ld-elf/eh2.d -rw-rw-rw- gingold/gingold 53 2006-05-24 04:39 binutils-2.23.2/ld/testsuite/ld-elf/eh2a.s -rw-rw-rw- gingold/gingold 742 2012-05-22 23:52 binutils-2.23.2/ld/testsuite/ld-elf/eh3.d -rw-rw-rw- gingold/gingold 645 2006-05-24 04:39 binutils-2.23.2/ld/testsuite/ld-elf/eh3.s -rw-rw-rw- gingold/gingold 53 2006-05-24 04:39 binutils-2.23.2/ld/testsuite/ld-elf/eh3a.s -rw-rw-rw- gingold/gingold 1043 2012-05-22 23:52 binutils-2.23.2/ld/testsuite/ld-elf/eh4.d -rw-rw-rw- gingold/gingold 2038 2006-10-03 15:15 binutils-2.23.2/ld/testsuite/ld-elf/eh4.s -rw-rw-rw- gingold/gingold 53 2006-10-03 15:15 binutils-2.23.2/ld/testsuite/ld-elf/eh4a.s -rw-rw-rw- gingold/gingold 3891 2011-06-13 17:18 binutils-2.23.2/ld/testsuite/ld-elf/eh5.d -rw-rw-rw- gingold/gingold 451 2006-11-21 12:25 binutils-2.23.2/ld/testsuite/ld-elf/eh5.s -rw-rw-rw- gingold/gingold 433 2006-11-21 12:25 binutils-2.23.2/ld/testsuite/ld-elf/eh5a.s -rw-rw-rw- gingold/gingold 494 2008-09-25 05:16 binutils-2.23.2/ld/testsuite/ld-elf/eh5b.s -rw-rw-rw- gingold/gingold 382 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/eh6.d -rw-rw-rw- gingold/gingold 309 2008-01-09 10:36 binutils-2.23.2/ld/testsuite/ld-elf/eh6.s -rw-rw-rw- gingold/gingold 129 2012-06-27 03:26 binutils-2.23.2/ld/testsuite/ld-elf/ehdr_start.d -rw-rw-rw- gingold/gingold 121 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-elf/ehdr_start.s -rw-rw-rw- gingold/gingold 5664 2012-05-28 06:08 binutils-2.23.2/ld/testsuite/ld-elf/elf.exp -rw-rw-rw- gingold/gingold 113 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elf/empty.d -rw-rw-rw- gingold/gingold 226 2005-08-18 09:51 binutils-2.23.2/ld/testsuite/ld-elf/empty.s -rw-rw-rw- gingold/gingold 303 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/empty2.d -rw-rw-rw- gingold/gingold 280 2005-10-24 09:48 binutils-2.23.2/ld/testsuite/ld-elf/empty2.s -rw-rw-rw- gingold/gingold 58 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/end.c -rw-rw-rw- gingold/gingold 98 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/endhidden.c -rw-rw-rw- gingold/gingold 101 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/endprotected.c -rw-rw-rw- gingold/gingold 4512 2011-05-12 12:00 binutils-2.23.2/ld/testsuite/ld-elf/exclude.exp -rw-rw-rw- gingold/gingold 59 2005-02-21 09:39 binutils-2.23.2/ld/testsuite/ld-elf/exclude1.s -rw-rw-rw- gingold/gingold 49 2004-10-19 19:14 binutils-2.23.2/ld/testsuite/ld-elf/exclude2.s -rw-rw-rw- gingold/gingold 252 2010-05-18 05:31 binutils-2.23.2/ld/testsuite/ld-elf/exclude3.s -rw-rw-rw- gingold/gingold 183 2010-05-18 05:31 binutils-2.23.2/ld/testsuite/ld-elf/exclude3a.d -rw-rw-rw- gingold/gingold 162 2010-07-14 02:30 binutils-2.23.2/ld/testsuite/ld-elf/exclude3b.d -rw-rw-rw- gingold/gingold 112 2010-05-18 05:31 binutils-2.23.2/ld/testsuite/ld-elf/exclude3c.d -rw-rw-rw- gingold/gingold 150 2010-07-14 02:30 binutils-2.23.2/ld/testsuite/ld-elf/exclude3d.d -rw-rw-rw- gingold/gingold 433 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-elf/export-class-def.s -rw-rw-rw- gingold/gingold 422 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-elf/export-class-dep.s -rw-rw-rw- gingold/gingold 149 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-elf/export-class-lib.s -rw-rw-rw- gingold/gingold 28 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-elf/export-class-lib.ver -rw-rw-rw- gingold/gingold 108 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-elf/export-class-ref.s -rw-rw-rw- gingold/gingold 2624 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-elf/export-class.exp -rw-rw-rw- gingold/gingold 1358 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-elf/export-class.sd -rw-rw-rw- gingold/gingold 44 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-elf/export-class.vd -rw-rw-rw- gingold/gingold 74 2007-04-02 18:32 binutils-2.23.2/ld/testsuite/ld-elf/expr1.d -rw-rw-rw- gingold/gingold 80 2007-04-02 18:32 binutils-2.23.2/ld/testsuite/ld-elf/expr1.s -rw-rw-rw- gingold/gingold 114 2007-04-02 18:32 binutils-2.23.2/ld/testsuite/ld-elf/expr1.t -rw-rw-rw- gingold/gingold 217 2007-03-08 18:54 binutils-2.23.2/ld/testsuite/ld-elf/extract-symbol-1.ld -rw-rw-rw- gingold/gingold 183 2007-03-01 17:39 binutils-2.23.2/ld/testsuite/ld-elf/extract-symbol-1.s -rw-rw-rw- gingold/gingold 440 2010-04-22 03:51 binutils-2.23.2/ld/testsuite/ld-elf/extract-symbol-1sec.d -rw-rw-rw- gingold/gingold 285 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-elf/extract-symbol-1sym.d -rw-rw-rw- gingold/gingold 388 2005-07-14 19:02 binutils-2.23.2/ld/testsuite/ld-elf/fini.c -rw-rw-rw- gingold/gingold 39 2005-07-14 19:02 binutils-2.23.2/ld/testsuite/ld-elf/fini.out -rw-rw-rw- gingold/gingold 230 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/fini0.s -rw-rw-rw- gingold/gingold 86 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/fini1.s -rw-rw-rw- gingold/gingold 86 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/fini2.s -rw-rw-rw- gingold/gingold 86 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/fini3.s -rw-rw-rw- gingold/gingold 86 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/finin.s -rw-rw-rw- gingold/gingold 869 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-elf/flags1.d -rw-rw-rw- gingold/gingold 118 2007-11-13 14:20 binutils-2.23.2/ld/testsuite/ld-elf/flags1.ld -rw-rw-rw- gingold/gingold 61 2010-10-28 08:21 binutils-2.23.2/ld/testsuite/ld-elf/flags1.s -rw-rw-rw- gingold/gingold 195 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/foo.c -rw-rw-rw- gingold/gingold 36 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/foo.map -rw-rw-rw- gingold/gingold 244 2012-07-13 23:43 binutils-2.23.2/ld/testsuite/ld-elf/foo0.s -rw-rw-rw- gingold/gingold 100 2012-07-13 23:43 binutils-2.23.2/ld/testsuite/ld-elf/foo1.s -rw-rw-rw- gingold/gingold 100 2012-07-13 23:43 binutils-2.23.2/ld/testsuite/ld-elf/foo2.s -rw-rw-rw- gingold/gingold 100 2012-07-13 23:43 binutils-2.23.2/ld/testsuite/ld-elf/foo3.s -rw-rw-rw- gingold/gingold 100 2012-07-13 23:43 binutils-2.23.2/ld/testsuite/ld-elf/foon.s -rw-rw-rw- gingold/gingold 2516 2011-05-12 12:00 binutils-2.23.2/ld/testsuite/ld-elf/frame.exp -rw-rw-rw- gingold/gingold 44 2004-05-18 18:18 binutils-2.23.2/ld/testsuite/ld-elf/frame.s -rw-rw-rw- gingold/gingold 40 2008-09-16 16:09 binutils-2.23.2/ld/testsuite/ld-elf/func1.c -rw-rw-rw- gingold/gingold 107 2010-02-19 02:47 binutils-2.23.2/ld/testsuite/ld-elf/group.ld -rw-rw-rw- gingold/gingold 360 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/group1.d -rw-rw-rw- gingold/gingold 271 2010-10-23 20:05 binutils-2.23.2/ld/testsuite/ld-elf/group10.d -rw-rw-rw- gingold/gingold 283 2010-02-19 02:47 binutils-2.23.2/ld/testsuite/ld-elf/group10.s -rw-rw-rw- gingold/gingold 74 2004-12-02 00:23 binutils-2.23.2/ld/testsuite/ld-elf/group1a.s -rw-rw-rw- gingold/gingold 94 2004-12-02 00:23 binutils-2.23.2/ld/testsuite/ld-elf/group1b.s -rw-rw-rw- gingold/gingold 646 2010-10-23 20:05 binutils-2.23.2/ld/testsuite/ld-elf/group2.d -rw-rw-rw- gingold/gingold 167 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elf/group3a.d -rw-rw-rw- gingold/gingold 94 2006-12-07 14:32 binutils-2.23.2/ld/testsuite/ld-elf/group3a.s -rw-rw-rw- gingold/gingold 295 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/group3b.d -rw-rw-rw- gingold/gingold 107 2006-12-07 14:32 binutils-2.23.2/ld/testsuite/ld-elf/group3b.s -rw-rw-rw- gingold/gingold 658 2010-09-23 14:24 binutils-2.23.2/ld/testsuite/ld-elf/group4.d -rw-rw-rw- gingold/gingold 653 2010-09-23 14:24 binutils-2.23.2/ld/testsuite/ld-elf/group5.d -rw-rw-rw- gingold/gingold 653 2010-09-23 14:24 binutils-2.23.2/ld/testsuite/ld-elf/group6.d -rw-rw-rw- gingold/gingold 1046 2010-10-23 20:05 binutils-2.23.2/ld/testsuite/ld-elf/group7.d -rw-rw-rw- gingold/gingold 188 2009-01-14 22:52 binutils-2.23.2/ld/testsuite/ld-elf/group8.s -rw-rw-rw- gingold/gingold 565 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/group8a.d -rw-rw-rw- gingold/gingold 565 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/group8b.d -rw-rw-rw- gingold/gingold 297 2009-01-19 16:52 binutils-2.23.2/ld/testsuite/ld-elf/group9.s -rw-rw-rw- gingold/gingold 602 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/group9a.d -rw-rw-rw- gingold/gingold 722 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/group9b.d -rw-rw-rw- gingold/gingold 490 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/hash.d -rw-rw-rw- gingold/gingold 105 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/header.d -rw-rw-rw- gingold/gingold 95 2007-01-23 17:42 binutils-2.23.2/ld/testsuite/ld-elf/header.s -rw-rw-rw- gingold/gingold 102 2007-01-23 17:42 binutils-2.23.2/ld/testsuite/ld-elf/header.t -rw-rw-rw- gingold/gingold 17 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/hidden.out -rw-rw-rw- gingold/gingold 4465 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect.exp -rw-rw-rw- gingold/gingold 68 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect1a.c -rw-rw-rw- gingold/gingold 50 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect1b.c -rw-rw-rw- gingold/gingold 55 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect1c.c -rw-rw-rw- gingold/gingold 87 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect2.c -rw-rw-rw- gingold/gingold 9 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect3.out -rw-rw-rw- gingold/gingold 101 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect3a.c -rw-rw-rw- gingold/gingold 91 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect3b.c -rw-rw-rw- gingold/gingold 116 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect3c.c -rw-rw-rw- gingold/gingold 12 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect4.out -rw-rw-rw- gingold/gingold 101 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect4a.c -rw-rw-rw- gingold/gingold 172 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect4b.c -rw-rw-rw- gingold/gingold 116 2012-07-03 16:44 binutils-2.23.2/ld/testsuite/ld-elf/indirect4c.c -rw-rw-rw- gingold/gingold 353 2010-09-23 14:24 binutils-2.23.2/ld/testsuite/ld-elf/init-fini-arrays.d -rw-rw-rw- gingold/gingold 182 2010-02-27 13:34 binutils-2.23.2/ld/testsuite/ld-elf/init-fini-arrays.s -rw-rw-rw- gingold/gingold 2155 2012-05-18 04:05 binutils-2.23.2/ld/testsuite/ld-elf/init-mixed.c -rw-rw-rw- gingold/gingold 3 2010-12-15 15:56 binutils-2.23.2/ld/testsuite/ld-elf/init-mixed.out -rw-rw-rw- gingold/gingold 388 2005-07-14 19:02 binutils-2.23.2/ld/testsuite/ld-elf/init.c -rw-rw-rw- gingold/gingold 39 2005-07-14 19:02 binutils-2.23.2/ld/testsuite/ld-elf/init.out -rw-rw-rw- gingold/gingold 230 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/init0.s -rw-rw-rw- gingold/gingold 86 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/init1.s -rw-rw-rw- gingold/gingold 86 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/init2.s -rw-rw-rw- gingold/gingold 86 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/init3.s -rw-rw-rw- gingold/gingold 86 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/initn.s -rw-rw-rw- gingold/gingold 201 2009-08-17 11:22 binutils-2.23.2/ld/testsuite/ld-elf/linkonce1.d -rw-rw-rw- gingold/gingold 68 2007-03-07 09:54 binutils-2.23.2/ld/testsuite/ld-elf/linkonce1a.s -rw-rw-rw- gingold/gingold 257 2007-03-07 09:54 binutils-2.23.2/ld/testsuite/ld-elf/linkonce1b.s -rw-rw-rw- gingold/gingold 313 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/linkonce2.d -rw-rw-rw- gingold/gingold 145 2012-02-14 02:02 binutils-2.23.2/ld/testsuite/ld-elf/linkoncerdiff.d -rw-rw-rw- gingold/gingold 139 2009-01-11 22:09 binutils-2.23.2/ld/testsuite/ld-elf/linkoncerdiff1.s -rw-rw-rw- gingold/gingold 602 2009-01-11 22:09 binutils-2.23.2/ld/testsuite/ld-elf/linkoncerdiff2.s -rw-rw-rw- gingold/gingold 103 2008-05-05 03:43 binutils-2.23.2/ld/testsuite/ld-elf/lma.lnk -rw-rw-rw- gingold/gingold 40 2008-05-05 03:43 binutils-2.23.2/ld/testsuite/ld-elf/lma.s -rw-rw-rw- gingold/gingold 348 2006-09-15 16:48 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr.s -rw-rw-rw- gingold/gingold 182 2008-01-26 03:57 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr.t -rw-rw-rw- gingold/gingold 355 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr1.d -rw-rw-rw- gingold/gingold 150 2008-01-26 03:57 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr1.t -rw-rw-rw- gingold/gingold 355 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr2.d -rw-rw-rw- gingold/gingold 158 2008-01-26 03:57 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr2.t -rw-rw-rw- gingold/gingold 280 2006-08-29 03:24 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr3.t -rw-rw-rw- gingold/gingold 267 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr3a.d -rw-rw-rw- gingold/gingold 301 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/loadaddr3b.d -rw-rw-rw- gingold/gingold 166 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/local1.d -rw-rw-rw- gingold/gingold 30 2009-10-07 20:33 binutils-2.23.2/ld/testsuite/ld-elf/local1.map -rw-rw-rw- gingold/gingold 68 2009-10-07 20:33 binutils-2.23.2/ld/testsuite/ld-elf/local1.s -rw-rw-rw- gingold/gingold 73 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/main.c -rw-rw-rw- gingold/gingold 148 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/maxpage1.d -rw-rw-rw- gingold/gingold 121 2006-06-01 07:40 binutils-2.23.2/ld/testsuite/ld-elf/maxpage1.s -rw-rw-rw- gingold/gingold 148 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/maxpage2.d -rw-rw-rw- gingold/gingold 113 2007-01-19 16:06 binutils-2.23.2/ld/testsuite/ld-elf/maxpage3.t -rw-rw-rw- gingold/gingold 248 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/maxpage3a.d -rw-rw-rw- gingold/gingold 222 2007-01-19 16:06 binutils-2.23.2/ld/testsuite/ld-elf/maxpage3b.d -rw-rw-rw- gingold/gingold 266 2007-01-19 16:06 binutils-2.23.2/ld/testsuite/ld-elf/maxpage3c.d -rw-rw-rw- gingold/gingold 150 2009-08-30 07:48 binutils-2.23.2/ld/testsuite/ld-elf/maxpage4.d -rw-rw-rw- gingold/gingold 136 2009-08-30 07:48 binutils-2.23.2/ld/testsuite/ld-elf/maxpage4.t -rw-rw-rw- gingold/gingold 665 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-elf/merge.d -rw-rw-rw- gingold/gingold 150 2002-11-21 14:30 binutils-2.23.2/ld/testsuite/ld-elf/merge.ld -rw-rw-rw- gingold/gingold 175 2002-11-21 14:30 binutils-2.23.2/ld/testsuite/ld-elf/merge.s -rw-rw-rw- gingold/gingold 671 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/merge2.d -rw-rw-rw- gingold/gingold 684 2003-09-11 01:35 binutils-2.23.2/ld/testsuite/ld-elf/merge2.s -rw-rw-rw- gingold/gingold 290 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/multibss1.d -rw-rw-rw- gingold/gingold 118 2007-05-17 18:54 binutils-2.23.2/ld/testsuite/ld-elf/multibss1.s -rw-rw-rw- gingold/gingold 763 2011-02-23 23:37 binutils-2.23.2/ld/testsuite/ld-elf/new.cc -rw-rw-rw- gingold/gingold 154 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/nobits-1.d -rw-rw-rw- gingold/gingold 100 2007-03-07 04:58 binutils-2.23.2/ld/testsuite/ld-elf/nobits-1.s -rw-rw-rw- gingold/gingold 164 2007-03-07 04:58 binutils-2.23.2/ld/testsuite/ld-elf/nobits-1.t -rw-rw-rw- gingold/gingold 118 2006-08-01 19:50 binutils-2.23.2/ld/testsuite/ld-elf/noload-1.d -rw-rw-rw- gingold/gingold 39 2006-08-01 19:50 binutils-2.23.2/ld/testsuite/ld-elf/noload-1.s -rw-rw-rw- gingold/gingold 75 2006-08-01 19:50 binutils-2.23.2/ld/testsuite/ld-elf/noload-1.t -rw-rw-rw- gingold/gingold 183 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/noload-2.d -rw-rw-rw- gingold/gingold 153 2008-01-07 17:45 binutils-2.23.2/ld/testsuite/ld-elf/noload-3.d -rw-rw-rw- gingold/gingold 138 2008-01-07 17:45 binutils-2.23.2/ld/testsuite/ld-elf/noload-3.s -rw-rw-rw- gingold/gingold 112 2008-01-07 17:45 binutils-2.23.2/ld/testsuite/ld-elf/noload-3.t -rw-rw-rw- gingold/gingold 17 2006-07-12 17:45 binutils-2.23.2/ld/testsuite/ld-elf/normal.out -rw-rw-rw- gingold/gingold 164 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/note-1.d -rw-rw-rw- gingold/gingold 127 2007-03-27 16:14 binutils-2.23.2/ld/testsuite/ld-elf/note-1.s -rw-rw-rw- gingold/gingold 182 2007-03-22 16:50 binutils-2.23.2/ld/testsuite/ld-elf/note-1.t -rw-rw-rw- gingold/gingold 255 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/note-2.d -rw-rw-rw- gingold/gingold 173 2007-12-24 17:58 binutils-2.23.2/ld/testsuite/ld-elf/note-2.s -rw-rw-rw- gingold/gingold 177 2007-12-24 17:58 binutils-2.23.2/ld/testsuite/ld-elf/note-2.t -rw-rw-rw- gingold/gingold 56 2011-06-10 16:04 binutils-2.23.2/ld/testsuite/ld-elf/note-3.l -rw-rw-rw- gingold/gingold 132 2011-06-10 16:04 binutils-2.23.2/ld/testsuite/ld-elf/note-3.s -rw-rw-rw- gingold/gingold 483 2011-06-10 16:04 binutils-2.23.2/ld/testsuite/ld-elf/note-3.t -rw-rw-rw- gingold/gingold 838 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-elf/orphan-region.d -rw-rw-rw- gingold/gingold 199 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/orphan-region.ld -rw-rw-rw- gingold/gingold 153 2010-03-16 15:14 binutils-2.23.2/ld/testsuite/ld-elf/orphan-region.s -rw-rw-rw- gingold/gingold 549 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/orphan.d -rw-rw-rw- gingold/gingold 159 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/orphan.ld -rw-rw-rw- gingold/gingold 150 2005-10-21 23:18 binutils-2.23.2/ld/testsuite/ld-elf/orphan.s -rw-rw-rw- gingold/gingold 266 2010-09-23 14:24 binutils-2.23.2/ld/testsuite/ld-elf/orphan2.d -rw-rw-rw- gingold/gingold 59 2005-12-19 00:50 binutils-2.23.2/ld/testsuite/ld-elf/orphan2.s -rw-rw-rw- gingold/gingold 610 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/orphan3.d -rw-rw-rw- gingold/gingold 134 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan3a.s -rw-rw-rw- gingold/gingold 44 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan3b.s -rw-rw-rw- gingold/gingold 43 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan3c.s -rw-rw-rw- gingold/gingold 38 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan3d.s -rw-rw-rw- gingold/gingold 44 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan3e.s -rw-rw-rw- gingold/gingold 43 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan3f.s -rw-rw-rw- gingold/gingold 114 2010-02-23 17:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan4.d -rw-rw-rw- gingold/gingold 363 2010-01-14 05:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan4.ld -rw-rw-rw- gingold/gingold 50 2010-01-14 05:56 binutils-2.23.2/ld/testsuite/ld-elf/orphan4.s -rw-rw-rw- gingold/gingold 507 2007-03-24 07:49 binutils-2.23.2/ld/testsuite/ld-elf/overlay.d -rw-rw-rw- gingold/gingold 110 2006-08-23 16:43 binutils-2.23.2/ld/testsuite/ld-elf/overlay.s -rw-rw-rw- gingold/gingold 145 2006-08-23 16:43 binutils-2.23.2/ld/testsuite/ld-elf/overlay.t -rw-rw-rw- gingold/gingold 5 2007-05-15 15:57 binutils-2.23.2/ld/testsuite/ld-elf/pass.out -rw-rw-rw- gingold/gingold 95 2010-01-08 04:03 binutils-2.23.2/ld/testsuite/ld-elf/pr11138-1.c -rw-rw-rw- gingold/gingold 44 2010-01-08 04:03 binutils-2.23.2/ld/testsuite/ld-elf/pr11138-1.map -rw-rw-rw- gingold/gingold 143 2010-01-08 04:03 binutils-2.23.2/ld/testsuite/ld-elf/pr11138-2.c -rw-rw-rw- gingold/gingold 45 2010-01-08 04:03 binutils-2.23.2/ld/testsuite/ld-elf/pr11138-2.map -rw-rw-rw- gingold/gingold 17 2010-01-08 04:03 binutils-2.23.2/ld/testsuite/ld-elf/pr11138.out -rw-rw-rw- gingold/gingold 226 2010-03-19 15:49 binutils-2.23.2/ld/testsuite/ld-elf/pr11304.d -rw-rw-rw- gingold/gingold 55 2012-02-14 02:02 binutils-2.23.2/ld/testsuite/ld-elf/pr11304a.s -rw-rw-rw- gingold/gingold 55 2012-02-14 02:02 binutils-2.23.2/ld/testsuite/ld-elf/pr11304b.s -rw-rw-rw- gingold/gingold 330 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/pr12851.d -rw-rw-rw- gingold/gingold 145 2011-06-09 06:52 binutils-2.23.2/ld/testsuite/ld-elf/pr12851.s -rw-rw-rw- gingold/gingold 407 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/pr12975.d -rw-rw-rw- gingold/gingold 166 2011-09-16 03:15 binutils-2.23.2/ld/testsuite/ld-elf/pr12975.s -rw-rw-rw- gingold/gingold 32 2011-09-16 03:15 binutils-2.23.2/ld/testsuite/ld-elf/pr12975.t -rw-rw-rw- gingold/gingold 384 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/pr13177.d -rw-rw-rw- gingold/gingold 166 2011-09-16 18:07 binutils-2.23.2/ld/testsuite/ld-elf/pr13177.s -rw-rw-rw- gingold/gingold 28 2011-09-29 02:13 binutils-2.23.2/ld/testsuite/ld-elf/pr13195.c -rw-rw-rw- gingold/gingold 412 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elf/pr13195.d -rw-rw-rw- gingold/gingold 130 2011-09-29 02:13 binutils-2.23.2/ld/testsuite/ld-elf/pr13195.s -rw-rw-rw- gingold/gingold 41 2011-09-29 02:13 binutils-2.23.2/ld/testsuite/ld-elf/pr13195.t -rw-rw-rw- gingold/gingold 124 2011-10-08 18:51 binutils-2.23.2/ld/testsuite/ld-elf/pr13250-1.c -rw-rw-rw- gingold/gingold 91 2011-10-08 18:51 binutils-2.23.2/ld/testsuite/ld-elf/pr13250-2.c -rw-rw-rw- gingold/gingold 327 2011-10-08 18:51 binutils-2.23.2/ld/testsuite/ld-elf/pr13250-3.c -rw-rw-rw- gingold/gingold 56 2012-03-14 16:56 binutils-2.23.2/ld/testsuite/ld-elf/pr13839.d -rw-rw-rw- gingold/gingold 104 2012-03-14 16:56 binutils-2.23.2/ld/testsuite/ld-elf/pr13839.s -rw-rw-rw- gingold/gingold 143 2012-03-14 16:56 binutils-2.23.2/ld/testsuite/ld-elf/pr13839.t -rw-rw-rw- gingold/gingold 142 2012-05-05 16:15 binutils-2.23.2/ld/testsuite/ld-elf/pr14052.d -rw-rw-rw- gingold/gingold 126 2012-05-05 16:15 binutils-2.23.2/ld/testsuite/ld-elf/pr14052.t -rw-rw-rw- gingold/gingold 219 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/pr14156a.d -rw-rw-rw- gingold/gingold 219 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/pr14156b.d -rw-rw-rw- gingold/gingold 228 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/pr14156c.d -rw-rw-rw- gingold/gingold 69 2012-07-10 08:50 binutils-2.23.2/ld/testsuite/ld-elf/pr14156c.t -rw-rw-rw- gingold/gingold 179 2012-05-28 06:08 binutils-2.23.2/ld/testsuite/ld-elf/pr14170a.s -rw-rw-rw- gingold/gingold 137 2012-05-27 16:45 binutils-2.23.2/ld/testsuite/ld-elf/pr14170b.s -rw-rw-rw- gingold/gingold 28 2012-05-27 16:45 binutils-2.23.2/ld/testsuite/ld-elf/pr14170c.s -rw-rw-rw- gingold/gingold 216 2012-07-10 06:51 binutils-2.23.2/ld/testsuite/ld-elf/pr14323-1.c -rw-rw-rw- gingold/gingold 269 2012-07-10 06:51 binutils-2.23.2/ld/testsuite/ld-elf/pr14323-2.c -rw-rw-rw- gingold/gingold 44 2009-10-14 12:52 binutils-2.23.2/ld/testsuite/ld-elf/pr349-1.s -rw-rw-rw- gingold/gingold 42 2009-10-14 12:52 binutils-2.23.2/ld/testsuite/ld-elf/pr349-2.s -rw-rw-rw- gingold/gingold 307 2010-09-18 04:30 binutils-2.23.2/ld/testsuite/ld-elf/pr349.d -rw-rw-rw- gingold/gingold 171 2009-01-02 17:48 binutils-2.23.2/ld/testsuite/ld-elf/pr9676-1.c -rw-rw-rw- gingold/gingold 177 2009-01-02 17:48 binutils-2.23.2/ld/testsuite/ld-elf/pr9676-2.c -rw-rw-rw- gingold/gingold 108 2009-01-02 17:48 binutils-2.23.2/ld/testsuite/ld-elf/pr9676-3.c -rw-rw-rw- gingold/gingold 91 2009-01-02 17:48 binutils-2.23.2/ld/testsuite/ld-elf/pr9676-4.c -rw-rw-rw- gingold/gingold 174 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elf/pr9676.rd -rw-rw-rw- gingold/gingold 31 2009-01-02 20:29 binutils-2.23.2/ld/testsuite/ld-elf/pr9679-1.c -rw-rw-rw- gingold/gingold 140 2009-01-02 20:29 binutils-2.23.2/ld/testsuite/ld-elf/pr9679-2.c -rw-rw-rw- gingold/gingold 174 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elf/pr9679.rd -rw-rw-rw- gingold/gingold 421 2005-07-14 19:02 binutils-2.23.2/ld/testsuite/ld-elf/preinit.c -rw-rw-rw- gingold/gingold 48 2005-07-14 19:02 binutils-2.23.2/ld/testsuite/ld-elf/preinit.out -rw-rw-rw- gingold/gingold 257 2010-09-16 12:51 binutils-2.23.2/ld/testsuite/ld-elf/relocatable.d -rw-rw-rw- gingold/gingold 115 2009-10-09 15:32 binutils-2.23.2/ld/testsuite/ld-elf/relocatable.t -rw-rw-rw- gingold/gingold 167 2007-09-18 02:25 binutils-2.23.2/ld/testsuite/ld-elf/relro1.s -rw-rw-rw- gingold/gingold 53 2007-09-18 02:25 binutils-2.23.2/ld/testsuite/ld-elf/relro2.s -rw-rw-rw- gingold/gingold 202 2008-07-30 12:28 binutils-2.23.2/ld/testsuite/ld-elf/sec-to-seg-script-adjoining-pages.t -rw-rw-rw- gingold/gingold 206 2008-07-30 12:28 binutils-2.23.2/ld/testsuite/ld-elf/sec-to-seg-script-disjoint-pages.t -rw-rw-rw- gingold/gingold 169 2008-07-30 12:28 binutils-2.23.2/ld/testsuite/ld-elf/sec-to-seg-script-same-page.t -rw-rw-rw- gingold/gingold 3376 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-elf/sec-to-seg.exp -rw-rw-rw- gingold/gingold 156 2008-08-17 22:42 binutils-2.23.2/ld/testsuite/ld-elf/sec-to-seg1.s -rw-rw-rw- gingold/gingold 272 2008-07-30 12:28 binutils-2.23.2/ld/testsuite/ld-elf/sec-to-seg2.s -rw-rw-rw- gingold/gingold 6501 2010-09-23 14:24 binutils-2.23.2/ld/testsuite/ld-elf/sec64k.exp -rw-rw-rw- gingold/gingold 501 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/seg.d -rw-rw-rw- gingold/gingold 105 2007-12-19 11:22 binutils-2.23.2/ld/testsuite/ld-elf/seg.s -rw-rw-rw- gingold/gingold 187 2007-12-19 11:22 binutils-2.23.2/ld/testsuite/ld-elf/seg.t -rw-rw-rw- gingold/gingold 13839 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-elf/shared.exp -rw-rw-rw- gingold/gingold 32 2009-10-09 15:32 binutils-2.23.2/ld/testsuite/ld-elf/simple.s -rw-rw-rw- gingold/gingold 351 2008-10-03 16:13 binutils-2.23.2/ld/testsuite/ld-elf/stab.d -rw-rw-rw- gingold/gingold 164 2006-06-05 14:53 binutils-2.23.2/ld/testsuite/ld-elf/start.s -rw-rw-rw- gingold/gingold 23 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-elf/symbol1ref.s -rw-rw-rw- gingold/gingold 158 2005-02-11 18:01 binutils-2.23.2/ld/testsuite/ld-elf/symbol1w.s -rw-rw-rw- gingold/gingold 19 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-elf/symbol2ref.s -rw-rw-rw- gingold/gingold 160 2006-11-08 11:21 binutils-2.23.2/ld/testsuite/ld-elf/symbol2w.s -rw-rw-rw- gingold/gingold 17 2011-06-08 06:47 binutils-2.23.2/ld/testsuite/ld-elf/symbol3.s -rw-rw-rw- gingold/gingold 111 2011-06-08 06:47 binutils-2.23.2/ld/testsuite/ld-elf/symbol3w.s -rw-rw-rw- gingold/gingold 42 2004-05-18 18:18 binutils-2.23.2/ld/testsuite/ld-elf/table.s -rw-rw-rw- gingold/gingold 229 2005-03-22 15:20 binutils-2.23.2/ld/testsuite/ld-elf/tbss.s -rw-rw-rw- gingold/gingold 320 2006-06-01 07:40 binutils-2.23.2/ld/testsuite/ld-elf/tbss1.s -rw-rw-rw- gingold/gingold 196 2006-06-01 07:40 binutils-2.23.2/ld/testsuite/ld-elf/tbss2.s -rw-rw-rw- gingold/gingold 205 2011-05-20 17:33 binutils-2.23.2/ld/testsuite/ld-elf/tbss3.s -rw-rw-rw- gingold/gingold 332 2006-06-01 07:40 binutils-2.23.2/ld/testsuite/ld-elf/tdata1.s -rw-rw-rw- gingold/gingold 203 2006-06-01 07:40 binutils-2.23.2/ld/testsuite/ld-elf/tdata2.s -rw-rw-rw- gingold/gingold 292 2011-05-20 17:33 binutils-2.23.2/ld/testsuite/ld-elf/tdata3.s -rw-rw-rw- gingold/gingold 248 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/textaddr1.d -rw-rw-rw- gingold/gingold 229 2011-01-08 10:38 binutils-2.23.2/ld/testsuite/ld-elf/textaddr2.d -rw-rw-rw- gingold/gingold 180 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/textaddr3.d -rw-rw-rw- gingold/gingold 240 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/textaddr4.d -rw-rw-rw- gingold/gingold 188 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/textaddr5.d -rw-rw-rw- gingold/gingold 221 2011-01-08 10:38 binutils-2.23.2/ld/testsuite/ld-elf/textaddr6.d -rw-rw-rw- gingold/gingold 151 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/textaddr7.d -rw-rw-rw- gingold/gingold 2116 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-elf/tls_common.exp -rw-rw-rw- gingold/gingold 125 2006-06-20 18:36 binutils-2.23.2/ld/testsuite/ld-elf/tls_common.s -rw-rw-rw- gingold/gingold 196 2007-11-20 17:58 binutils-2.23.2/ld/testsuite/ld-elf/tls_gc.s -rw-rw-rw- gingold/gingold 131 2005-10-20 19:06 binutils-2.23.2/ld/testsuite/ld-elf/unknown.d -rw-rw-rw- gingold/gingold 130 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-elf/unknown2.d -rw-rw-rw- gingold/gingold 108 2005-12-18 17:21 binutils-2.23.2/ld/testsuite/ld-elf/unknown2.s -rw-rw-rw- gingold/gingold 17 2007-02-14 15:15 binutils-2.23.2/ld/testsuite/ld-elf/warn.out -rw-rw-rw- gingold/gingold 463 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elf/warn1.d -rw-rw-rw- gingold/gingold 606 2012-05-05 06:51 binutils-2.23.2/ld/testsuite/ld-elf/warn2.d -rw-rw-rw- gingold/gingold 459 2011-06-14 04:55 binutils-2.23.2/ld/testsuite/ld-elf/warn3.d -rw-rw-rw- gingold/gingold 79 2007-07-23 11:56 binutils-2.23.2/ld/testsuite/ld-elf/weak-dyn-1.ld -rw-rw-rw- gingold/gingold 20 2007-07-29 14:33 binutils-2.23.2/ld/testsuite/ld-elf/weak-dyn-1.rd -rw-rw-rw- gingold/gingold 127 2007-07-23 12:04 binutils-2.23.2/ld/testsuite/ld-elf/weak-dyn-1a.s -rw-rw-rw- gingold/gingold 18 2007-07-23 12:04 binutils-2.23.2/ld/testsuite/ld-elf/weak-dyn-1b.s -rw-rw-rw- gingold/gingold 187 2012-07-02 16:40 binutils-2.23.2/ld/testsuite/ld-elf/weakdef1.c -rw-rw-rw- gingold/gingold 1649 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-elf/wrap.exp -rw-rw-rw- gingold/gingold 67 2006-12-29 18:56 binutils-2.23.2/ld/testsuite/ld-elf/wrap1.c -rw-rw-rw- gingold/gingold 28 2006-12-29 18:56 binutils-2.23.2/ld/testsuite/ld-elf/wrap1.out -rw-rw-rw- gingold/gingold 60 2006-12-29 18:56 binutils-2.23.2/ld/testsuite/ld-elf/wrap1a.c -rw-rw-rw- gingold/gingold 183 2006-12-29 18:56 binutils-2.23.2/ld/testsuite/ld-elf/wrap1b.c -rw-rw-rw- gingold/gingold 89 2003-04-15 11:38 binutils-2.23.2/ld/testsuite/ld-elfcomm/common1a.c drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-elfcomm -rw-rw-rw- gingold/gingold 196 2008-09-17 09:43 binutils-2.23.2/ld/testsuite/ld-elfcomm/common1b.c -rw-rw-rw- gingold/gingold 8013 2010-12-31 23:29 binutils-2.23.2/ld/testsuite/ld-elfcomm/elfcomm.exp -rw-rw-rw- gingold/gingold 184 2008-05-31 18:35 binutils-2.23.2/ld/testsuite/ld-elfcomm/sort-common.s -rw-rw-rw- gingold/gingold 29981 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-elfvers/vers.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-elfvers -rw-rw-rw- gingold/gingold 388 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers.h -rw-rw-rw- gingold/gingold 1608 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers1.c -rw-rw-rw- gingold/gingold 616 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers1.dsym -rw-rw-rw- gingold/gingold 146 2002-08-08 05:50 binutils-2.23.2/ld/testsuite/ld-elfvers/vers1.map -rw-rw-rw- gingold/gingold 288 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers1.sym -rw-rw-rw- gingold/gingold 168 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers1.ver -rw-rw-rw- gingold/gingold 236 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers13.asym -rw-rw-rw- gingold/gingold 509 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers15.c -rw-rw-rw- gingold/gingold 346 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers15.dsym -rw-rw-rw- gingold/gingold 214 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers15.sym -rw-rw-rw- gingold/gingold 113 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers15.ver -rw-rw-rw- gingold/gingold 95 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers16.c -rw-rw-rw- gingold/gingold 145 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers16.dsym -rw-rw-rw- gingold/gingold 34 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers16.map -rw-rw-rw- gingold/gingold 74 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers16a.c -rw-rw-rw- gingold/gingold 240 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers16a.dsym -rw-rw-rw- gingold/gingold 85 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers16a.ver -rw-rw-rw- gingold/gingold 33 1999-07-07 17:36 binutils-2.23.2/ld/testsuite/ld-elfvers/vers17.c -rw-rw-rw- gingold/gingold 129 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers17.dsym -rw-rw-rw- gingold/gingold 37 1999-07-07 17:36 binutils-2.23.2/ld/testsuite/ld-elfvers/vers17.map -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers17.ver -rw-rw-rw- gingold/gingold 519 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers18.c -rw-rw-rw- gingold/gingold 482 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers18.dsym -rw-rw-rw- gingold/gingold 121 2002-08-08 05:50 binutils-2.23.2/ld/testsuite/ld-elfvers/vers18.map -rw-rw-rw- gingold/gingold 292 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers18.sym -rw-rw-rw- gingold/gingold 168 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers18.ver -rw-rw-rw- gingold/gingold 105 1999-07-22 02:40 binutils-2.23.2/ld/testsuite/ld-elfvers/vers19.c -rw-rw-rw- gingold/gingold 70 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers19.dsym -rw-rw-rw- gingold/gingold 86 2011-06-16 02:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers19.ver -rw-rw-rw- gingold/gingold 219 1999-07-22 02:40 binutils-2.23.2/ld/testsuite/ld-elfvers/vers2.c -rw-rw-rw- gingold/gingold 211 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers2.dsym -rw-rw-rw- gingold/gingold 34 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers2.map -rw-rw-rw- gingold/gingold 174 2011-06-16 02:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers2.ver -rw-rw-rw- gingold/gingold 14 2001-11-30 09:07 binutils-2.23.2/ld/testsuite/ld-elfvers/vers20.c -rw-rw-rw- gingold/gingold 140 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers20.dsym -rw-rw-rw- gingold/gingold 55 2001-11-30 09:07 binutils-2.23.2/ld/testsuite/ld-elfvers/vers20.map -rw-rw-rw- gingold/gingold 85 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers20.ver -rw-rw-rw- gingold/gingold 86 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers20a.ver -rw-rw-rw- gingold/gingold 327 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers21.c -rw-rw-rw- gingold/gingold 333 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers21.dsym -rw-rw-rw- gingold/gingold 68 2002-07-16 02:15 binutils-2.23.2/ld/testsuite/ld-elfvers/vers21.map -rw-rw-rw- gingold/gingold 245 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers21.sym -rw-rw-rw- gingold/gingold 83 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers21.ver -rw-rw-rw- gingold/gingold 48 2002-08-09 06:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22.c -rw-rw-rw- gingold/gingold 63 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22.dsym -rw-rw-rw- gingold/gingold 31 2002-08-09 06:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22.map -rw-rw-rw- gingold/gingold 86 2011-06-16 02:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22.ver -rw-rw-rw- gingold/gingold 72 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22a.c -rw-rw-rw- gingold/gingold 153 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22a.dsym -rw-rw-rw- gingold/gingold 81 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22a.sym -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22a.ver -rw-rw-rw- gingold/gingold 17 2002-08-09 06:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22b.c -rw-rw-rw- gingold/gingold 149 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22b.dsym -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers22b.ver -rw-rw-rw- gingold/gingold 89 2002-08-12 21:21 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23.c -rw-rw-rw- gingold/gingold 63 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23.dsym -rw-rw-rw- gingold/gingold 86 2002-08-12 21:21 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23.ver -rw-rw-rw- gingold/gingold 98 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23a.c -rw-rw-rw- gingold/gingold 243 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23a.dsym -rw-rw-rw- gingold/gingold 40 2002-08-12 21:21 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23a.map -rw-rw-rw- gingold/gingold 81 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23a.sym -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23a.ver -rw-rw-rw- gingold/gingold 21 2002-08-12 21:21 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23b.c -rw-rw-rw- gingold/gingold 149 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23b.dsym -rw-rw-rw- gingold/gingold 31 2002-08-12 21:21 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23b.map -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23b.ver -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23c.ver -rw-rw-rw- gingold/gingold 154 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers23d.dsym -rw-rw-rw- gingold/gingold 42 2003-02-13 23:14 binutils-2.23.2/ld/testsuite/ld-elfvers/vers24.map -rw-rw-rw- gingold/gingold 558 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers24.rd -rw-rw-rw- gingold/gingold 200 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers24a.c -rw-rw-rw- gingold/gingold 44 2003-02-13 23:14 binutils-2.23.2/ld/testsuite/ld-elfvers/vers24b.c -rw-rw-rw- gingold/gingold 230 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers24c.c -rw-rw-rw- gingold/gingold 15 2003-04-23 18:40 binutils-2.23.2/ld/testsuite/ld-elfvers/vers25a.c -rw-rw-rw- gingold/gingold 149 2010-12-11 13:58 binutils-2.23.2/ld/testsuite/ld-elfvers/vers25a.dsym -rw-rw-rw- gingold/gingold 43 2003-04-23 18:40 binutils-2.23.2/ld/testsuite/ld-elfvers/vers25a.map -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers25a.ver -rw-rw-rw- gingold/gingold 18 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers25b.c -rw-rw-rw- gingold/gingold 14 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers25b.dsym -rw-rw-rw- gingold/gingold 13 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers25b.ver -rw-rw-rw- gingold/gingold 16 2003-04-28 18:58 binutils-2.23.2/ld/testsuite/ld-elfvers/vers26a.c -rw-rw-rw- gingold/gingold 149 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers26a.dsym -rw-rw-rw- gingold/gingold 43 2003-04-28 18:58 binutils-2.23.2/ld/testsuite/ld-elfvers/vers26a.map -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers26a.ver -rw-rw-rw- gingold/gingold 72 2003-04-28 18:58 binutils-2.23.2/ld/testsuite/ld-elfvers/vers26b.c -rw-rw-rw- gingold/gingold 13 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers26b.dsym -rw-rw-rw- gingold/gingold 13 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers26b.ver -rw-rw-rw- gingold/gingold 15 2003-05-03 18:51 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27a.c -rw-rw-rw- gingold/gingold 149 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27a.dsym -rw-rw-rw- gingold/gingold 43 2003-05-03 18:51 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27a.map -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27a.ver -rw-rw-rw- gingold/gingold 63 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27b.c -rw-rw-rw- gingold/gingold 13 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27b.dsym -rw-rw-rw- gingold/gingold 13 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27b.ver -rw-rw-rw- gingold/gingold 18 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27c.c -rw-rw-rw- gingold/gingold 13 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27c.dsym -rw-rw-rw- gingold/gingold 13 2003-05-06 17:55 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27c.ver -rw-rw-rw- gingold/gingold 153 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27d.dsym -rw-rw-rw- gingold/gingold 82 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27d.sym -rw-rw-rw- gingold/gingold 85 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27d.ver -rw-rw-rw- gingold/gingold 61 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27d1.c -rw-rw-rw- gingold/gingold 40 2003-05-08 07:10 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27d2.c -rw-rw-rw- gingold/gingold 147 2003-05-08 09:01 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27d3.c -rw-rw-rw- gingold/gingold 63 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27d4.dsym -rw-rw-rw- gingold/gingold 85 2011-06-16 02:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers27d4.ver -rw-rw-rw- gingold/gingold 15 2004-03-19 18:02 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28a.c -rw-rw-rw- gingold/gingold 13 2004-03-19 18:02 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28a.dsym -rw-rw-rw- gingold/gingold 13 2004-03-19 18:02 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28a.ver -rw-rw-rw- gingold/gingold 33 2004-03-19 18:02 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28b.c -rw-rw-rw- gingold/gingold 149 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28b.dsym -rw-rw-rw- gingold/gingold 43 2004-03-19 18:02 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28b.map -rw-rw-rw- gingold/gingold 84 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28b.ver -rw-rw-rw- gingold/gingold 47 2004-03-19 18:02 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28c.c -rw-rw-rw- gingold/gingold 79 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28c.dsym -rw-rw-rw- gingold/gingold 86 2011-06-16 02:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers28c.ver -rw-rw-rw- gingold/gingold 52 2004-10-26 23:00 binutils-2.23.2/ld/testsuite/ld-elfvers/vers29.c -rw-rw-rw- gingold/gingold 94 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers29.dsym -rw-rw-rw- gingold/gingold 85 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers29.ver -rw-rw-rw- gingold/gingold 143 1999-07-22 02:40 binutils-2.23.2/ld/testsuite/ld-elfvers/vers3.c -rw-rw-rw- gingold/gingold 70 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers3.dsym -rw-rw-rw- gingold/gingold 86 2011-06-16 02:42 binutils-2.23.2/ld/testsuite/ld-elfvers/vers3.ver -rw-rw-rw- gingold/gingold 154 2005-08-17 12:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers30.c -rw-rw-rw- gingold/gingold 338 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers30.dsym -rw-rw-rw- gingold/gingold 100 2005-08-17 12:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers30.map -rw-rw-rw- gingold/gingold 86 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers30.ver -rw-rw-rw- gingold/gingold 160 2005-10-13 19:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers31.c -rw-rw-rw- gingold/gingold 126 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers31.dsym -rw-rw-rw- gingold/gingold 87 2005-10-13 19:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers31.map -rw-rw-rw- gingold/gingold 85 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers31.ver -rw-rw-rw- gingold/gingold 17 2007-07-10 16:51 binutils-2.23.2/ld/testsuite/ld-elfvers/vers32.map -rw-rw-rw- gingold/gingold 18 2007-07-10 16:51 binutils-2.23.2/ld/testsuite/ld-elfvers/vers32a.c -rw-rw-rw- gingold/gingold 115 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers32a.dsym -rw-rw-rw- gingold/gingold 84 2007-07-10 16:51 binutils-2.23.2/ld/testsuite/ld-elfvers/vers32a.ver -rw-rw-rw- gingold/gingold 12 2007-07-10 16:51 binutils-2.23.2/ld/testsuite/ld-elfvers/vers32b.c -rw-rw-rw- gingold/gingold 100 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers32b.dsym -rw-rw-rw- gingold/gingold 84 2007-07-10 16:51 binutils-2.23.2/ld/testsuite/ld-elfvers/vers32b.ver -rw-rw-rw- gingold/gingold 439 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers4.c -rw-rw-rw- gingold/gingold 70 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers4.sym -rw-rw-rw- gingold/gingold 132 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers4a.dsym -rw-rw-rw- gingold/gingold 70 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers4a.sym -rw-rw-rw- gingold/gingold 82 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers4a.ver -rw-rw-rw- gingold/gingold 525 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers5.c -rw-rw-rw- gingold/gingold 571 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers6.c -rw-rw-rw- gingold/gingold 266 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers6.dsym -rw-rw-rw- gingold/gingold 151 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers6.sym -rw-rw-rw- gingold/gingold 150 2001-05-18 18:15 binutils-2.23.2/ld/testsuite/ld-elfvers/vers6.ver -rw-rw-rw- gingold/gingold 150 1999-07-22 02:40 binutils-2.23.2/ld/testsuite/ld-elfvers/vers7.c -rw-rw-rw- gingold/gingold 50 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers7.map -rw-rw-rw- gingold/gingold 283 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers7a.c -rw-rw-rw- gingold/gingold 118 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers7a.dsym -rw-rw-rw- gingold/gingold 140 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers7a.sym -rw-rw-rw- gingold/gingold 83 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers7a.ver -rw-rw-rw- gingold/gingold 37 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-elfvers/vers8.c -rw-rw-rw- gingold/gingold 171 2002-08-08 05:50 binutils-2.23.2/ld/testsuite/ld-elfvers/vers8.map -rw-rw-rw- gingold/gingold 168 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers8.ver -rw-rw-rw- gingold/gingold 533 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers9.c -rw-rw-rw- gingold/gingold 251 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers9.dsym -rw-rw-rw- gingold/gingold 234 2010-12-10 07:08 binutils-2.23.2/ld/testsuite/ld-elfvers/vers9.sym -rw-rw-rw- gingold/gingold 112 2006-06-06 06:30 binutils-2.23.2/ld/testsuite/ld-elfvers/vers9.ver -rw-rw-rw- gingold/gingold 111 2003-05-20 16:35 binutils-2.23.2/ld/testsuite/ld-elfvsb/common.c drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-elfvsb -rw-rw-rw- gingold/gingold 160 2002-11-09 13:27 binutils-2.23.2/ld/testsuite/ld-elfvsb/define.s -rw-rw-rw- gingold/gingold 5050 2003-07-29 16:02 binutils-2.23.2/ld/testsuite/ld-elfvsb/elf-offset.ld -rw-rw-rw- gingold/gingold 725 2003-04-28 05:31 binutils-2.23.2/ld/testsuite/ld-elfvsb/elfvsb.dat -rw-rw-rw- gingold/gingold 19549 2012-05-04 22:01 binutils-2.23.2/ld/testsuite/ld-elfvsb/elfvsb.exp -rw-rw-rw- gingold/gingold 175 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elfvsb/hidden0.d -rw-rw-rw- gingold/gingold 159 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elfvsb/hidden1.d -rw-rw-rw- gingold/gingold 235 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-elfvsb/hidden2.d -rw-rw-rw- gingold/gingold 100 2005-02-22 19:29 binutils-2.23.2/ld/testsuite/ld-elfvsb/hidden2.ld -rw-rw-rw- gingold/gingold 63 2005-02-22 19:29 binutils-2.23.2/ld/testsuite/ld-elfvsb/hidden2.s -rw-rw-rw- gingold/gingold 224 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elfvsb/internal0.d -rw-rw-rw- gingold/gingold 208 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elfvsb/internal1.d -rw-rw-rw- gingold/gingold 6590 2004-06-18 17:41 binutils-2.23.2/ld/testsuite/ld-elfvsb/main.c -rw-rw-rw- gingold/gingold 226 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elfvsb/protected0.d -rw-rw-rw- gingold/gingold 209 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-elfvsb/protected1.d -rw-rw-rw- gingold/gingold 6817 2006-12-05 02:29 binutils-2.23.2/ld/testsuite/ld-elfvsb/sh1.c -rw-rw-rw- gingold/gingold 929 2006-12-05 02:29 binutils-2.23.2/ld/testsuite/ld-elfvsb/sh2.c -rw-rw-rw- gingold/gingold 67 2003-05-20 16:35 binutils-2.23.2/ld/testsuite/ld-elfvsb/sh3.c -rw-rw-rw- gingold/gingold 374 2003-05-20 16:35 binutils-2.23.2/ld/testsuite/ld-elfvsb/test.c -rw-rw-rw- gingold/gingold 58 2001-11-02 18:24 binutils-2.23.2/ld/testsuite/ld-elfvsb/undef.s -rw-rw-rw- gingold/gingold 137 2001-09-15 01:43 binutils-2.23.2/ld/testsuite/ld-elfweak/bar.c drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-elfweak -rw-rw-rw- gingold/gingold 382 2001-09-15 01:43 binutils-2.23.2/ld/testsuite/ld-elfweak/bar1a.c -rw-rw-rw- gingold/gingold 67 2001-09-11 16:25 binutils-2.23.2/ld/testsuite/ld-elfweak/bar1b.c -rw-rw-rw- gingold/gingold 63 2001-09-11 16:25 binutils-2.23.2/ld/testsuite/ld-elfweak/bar1c.c -rw-rw-rw- gingold/gingold 93 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/dso.dsym -rw-rw-rw- gingold/gingold 184 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/dsodata.dsym -rw-rw-rw- gingold/gingold 93 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/dsow.dsym -rw-rw-rw- gingold/gingold 85 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/dsowdata.dsym -rw-rw-rw- gingold/gingold 14867 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-elfweak/elfweak.exp -rw-rw-rw- gingold/gingold 55 2001-09-10 19:11 binutils-2.23.2/ld/testsuite/ld-elfweak/foo.c -rw-rw-rw- gingold/gingold 68 2001-09-11 16:25 binutils-2.23.2/ld/testsuite/ld-elfweak/foo1a.c -rw-rw-rw- gingold/gingold 64 2001-09-11 16:25 binutils-2.23.2/ld/testsuite/ld-elfweak/foo1b.c -rw-rw-rw- gingold/gingold 165 2001-09-15 01:43 binutils-2.23.2/ld/testsuite/ld-elfweak/main.c -rw-rw-rw- gingold/gingold 118 2001-09-15 01:43 binutils-2.23.2/ld/testsuite/ld-elfweak/main1.c -rw-rw-rw- gingold/gingold 6 2004-04-20 16:50 binutils-2.23.2/ld/testsuite/ld-elfweak/size.dat -rw-rw-rw- gingold/gingold 228 2006-05-17 13:30 binutils-2.23.2/ld/testsuite/ld-elfweak/size2.d -rw-rw-rw- gingold/gingold 217 2006-05-17 13:30 binutils-2.23.2/ld/testsuite/ld-elfweak/size2a.s -rw-rw-rw- gingold/gingold 231 2006-05-17 13:30 binutils-2.23.2/ld/testsuite/ld-elfweak/size2b.s -rw-rw-rw- gingold/gingold 113 2004-04-20 16:50 binutils-2.23.2/ld/testsuite/ld-elfweak/size_bar.c -rw-rw-rw- gingold/gingold 65 2005-06-23 13:36 binutils-2.23.2/ld/testsuite/ld-elfweak/size_foo.c -rw-rw-rw- gingold/gingold 59 2004-04-20 16:50 binutils-2.23.2/ld/testsuite/ld-elfweak/size_main.c -rw-rw-rw- gingold/gingold 11 2001-09-10 19:11 binutils-2.23.2/ld/testsuite/ld-elfweak/strong.dat -rw-rw-rw- gingold/gingold 75 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/strong.sym -rw-rw-rw- gingold/gingold 141 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/strongcomm.sym -rw-rw-rw- gingold/gingold 22 2001-09-11 16:25 binutils-2.23.2/ld/testsuite/ld-elfweak/strongdata.dat -rw-rw-rw- gingold/gingold 148 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/strongdata.sym -rw-rw-rw- gingold/gingold 9 2001-09-10 19:11 binutils-2.23.2/ld/testsuite/ld-elfweak/weak.dat -rw-rw-rw- gingold/gingold 93 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/weak.dsym -rw-rw-rw- gingold/gingold 20 2001-09-11 16:25 binutils-2.23.2/ld/testsuite/ld-elfweak/weakdata.dat -rw-rw-rw- gingold/gingold 85 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-elfweak/weakdata.dsym -rw-rw-rw- gingold/gingold 71 2002-11-06 20:36 binutils-2.23.2/ld/testsuite/ld-fastcall/export.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-fastcall -rw-rw-rw- gingold/gingold 1647 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-fastcall/fastcall.exp -rw-rw-rw- gingold/gingold 63 2002-11-06 20:36 binutils-2.23.2/ld/testsuite/ld-fastcall/import.s -rw-rw-rw- gingold/gingold 1789 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-pie-1.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-frv -rw-rw-rw- gingold/gingold 2372 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-pie-2.d -rw-rw-rw- gingold/gingold 168 2005-02-17 18:10 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-pie-5.d -rw-rw-rw- gingold/gingold 166 2005-02-17 18:10 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-pie-6-fail.d -rw-rw-rw- gingold/gingold 2369 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-pie-6.d -rw-rw-rw- gingold/gingold 1820 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-pie-7.d -rw-rw-rw- gingold/gingold 2390 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-pie-8.d -rw-rw-rw- gingold/gingold 1804 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-1.d -rw-rw-rw- gingold/gingold 129 2005-02-17 18:11 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-2-fail.d -rw-rw-rw- gingold/gingold 2568 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-2.d -rw-rw-rw- gingold/gingold 2885 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-3.d -rw-rw-rw- gingold/gingold 2384 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-4.d -rw-rw-rw- gingold/gingold 2667 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-5.d -rw-rw-rw- gingold/gingold 172 2005-02-17 18:11 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-6-fail.d -rw-rw-rw- gingold/gingold 2395 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-6.d -rw-rw-rw- gingold/gingold 1827 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-7.d -rw-rw-rw- gingold/gingold 214 2005-02-17 18:11 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-8-fail.d -rw-rw-rw- gingold/gingold 2924 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-8.d -rw-rw-rw- gingold/gingold 2907 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-local-2.d -rw-rw-rw- gingold/gingold 2924 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-shared-local-8.d -rw-rw-rw- gingold/gingold 2075 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-static-1.d -rw-rw-rw- gingold/gingold 3835 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-static-2.d -rw-rw-rw- gingold/gingold 139 2005-02-17 18:11 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-static-5.d -rw-rw-rw- gingold/gingold 1249 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-static-6.d -rw-rw-rw- gingold/gingold 2095 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-static-7.d -rw-rw-rw- gingold/gingold 3855 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic-static-8.d -rw-rw-rw- gingold/gingold 1969 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-frv/fdpic.exp -rw-rw-rw- gingold/gingold 820 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic1.s -rw-rw-rw- gingold/gingold 39 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic2.ldv -rw-rw-rw- gingold/gingold 1029 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic2.s -rw-rw-rw- gingold/gingold 66 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic2min.ldv -rw-rw-rw- gingold/gingold 1263 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic3.s -rw-rw-rw- gingold/gingold 1317 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic4.s -rw-rw-rw- gingold/gingold 587 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic5.s -rw-rw-rw- gingold/gingold 44 2004-02-24 17:39 binutils-2.23.2/ld/testsuite/ld-frv/fdpic6.ldv -rw-rw-rw- gingold/gingold 796 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic6.s -rw-rw-rw- gingold/gingold 838 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic7.s -rw-rw-rw- gingold/gingold 39 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic8.ldv -rw-rw-rw- gingold/gingold 1073 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic8.s -rw-rw-rw- gingold/gingold 116 2004-01-06 20:19 binutils-2.23.2/ld/testsuite/ld-frv/fdpic8min.ldv -rw-rw-rw- gingold/gingold 289 2004-05-06 04:46 binutils-2.23.2/ld/testsuite/ld-frv/fr450-link.d -rw-rw-rw- gingold/gingold 5 2004-03-01 11:11 binutils-2.23.2/ld/testsuite/ld-frv/fr450-linka.s -rw-rw-rw- gingold/gingold 5 2004-03-01 11:11 binutils-2.23.2/ld/testsuite/ld-frv/fr450-linkb.s -rw-rw-rw- gingold/gingold 5 2004-03-01 11:11 binutils-2.23.2/ld/testsuite/ld-frv/fr450-linkc.s -rw-rw-rw- gingold/gingold 906 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-frv/frv-elf.exp -rw-rw-rw- gingold/gingold 144 2005-01-25 21:22 binutils-2.23.2/ld/testsuite/ld-frv/tls-1-dep.s -rw-rw-rw- gingold/gingold 20 2005-01-25 21:22 binutils-2.23.2/ld/testsuite/ld-frv/tls-1-shared.lds -rw-rw-rw- gingold/gingold 1899 2005-01-25 21:22 binutils-2.23.2/ld/testsuite/ld-frv/tls-1.s -rw-rw-rw- gingold/gingold 4952 2005-01-25 21:22 binutils-2.23.2/ld/testsuite/ld-frv/tls-2.s -rw-rw-rw- gingold/gingold 422 2005-01-25 21:22 binutils-2.23.2/ld/testsuite/ld-frv/tls-3.s -rw-rw-rw- gingold/gingold 2474 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-dynamic-1.d -rw-rw-rw- gingold/gingold 6767 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-dynamic-2.d -rw-rw-rw- gingold/gingold 774 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-dynamic-3.d -rw-rw-rw- gingold/gingold 8528 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-initial-shared-2.d -rw-rw-rw- gingold/gingold 2475 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-pie-1.d -rw-rw-rw- gingold/gingold 755 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-pie-3.d -rw-rw-rw- gingold/gingold 2306 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-dynamic-1.d -rw-rw-rw- gingold/gingold 5265 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-dynamic-2.d -rw-rw-rw- gingold/gingold 798 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-dynamic-3.d -rw-rw-rw- gingold/gingold 7791 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-initial-shared-2.d -rw-rw-rw- gingold/gingold 2307 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-pie-1.d -rw-rw-rw- gingold/gingold 779 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-pie-3.d -rw-rw-rw- gingold/gingold 2506 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-shared-1.d -rw-rw-rw- gingold/gingold 10953 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-shared-2.d -rw-rw-rw- gingold/gingold 785 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-shared-3.d -rw-rw-rw- gingold/gingold 2209 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-static-1.d -rw-rw-rw- gingold/gingold 730 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-relax-static-3.d -rw-rw-rw- gingold/gingold 114 2005-02-17 18:11 binutils-2.23.2/ld/testsuite/ld-frv/tls-shared-1-fail.d -rw-rw-rw- gingold/gingold 2501 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-shared-1.d -rw-rw-rw- gingold/gingold 10935 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-shared-2.d -rw-rw-rw- gingold/gingold 761 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-shared-3.d -rw-rw-rw- gingold/gingold 2474 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-static-1.d -rw-rw-rw- gingold/gingold 732 2006-12-05 03:40 binutils-2.23.2/ld/testsuite/ld-frv/tls-static-3.d -rw-rw-rw- gingold/gingold 2007 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-frv/tls.exp -rw-rw-rw- gingold/gingold 188 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-gc/abi-note.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-gc -rw-rw-rw- gingold/gingold 285 2010-01-07 14:44 binutils-2.23.2/ld/testsuite/ld-gc/abi-note.s -rw-rw-rw- gingold/gingold 8 2010-01-26 14:21 binutils-2.23.2/ld/testsuite/ld-gc/dummy.s -rw-rw-rw- gingold/gingold 715 2008-10-29 09:29 binutils-2.23.2/ld/testsuite/ld-gc/gc.c -rw-rw-rw- gingold/gingold 4080 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-gc/gc.exp -rw-rw-rw- gingold/gingold 304 2011-10-19 09:17 binutils-2.23.2/ld/testsuite/ld-gc/libpersonality.s -rw-rw-rw- gingold/gingold 128 2008-01-11 10:11 binutils-2.23.2/ld/testsuite/ld-gc/noent.d -rw-rw-rw- gingold/gingold 37 2008-01-11 10:11 binutils-2.23.2/ld/testsuite/ld-gc/noent.s -rw-rw-rw- gingold/gingold 242 2011-10-19 09:17 binutils-2.23.2/ld/testsuite/ld-gc/personality.d -rw-rw-rw- gingold/gingold 529 2011-10-19 09:17 binutils-2.23.2/ld/testsuite/ld-gc/personality.s -rw-rw-rw- gingold/gingold 144 2010-01-26 14:21 binutils-2.23.2/ld/testsuite/ld-gc/pr11218-1.c -rw-rw-rw- gingold/gingold 249 2010-11-17 00:41 binutils-2.23.2/ld/testsuite/ld-gc/pr11218-2.c -rw-rw-rw- gingold/gingold 238 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-gc/pr11218.d -rw-rw-rw- gingold/gingold 188 2012-02-22 17:27 binutils-2.23.2/ld/testsuite/ld-gc/pr13683.c -rw-rw-rw- gingold/gingold 427 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-gc/pr13683.d -rw-rw-rw- gingold/gingold 183 2012-06-21 05:33 binutils-2.23.2/ld/testsuite/ld-gc/start.d -rw-rw-rw- gingold/gingold 86 2011-03-30 19:41 binutils-2.23.2/ld/testsuite/ld-gc/start.s -rw-rw-rw- gingold/gingold 562 2004-07-27 18:47 binutils-2.23.2/ld/testsuite/ld-h8300/gcsection.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-h8300 -rw-rw-rw- gingold/gingold 781 2004-07-13 18:56 binutils-2.23.2/ld/testsuite/ld-h8300/gcsection.s -rw-rw-rw- gingold/gingold 1308 2010-09-29 08:20 binutils-2.23.2/ld/testsuite/ld-h8300/h8300.exp -rw-rw-rw- gingold/gingold 226 2004-07-27 18:47 binutils-2.23.2/ld/testsuite/ld-h8300/relax-2.d -rw-rw-rw- gingold/gingold 107 2003-07-04 12:25 binutils-2.23.2/ld/testsuite/ld-h8300/relax-2.s -rw-rw-rw- gingold/gingold 872 2004-07-22 18:52 binutils-2.23.2/ld/testsuite/ld-h8300/relax-3-coff.d -rw-rw-rw- gingold/gingold 824 2004-07-27 18:47 binutils-2.23.2/ld/testsuite/ld-h8300/relax-3.d -rw-rw-rw- gingold/gingold 542 2003-07-11 16:59 binutils-2.23.2/ld/testsuite/ld-h8300/relax-3.s -rw-rw-rw- gingold/gingold 2134 2004-07-22 18:52 binutils-2.23.2/ld/testsuite/ld-h8300/relax-4-coff.d -rw-rw-rw- gingold/gingold 1231 2004-07-27 18:47 binutils-2.23.2/ld/testsuite/ld-h8300/relax-4.d -rw-rw-rw- gingold/gingold 1474 2004-01-12 16:02 binutils-2.23.2/ld/testsuite/ld-h8300/relax-4.s -rw-rw-rw- gingold/gingold 1253 2004-07-22 18:52 binutils-2.23.2/ld/testsuite/ld-h8300/relax-5-coff.d -rw-rw-rw- gingold/gingold 1205 2004-07-27 18:47 binutils-2.23.2/ld/testsuite/ld-h8300/relax-5.d -rw-rw-rw- gingold/gingold 1145 2004-02-09 13:15 binutils-2.23.2/ld/testsuite/ld-h8300/relax-5.s -rw-rw-rw- gingold/gingold 224 2004-07-27 18:47 binutils-2.23.2/ld/testsuite/ld-h8300/relax-6-coff.d -rw-rw-rw- gingold/gingold 227 2004-07-27 18:47 binutils-2.23.2/ld/testsuite/ld-h8300/relax-6.d -rw-rw-rw- gingold/gingold 64 2004-07-27 18:47 binutils-2.23.2/ld/testsuite/ld-h8300/relax-6.s -rw-rw-rw- gingold/gingold 410 2004-07-22 18:52 binutils-2.23.2/ld/testsuite/ld-h8300/relax.d -rw-rw-rw- gingold/gingold 130 2002-11-15 12:18 binutils-2.23.2/ld/testsuite/ld-h8300/relax.s -rw-rw-rw- gingold/gingold 202 2009-04-08 23:48 binutils-2.23.2/ld/testsuite/ld-i386/abs.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-i386 -rw-rw-rw- gingold/gingold 132 2005-07-18 08:23 binutils-2.23.2/ld/testsuite/ld-i386/abs.s -rw-rw-rw- gingold/gingold 131 2010-04-22 03:51 binutils-2.23.2/ld/testsuite/ld-i386/alloc.d -rw-rw-rw- gingold/gingold 95 2007-03-22 16:50 binutils-2.23.2/ld/testsuite/ld-i386/alloc.s -rw-rw-rw- gingold/gingold 343 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/alloc.t -rw-rw-rw- gingold/gingold 718 2007-04-05 15:47 binutils-2.23.2/ld/testsuite/ld-i386/combreloc.d -rw-rw-rw- gingold/gingold 414 2002-10-10 09:49 binutils-2.23.2/ld/testsuite/ld-i386/combreloc.s -rw-rw-rw- gingold/gingold 197 2010-07-15 02:42 binutils-2.23.2/ld/testsuite/ld-i386/compressed1.d -rw-rw-rw- gingold/gingold 2792 2010-07-15 02:42 binutils-2.23.2/ld/testsuite/ld-i386/compressed1.s -rw-rw-rw- gingold/gingold 89 2010-08-13 22:50 binutils-2.23.2/ld/testsuite/ld-i386/discarded1.d -rw-rw-rw- gingold/gingold 170 2010-08-13 22:50 binutils-2.23.2/ld/testsuite/ld-i386/discarded1.s -rw-rw-rw- gingold/gingold 90 2010-08-13 22:50 binutils-2.23.2/ld/testsuite/ld-i386/discarded1.t -rw-rw-rw- gingold/gingold 335 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/emit-relocs-nacl.rd -rw-rw-rw- gingold/gingold 335 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/emit-relocs.rd -rw-rw-rw- gingold/gingold 14 2006-02-28 08:16 binutils-2.23.2/ld/testsuite/ld-i386/emit-relocs.s -rw-rw-rw- gingold/gingold 2682 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-i386/export-class.exp -rw-rw-rw- gingold/gingold 150 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/hidden1.d -rw-rw-rw- gingold/gingold 121 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/hidden1.s -rw-rw-rw- gingold/gingold 204 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/hidden2.d -rw-rw-rw- gingold/gingold 102 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/hidden2.s -rw-rw-rw- gingold/gingold 150 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/hidden3.d -rw-rw-rw- gingold/gingold 110 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/hidden3.s -rw-rw-rw- gingold/gingold 544 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-i386/i386-export-class.rd -rw-rw-rw- gingold/gingold 550 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-i386/i386-export-class.xd -rw-rw-rw- gingold/gingold 8745 2012-06-11 15:23 binutils-2.23.2/ld/testsuite/ld-i386/i386.exp -rw-rw-rw- gingold/gingold 134 2010-07-14 02:30 binutils-2.23.2/ld/testsuite/ld-i386/nogot1.d -rw-rw-rw- gingold/gingold 127 2010-09-24 08:09 binutils-2.23.2/ld/testsuite/ld-i386/nogot1.s -rw-rw-rw- gingold/gingold 94 2010-10-01 06:47 binutils-2.23.2/ld/testsuite/ld-i386/nogot2.d -rw-rw-rw- gingold/gingold 85 2010-10-01 06:47 binutils-2.23.2/ld/testsuite/ld-i386/nogot2.s -rw-rw-rw- gingold/gingold 296 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/pcrel16.d -rw-rw-rw- gingold/gingold 110 2005-08-03 18:30 binutils-2.23.2/ld/testsuite/ld-i386/pcrel16.s -rw-rw-rw- gingold/gingold 226 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/pcrel16abs.d -rw-rw-rw- gingold/gingold 114 2007-03-07 09:54 binutils-2.23.2/ld/testsuite/ld-i386/pcrel16abs.s -rw-rw-rw- gingold/gingold 101 2006-01-18 22:07 binutils-2.23.2/ld/testsuite/ld-i386/pcrel8.d -rw-rw-rw- gingold/gingold 133 2005-07-18 08:23 binutils-2.23.2/ld/testsuite/ld-i386/pcrel8.s -rw-rw-rw- gingold/gingold 6202 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/plt-nacl.pd -rw-rw-rw- gingold/gingold 6429 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/plt-pic-nacl.pd -rw-rw-rw- gingold/gingold 691 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/plt-pic.pd -rw-rw-rw- gingold/gingold 72 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/plt-pic.s -rw-rw-rw- gingold/gingold 675 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/plt.pd -rw-rw-rw- gingold/gingold 74 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/plt.s -rw-rw-rw- gingold/gingold 94 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/pltlib.s -rw-rw-rw- gingold/gingold 246 2012-05-22 16:05 binutils-2.23.2/ld/testsuite/ld-i386/pr12570a.d -rw-rw-rw- gingold/gingold 108 2012-05-22 16:05 binutils-2.23.2/ld/testsuite/ld-i386/pr12570a.s -rw-rw-rw- gingold/gingold 254 2012-05-22 16:05 binutils-2.23.2/ld/testsuite/ld-i386/pr12570b.d -rw-rw-rw- gingold/gingold 99 2012-05-22 16:05 binutils-2.23.2/ld/testsuite/ld-i386/pr12570b.s -rw-rw-rw- gingold/gingold 101 2011-04-04 18:36 binutils-2.23.2/ld/testsuite/ld-i386/pr12627.d -rw-rw-rw- gingold/gingold 174 2011-04-04 18:36 binutils-2.23.2/ld/testsuite/ld-i386/pr12627.s -rw-rw-rw- gingold/gingold 357 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/pr12627.t -rw-rw-rw- gingold/gingold 764 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-i386/pr12718.d -rw-rw-rw- gingold/gingold 54 2011-05-01 15:38 binutils-2.23.2/ld/testsuite/ld-i386/pr12718.s -rw-rw-rw- gingold/gingold 916 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-i386/pr12921.d -rw-rw-rw- gingold/gingold 330 2011-06-24 16:03 binutils-2.23.2/ld/testsuite/ld-i386/pr12921.s -rw-rw-rw- gingold/gingold 428 2012-03-09 17:28 binutils-2.23.2/ld/testsuite/ld-i386/pr13302.d -rw-rw-rw- gingold/gingold 191 2011-10-21 21:37 binutils-2.23.2/ld/testsuite/ld-i386/pr13302.s -rw-rw-rw- gingold/gingold 132 2012-06-11 15:23 binutils-2.23.2/ld/testsuite/ld-i386/pr14215.d -rw-rw-rw- gingold/gingold 49 2012-06-11 15:23 binutils-2.23.2/ld/testsuite/ld-i386/pr14215.s -rw-rw-rw- gingold/gingold 145 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/protected1.d -rw-rw-rw- gingold/gingold 174 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/protected1.s -rw-rw-rw- gingold/gingold 301 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/protected2.d -rw-rw-rw- gingold/gingold 155 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/protected2.s -rw-rw-rw- gingold/gingold 272 2010-07-13 19:42 binutils-2.23.2/ld/testsuite/ld-i386/protected3.d -rw-rw-rw- gingold/gingold 189 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-i386/protected3.s -rw-rw-rw- gingold/gingold 98 2012-03-20 19:16 binutils-2.23.2/ld/testsuite/ld-i386/protected4.d -rw-rw-rw- gingold/gingold 171 2012-03-20 19:16 binutils-2.23.2/ld/testsuite/ld-i386/protected4.s -rw-rw-rw- gingold/gingold 84 2012-03-20 19:16 binutils-2.23.2/ld/testsuite/ld-i386/protected5.d -rw-rw-rw- gingold/gingold 186 2012-03-20 19:16 binutils-2.23.2/ld/testsuite/ld-i386/protected5.s -rw-rw-rw- gingold/gingold 417 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/reloc.d -rw-rw-rw- gingold/gingold 93 2002-09-30 05:35 binutils-2.23.2/ld/testsuite/ld-i386/reloc.s -rw-rw-rw- gingold/gingold 6756 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-i386/tlsbin-nacl.rd -rw-rw-rw- gingold/gingold 15400 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsbin.dd -rw-rw-rw- gingold/gingold 6731 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-i386/tlsbin.rd -rw-rw-rw- gingold/gingold 3276 2002-09-19 21:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsbin.s -rw-rw-rw- gingold/gingold 351 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsbin.sd -rw-rw-rw- gingold/gingold 541 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsbin.td -rw-rw-rw- gingold/gingold 6425 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-i386/tlsbindesc-nacl.rd -rw-rw-rw- gingold/gingold 14916 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsbindesc.dd -rw-rw-rw- gingold/gingold 6391 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-i386/tlsbindesc.rd -rw-rw-rw- gingold/gingold 3755 2006-01-18 22:07 binutils-2.23.2/ld/testsuite/ld-i386/tlsbindesc.s -rw-rw-rw- gingold/gingold 352 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsbindesc.sd -rw-rw-rw- gingold/gingold 542 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsbindesc.td -rw-rw-rw- gingold/gingold 3851 2007-08-23 18:13 binutils-2.23.2/ld/testsuite/ld-i386/tlsbinpic.s -rw-rw-rw- gingold/gingold 5744 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-i386/tlsdesc-nacl.rd -rw-rw-rw- gingold/gingold 13513 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsdesc.dd -rw-rw-rw- gingold/gingold 5718 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-i386/tlsdesc.rd -rw-rw-rw- gingold/gingold 6038 2006-01-18 22:07 binutils-2.23.2/ld/testsuite/ld-i386/tlsdesc.s -rw-rw-rw- gingold/gingold 680 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsdesc.sd -rw-rw-rw- gingold/gingold 510 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsdesc.td -rw-rw-rw- gingold/gingold 160 2002-10-01 11:10 binutils-2.23.2/ld/testsuite/ld-i386/tlsg.s -rw-rw-rw- gingold/gingold 172 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsg.sd -rw-rw-rw- gingold/gingold 403 2007-08-23 18:13 binutils-2.23.2/ld/testsuite/ld-i386/tlsgd1.dd -rw-rw-rw- gingold/gingold 243 2007-08-23 18:13 binutils-2.23.2/ld/testsuite/ld-i386/tlsgd1.s -rw-rw-rw- gingold/gingold 147 2009-06-19 18:00 binutils-2.23.2/ld/testsuite/ld-i386/tlsgd2.d -rw-rw-rw- gingold/gingold 173 2009-06-19 18:00 binutils-2.23.2/ld/testsuite/ld-i386/tlsgd2.s -rw-rw-rw- gingold/gingold 3833 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-i386/tlsgdesc-nacl.rd -rw-rw-rw- gingold/gingold 5324 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsgdesc.dd -rw-rw-rw- gingold/gingold 3807 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-i386/tlsgdesc.rd -rw-rw-rw- gingold/gingold 1792 2006-01-18 22:07 binutils-2.23.2/ld/testsuite/ld-i386/tlsgdesc.s -rw-rw-rw- gingold/gingold 553 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie1.dd -rw-rw-rw- gingold/gingold 309 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie1.s -rw-rw-rw- gingold/gingold 178 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie2.d -rw-rw-rw- gingold/gingold 186 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie2.s -rw-rw-rw- gingold/gingold 168 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie3.d -rw-rw-rw- gingold/gingold 186 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie3.s -rw-rw-rw- gingold/gingold 172 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie4.d -rw-rw-rw- gingold/gingold 186 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie4.s -rw-rw-rw- gingold/gingold 162 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie5.d -rw-rw-rw- gingold/gingold 180 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-i386/tlsie5.s -rw-rw-rw- gingold/gingold 420 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsindntpoff.dd -rw-rw-rw- gingold/gingold 423 2002-10-01 12:43 binutils-2.23.2/ld/testsuite/ld-i386/tlsindntpoff.s -rw-rw-rw- gingold/gingold 344 2008-12-18 23:47 binutils-2.23.2/ld/testsuite/ld-i386/tlsld1.dd -rw-rw-rw- gingold/gingold 186 2007-08-14 21:48 binutils-2.23.2/ld/testsuite/ld-i386/tlsld1.s -rw-rw-rw- gingold/gingold 308 2002-09-19 21:01 binutils-2.23.2/ld/testsuite/ld-i386/tlslib.s -rw-rw-rw- gingold/gingold 4268 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-i386/tlsnopic-nacl.rd -rw-rw-rw- gingold/gingold 5124 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsnopic.dd -rw-rw-rw- gingold/gingold 4240 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-i386/tlsnopic.rd -rw-rw-rw- gingold/gingold 291 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsnopic.sd -rw-rw-rw- gingold/gingold 2027 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-i386/tlsnopic1.s -rw-rw-rw- gingold/gingold 145 2002-09-19 21:01 binutils-2.23.2/ld/testsuite/ld-i386/tlsnopic2.s -rw-rw-rw- gingold/gingold 5982 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-i386/tlspic-nacl.rd -rw-rw-rw- gingold/gingold 14926 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlspic.dd -rw-rw-rw- gingold/gingold 5956 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-i386/tlspic.rd -rw-rw-rw- gingold/gingold 591 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlspic.sd -rw-rw-rw- gingold/gingold 510 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlspic.td -rw-rw-rw- gingold/gingold 6170 2002-09-19 21:01 binutils-2.23.2/ld/testsuite/ld-i386/tlspic1.s -rw-rw-rw- gingold/gingold 241 2002-09-19 21:01 binutils-2.23.2/ld/testsuite/ld-i386/tlspic2.s -rw-rw-rw- gingold/gingold 104 2009-08-03 01:55 binutils-2.23.2/ld/testsuite/ld-i386/tlspie1.d -rw-rw-rw- gingold/gingold 1034 2009-08-03 01:55 binutils-2.23.2/ld/testsuite/ld-i386/tlspie1.s -rw-rw-rw- gingold/gingold 206 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-i386/tlspie2.d -rw-rw-rw- gingold/gingold 181 2011-04-08 18:14 binutils-2.23.2/ld/testsuite/ld-i386/tlspie2.s -rw-rw-rw- gingold/gingold 1417 2009-04-28 14:46 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1-lib.dd -rw-rw-rw- gingold/gingold 234 2006-03-02 09:57 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1-lib.nd -rw-rw-rw- gingold/gingold 555 2011-07-27 22:58 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1-lib.rd -rw-rw-rw- gingold/gingold 424 2006-03-02 10:44 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1-lib.s -rw-rw-rw- gingold/gingold 36 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1-lib.td -rw-rw-rw- gingold/gingold 156 2006-03-03 10:32 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1-static.d -rw-rw-rw- gingold/gingold 1251 2009-04-28 14:46 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1.dd -rw-rw-rw- gingold/gingold 506 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1.ld -rw-rw-rw- gingold/gingold 1038 2006-03-02 09:54 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1.rd -rw-rw-rw- gingold/gingold 221 2006-02-28 08:17 binutils-2.23.2/ld/testsuite/ld-i386/vxworks1.s -rw-rw-rw- gingold/gingold 151 2006-03-03 10:32 binutils-2.23.2/ld/testsuite/ld-i386/vxworks2-static.sd -rw-rw-rw- gingold/gingold 65 2006-03-03 10:32 binutils-2.23.2/ld/testsuite/ld-i386/vxworks2.s -rw-rw-rw- gingold/gingold 225 2006-03-03 10:32 binutils-2.23.2/ld/testsuite/ld-i386/vxworks2.sd -rw-rw-rw- gingold/gingold 180 2007-04-05 18:16 binutils-2.23.2/ld/testsuite/ld-i386/warn1.d -rw-rw-rw- gingold/gingold 62 2007-04-05 18:16 binutils-2.23.2/ld/testsuite/ld-i386/warn1.s -rw-rw-rw- gingold/gingold 30 2005-07-18 08:23 binutils-2.23.2/ld/testsuite/ld-i386/zero.s -rw-rw-rw- gingold/gingold 2390 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-ia64/ia64.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-ia64 -rw-rw-rw- gingold/gingold 1755 2007-09-02 15:29 binutils-2.23.2/ld/testsuite/ld-ia64/line.exp -rw-rw-rw- gingold/gingold 241 2005-10-20 19:54 binutils-2.23.2/ld/testsuite/ld-ia64/link-order.d -rw-rw-rw- gingold/gingold 217 2009-10-07 20:33 binutils-2.23.2/ld/testsuite/ld-ia64/local1.d -rw-rw-rw- gingold/gingold 33 2009-10-07 20:33 binutils-2.23.2/ld/testsuite/ld-ia64/local1.map -rw-rw-rw- gingold/gingold 307 2009-10-07 20:33 binutils-2.23.2/ld/testsuite/ld-ia64/local1.s -rw-rw-rw- gingold/gingold 260 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge1.d -rw-rw-rw- gingold/gingold 254 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge1.s -rw-rw-rw- gingold/gingold 260 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge2.d -rw-rw-rw- gingold/gingold 254 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge2.s -rw-rw-rw- gingold/gingold 440 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge3.d -rw-rw-rw- gingold/gingold 339 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge3.s -rw-rw-rw- gingold/gingold 447 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge4.d -rw-rw-rw- gingold/gingold 422 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge4.s -rw-rw-rw- gingold/gingold 627 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge5.d -rw-rw-rw- gingold/gingold 503 2007-06-19 15:05 binutils-2.23.2/ld/testsuite/ld-ia64/merge5.s -rw-rw-rw- gingold/gingold 3211 2006-12-04 09:57 binutils-2.23.2/ld/testsuite/ld-ia64/tlsbin.dd -rw-rw-rw- gingold/gingold 4911 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-ia64/tlsbin.rd -rw-rw-rw- gingold/gingold 847 2005-02-14 09:02 binutils-2.23.2/ld/testsuite/ld-ia64/tlsbin.s -rw-rw-rw- gingold/gingold 337 2006-12-04 09:57 binutils-2.23.2/ld/testsuite/ld-ia64/tlsbin.sd -rw-rw-rw- gingold/gingold 504 2005-01-28 09:21 binutils-2.23.2/ld/testsuite/ld-ia64/tlsbin.td -rw-rw-rw- gingold/gingold 1887 2005-02-14 09:02 binutils-2.23.2/ld/testsuite/ld-ia64/tlsbinpic.s -rw-rw-rw- gingold/gingold 196 2003-01-16 22:31 binutils-2.23.2/ld/testsuite/ld-ia64/tlsg.s -rw-rw-rw- gingold/gingold 160 2003-09-30 20:03 binutils-2.23.2/ld/testsuite/ld-ia64/tlsg.sd -rw-rw-rw- gingold/gingold 336 2003-01-16 22:31 binutils-2.23.2/ld/testsuite/ld-ia64/tlslib.s -rw-rw-rw- gingold/gingold 2545 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-ia64/tlspic.dd -rw-rw-rw- gingold/gingold 4695 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-ia64/tlspic.rd -rw-rw-rw- gingold/gingold 352 2005-07-08 18:20 binutils-2.23.2/ld/testsuite/ld-ia64/tlspic.sd -rw-rw-rw- gingold/gingold 473 2005-01-28 09:21 binutils-2.23.2/ld/testsuite/ld-ia64/tlspic.td -rw-rw-rw- gingold/gingold 2159 2005-02-14 09:02 binutils-2.23.2/ld/testsuite/ld-ia64/tlspic1.s -rw-rw-rw- gingold/gingold 241 2003-01-16 22:31 binutils-2.23.2/ld/testsuite/ld-ia64/tlspic2.s -rw-rw-rw- gingold/gingold 2404 2007-09-02 15:29 binutils-2.23.2/ld/testsuite/ld-ia64/undefined.s -rw-rw-rw- gingold/gingold 3204 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-ifunc/binutils.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-ifunc -rw-rw-rw- gingold/gingold 142 2011-06-20 19:12 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-1-local-x86.d -rw-rw-rw- gingold/gingold 192 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-1-local-x86.s -rw-rw-rw- gingold/gingold 142 2011-06-20 19:12 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-1-x86.d -rw-rw-rw- gingold/gingold 239 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-1-x86.s -rw-rw-rw- gingold/gingold 137 2010-07-13 18:59 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-10-i386.d -rw-rw-rw- gingold/gingold 544 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-10-i386.s -rw-rw-rw- gingold/gingold 130 2010-07-13 18:59 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-10-x86-64.d -rw-rw-rw- gingold/gingold 515 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-10-x86-64.s -rw-rw-rw- gingold/gingold 137 2010-07-13 18:59 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-11-i386.d -rw-rw-rw- gingold/gingold 559 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-11-i386.s -rw-rw-rw- gingold/gingold 130 2010-07-13 18:59 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-11-x86-64.d -rw-rw-rw- gingold/gingold 537 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-11-x86-64.s -rw-rw-rw- gingold/gingold 145 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-12-i386.d -rw-rw-rw- gingold/gingold 524 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-12-i386.s -rw-rw-rw- gingold/gingold 138 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-12-x86-64.d -rw-rw-rw- gingold/gingold 495 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-12-x86-64.s -rw-rw-rw- gingold/gingold 637 2011-09-12 20:17 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-13-i386.d -rw-rw-rw- gingold/gingold 501 2011-09-12 20:17 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-13-x86-64.d -rw-rw-rw- gingold/gingold 119 2012-05-28 16:20 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-13a-i386.s -rw-rw-rw- gingold/gingold 122 2012-05-31 19:16 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s -rw-rw-rw- gingold/gingold 84 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-13b-i386.s -rw-rw-rw- gingold/gingold 84 2011-01-06 19:45 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-13b-x86-64.s -rw-rw-rw- gingold/gingold 176 2012-12-20 19:51 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14a-i386.d -rw-rw-rw- gingold/gingold 162 2012-12-20 19:51 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14a-x86-64.d -rw-rw-rw- gingold/gingold 86 2011-04-22 00:25 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14a.s -rw-rw-rw- gingold/gingold 176 2012-12-20 19:51 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14b-i386.d -rw-rw-rw- gingold/gingold 162 2012-12-20 19:51 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14b-x86-64.d -rw-rw-rw- gingold/gingold 75 2011-04-22 00:25 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14b.s -rw-rw-rw- gingold/gingold 179 2012-12-20 19:51 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14c-i386.d -rw-rw-rw- gingold/gingold 175 2012-12-20 19:51 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14c-x86-64.d -rw-rw-rw- gingold/gingold 86 2012-12-21 19:21 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14c.s -rw-rw-rw- gingold/gingold 179 2012-12-20 19:51 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14d-i386.d -rw-rw-rw- gingold/gingold 175 2012-12-20 19:51 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14d-x86-64.d -rw-rw-rw- gingold/gingold 200 2012-12-21 19:21 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14e-i386.d -rw-rw-rw- gingold/gingold 196 2012-12-21 19:21 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14e-x86-64.d -rw-rw-rw- gingold/gingold 200 2012-12-21 19:21 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14f-i386.d -rw-rw-rw- gingold/gingold 196 2012-12-21 19:21 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-14f-x86-64.d -rw-rw-rw- gingold/gingold 463 2011-09-12 20:17 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-15-i386.d -rw-rw-rw- gingold/gingold 171 2012-05-28 16:20 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-15-i386.s -rw-rw-rw- gingold/gingold 476 2011-09-12 20:17 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-15-x86-64.d -rw-rw-rw- gingold/gingold 183 2012-05-31 19:16 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s -rw-rw-rw- gingold/gingold 281 2011-10-21 17:13 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-16-i386.d -rw-rw-rw- gingold/gingold 294 2011-10-21 17:13 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-16-x86-64.d -rw-rw-rw- gingold/gingold 280 2011-10-21 17:13 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-16-x86.s -rw-rw-rw- gingold/gingold 198 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-17a-i386.d -rw-rw-rw- gingold/gingold 191 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-17a-x86-64.d -rw-rw-rw- gingold/gingold 121 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-17a.s -rw-rw-rw- gingold/gingold 198 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-17b-i386.d -rw-rw-rw- gingold/gingold 191 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-17b-x86-64.d -rw-rw-rw- gingold/gingold 80 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-17b.s -rw-rw-rw- gingold/gingold 421 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-18a-i386.d -rw-rw-rw- gingold/gingold 451 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-18a-x86-64.d -rw-rw-rw- gingold/gingold 96 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-18a.s -rw-rw-rw- gingold/gingold 421 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-18b-i386.d -rw-rw-rw- gingold/gingold 451 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-18b-x86-64.d -rw-rw-rw- gingold/gingold 188 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-18b.s -rw-rw-rw- gingold/gingold 375 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-19a-i386.d -rw-rw-rw- gingold/gingold 393 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-19a-x86-64.d -rw-rw-rw- gingold/gingold 97 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-19a.s -rw-rw-rw- gingold/gingold 375 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-19b-i386.d -rw-rw-rw- gingold/gingold 393 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-19b-x86-64.d -rw-rw-rw- gingold/gingold 188 2012-12-20 19:52 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-19b.s -rw-rw-rw- gingold/gingold 145 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-2-i386.d -rw-rw-rw- gingold/gingold 338 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-2-i386.s -rw-rw-rw- gingold/gingold 145 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-2-local-i386.d -rw-rw-rw- gingold/gingold 291 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-2-local-i386.s -rw-rw-rw- gingold/gingold 230 2009-07-10 16:03 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-2-local-x86-64.d -rw-rw-rw- gingold/gingold 262 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-2-local-x86-64.s -rw-rw-rw- gingold/gingold 230 2009-07-10 16:03 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-2-x86-64.d -rw-rw-rw- gingold/gingold 262 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-2-x86-64.s -rw-rw-rw- gingold/gingold 242 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-3-x86.s -rw-rw-rw- gingold/gingold 173 2012-05-04 22:01 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-3a-x86.d -rw-rw-rw- gingold/gingold 159 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-3b-x86.d -rw-rw-rw- gingold/gingold 128 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-4-local-x86.d -rw-rw-rw- gingold/gingold 291 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-4-local-x86.s -rw-rw-rw- gingold/gingold 128 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-4-x86.d -rw-rw-rw- gingold/gingold 302 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-4-x86.s -rw-rw-rw- gingold/gingold 154 2009-11-09 15:37 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-4a-x86.d -rw-rw-rw- gingold/gingold 385 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5-i386.s -rw-rw-rw- gingold/gingold 374 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5-local-i386.s -rw-rw-rw- gingold/gingold 313 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5-local-x86-64.s -rw-rw-rw- gingold/gingold 324 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5-x86-64.s -rw-rw-rw- gingold/gingold 216 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5a-i386.d -rw-rw-rw- gingold/gingold 222 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5a-local-i386.d -rw-rw-rw- gingold/gingold 229 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5a-local-x86-64.d -rw-rw-rw- gingold/gingold 223 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5a-x86-64.d -rw-rw-rw- gingold/gingold 386 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5b-i386.d -rw-rw-rw- gingold/gingold 245 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5b-local-i386.d -rw-rw-rw- gingold/gingold 252 2009-06-14 03:39 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5b-local-x86-64.d -rw-rw-rw- gingold/gingold 398 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5b-x86-64.d -rw-rw-rw- gingold/gingold 373 2009-07-16 16:23 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5r-local-i386.d -rw-rw-rw- gingold/gingold 304 2009-07-16 16:23 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-5r-local-x86-64.d -rw-rw-rw- gingold/gingold 401 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-6-i386.s -rw-rw-rw- gingold/gingold 340 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-6-x86-64.s -rw-rw-rw- gingold/gingold 216 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-6a-i386.d -rw-rw-rw- gingold/gingold 223 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-6a-x86-64.d -rw-rw-rw- gingold/gingold 372 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-6b-i386.d -rw-rw-rw- gingold/gingold 388 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-6b-x86-64.d -rw-rw-rw- gingold/gingold 398 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-7-i386.s -rw-rw-rw- gingold/gingold 337 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-7-x86-64.s -rw-rw-rw- gingold/gingold 216 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-7a-i386.d -rw-rw-rw- gingold/gingold 223 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-7a-x86-64.d -rw-rw-rw- gingold/gingold 224 2009-06-02 19:31 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-7b-i386.d -rw-rw-rw- gingold/gingold 231 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-7b-x86-64.d -rw-rw-rw- gingold/gingold 242 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-8-i386.d -rw-rw-rw- gingold/gingold 251 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-8-x86-64.d -rw-rw-rw- gingold/gingold 274 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-8a-i386.s -rw-rw-rw- gingold/gingold 214 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-8a-x86-64.s -rw-rw-rw- gingold/gingold 103 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-8b-i386.s -rw-rw-rw- gingold/gingold 103 2009-06-03 19:32 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-8b-x86-64.s -rw-rw-rw- gingold/gingold 213 2009-06-15 15:28 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-9-x86.d -rw-rw-rw- gingold/gingold 295 2009-06-15 00:13 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-9-x86.s -rw-rw-rw- gingold/gingold 10 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-common-1.out -rw-rw-rw- gingold/gingold 89 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-common-1a.c -rw-rw-rw- gingold/gingold 190 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc-common-1b.c -rw-rw-rw- gingold/gingold 12894 2012-09-24 14:18 binutils-2.23.2/ld/testsuite/ld-ifunc/ifunc.exp -rw-rw-rw- gingold/gingold 725 2009-06-01 15:11 binutils-2.23.2/ld/testsuite/ld-ifunc/lib.c -rw-rw-rw- gingold/gingold 761 2009-04-30 17:47 binutils-2.23.2/ld/testsuite/ld-ifunc/prog.c -rw-rw-rw- gingold/gingold 104 2009-07-21 23:37 binutils-2.23.2/ld/testsuite/ld-ifunc/test-1.c -rw-rw-rw- gingold/gingold 136 2009-07-21 23:37 binutils-2.23.2/ld/testsuite/ld-ifunc/test-2.c -rw-rw-rw- gingold/gingold 27 2009-04-16 06:24 binutils-2.23.2/ld/testsuite/ld-libs/lib-1.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-libs -rw-rw-rw- gingold/gingold 37 2007-03-29 19:16 binutils-2.23.2/ld/testsuite/ld-libs/lib-2.d -rw-rw-rw- gingold/gingold 27 2009-04-16 06:24 binutils-2.23.2/ld/testsuite/ld-libs/lib-2.s -rw-rw-rw- gingold/gingold 1164 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-libs/libs.exp -rw-rw-rw- gingold/gingold 1642 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-linkonce/linkonce.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-linkonce -rw-rw-rw- gingold/gingold 760 2007-04-24 06:29 binutils-2.23.2/ld/testsuite/ld-linkonce/x.s -rw-rw-rw- gingold/gingold 1091 2007-04-24 06:29 binutils-2.23.2/ld/testsuite/ld-linkonce/y.s -rw-rw-rw- gingold/gingold 153 2007-04-24 06:29 binutils-2.23.2/ld/testsuite/ld-linkonce/zeroeh.ld -rw-rw-rw- gingold/gingold 717 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-linkonce/zeroehl32.d -rw-rw-rw- gingold/gingold 1280 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/adj-brset.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-m68hc11 -rw-rw-rw- gingold/gingold 969 2002-10-14 23:20 binutils-2.23.2/ld/testsuite/ld-m68hc11/adj-brset.s -rw-rw-rw- gingold/gingold 1984 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/adj-jump.d -rw-rw-rw- gingold/gingold 1213 2002-10-14 23:20 binutils-2.23.2/ld/testsuite/ld-m68hc11/adj-jump.s -rw-rw-rw- gingold/gingold 258 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/bug-1403.d -rw-rw-rw- gingold/gingold 387 2002-10-14 23:20 binutils-2.23.2/ld/testsuite/ld-m68hc11/bug-1403.s -rw-rw-rw- gingold/gingold 354 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/bug-1417.d -rw-rw-rw- gingold/gingold 390 2002-12-01 14:25 binutils-2.23.2/ld/testsuite/ld-m68hc11/bug-1417.s -rw-rw-rw- gingold/gingold 356 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/bug-3331.d -rw-rw-rw- gingold/gingold 491 2003-04-26 13:53 binutils-2.23.2/ld/testsuite/ld-m68hc11/bug-3331.s -rw-rw-rw- gingold/gingold 2572 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/far-hc11.d -rw-rw-rw- gingold/gingold 1883 2003-04-21 15:30 binutils-2.23.2/ld/testsuite/ld-m68hc11/far-hc11.s -rw-rw-rw- gingold/gingold 2175 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/far-hc12.d -rw-rw-rw- gingold/gingold 214 2003-04-21 15:30 binutils-2.23.2/ld/testsuite/ld-m68hc11/far-hc12.ld -rw-rw-rw- gingold/gingold 1430 2003-04-21 15:30 binutils-2.23.2/ld/testsuite/ld-m68hc11/far-hc12.s -rw-rw-rw- gingold/gingold 93 2003-05-13 21:11 binutils-2.23.2/ld/testsuite/ld-m68hc11/link-hc12.s -rw-rw-rw- gingold/gingold 548 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/link-hcs12.d -rw-rw-rw- gingold/gingold 114 2003-05-13 21:11 binutils-2.23.2/ld/testsuite/ld-m68hc11/link-hcs12.s -rw-rw-rw- gingold/gingold 1351 2012-02-13 03:31 binutils-2.23.2/ld/testsuite/ld-m68hc11/m68hc11.exp -rw-rw-rw- gingold/gingold 2530 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/relax-direct.d -rw-rw-rw- gingold/gingold 1312 2002-10-14 23:20 binutils-2.23.2/ld/testsuite/ld-m68hc11/relax-direct.s -rw-rw-rw- gingold/gingold 2652 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/relax-group.d -rw-rw-rw- gingold/gingold 2211 2002-10-14 23:20 binutils-2.23.2/ld/testsuite/ld-m68hc11/relax-group.s -rw-rw-rw- gingold/gingold 903 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/xgate-link.d -rw-rw-rw- gingold/gingold 493 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/xgate-link.s -rw-rw-rw- gingold/gingold 366 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/xgate-offset.d -rw-rw-rw- gingold/gingold 153 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/xgate-offset.s -rw-rw-rw- gingold/gingold 719 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/xgate1.d -rw-rw-rw- gingold/gingold 289 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/xgate1.s -rw-rw-rw- gingold/gingold 196 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-m68hc11/xgate2.s -rw-rw-rw- gingold/gingold 842 2008-06-29 14:56 binutils-2.23.2/ld/testsuite/ld-m68k/got-1.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-m68k -rw-rw-rw- gingold/gingold 308 2008-06-29 14:56 binutils-2.23.2/ld/testsuite/ld-m68k/got-1.s -rw-rw-rw- gingold/gingold 809 2009-02-03 15:36 binutils-2.23.2/ld/testsuite/ld-m68k/got-multigot-12-13-14-34-35-ok.d -rw-rw-rw- gingold/gingold 809 2009-02-03 15:36 binutils-2.23.2/ld/testsuite/ld-m68k/got-multigot-14-ok.d -rw-rw-rw- gingold/gingold 69 2008-07-11 19:19 binutils-2.23.2/ld/testsuite/ld-m68k/got-multigot-15-er.d -rw-rw-rw- gingold/gingold 809 2009-02-03 15:36 binutils-2.23.2/ld/testsuite/ld-m68k/got-negative-12-13-14-34-ok.d -rw-rw-rw- gingold/gingold 84 2008-07-11 19:19 binutils-2.23.2/ld/testsuite/ld-m68k/got-negative-12-13-14-35-er.d -rw-rw-rw- gingold/gingold 809 2009-02-03 15:36 binutils-2.23.2/ld/testsuite/ld-m68k/got-negative-14-ok.d -rw-rw-rw- gingold/gingold 69 2008-07-11 19:19 binutils-2.23.2/ld/testsuite/ld-m68k/got-negative-15-er.d -rw-rw-rw- gingold/gingold 805 2008-07-11 19:19 binutils-2.23.2/ld/testsuite/ld-m68k/got-single-12-ok.d -rw-rw-rw- gingold/gingold 82 2008-07-11 19:19 binutils-2.23.2/ld/testsuite/ld-m68k/got-single-13-er.d -rw-rw-rw- gingold/gingold 809 2008-07-11 19:19 binutils-2.23.2/ld/testsuite/ld-m68k/got-xgot-12-13-14-15-34-35-ok.d -rw-rw-rw- gingold/gingold 809 2008-07-11 19:19 binutils-2.23.2/ld/testsuite/ld-m68k/got-xgot-15-ok.d -rw-rw-rw- gingold/gingold 93 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isaa-mac.d -rw-rw-rw- gingold/gingold 22 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isaa-mac.s -rw-rw-rw- gingold/gingold 25 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isaa-nodiv.s -rw-rw-rw- gingold/gingold 84 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isaa.d -rw-rw-rw- gingold/gingold 18 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isaa.s -rw-rw-rw- gingold/gingold 86 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isaaplus.d -rw-rw-rw- gingold/gingold 22 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isaaplus.s -rw-rw-rw- gingold/gingold 107 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isab-float.d -rw-rw-rw- gingold/gingold 24 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isab-float.s -rw-rw-rw- gingold/gingold 25 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isab-nousp.s -rw-rw-rw- gingold/gingold 84 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isab.d -rw-rw-rw- gingold/gingold 18 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/isab.s -rw-rw-rw- gingold/gingold 6453 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-m68k/m68k-got.exp -rw-rw-rw- gingold/gingold 3306 2012-03-19 16:07 binutils-2.23.2/ld/testsuite/ld-m68k/m68k.exp -rw-rw-rw- gingold/gingold 155 2007-05-17 15:11 binutils-2.23.2/ld/testsuite/ld-m68k/merge-error-1a.d -rw-rw-rw- gingold/gingold 5 2006-03-25 11:24 binutils-2.23.2/ld/testsuite/ld-m68k/merge-error-1a.s -rw-rw-rw- gingold/gingold 163 2007-05-17 15:11 binutils-2.23.2/ld/testsuite/ld-m68k/merge-error-1b.d -rw-rw-rw- gingold/gingold 5 2006-03-25 11:24 binutils-2.23.2/ld/testsuite/ld-m68k/merge-error-1b.s -rw-rw-rw- gingold/gingold 163 2007-05-17 15:11 binutils-2.23.2/ld/testsuite/ld-m68k/merge-error-1c.d -rw-rw-rw- gingold/gingold 177 2007-05-17 15:11 binutils-2.23.2/ld/testsuite/ld-m68k/merge-error-1d.d -rw-rw-rw- gingold/gingold 198 2007-05-17 15:11 binutils-2.23.2/ld/testsuite/ld-m68k/merge-error-1e.d -rw-rw-rw- gingold/gingold 141 2006-03-25 11:24 binutils-2.23.2/ld/testsuite/ld-m68k/merge-ok-1a.d -rw-rw-rw- gingold/gingold 204 2006-03-25 11:24 binutils-2.23.2/ld/testsuite/ld-m68k/merge-ok-1b.d -rw-rw-rw- gingold/gingold 138 2006-07-12 14:47 binutils-2.23.2/ld/testsuite/ld-m68k/merge-ok-1c.d -rw-rw-rw- gingold/gingold 151 2006-03-06 14:42 binutils-2.23.2/ld/testsuite/ld-m68k/merge.ld -rw-rw-rw- gingold/gingold 1132 2006-09-21 11:41 binutils-2.23.2/ld/testsuite/ld-m68k/plt1-68020.d -rw-rw-rw- gingold/gingold 1304 2006-06-14 10:27 binutils-2.23.2/ld/testsuite/ld-m68k/plt1-cpu32.d -rw-rw-rw- gingold/gingold 24 2006-06-14 10:27 binutils-2.23.2/ld/testsuite/ld-m68k/plt1-empty.s -rw-rw-rw- gingold/gingold 1649 2006-06-14 10:27 binutils-2.23.2/ld/testsuite/ld-m68k/plt1-isab.d -rw-rw-rw- gingold/gingold 1648 2007-04-27 18:24 binutils-2.23.2/ld/testsuite/ld-m68k/plt1-isac.d -rw-rw-rw- gingold/gingold 381 2006-06-14 10:27 binutils-2.23.2/ld/testsuite/ld-m68k/plt1.ld -rw-rw-rw- gingold/gingold 48 2006-06-14 10:27 binutils-2.23.2/ld/testsuite/ld-m68k/plt1.s -rw-rw-rw- gingold/gingold 22 2009-08-26 15:35 binutils-2.23.2/ld/testsuite/ld-m68k/tls-def-1.d -rw-rw-rw- gingold/gingold 139 2009-08-26 15:35 binutils-2.23.2/ld/testsuite/ld-m68k/tls-def-1.s -rw-rw-rw- gingold/gingold 918 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-1.d -rw-rw-rw- gingold/gingold 19 2009-08-26 15:35 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-1.d2 -rw-rw-rw- gingold/gingold 363 2009-08-26 15:35 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-1.d3 -rw-rw-rw- gingold/gingold 210 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-1.s -rw-rw-rw- gingold/gingold 1106 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-2.d -rw-rw-rw- gingold/gingold 366 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-2.s -rw-rw-rw- gingold/gingold 223 2011-04-15 11:58 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-3.d -rw-rw-rw- gingold/gingold 245 2011-04-15 11:58 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-3.s -rw-rw-rw- gingold/gingold 1175 2011-04-15 11:58 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-ie-1.d -rw-rw-rw- gingold/gingold 359 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-gd-ie-1.s -rw-rw-rw- gingold/gingold 979 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-ie-1.d -rw-rw-rw- gingold/gingold 320 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-ie-1.s -rw-rw-rw- gingold/gingold 934 2012-05-17 08:13 binutils-2.23.2/ld/testsuite/ld-m68k/tls-ld-1.d -rw-rw-rw- gingold/gingold 336 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-ld-1.s -rw-rw-rw- gingold/gingold 536 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-ld-2.d -rw-rw-rw- gingold/gingold 294 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-ld-2.s -rw-rw-rw- gingold/gingold 320 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-le-1.s -rw-rw-rw- gingold/gingold 445 2009-08-26 15:35 binutils-2.23.2/ld/testsuite/ld-m68k/tls-main-1.d -rw-rw-rw- gingold/gingold 335 2009-08-26 15:35 binutils-2.23.2/ld/testsuite/ld-m68k/tls-main-1.s -rw-rw-rw- gingold/gingold 282 2009-02-03 15:48 binutils-2.23.2/ld/testsuite/ld-m68k/tls-no-1.s -rw-rw-rw- gingold/gingold 1258 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-mep/mep.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-mep -rw-rw-rw- gingold/gingold 167 2007-02-05 21:16 binutils-2.23.2/ld/testsuite/ld-mep/mep1.ld -rw-rw-rw- gingold/gingold 205 2007-02-05 21:16 binutils-2.23.2/ld/testsuite/ld-mep/mep1.s -rw-rw-rw- gingold/gingold 19 2007-06-29 18:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-0.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-mips-elf -rw-rw-rw- gingold/gingold 89 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-00.d -rw-rw-rw- gingold/gingold 183 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-01.d -rw-rw-rw- gingold/gingold 183 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-02.d -rw-rw-rw- gingold/gingold 162 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-03.d -rw-rw-rw- gingold/gingold 186 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-04.d -rw-rw-rw- gingold/gingold 164 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-05.d -rw-rw-rw- gingold/gingold 19 2007-06-29 18:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-1.s -rw-rw-rw- gingold/gingold 183 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d -rw-rw-rw- gingold/gingold 183 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-11.d -rw-rw-rw- gingold/gingold 141 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-12.d -rw-rw-rw- gingold/gingold 133 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-13.d -rw-rw-rw- gingold/gingold 143 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-14.d -rw-rw-rw- gingold/gingold 239 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-15.d -rw-rw-rw- gingold/gingold 19 2007-06-29 18:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-2.s -rw-rw-rw- gingold/gingold 183 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-20.d -rw-rw-rw- gingold/gingold 141 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-21.d -rw-rw-rw- gingold/gingold 183 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-22.d -rw-rw-rw- gingold/gingold 133 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-23.d -rw-rw-rw- gingold/gingold 119 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-24.d -rw-rw-rw- gingold/gingold 239 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-25.d -rw-rw-rw- gingold/gingold 19 2007-06-29 18:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-3.s -rw-rw-rw- gingold/gingold 162 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-30.d -rw-rw-rw- gingold/gingold 133 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-31.d -rw-rw-rw- gingold/gingold 133 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-32.d -rw-rw-rw- gingold/gingold 162 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-33.d -rw-rw-rw- gingold/gingold 133 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-34.d -rw-rw-rw- gingold/gingold 218 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-35.d -rw-rw-rw- gingold/gingold 19 2007-06-29 18:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-4.s -rw-rw-rw- gingold/gingold 186 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-40.d -rw-rw-rw- gingold/gingold 143 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-41.d -rw-rw-rw- gingold/gingold 119 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-42.d -rw-rw-rw- gingold/gingold 133 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-43.d -rw-rw-rw- gingold/gingold 186 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-44.d -rw-rw-rw- gingold/gingold 228 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-45.d -rw-rw-rw- gingold/gingold 19 2007-11-17 14:38 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-5.s -rw-rw-rw- gingold/gingold 131 2012-05-13 11:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/attr-gnu-4-51.d -rw-rw-rw- gingold/gingold 816 2006-10-16 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/branch-misc-1.d -rw-rw-rw- gingold/gingold 2804 2012-03-21 20:15 binutils-2.23.2/ld/testsuite/ld-mips-elf/comm-data.exp -rw-rw-rw- gingold/gingold 451 2008-03-21 17:29 binutils-2.23.2/ld/testsuite/ld-mips-elf/dyn-sec64.d -rw-rw-rw- gingold/gingold 474 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/dyn-sec64.ld -rw-rw-rw- gingold/gingold 273 2008-03-21 17:29 binutils-2.23.2/ld/testsuite/ld-mips-elf/dyn-sec64.s -rw-rw-rw- gingold/gingold 5739 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame1-n32.d -rw-rw-rw- gingold/gingold 9220 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame1-n64.d -rw-rw-rw- gingold/gingold 354 2012-05-13 11:45 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame1.ld -rw-rw-rw- gingold/gingold 3250 2005-01-31 21:39 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame1.s -rw-rw-rw- gingold/gingold 4557 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame2-n32.d -rw-rw-rw- gingold/gingold 6514 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame2-n64.d -rw-rw-rw- gingold/gingold 4618 2012-05-13 11:45 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame3.d -rw-rw-rw- gingold/gingold 3675 2012-05-13 11:45 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame4.d -rw-rw-rw- gingold/gingold 7723 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame5.d -rw-rw-rw- gingold/gingold 346 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame5.ld -rw-rw-rw- gingold/gingold 1394 2009-09-19 10:06 binutils-2.23.2/ld/testsuite/ld-mips-elf/eh-frame5.s -rw-rw-rw- gingold/gingold 10219 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-got-n32-embed.d -rw-rw-rw- gingold/gingold 10219 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-got-n32.d -rw-rw-rw- gingold/gingold 11870 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-got-n64-embed.d -rw-rw-rw- gingold/gingold 11870 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-got-n64-linux.d -rw-rw-rw- gingold/gingold 11806 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-got-n64.d -rw-rw-rw- gingold/gingold 14301 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-xgot-n32-embed.d -rw-rw-rw- gingold/gingold 14301 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-xgot-n32.d -rw-rw-rw- gingold/gingold 16337 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-xgot-n64-embed.d -rw-rw-rw- gingold/gingold 16337 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-xgot-n64-linux.d -rw-rw-rw- gingold/gingold 16270 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/elf-rel-xgot-n64.d -rw-rw-rw- gingold/gingold 1326 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/emit-relocs-1.d -rw-rw-rw- gingold/gingold 281 2006-03-14 08:47 binutils-2.23.2/ld/testsuite/ld-mips-elf/emit-relocs-1.ld -rw-rw-rw- gingold/gingold 319 2012-09-04 16:16 binutils-2.23.2/ld/testsuite/ld-mips-elf/emit-relocs-1a.s -rw-rw-rw- gingold/gingold 270 2012-09-04 16:16 binutils-2.23.2/ld/testsuite/ld-mips-elf/emit-relocs-1b.s -rw-rw-rw- gingold/gingold 365 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-def.s -rw-rw-rw- gingold/gingold 1004 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-n32.dd -rw-rw-rw- gingold/gingold 363 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-n32.gd -rw-rw-rw- gingold/gingold 292 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-n32.s -rw-rw-rw- gingold/gingold 1263 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-n64.dd -rw-rw-rw- gingold/gingold 483 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-n64.gd -rw-rw-rw- gingold/gingold 294 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-n64.s -rw-rw-rw- gingold/gingold 1011 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-o32-irix.dd -rw-rw-rw- gingold/gingold 1070 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-o32.dd -rw-rw-rw- gingold/gingold 363 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-o32.gd -rw-rw-rw- gingold/gingold 316 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16-o32.s -rw-rw-rw- gingold/gingold 342 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class-call16.ld -rw-rw-rw- gingold/gingold 3345 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-mips-elf/export-class.exp -rw-rw-rw- gingold/gingold 698 2008-08-07 22:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-dump-1.d -rw-rw-rw- gingold/gingold 364 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-dump-1.ld -rw-rw-rw- gingold/gingold 320 2008-03-20 11:53 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-dump-1.s -rw-rw-rw- gingold/gingold 920 2008-08-07 22:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-dump-2.d -rw-rw-rw- gingold/gingold 359 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-dump-2.ld -rw-rw-rw- gingold/gingold 339 2008-03-20 11:53 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-dump-2.s -rw-rw-rw- gingold/gingold 188 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-1.d -rw-rw-rw- gingold/gingold 470 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-1.ld -rw-rw-rw- gingold/gingold 1072 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-1.s -rw-rw-rw- gingold/gingold 235 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-2.d -rw-rw-rw- gingold/gingold 1237 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-2.s -rw-rw-rw- gingold/gingold 676 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-3.d -rw-rw-rw- gingold/gingold 1191 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-3a.s -rw-rw-rw- gingold/gingold 118 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-3b.s -rw-rw-rw- gingold/gingold 119 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-page-3c.s -rw-rw-rw- gingold/gingold 150 2008-08-07 21:58 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-vers-1.dd -rw-rw-rw- gingold/gingold 246 2008-08-07 21:58 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-vers-1.rd -rw-rw-rw- gingold/gingold 142 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-vers-1.sd -rw-rw-rw- gingold/gingold 31 2008-08-07 21:58 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-vers-1.ver -rw-rw-rw- gingold/gingold 22 2008-08-07 21:58 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-vers-1a.s -rw-rw-rw- gingold/gingold 102 2008-08-07 21:58 binutils-2.23.2/ld/testsuite/ld-mips-elf/got-vers-1b.s -rw-rw-rw- gingold/gingold 314 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden-64.rd -rw-rw-rw- gingold/gingold 365 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden-lib-64.rd -rw-rw-rw- gingold/gingold 259 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden-lib.rd -rw-rw-rw- gingold/gingold 75 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden-lib.s -rw-rw-rw- gingold/gingold 474 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden-ver-64.rd -rw-rw-rw- gingold/gingold 316 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden-ver.rd -rw-rw-rw- gingold/gingold 86 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden-ver.s -rw-rw-rw- gingold/gingold 28 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden-ver.ver -rw-rw-rw- gingold/gingold 208 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden.rd -rw-rw-rw- gingold/gingold 91 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden.s -rw-rw-rw- gingold/gingold 294 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/gp-hidden.sd -rw-rw-rw- gingold/gingold 5 2006-07-29 10:48 binutils-2.23.2/ld/testsuite/ld-mips-elf/hash1.s -rw-rw-rw- gingold/gingold 68 2006-07-29 10:48 binutils-2.23.2/ld/testsuite/ld-mips-elf/hash1a.d -rw-rw-rw- gingold/gingold 100 2006-07-29 10:48 binutils-2.23.2/ld/testsuite/ld-mips-elf/hash1b.d -rw-rw-rw- gingold/gingold 99 2006-07-29 10:48 binutils-2.23.2/ld/testsuite/ld-mips-elf/hash1c.d -rw-rw-rw- gingold/gingold 402 2006-10-16 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalbal.d -rw-rw-rw- gingold/gingold 305 2012-09-04 16:16 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalbal.s -rw-rw-rw- gingold/gingold 132 2006-10-16 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/jaloverflow-2.d -rw-rw-rw- gingold/gingold 125 2004-12-14 10:48 binutils-2.23.2/ld/testsuite/ld-mips-elf/jaloverflow-2.s -rw-rw-rw- gingold/gingold 417 2004-12-08 21:28 binutils-2.23.2/ld/testsuite/ld-mips-elf/jaloverflow.d -rw-rw-rw- gingold/gingold 180 2004-12-08 21:28 binutils-2.23.2/ld/testsuite/ld-mips-elf/jaloverflow.s -rw-rw-rw- gingold/gingold 274 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalx-1.d -rw-rw-rw- gingold/gingold 143 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalx-1.ld -rw-rw-rw- gingold/gingold 220 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalx-1.s -rw-rw-rw- gingold/gingold 652 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalx-2-ex.s -rw-rw-rw- gingold/gingold 1250 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalx-2-main.s -rw-rw-rw- gingold/gingold 617 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalx-2-printf.s -rw-rw-rw- gingold/gingold 1738 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalx-2.dd -rw-rw-rw- gingold/gingold 155 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/jalx-2.ld -rw-rw-rw- gingold/gingold 428 2010-01-13 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/jr-to-b-1.d -rw-rw-rw- gingold/gingold 617 2010-01-13 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/jr-to-b-1.s -rw-rw-rw- gingold/gingold 431 2010-01-13 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/jr-to-b-2.d -rw-rw-rw- gingold/gingold 607 2010-01-13 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/jr-to-b-2.s -rw-rw-rw- gingold/gingold 8 2003-01-02 22:31 binutils-2.23.2/ld/testsuite/ld-mips-elf/jr.s -rw-rw-rw- gingold/gingold 472 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips-32-export-class.rd -rw-rw-rw- gingold/gingold 550 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips-32-export-class.xd -rw-rw-rw- gingold/gingold 1354 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips-64-export-class.rd -rw-rw-rw- gingold/gingold 550 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips-64-export-class.xd -rw-rw-rw- gingold/gingold 8042 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips-dyn.ld -rw-rw-rw- gingold/gingold 6057 2010-12-31 12:00 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips-elf-flags.exp -rw-rw-rw- gingold/gingold 23013 2012-09-04 16:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips-elf.exp -rw-rw-rw- gingold/gingold 7902 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips-lib.ld -rw-rw-rw- gingold/gingold 176 2002-07-29 23:07 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-1.d -rw-rw-rw- gingold/gingold 20 2002-07-26 20:56 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-1a.s -rw-rw-rw- gingold/gingold 20 2002-07-26 20:56 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-1b.s -rw-rw-rw- gingold/gingold 313 2011-07-24 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-and-micromips.d -rw-rw-rw- gingold/gingold 150 2012-05-13 11:55 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-call-global-1.s -rw-rw-rw- gingold/gingold 80 2012-05-13 11:55 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-call-global-2.s -rw-rw-rw- gingold/gingold 140 2012-05-13 11:55 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-call-global-3.s -rw-rw-rw- gingold/gingold 798 2012-05-13 11:55 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-call-global.d -rw-rw-rw- gingold/gingold 13365 2005-02-15 20:57 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-hilo-n32.d -rw-rw-rw- gingold/gingold 13311 2005-02-15 20:57 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-hilo.d -rw-rw-rw- gingold/gingold 224 2005-02-15 20:57 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-hilo.ld -rw-rw-rw- gingold/gingold 331 2005-02-15 20:57 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-hilo.s -rw-rw-rw- gingold/gingold 1368 2006-11-02 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-intermix-1.s -rw-rw-rw- gingold/gingold 43174 2006-11-02 16:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-intermix-2.s -rw-rw-rw- gingold/gingold 5247 2010-12-31 12:00 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-intermix.d -rw-rw-rw- gingold/gingold 2495 2008-08-06 21:44 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-local-stubs-1.d -rw-rw-rw- gingold/gingold 726 2007-06-25 12:13 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-local-stubs-1.s -rw-rw-rw- gingold/gingold 168 2008-08-06 21:44 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-1-dummy.s -rw-rw-rw- gingold/gingold 24381 2010-09-19 12:26 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-1.dd -rw-rw-rw- gingold/gingold 1450 2010-09-19 12:26 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-1.gd -rw-rw-rw- gingold/gingold 3034 2008-08-06 21:44 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-1.inc -rw-rw-rw- gingold/gingold 493 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-1.ld -rw-rw-rw- gingold/gingold 3969 2008-08-06 21:44 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-1a.s -rw-rw-rw- gingold/gingold 313 2008-08-06 21:44 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-1b.s -rw-rw-rw- gingold/gingold 121 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-2.ad -rw-rw-rw- gingold/gingold 3852 2008-08-07 22:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-2.dd -rw-rw-rw- gingold/gingold 813 2008-08-07 22:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-2.gd -rw-rw-rw- gingold/gingold 332 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-2.nd -rw-rw-rw- gingold/gingold 277 2008-08-07 22:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-2.rd -rw-rw-rw- gingold/gingold 1471 2008-08-06 21:44 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-2a.s -rw-rw-rw- gingold/gingold 220 2008-08-06 21:44 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-2b.s -rw-rw-rw- gingold/gingold 5116 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-3.dd -rw-rw-rw- gingold/gingold 601 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-3.gd -rw-rw-rw- gingold/gingold 802 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-3.inc -rw-rw-rw- gingold/gingold 333 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-3.rd -rw-rw-rw- gingold/gingold 1356 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-3a.s -rw-rw-rw- gingold/gingold 229 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-3b.s -rw-rw-rw- gingold/gingold 58 2008-08-18 20:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-4.ver -rw-rw-rw- gingold/gingold 207 2008-08-18 20:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-4a.dd -rw-rw-rw- gingold/gingold 298 2008-08-18 20:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-4a.gd -rw-rw-rw- gingold/gingold 397 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-4a.nd -rw-rw-rw- gingold/gingold 609 2008-08-18 20:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-4a.s -rw-rw-rw- gingold/gingold 408 2008-08-18 20:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-4b.dd -rw-rw-rw- gingold/gingold 171 2008-08-18 20:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-4b.s -rw-rw-rw- gingold/gingold 654 2008-08-18 20:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/mips16-pic-4c.s -rw-rw-rw- gingold/gingold 205 2012-09-04 16:11 binutils-2.23.2/ld/testsuite/ld-mips-elf/mode-change-error-1.d -rw-rw-rw- gingold/gingold 204 2010-08-09 21:54 binutils-2.23.2/ld/testsuite/ld-mips-elf/mode-change-error-1a.s -rw-rw-rw- gingold/gingold 251 2010-08-09 21:54 binutils-2.23.2/ld/testsuite/ld-mips-elf/mode-change-error-1b.s -rw-rw-rw- gingold/gingold 389895 2003-01-28 01:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-1-1.s -rw-rw-rw- gingold/gingold 389895 2003-01-28 01:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-1-2.s -rw-rw-rw- gingold/gingold 533786 2011-12-10 06:54 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-1.d -rw-rw-rw- gingold/gingold 174 2007-10-12 19:07 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-hidden-1.d -rw-rw-rw- gingold/gingold 111 2007-10-12 19:07 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-hidden-1.s -rw-rw-rw- gingold/gingold 149 2007-10-12 19:07 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-hidden-2.d -rw-rw-rw- gingold/gingold 390006 2007-10-12 19:07 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-hidden-2.s -rw-rw-rw- gingold/gingold 439 2005-03-05 01:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-no-shared-1.s -rw-rw-rw- gingold/gingold 423 2005-03-05 01:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-no-shared-2.s -rw-rw-rw- gingold/gingold 533 2010-09-19 12:26 binutils-2.23.2/ld/testsuite/ld-mips-elf/multi-got-no-shared.d -rw-rw-rw- gingold/gingold 535 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/no-shared-1-n32.d -rw-rw-rw- gingold/gingold 569 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/no-shared-1-n64.d -rw-rw-rw- gingold/gingold 233 2008-07-10 21:06 binutils-2.23.2/ld/testsuite/ld-mips-elf/no-shared-1-n64.s -rw-rw-rw- gingold/gingold 488 2008-07-10 21:06 binutils-2.23.2/ld/testsuite/ld-mips-elf/no-shared-1-o32.d -rw-rw-rw- gingold/gingold 232 2008-07-10 21:06 binutils-2.23.2/ld/testsuite/ld-mips-elf/no-shared-1-o32.s -rw-rw-rw- gingold/gingold 184 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/no-shared-1.ld -rw-rw-rw- gingold/gingold 927 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-1-rel.dd -rw-rw-rw- gingold/gingold 235 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-1-rel.nd -rw-rw-rw- gingold/gingold 1047 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.dd -rw-rw-rw- gingold/gingold 142 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld -rw-rw-rw- gingold/gingold 409 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.nd -rw-rw-rw- gingold/gingold 341 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-1a.s -rw-rw-rw- gingold/gingold 103 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s -rw-rw-rw- gingold/gingold 434 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-2.d -rw-rw-rw- gingold/gingold 88 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-2a.s -rw-rw-rw- gingold/gingold 82 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-2b.s -rw-rw-rw- gingold/gingold 212 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3-error.d -rw-rw-rw- gingold/gingold 865 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3a.dd -rw-rw-rw- gingold/gingold 491 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3a.gd -rw-rw-rw- gingold/gingold 377 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3a.ld -rw-rw-rw- gingold/gingold 388 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3a.s -rw-rw-rw- gingold/gingold 664 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3a.sd -rw-rw-rw- gingold/gingold 891 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.ad -rw-rw-rw- gingold/gingold 1090 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.dd -rw-rw-rw- gingold/gingold 666 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.gd -rw-rw-rw- gingold/gingold 574 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.ld -rw-rw-rw- gingold/gingold 217 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.nd -rw-rw-rw- gingold/gingold 83 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.pd -rw-rw-rw- gingold/gingold 165 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.rd -rw-rw-rw- gingold/gingold 303 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.s -rw-rw-rw- gingold/gingold 845 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-3b.sd -rw-rw-rw- gingold/gingold 213 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4-error.d -rw-rw-rw- gingold/gingold 238 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4a.s -rw-rw-rw- gingold/gingold 858 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.ad -rw-rw-rw- gingold/gingold 172 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.dd -rw-rw-rw- gingold/gingold 154 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.gd -rw-rw-rw- gingold/gingold 513 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.ld -rw-rw-rw- gingold/gingold 334 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.nd -rw-rw-rw- gingold/gingold 302 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.rd -rw-rw-rw- gingold/gingold 164 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.s -rw-rw-rw- gingold/gingold 827 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.sd -rw-rw-rw- gingold/gingold 213 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5a.s -rw-rw-rw- gingold/gingold 1036 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.ad -rw-rw-rw- gingold/gingold 696 2009-07-17 11:45 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.dd -rw-rw-rw- gingold/gingold 713 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.gd -rw-rw-rw- gingold/gingold 608 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.ld -rw-rw-rw- gingold/gingold 272 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.nd -rw-rw-rw- gingold/gingold 159 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.pd -rw-rw-rw- gingold/gingold 566 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.rd -rw-rw-rw- gingold/gingold 95 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.s -rw-rw-rw- gingold/gingold 855 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.sd -rw-rw-rw- gingold/gingold 854 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.ad -rw-rw-rw- gingold/gingold 2528 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.dd -rw-rw-rw- gingold/gingold 1043 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.gd -rw-rw-rw- gingold/gingold 613 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.nd -rw-rw-rw- gingold/gingold 131 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.pd -rw-rw-rw- gingold/gingold 635 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.rd -rw-rw-rw- gingold/gingold 869 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.sd -rw-rw-rw- gingold/gingold 567 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32a.s -rw-rw-rw- gingold/gingold 537 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32b.s -rw-rw-rw- gingold/gingold 313 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s -rw-rw-rw- gingold/gingold 903 2012-09-04 16:18 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.ad -rw-rw-rw- gingold/gingold 2526 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.dd -rw-rw-rw- gingold/gingold 1435 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.gd -rw-rw-rw- gingold/gingold 607 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.nd -rw-rw-rw- gingold/gingold 178 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.pd -rw-rw-rw- gingold/gingold 980 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.rd -rw-rw-rw- gingold/gingold 785 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.sd -rw-rw-rw- gingold/gingold 567 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64a.s -rw-rw-rw- gingold/gingold 537 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64b.s -rw-rw-rw- gingold/gingold 313 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s -rw-rw-rw- gingold/gingold 854 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32.ad -rw-rw-rw- gingold/gingold 2528 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32.dd -rw-rw-rw- gingold/gingold 1043 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32.gd -rw-rw-rw- gingold/gingold 613 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32.nd -rw-rw-rw- gingold/gingold 131 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32.pd -rw-rw-rw- gingold/gingold 635 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32.rd -rw-rw-rw- gingold/gingold 869 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32.sd -rw-rw-rw- gingold/gingold 567 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32a.s -rw-rw-rw- gingold/gingold 442 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32b.s -rw-rw-rw- gingold/gingold 313 2008-08-08 21:24 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s -rw-rw-rw- gingold/gingold 682 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/pic-and-nonpic-6.ld -rw-rw-rw- gingold/gingold 207 2002-06-10 18:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/region1.d -rw-rw-rw- gingold/gingold 210 2002-06-10 18:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/region1.t -rw-rw-rw- gingold/gingold 34 2002-06-10 18:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/region1a.s -rw-rw-rw- gingold/gingold 19 2002-06-10 18:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/region1b.s -rw-rw-rw- gingold/gingold 532 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/rel32-n32.d -rw-rw-rw- gingold/gingold 512 2012-09-04 16:14 binutils-2.23.2/ld/testsuite/ld-mips-elf/rel32-o32.d -rw-rw-rw- gingold/gingold 42 2003-03-11 20:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/rel32.s -rw-rw-rw- gingold/gingold 651 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/rel64.d -rw-rw-rw- gingold/gingold 43 2003-03-11 20:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/rel64.s -rw-rw-rw- gingold/gingold 382 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/relax-jalr-n32-shared.d -rw-rw-rw- gingold/gingold 385 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/relax-jalr-n32.d -rw-rw-rw- gingold/gingold 378 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/relax-jalr-n64-shared.d -rw-rw-rw- gingold/gingold 381 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/relax-jalr-n64.d -rw-rw-rw- gingold/gingold 191 2003-06-12 00:51 binutils-2.23.2/ld/testsuite/ld-mips-elf/relax-jalr.s -rw-rw-rw- gingold/gingold 5163 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-1-n32.d -rw-rw-rw- gingold/gingold 9581 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-1-n64.d -rw-rw-rw- gingold/gingold 8189 2003-12-18 11:25 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-1-rel.d -rw-rw-rw- gingold/gingold 1993 2003-12-18 11:25 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-1a.s -rw-rw-rw- gingold/gingold 2435 2003-12-18 11:25 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-1b.s -rw-rw-rw- gingold/gingold 3605 2003-12-18 11:25 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-2.d -rw-rw-rw- gingold/gingold 143 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-2.ld -rw-rw-rw- gingold/gingold 1397 2003-12-18 11:25 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-2a.s -rw-rw-rw- gingold/gingold 1656 2003-12-18 11:25 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-2b.s -rw-rw-rw- gingold/gingold 517 2006-10-16 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-3-n32.d -rw-rw-rw- gingold/gingold 462 2006-10-16 23:34 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-3.d -rw-rw-rw- gingold/gingold 98 2007-08-01 19:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-4.d -rw-rw-rw- gingold/gingold 109 2007-08-01 19:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-4.s -rw-rw-rw- gingold/gingold 98 2007-08-01 19:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-5.d -rw-rw-rw- gingold/gingold 125 2007-08-01 19:41 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-5.s -rw-rw-rw- gingold/gingold 193 2011-05-15 20:52 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-6a.s -rw-rw-rw- gingold/gingold 203 2011-05-15 20:52 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-6b.s -rw-rw-rw- gingold/gingold 501 2008-09-20 11:47 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-estimate-1.d -rw-rw-rw- gingold/gingold 473 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-estimate-1.ld -rw-rw-rw- gingold/gingold 77 2008-08-07 21:50 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-estimate-1a.s -rw-rw-rw- gingold/gingold 102 2008-08-07 21:50 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-estimate-1b.s -rw-rw-rw- gingold/gingold 436 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-merge-lo16.d -rw-rw-rw- gingold/gingold 137 2004-07-08 17:43 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-merge-lo16.ld -rw-rw-rw- gingold/gingold 390 2004-07-08 17:43 binutils-2.23.2/ld/testsuite/ld-mips-elf/reloc-merge-lo16.s -rw-rw-rw- gingold/gingold 357 2006-06-11 10:33 binutils-2.23.2/ld/testsuite/ld-mips-elf/stub-dynsym-1-10000.d -rw-rw-rw- gingold/gingold 360 2006-06-11 10:33 binutils-2.23.2/ld/testsuite/ld-mips-elf/stub-dynsym-1-2fe80.d -rw-rw-rw- gingold/gingold 312 2006-06-11 10:33 binutils-2.23.2/ld/testsuite/ld-mips-elf/stub-dynsym-1-7fff.d -rw-rw-rw- gingold/gingold 313 2006-06-11 10:33 binutils-2.23.2/ld/testsuite/ld-mips-elf/stub-dynsym-1-8000.d -rw-rw-rw- gingold/gingold 313 2006-06-11 10:33 binutils-2.23.2/ld/testsuite/ld-mips-elf/stub-dynsym-1-fff0.d -rw-rw-rw- gingold/gingold 324 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/stub-dynsym-1.ld -rw-rw-rw- gingold/gingold 127 2006-06-11 10:33 binutils-2.23.2/ld/testsuite/ld-mips-elf/stub-dynsym-1.s -rw-rw-rw- gingold/gingold 1115 2012-09-04 16:17 binutils-2.23.2/ld/testsuite/ld-mips-elf/textrel-1.d -rw-rw-rw- gingold/gingold 164 2005-03-24 02:30 binutils-2.23.2/ld/testsuite/ld-mips-elf/textrel-1.s -rw-rw-rw- gingold/gingold 99 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden2-got.d -rw-rw-rw- gingold/gingold 143 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden2.d -rw-rw-rw- gingold/gingold 185 2006-02-04 09:29 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden2a.s -rw-rw-rw- gingold/gingold 41 2006-02-04 09:29 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden2b.s -rw-rw-rw- gingold/gingold 600 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden3.d -rw-rw-rw- gingold/gingold 459 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden3.got -rw-rw-rw- gingold/gingold 418 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden3.ld -rw-rw-rw- gingold/gingold 493 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden3.r -rw-rw-rw- gingold/gingold 120 2006-03-27 13:30 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden3a.s -rw-rw-rw- gingold/gingold 208 2006-03-27 13:30 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden3b.s -rw-rw-rw- gingold/gingold 626 2008-08-07 22:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden4.got -rw-rw-rw- gingold/gingold 684 2008-08-07 22:01 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden4.r -rw-rw-rw- gingold/gingold 198 2006-03-27 13:30 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden4a.s -rw-rw-rw- gingold/gingold 293 2006-03-27 13:30 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-hidden4b.s -rw-rw-rw- gingold/gingold 816 2005-03-02 22:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-multi-got-1-1.s -rw-rw-rw- gingold/gingold 368 2005-03-02 22:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-multi-got-1-2.s -rw-rw-rw- gingold/gingold 462 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-multi-got-1.d -rw-rw-rw- gingold/gingold 1156 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-multi-got-1.got -rw-rw-rw- gingold/gingold 1686 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tls-multi-got-1.r -rw-rw-rw- gingold/gingold 1288 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsbin-o32.d -rw-rw-rw- gingold/gingold 194 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsbin-o32.got -rw-rw-rw- gingold/gingold 1420 2005-03-02 22:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsbin-o32.s -rw-rw-rw- gingold/gingold 2653 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32-1.d -rw-rw-rw- gingold/gingold 594 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32-1.got -rw-rw-rw- gingold/gingold 2653 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32-2.d -rw-rw-rw- gingold/gingold 602 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32-2.got -rw-rw-rw- gingold/gingold 1042 2005-03-02 22:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32-2.s -rw-rw-rw- gingold/gingold 2653 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32-3.d -rw-rw-rw- gingold/gingold 602 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32-3.got -rw-rw-rw- gingold/gingold 1387 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32.d -rw-rw-rw- gingold/gingold 614 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32.got -rw-rw-rw- gingold/gingold 1548 2005-03-02 22:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlsdyn-o32.s -rw-rw-rw- gingold/gingold 23 2005-03-02 22:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlslib-hidden.ver -rw-rw-rw- gingold/gingold 399 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlslib-o32-hidden.got -rw-rw-rw- gingold/gingold 443 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlslib-o32-ver.got -rw-rw-rw- gingold/gingold 1084 2007-11-14 21:46 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlslib-o32.d -rw-rw-rw- gingold/gingold 461 2012-09-04 16:19 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlslib-o32.got -rw-rw-rw- gingold/gingold 1103 2005-03-02 22:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlslib-o32.s -rw-rw-rw- gingold/gingold 24 2005-03-02 22:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/tlslib.ver -rw-rw-rw- gingold/gingold 154 2009-12-10 15:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/undefined.d -rw-rw-rw- gingold/gingold 914 2009-12-10 15:20 binutils-2.23.2/ld/testsuite/ld-mips-elf/undefined.s -rw-rw-rw- gingold/gingold 362 2007-08-13 23:16 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks-forced-local-1.d -rw-rw-rw- gingold/gingold 172 2007-08-13 23:16 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks-forced-local-1.s -rw-rw-rw- gingold/gingold 18 2007-08-13 23:16 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks-forced-local-1.ver -rw-rw-rw- gingold/gingold 1305 2007-08-13 23:16 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1-lib.dd -rw-rw-rw- gingold/gingold 224 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1-lib.nd -rw-rw-rw- gingold/gingold 965 2007-08-13 23:16 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1-lib.rd -rw-rw-rw- gingold/gingold 804 2006-03-22 10:28 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1-lib.s -rw-rw-rw- gingold/gingold 36 2007-04-12 21:26 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1-lib.td -rw-rw-rw- gingold/gingold 179 2007-08-17 15:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1-static.d -rw-rw-rw- gingold/gingold 1566 2006-03-22 10:28 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1.dd -rw-rw-rw- gingold/gingold 541 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1.ld -rw-rw-rw- gingold/gingold 1798 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1.rd -rw-rw-rw- gingold/gingold 405 2006-03-22 10:28 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks1.s -rw-rw-rw- gingold/gingold 151 2006-03-22 10:28 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks2-static.sd -rw-rw-rw- gingold/gingold 80 2006-03-22 10:28 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks2.s -rw-rw-rw- gingold/gingold 225 2006-03-22 10:28 binutils-2.23.2/ld/testsuite/ld-mips-elf/vxworks2.sd -rw-rw-rw- gingold/gingold 1181 2011-01-02 17:04 binutils-2.23.2/ld/testsuite/ld-misc/defsym.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-misc -rw-rw-rw- gingold/gingold 175 2011-02-10 08:24 binutils-2.23.2/ld/testsuite/ld-misc/defsym1.d -rw-rw-rw- gingold/gingold 1 2011-01-08 10:52 binutils-2.23.2/ld/testsuite/ld-misc/dummy.s -rw-rw-rw- gingold/gingold 52 2011-01-02 17:04 binutils-2.23.2/ld/testsuite/ld-misc/foo.s -rw-rw-rw- gingold/gingold 166 2011-01-02 17:04 binutils-2.23.2/ld/testsuite/ld-misc/start.s -rw-rw-rw- gingold/gingold 65 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/a.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-mmix -rw-rw-rw- gingold/gingold 29 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/areg-256.s -rw-rw-rw- gingold/gingold 38 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/areg-t.s -rw-rw-rw- gingold/gingold 85 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/aregm.s -rw-rw-rw- gingold/gingold 208 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badfil1.d -rw-rw-rw- gingold/gingold 276 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badfil1.s -rw-rw-rw- gingold/gingold 206 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badfil2.d -rw-rw-rw- gingold/gingold 295 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badfil2.s -rw-rw-rw- gingold/gingold 165 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badfixo.d -rw-rw-rw- gingold/gingold 193 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badfixo.s -rw-rw-rw- gingold/gingold 163 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badloc.d -rw-rw-rw- gingold/gingold 192 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badloc.s -rw-rw-rw- gingold/gingold 172 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badlop.d -rw-rw-rw- gingold/gingold 165 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badlop.s -rw-rw-rw- gingold/gingold 175 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badm.d -rw-rw-rw- gingold/gingold 333 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badm2.s -rw-rw-rw- gingold/gingold 356 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badmain.s -rw-rw-rw- gingold/gingold 166 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badquot.d -rw-rw-rw- gingold/gingold 193 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badquot.s -rw-rw-rw- gingold/gingold 181 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badrx1.d -rw-rw-rw- gingold/gingold 200 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badrx1.s -rw-rw-rw- gingold/gingold 176 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badrx2.d -rw-rw-rw- gingold/gingold 204 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badrx2.s -rw-rw-rw- gingold/gingold 194 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badrx3.d -rw-rw-rw- gingold/gingold 231 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-badrx3.s -rw-rw-rw- gingold/gingold 292 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-bend.s -rw-rw-rw- gingold/gingold 330 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-bend1.d -rw-rw-rw- gingold/gingold 277 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-bend2.d -rw-rw-rw- gingold/gingold 206 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-bend3.d -rw-rw-rw- gingold/gingold 200 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-bstab1.d -rw-rw-rw- gingold/gingold 196 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-bstab1.s -rw-rw-rw- gingold/gingold 794 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/b-fixo2.d -rw-rw-rw- gingold/gingold 242 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-fixo2.s -rw-rw-rw- gingold/gingold 268 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-goodmain.s -rw-rw-rw- gingold/gingold 507 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/b-loc64k.d -rw-rw-rw- gingold/gingold 366 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-loc64k.s -rw-rw-rw- gingold/gingold 463 2002-08-31 19:23 binutils-2.23.2/ld/testsuite/ld-mmix/b-nosym.d -rw-rw-rw- gingold/gingold 231 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/b-nosym.s -rw-rw-rw- gingold/gingold 359 2004-10-24 23:39 binutils-2.23.2/ld/testsuite/ld-mmix/b-offloc.s -rw-rw-rw- gingold/gingold 239 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-post1.s -rw-rw-rw- gingold/gingold 316 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-twoinsn.s -rw-rw-rw- gingold/gingold 396 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-widec.s -rw-rw-rw- gingold/gingold 201 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-widec1.d -rw-rw-rw- gingold/gingold 158 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-widec2.d -rw-rw-rw- gingold/gingold 413 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-widec2.s -rw-rw-rw- gingold/gingold 158 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/b-widec3.d -rw-rw-rw- gingold/gingold 476 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/b-widec3.s -rw-rw-rw- gingold/gingold 542 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-1.d -rw-rw-rw- gingold/gingold 75 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-1.s -rw-rw-rw- gingold/gingold 642 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-10.d -rw-rw-rw- gingold/gingold 102 2002-02-04 05:38 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-10.s -rw-rw-rw- gingold/gingold 920 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-11.d -rw-rw-rw- gingold/gingold 62 2002-02-09 06:02 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-11.s -rw-rw-rw- gingold/gingold 281 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-12.d -rw-rw-rw- gingold/gingold 275 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-12m.d -rw-rw-rw- gingold/gingold 275 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-13.d -rw-rw-rw- gingold/gingold 269 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-13m.d -rw-rw-rw- gingold/gingold 518 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-14.d -rw-rw-rw- gingold/gingold 419 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-14m.d -rw-rw-rw- gingold/gingold 182 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-15.d -rw-rw-rw- gingold/gingold 176 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-15m.d -rw-rw-rw- gingold/gingold 546 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-16.d -rw-rw-rw- gingold/gingold 447 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-16m.d -rw-rw-rw- gingold/gingold 576 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-17.d -rw-rw-rw- gingold/gingold 478 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-17m.d -rw-rw-rw- gingold/gingold 961 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-18.d -rw-rw-rw- gingold/gingold 672 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-18m.d -rw-rw-rw- gingold/gingold 947 2006-06-02 02:32 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-19.d -rw-rw-rw- gingold/gingold 851 2002-02-04 05:38 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-19m.d -rw-rw-rw- gingold/gingold 403 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-1m.d -rw-rw-rw- gingold/gingold 575 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-2.d -rw-rw-rw- gingold/gingold 25 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-2.s -rw-rw-rw- gingold/gingold 227 2002-02-04 05:38 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-20.d -rw-rw-rw- gingold/gingold 221 2002-02-04 05:38 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-20m.d -rw-rw-rw- gingold/gingold 242 2002-02-09 06:02 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-21.d -rw-rw-rw- gingold/gingold 235 2002-02-09 06:02 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-21m.d -rw-rw-rw- gingold/gingold 665 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-22.d -rw-rw-rw- gingold/gingold 448 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-2m.d -rw-rw-rw- gingold/gingold 571 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-3.d -rw-rw-rw- gingold/gingold 29 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-3.s -rw-rw-rw- gingold/gingold 438 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-3m.d -rw-rw-rw- gingold/gingold 627 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-4.d -rw-rw-rw- gingold/gingold 62 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-4.s -rw-rw-rw- gingold/gingold 499 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-4m.d -rw-rw-rw- gingold/gingold 577 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-5.d -rw-rw-rw- gingold/gingold 109 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-5.s -rw-rw-rw- gingold/gingold 444 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-5m.d -rw-rw-rw- gingold/gingold 805 2006-06-02 02:32 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-6.d -rw-rw-rw- gingold/gingold 114 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-6.s -rw-rw-rw- gingold/gingold 709 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-6m.d -rw-rw-rw- gingold/gingold 138 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-7.d -rw-rw-rw- gingold/gingold 69 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-7.s -rw-rw-rw- gingold/gingold 132 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-7m.d -rw-rw-rw- gingold/gingold 159 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-8.d -rw-rw-rw- gingold/gingold 81 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-8.s -rw-rw-rw- gingold/gingold 153 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-8m.d -rw-rw-rw- gingold/gingold 700 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-9.d -rw-rw-rw- gingold/gingold 63 2002-02-04 05:38 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-9.s -rw-rw-rw- gingold/gingold 567 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/bpo-9m.d -rw-rw-rw- gingold/gingold 249 2002-02-04 05:38 binutils-2.23.2/ld/testsuite/ld-mmix/bpo64addr.ld -rw-rw-rw- gingold/gingold 1105 2010-07-19 17:11 binutils-2.23.2/ld/testsuite/ld-mmix/bspec1.d -rw-rw-rw- gingold/gingold 32 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec1.s -rw-rw-rw- gingold/gingold 311 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/bspec1m.d -rw-rw-rw- gingold/gingold 1410 2010-07-19 17:11 binutils-2.23.2/ld/testsuite/ld-mmix/bspec2.d -rw-rw-rw- gingold/gingold 28 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec2.s -rw-rw-rw- gingold/gingold 477 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/bspec2m.d -rw-rw-rw- gingold/gingold 35 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec801.s -rw-rw-rw- gingold/gingold 246 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec802.s -rw-rw-rw- gingold/gingold 326 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec803.s -rw-rw-rw- gingold/gingold 314 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec804.s -rw-rw-rw- gingold/gingold 361 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec805.s -rw-rw-rw- gingold/gingold 348 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec806.s -rw-rw-rw- gingold/gingold 245 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec807.s -rw-rw-rw- gingold/gingold 206 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bspec808.s -rw-rw-rw- gingold/gingold 511 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza-1b.d -rw-rw-rw- gingold/gingold 513 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza-1f.d -rw-rw-rw- gingold/gingold 349 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza-2b.d -rw-rw-rw- gingold/gingold 350 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza-2f.d -rw-rw-rw- gingold/gingold 505 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza-7b.d -rw-rw-rw- gingold/gingold 507 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza-7f.d -rw-rw-rw- gingold/gingold 343 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza-8b.d -rw-rw-rw- gingold/gingold 345 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza-8f.d -rw-rw-rw- gingold/gingold 114 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/bza.s -rw-rw-rw- gingold/gingold 17 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/data-1.s -rw-rw-rw- gingold/gingold 31 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/data1.s -rw-rw-rw- gingold/gingold 55 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/dloc1.s -rw-rw-rw- gingold/gingold 55 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/dloc2.s -rw-rw-rw- gingold/gingold 26 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/ext1-254.s -rw-rw-rw- gingold/gingold 26 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/ext1.s -rw-rw-rw- gingold/gingold 24 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/ext1g.s -rw-rw-rw- gingold/gingold 31 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/ext1l.s -rw-rw-rw- gingold/gingold 440 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-1b.d -rw-rw-rw- gingold/gingold 442 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-1f.d -rw-rw-rw- gingold/gingold 355 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-2b.d -rw-rw-rw- gingold/gingold 357 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-2f.d -rw-rw-rw- gingold/gingold 457 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-4b.d -rw-rw-rw- gingold/gingold 445 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-4f.d -rw-rw-rw- gingold/gingold 238 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-6b.d -rw-rw-rw- gingold/gingold 222 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-6f.d -rw-rw-rw- gingold/gingold 433 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-7b.d -rw-rw-rw- gingold/gingold 436 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-7f.d -rw-rw-rw- gingold/gingold 349 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-8b.d -rw-rw-rw- gingold/gingold 351 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa-8f.d -rw-rw-rw- gingold/gingold 117 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa.s -rw-rw-rw- gingold/gingold 451 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa12b.d -rw-rw-rw- gingold/gingold 439 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/getaa12f.d -rw-rw-rw- gingold/gingold 226 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/getaa14b.d -rw-rw-rw- gingold/gingold 210 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/getaa14f.d -rw-rw-rw- gingold/gingold 577 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/greg-1.d -rw-rw-rw- gingold/gingold 82 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-1.s -rw-rw-rw- gingold/gingold 486 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-10.d -rw-rw-rw- gingold/gingold 736 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-11.d -rw-rw-rw- gingold/gingold 753 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-11b.d -rw-rw-rw- gingold/gingold 766 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-12.d -rw-rw-rw- gingold/gingold 654 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-13.d -rw-rw-rw- gingold/gingold 624 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/greg-14.d -rw-rw-rw- gingold/gingold 458 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/greg-14s.d -rw-rw-rw- gingold/gingold 1087 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-15.d -rw-rw-rw- gingold/gingold 1095 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-16.d -rw-rw-rw- gingold/gingold 711 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-17.d -rw-rw-rw- gingold/gingold 751 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-18.d -rw-rw-rw- gingold/gingold 527 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/greg-19.d -rw-rw-rw- gingold/gingold 857 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/greg-2.d -rw-rw-rw- gingold/gingold 77 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-2.s -rw-rw-rw- gingold/gingold 402 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-20.d -rw-rw-rw- gingold/gingold 851 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/greg-3.d -rw-rw-rw- gingold/gingold 67 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-3.s -rw-rw-rw- gingold/gingold 729 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/greg-4.d -rw-rw-rw- gingold/gingold 36 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-4.s -rw-rw-rw- gingold/gingold 711 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/greg-5.d -rw-rw-rw- gingold/gingold 133 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-5.s -rw-rw-rw- gingold/gingold 554 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/greg-5s.d -rw-rw-rw- gingold/gingold 7845 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/greg-6.d -rw-rw-rw- gingold/gingold 7848 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/greg-7.d -rw-rw-rw- gingold/gingold 712 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-8.d -rw-rw-rw- gingold/gingold 752 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/greg-9.d -rw-rw-rw- gingold/gingold 199 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/gregbza1.s -rw-rw-rw- gingold/gingold 203 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/gregget1.s -rw-rw-rw- gingold/gingold 194 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/gregget2.s -rw-rw-rw- gingold/gingold 132 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/gregldo1.s -rw-rw-rw- gingold/gingold 205 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/gregpsj1.s -rw-rw-rw- gingold/gingold 457 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/hdr-1.d -rw-rw-rw- gingold/gingold 447 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-1b.d -rw-rw-rw- gingold/gingold 449 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-1f.d -rw-rw-rw- gingold/gingold 347 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-2b.d -rw-rw-rw- gingold/gingold 349 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-2f.d -rw-rw-rw- gingold/gingold 568 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-3b.d -rw-rw-rw- gingold/gingold 541 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-3f.d -rw-rw-rw- gingold/gingold 452 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-4b.d -rw-rw-rw- gingold/gingold 442 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-4f.d -rw-rw-rw- gingold/gingold 609 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-5b.d -rw-rw-rw- gingold/gingold 578 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-5f.d -rw-rw-rw- gingold/gingold 238 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-6b.d -rw-rw-rw- gingold/gingold 222 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-6f.d -rw-rw-rw- gingold/gingold 441 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-7b.d -rw-rw-rw- gingold/gingold 443 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-7f.d -rw-rw-rw- gingold/gingold 341 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-8b.d -rw-rw-rw- gingold/gingold 343 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-8f.d -rw-rw-rw- gingold/gingold 562 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-9b.d -rw-rw-rw- gingold/gingold 535 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa-9f.d -rw-rw-rw- gingold/gingold 114 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa.s -rw-rw-rw- gingold/gingold 446 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa12b.d -rw-rw-rw- gingold/gingold 436 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa12f.d -rw-rw-rw- gingold/gingold 603 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa13b.d -rw-rw-rw- gingold/gingold 572 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa13f.d -rw-rw-rw- gingold/gingold 226 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa14b.d -rw-rw-rw- gingold/gingold 210 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/jumpa14f.d -rw-rw-rw- gingold/gingold 478 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/loc1.d -rw-rw-rw- gingold/gingold 41 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/loc1.s -rw-rw-rw- gingold/gingold 334 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc10.d -rw-rw-rw- gingold/gingold 70 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc10.s -rw-rw-rw- gingold/gingold 271 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc10m.d -rw-rw-rw- gingold/gingold 238 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/loc1m.d -rw-rw-rw- gingold/gingold 517 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/loc2.d -rw-rw-rw- gingold/gingold 41 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/loc2.s -rw-rw-rw- gingold/gingold 258 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/loc2m.d -rw-rw-rw- gingold/gingold 535 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/loc3.d -rw-rw-rw- gingold/gingold 258 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/loc3m.d -rw-rw-rw- gingold/gingold 856 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/loc4.d -rw-rw-rw- gingold/gingold 361 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/loc4m.d -rw-rw-rw- gingold/gingold 139 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/loc5.d -rw-rw-rw- gingold/gingold 133 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/loc5m.d -rw-rw-rw- gingold/gingold 684 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/loc6.d -rw-rw-rw- gingold/gingold 393 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/loc6m.d -rw-rw-rw- gingold/gingold 141 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/loc7.d -rw-rw-rw- gingold/gingold 135 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/loc7m.d -rw-rw-rw- gingold/gingold 297 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc8.d -rw-rw-rw- gingold/gingold 143 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc8.s -rw-rw-rw- gingold/gingold 233 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc8m.d -rw-rw-rw- gingold/gingold 295 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc9.d -rw-rw-rw- gingold/gingold 110 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc9.s -rw-rw-rw- gingold/gingold 296 2008-06-16 17:07 binutils-2.23.2/ld/testsuite/ld-mmix/loc9m.d -rw-rw-rw- gingold/gingold 1552 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/local1.d -rw-rw-rw- gingold/gingold 24 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local1.s -rw-rw-rw- gingold/gingold 106 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local10.d -rw-rw-rw- gingold/gingold 100 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local10m.d -rw-rw-rw- gingold/gingold 141 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local11.d -rw-rw-rw- gingold/gingold 135 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local11m.d -rw-rw-rw- gingold/gingold 446 2005-03-20 18:00 binutils-2.23.2/ld/testsuite/ld-mmix/local12.d -rw-rw-rw- gingold/gingold 421 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local12m.d -rw-rw-rw- gingold/gingold 396 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/local1m.d -rw-rw-rw- gingold/gingold 155 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local2.d -rw-rw-rw- gingold/gingold 23 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local2.s -rw-rw-rw- gingold/gingold 149 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local2m.d -rw-rw-rw- gingold/gingold 1444 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/local3.d -rw-rw-rw- gingold/gingold 393 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/local3m.d -rw-rw-rw- gingold/gingold 152 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local4.d -rw-rw-rw- gingold/gingold 149 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local4m.d -rw-rw-rw- gingold/gingold 1465 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/local5.d -rw-rw-rw- gingold/gingold 415 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local5m.d -rw-rw-rw- gingold/gingold 170 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local6.d -rw-rw-rw- gingold/gingold 164 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local6m.d -rw-rw-rw- gingold/gingold 1494 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mmix/local7.d -rw-rw-rw- gingold/gingold 411 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/local7m.d -rw-rw-rw- gingold/gingold 519 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local8.d -rw-rw-rw- gingold/gingold 513 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local8m.d -rw-rw-rw- gingold/gingold 123 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local9.d -rw-rw-rw- gingold/gingold 117 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/local9m.d -rw-rw-rw- gingold/gingold 704 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/locdo-1.d -rw-rw-rw- gingold/gingold 32 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/locdo.s -rw-rw-rw- gingold/gingold 545 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/loct-1.d -rw-rw-rw- gingold/gingold 28 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/loct.s -rw-rw-rw- gingold/gingold 516 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/locto-1.d -rw-rw-rw- gingold/gingold 23 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/locto.s -rw-rw-rw- gingold/gingold 114 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/main1.s -rw-rw-rw- gingold/gingold 1230 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-mmix/mmix.exp -rw-rw-rw- gingold/gingold 181 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/mmohdr1.ld -rw-rw-rw- gingold/gingold 294 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/mmosec1.ld -rw-rw-rw- gingold/gingold 206 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/mmosec2.ld -rw-rw-rw- gingold/gingold 57 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/nop123.s -rw-rw-rw- gingold/gingold 576 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-.d -rw-rw-rw- gingold/gingold 598 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-awp.d -rw-rw-rw- gingold/gingold 753 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-d-a.d -rw-rw-rw- gingold/gingold 757 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-d-awn.d -rw-rw-rw- gingold/gingold 912 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-d-awp.d -rw-rw-rw- gingold/gingold 492 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-d-awpe.d -rw-rw-rw- gingold/gingold 729 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-d.d -rw-rw-rw- gingold/gingold 891 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-dc-ap.d -rw-rw-rw- gingold/gingold 860 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-dc-awp.d -rw-rw-rw- gingold/gingold 847 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/orph-dc.d -rw-rw-rw- gingold/gingold 110 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pad16.s -rw-rw-rw- gingold/gingold 124 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pad2p18m32.s -rw-rw-rw- gingold/gingold 123 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pad2p26m32.s -rw-rw-rw- gingold/gingold 109 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pad4.s -rw-rw-rw- gingold/gingold 327 2011-07-25 03:16 binutils-2.23.2/ld/testsuite/ld-mmix/pr12815-1.d -rw-rw-rw- gingold/gingold 229 2011-07-25 03:16 binutils-2.23.2/ld/testsuite/ld-mmix/pr12815-1.ld -rw-rw-rw- gingold/gingold 410 2011-07-25 03:16 binutils-2.23.2/ld/testsuite/ld-mmix/pr12815-1.s -rw-rw-rw- gingold/gingold 368 2011-07-25 03:16 binutils-2.23.2/ld/testsuite/ld-mmix/pr12815-2.d -rw-rw-rw- gingold/gingold 208 2011-07-25 03:16 binutils-2.23.2/ld/testsuite/ld-mmix/pr12815-2.s -rw-rw-rw- gingold/gingold 124 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pushja.s -rw-rw-rw- gingold/gingold 382 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushja1b-s.d -rw-rw-rw- gingold/gingold 494 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushja1b.d -rw-rw-rw- gingold/gingold 385 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushja1f-s.d -rw-rw-rw- gingold/gingold 496 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushja1f.d -rw-rw-rw- gingold/gingold 356 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pushja2b.d -rw-rw-rw- gingold/gingold 358 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pushja2f.d -rw-rw-rw- gingold/gingold 377 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushja7b-s.d -rw-rw-rw- gingold/gingold 488 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushja7b.d -rw-rw-rw- gingold/gingold 379 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushja7f-s.d -rw-rw-rw- gingold/gingold 490 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushja7f.d -rw-rw-rw- gingold/gingold 350 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pushja8b.d -rw-rw-rw- gingold/gingold 352 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/pushja8f.d -rw-rw-rw- gingold/gingold 630 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs1.d -rw-rw-rw- gingold/gingold 715 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs1b.d -rw-rw-rw- gingold/gingold 653 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs1bm.d -rw-rw-rw- gingold/gingold 586 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs1m.d -rw-rw-rw- gingold/gingold 583 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs1r.d -rw-rw-rw- gingold/gingold 697 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs2.d -rw-rw-rw- gingold/gingold 779 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs2b.d -rw-rw-rw- gingold/gingold 717 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs2bm.d -rw-rw-rw- gingold/gingold 653 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs2m.d -rw-rw-rw- gingold/gingold 676 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs2r.d -rw-rw-rw- gingold/gingold 674 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs3.d -rw-rw-rw- gingold/gingold 740 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs3b.d -rw-rw-rw- gingold/gingold 678 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs3bm.d -rw-rw-rw- gingold/gingold 630 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs3m.d -rw-rw-rw- gingold/gingold 856 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs3r.d -rw-rw-rw- gingold/gingold 865 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs4.d -rw-rw-rw- gingold/gingold 904 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs4b.d -rw-rw-rw- gingold/gingold 842 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs4bm.d -rw-rw-rw- gingold/gingold 821 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs4m.d -rw-rw-rw- gingold/gingold 807 2003-10-18 18:05 binutils-2.23.2/ld/testsuite/ld-mmix/pushjs4r.d -rw-rw-rw- gingold/gingold 166 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/reg-1.d -rw-rw-rw- gingold/gingold 153 2004-10-24 02:13 binutils-2.23.2/ld/testsuite/ld-mmix/reg-1m.d -rw-rw-rw- gingold/gingold 166 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/reg-2.d -rw-rw-rw- gingold/gingold 160 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/reg-2m.d -rw-rw-rw- gingold/gingold 27 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/regext1.s -rw-rw-rw- gingold/gingold 1489 2012-09-11 11:20 binutils-2.23.2/ld/testsuite/ld-mmix/sec-1.d -rw-rw-rw- gingold/gingold 224 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/sec-1.s -rw-rw-rw- gingold/gingold 1031 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/sec-2.d -rw-rw-rw- gingold/gingold 37 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/sec-2.s -rw-rw-rw- gingold/gingold 1669 2012-09-11 11:20 binutils-2.23.2/ld/testsuite/ld-mmix/sec-3.d -rw-rw-rw- gingold/gingold 802 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/sec-4.d -rw-rw-rw- gingold/gingold 1118 2004-10-24 23:39 binutils-2.23.2/ld/testsuite/ld-mmix/sec-5.d -rw-rw-rw- gingold/gingold 1071 2002-02-17 22:22 binutils-2.23.2/ld/testsuite/ld-mmix/sec-6.d -rw-rw-rw- gingold/gingold 85 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/sec-6.s -rw-rw-rw- gingold/gingold 815 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/sec-6m.d -rw-rw-rw- gingold/gingold 63 2002-08-31 19:23 binutils-2.23.2/ld/testsuite/ld-mmix/sec-7a.s -rw-rw-rw- gingold/gingold 63 2002-08-31 19:23 binutils-2.23.2/ld/testsuite/ld-mmix/sec-7b.s -rw-rw-rw- gingold/gingold 63 2002-08-31 19:23 binutils-2.23.2/ld/testsuite/ld-mmix/sec-7c.s -rw-rw-rw- gingold/gingold 63 2002-08-31 19:23 binutils-2.23.2/ld/testsuite/ld-mmix/sec-7d.s -rw-rw-rw- gingold/gingold 63 2002-08-31 19:23 binutils-2.23.2/ld/testsuite/ld-mmix/sec-7e.s -rw-rw-rw- gingold/gingold 1025 2012-06-06 08:12 binutils-2.23.2/ld/testsuite/ld-mmix/sec-7m.d -rw-rw-rw- gingold/gingold 52 2002-06-29 23:33 binutils-2.23.2/ld/testsuite/ld-mmix/sec-8a.s -rw-rw-rw- gingold/gingold 52 2002-06-29 23:33 binutils-2.23.2/ld/testsuite/ld-mmix/sec-8b.s -rw-rw-rw- gingold/gingold 52 2002-06-29 23:33 binutils-2.23.2/ld/testsuite/ld-mmix/sec-8d.s -rw-rw-rw- gingold/gingold 1009 2004-10-24 23:39 binutils-2.23.2/ld/testsuite/ld-mmix/sec-8m.d -rw-rw-rw- gingold/gingold 132 2002-06-29 23:33 binutils-2.23.2/ld/testsuite/ld-mmix/sec-8m.s -rw-rw-rw- gingold/gingold 817 2004-10-24 23:39 binutils-2.23.2/ld/testsuite/ld-mmix/sec-9.d -rw-rw-rw- gingold/gingold 739 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/spec801.d -rw-rw-rw- gingold/gingold 751 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/spec802.d -rw-rw-rw- gingold/gingold 782 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/spec803.d -rw-rw-rw- gingold/gingold 773 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/spec804.d -rw-rw-rw- gingold/gingold 818 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/spec805.d -rw-rw-rw- gingold/gingold 816 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/spec806.d -rw-rw-rw- gingold/gingold 815 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/spec807.d -rw-rw-rw- gingold/gingold 800 2003-05-12 07:45 binutils-2.23.2/ld/testsuite/ld-mmix/spec808.d -rw-rw-rw- gingold/gingold 436 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/start-1.d -rw-rw-rw- gingold/gingold 92 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/start-2.d -rw-rw-rw- gingold/gingold 91 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/start.s -rw-rw-rw- gingold/gingold 47 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/start2.s -rw-rw-rw- gingold/gingold 151 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/start3.s -rw-rw-rw- gingold/gingold 254 2002-02-01 09:30 binutils-2.23.2/ld/testsuite/ld-mmix/start4.s -rw-rw-rw- gingold/gingold 165 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/sym-1.d -rw-rw-rw- gingold/gingold 2929 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/sym-2.d -rw-rw-rw- gingold/gingold 757 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/sym-2.s -rw-rw-rw- gingold/gingold 86 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-ae.s -rw-rw-rw- gingold/gingold 96 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-ape.s -rw-rw-rw- gingold/gingold 95 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-awne.s -rw-rw-rw- gingold/gingold 97 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-awpe.s -rw-rw-rw- gingold/gingold 95 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-d-ap.s -rw-rw-rw- gingold/gingold 96 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-d-awp.s -rw-rw-rw- gingold/gingold 81 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-d.s -rw-rw-rw- gingold/gingold 82 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-e.s -rw-rw-rw- gingold/gingold 41 2012-09-10 12:15 binutils-2.23.2/ld/testsuite/ld-mmix/tm-orph1.s -rw-rw-rw- gingold/gingold 94 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/undef-1.d -rw-rw-rw- gingold/gingold 19 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/undef-1.s -rw-rw-rw- gingold/gingold 88 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/undef-1m.d -rw-rw-rw- gingold/gingold 102 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/undef-2.d -rw-rw-rw- gingold/gingold 17 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/undef-2.s -rw-rw-rw- gingold/gingold 96 2001-10-30 16:20 binutils-2.23.2/ld/testsuite/ld-mmix/undef-2m.d -rw-rw-rw- gingold/gingold 1005 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-mmix/undef-3.d -rw-rw-rw- gingold/gingold 409 2001-10-31 06:42 binutils-2.23.2/ld/testsuite/ld-mmix/undef-3m.d -rw-rw-rw- gingold/gingold 731 2009-07-31 06:55 binutils-2.23.2/ld/testsuite/ld-mmix/x.s -rw-rw-rw- gingold/gingold 693 2009-07-31 06:55 binutils-2.23.2/ld/testsuite/ld-mmix/y.s -rw-rw-rw- gingold/gingold 116 2009-07-31 06:55 binutils-2.23.2/ld/testsuite/ld-mmix/zeroeh.ld -rw-rw-rw- gingold/gingold 514 2009-07-31 06:55 binutils-2.23.2/ld/testsuite/ld-mmix/zeroehelf.d -rw-rw-rw- gingold/gingold 495 2009-07-31 06:55 binutils-2.23.2/ld/testsuite/ld-mmix/zeroehmmo.d -rw-rw-rw- gingold/gingold 388 2007-10-19 19:31 binutils-2.23.2/ld/testsuite/ld-mn10300/i112045-1.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-mn10300 -rw-rw-rw- gingold/gingold 145 2007-10-19 19:31 binutils-2.23.2/ld/testsuite/ld-mn10300/i112045-1.s -rw-rw-rw- gingold/gingold 159 2007-10-19 19:31 binutils-2.23.2/ld/testsuite/ld-mn10300/i112045-2.d -rw-rw-rw- gingold/gingold 153 2007-10-19 19:31 binutils-2.23.2/ld/testsuite/ld-mn10300/i112045-2.s -rw-rw-rw- gingold/gingold 380 2007-10-30 16:18 binutils-2.23.2/ld/testsuite/ld-mn10300/i112045-3.d -rw-rw-rw- gingold/gingold 170 2007-10-30 16:18 binutils-2.23.2/ld/testsuite/ld-mn10300/i112045-3.s -rw-rw-rw- gingold/gingold 58 2007-10-19 19:31 binutils-2.23.2/ld/testsuite/ld-mn10300/i126256-1.c -rw-rw-rw- gingold/gingold 37 2007-10-19 19:31 binutils-2.23.2/ld/testsuite/ld-mn10300/i126256-2.c -rw-rw-rw- gingold/gingold 302 2007-11-13 11:40 binutils-2.23.2/ld/testsuite/ld-mn10300/i127740.d -rw-rw-rw- gingold/gingold 270 2007-11-13 11:40 binutils-2.23.2/ld/testsuite/ld-mn10300/i127740.s -rw-rw-rw- gingold/gingold 326 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-1.d -rw-rw-rw- gingold/gingold 410 2007-10-30 16:18 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-1.s -rw-rw-rw- gingold/gingold 421 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-2.d -rw-rw-rw- gingold/gingold 305 2007-10-30 16:18 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-2.s -rw-rw-rw- gingold/gingold 241 2007-11-13 11:40 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-3.d -rw-rw-rw- gingold/gingold 230 2011-02-25 14:45 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-3.s -rw-rw-rw- gingold/gingold 136 2007-11-21 13:06 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-4.d -rw-rw-rw- gingold/gingold 109 2007-11-21 13:06 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-4.s -rw-rw-rw- gingold/gingold 314 2007-11-21 13:06 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-4.t -rw-rw-rw- gingold/gingold 137 2007-11-28 14:04 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-5.d -rw-rw-rw- gingold/gingold 105 2007-11-28 14:04 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-5.s -rw-rw-rw- gingold/gingold 295 2007-11-28 14:04 binutils-2.23.2/ld/testsuite/ld-mn10300/i135409-5.t -rw-rw-rw- gingold/gingold 202 2007-12-31 12:29 binutils-2.23.2/ld/testsuite/ld-mn10300/i143317.d -rw-rw-rw- gingold/gingold 460 2007-12-31 12:29 binutils-2.23.2/ld/testsuite/ld-mn10300/i143317.s -rw-rw-rw- gingold/gingold 304 2007-12-31 12:29 binutils-2.23.2/ld/testsuite/ld-mn10300/i143317.t -rw-rw-rw- gingold/gingold 202 2007-10-19 19:31 binutils-2.23.2/ld/testsuite/ld-mn10300/i36434-2.s -rw-rw-rw- gingold/gingold 339 2007-10-30 16:18 binutils-2.23.2/ld/testsuite/ld-mn10300/i36434.d -rw-rw-rw- gingold/gingold 146 2007-10-19 19:31 binutils-2.23.2/ld/testsuite/ld-mn10300/i36434.s -rw-rw-rw- gingold/gingold 3685 2007-12-31 12:29 binutils-2.23.2/ld/testsuite/ld-mn10300/mn10300.exp -rwxrwxrwx gingold/gingold 456 2009-06-25 16:41 binutils-2.23.2/ld/testsuite/ld-pe/aligncomm-1.c drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-pe -rwxrwxrwx gingold/gingold 469 2009-06-25 16:41 binutils-2.23.2/ld/testsuite/ld-pe/aligncomm-2.c -rwxrwxrwx gingold/gingold 482 2009-06-25 16:41 binutils-2.23.2/ld/testsuite/ld-pe/aligncomm-3.c -rwxrwxrwx gingold/gingold 495 2009-06-25 16:41 binutils-2.23.2/ld/testsuite/ld-pe/aligncomm-4.c -rwxrwxrwx gingold/gingold 33 2009-05-19 18:08 binutils-2.23.2/ld/testsuite/ld-pe/aligncomm.d -rw-rw-rw- gingold/gingold 146 2010-03-31 18:34 binutils-2.23.2/ld/testsuite/ld-pe/basefile1.s -rw-rw-rw- gingold/gingold 742 2011-04-26 17:28 binutils-2.23.2/ld/testsuite/ld-pe/cfi.d -rw-rw-rw- gingold/gingold 633 2011-04-26 17:28 binutils-2.23.2/ld/testsuite/ld-pe/cfi32.d -rw-rw-rw- gingold/gingold 379 2011-04-26 17:28 binutils-2.23.2/ld/testsuite/ld-pe/cfia.s -rw-rw-rw- gingold/gingold 273 2011-04-26 17:28 binutils-2.23.2/ld/testsuite/ld-pe/cfib.s -rw-rw-rw- gingold/gingold 668 2009-11-15 08:52 binutils-2.23.2/ld/testsuite/ld-pe/direct2_client.c -rw-rw-rw- gingold/gingold 231 2009-11-15 08:52 binutils-2.23.2/ld/testsuite/ld-pe/direct2_dll.c -rw-rw-rw- gingold/gingold 79 2009-11-15 08:52 binutils-2.23.2/ld/testsuite/ld-pe/direct2_dll.def -rw-rw-rw- gingold/gingold 86 2006-12-19 02:51 binutils-2.23.2/ld/testsuite/ld-pe/direct_client.c -rw-rw-rw- gingold/gingold 59 2006-12-19 02:51 binutils-2.23.2/ld/testsuite/ld-pe/direct_dll.c -rw-rw-rw- gingold/gingold 210 2009-04-02 18:44 binutils-2.23.2/ld/testsuite/ld-pe/export_dynamic_warning.d -rwxrwxrwx gingold/gingold 15 2009-04-03 09:00 binutils-2.23.2/ld/testsuite/ld-pe/export_dynamic_warning.s -rw-rw-rw- gingold/gingold 114 2009-05-17 07:10 binutils-2.23.2/ld/testsuite/ld-pe/exports.d -rw-rw-rw- gingold/gingold 28 2009-05-17 07:10 binutils-2.23.2/ld/testsuite/ld-pe/exports.s -rwxrwxrwx gingold/gingold 122 2009-05-17 07:10 binutils-2.23.2/ld/testsuite/ld-pe/exports64.d -rw-rw-rw- gingold/gingold 149 2009-04-03 11:25 binutils-2.23.2/ld/testsuite/ld-pe/image_size.d -rw-rw-rw- gingold/gingold 76 2007-03-22 16:52 binutils-2.23.2/ld/testsuite/ld-pe/image_size.s -rw-rw-rw- gingold/gingold 285 2007-03-22 16:52 binutils-2.23.2/ld/testsuite/ld-pe/image_size.t -rwxrwxrwx gingold/gingold 1011 2009-09-03 20:04 binutils-2.23.2/ld/testsuite/ld-pe/longsecn-1.d -rwxrwxrwx gingold/gingold 1033 2009-09-03 20:04 binutils-2.23.2/ld/testsuite/ld-pe/longsecn-2.d -rwxrwxrwx gingold/gingold 2502 2009-02-18 19:23 binutils-2.23.2/ld/testsuite/ld-pe/longsecn-3.d -rwxrwxrwx gingold/gingold 2412 2009-02-18 19:23 binutils-2.23.2/ld/testsuite/ld-pe/longsecn-4.d -rwxrwxrwx gingold/gingold 2530 2009-02-18 19:23 binutils-2.23.2/ld/testsuite/ld-pe/longsecn-5.d -rwxrwxrwx gingold/gingold 981 2009-09-03 20:04 binutils-2.23.2/ld/testsuite/ld-pe/longsecn.d -rwxrwxrwx gingold/gingold 714 2009-02-18 19:23 binutils-2.23.2/ld/testsuite/ld-pe/longsecn.s -rwxrwxrwx gingold/gingold 416 2009-05-27 20:40 binutils-2.23.2/ld/testsuite/ld-pe/non-c-lang-syms.d -rwxrwxrwx gingold/gingold 290 2009-05-27 20:40 binutils-2.23.2/ld/testsuite/ld-pe/non-c-lang-syms.s -rw-rw-rw- gingold/gingold 217 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-pe/orphan.d -rw-rw-rw- gingold/gingold 245 2010-04-05 11:02 binutils-2.23.2/ld/testsuite/ld-pe/orphan_nu.d -rw-rw-rw- gingold/gingold 102 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-pe/orphana.s -rw-rw-rw- gingold/gingold 98 2010-04-05 11:02 binutils-2.23.2/ld/testsuite/ld-pe/orphana_nu.s -rw-rw-rw- gingold/gingold 30 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-pe/orphanb.s -rw-rw-rw- gingold/gingold 30 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-pe/orphand.s -rw-rw-rw- gingold/gingold 30 2009-05-16 03:56 binutils-2.23.2/ld/testsuite/ld-pe/orphane.s -rwxrwxrwx gingold/gingold 3892 2010-03-31 23:10 binutils-2.23.2/ld/testsuite/ld-pe/pe-compile.exp -rwxrwxrwx gingold/gingold 4953 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-pe/pe-run.exp -rw-rw-rw- gingold/gingold 5483 2010-10-16 22:11 binutils-2.23.2/ld/testsuite/ld-pe/pe-run2.exp -rw-rw-rw- gingold/gingold 2822 2011-04-26 17:28 binutils-2.23.2/ld/testsuite/ld-pe/pe.exp -rw-rw-rw- gingold/gingold 1423 2006-08-06 17:04 binutils-2.23.2/ld/testsuite/ld-pe/secrel.d -rw-rw-rw- gingold/gingold 1178 2004-09-29 15:36 binutils-2.23.2/ld/testsuite/ld-pe/secrel1.s -rw-rw-rw- gingold/gingold 221 2004-04-20 14:17 binutils-2.23.2/ld/testsuite/ld-pe/secrel2.s -rw-rw-rw- gingold/gingold 1486 2007-08-06 16:41 binutils-2.23.2/ld/testsuite/ld-pe/secrel_64.d -rwxrwxrwx gingold/gingold 315 2010-12-21 16:24 binutils-2.23.2/ld/testsuite/ld-pe/tlssec.s -rwxrwxrwx gingold/gingold 71 2010-12-21 16:24 binutils-2.23.2/ld/testsuite/ld-pe/tlssec32.d -rwxrwxrwx gingold/gingold 79 2010-12-21 16:24 binutils-2.23.2/ld/testsuite/ld-pe/tlssec64.d -rw-rw-rw- gingold/gingold 4388 2009-06-18 04:47 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-1.d -rwxrwxrwx gingold/gingold 75 2009-05-04 14:09 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-1.ver -rw-rw-rw- gingold/gingold 0 2009-05-04 14:09 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-2.d -rwxrwxrwx gingold/gingold 71 2009-05-04 14:09 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-2.ver -rw-rw-rw- gingold/gingold 2781 2009-06-18 04:47 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-3.d -rwxrwxrwx gingold/gingold 184 2009-05-04 14:09 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-3.ver -rw-rw-rw- gingold/gingold 2781 2009-06-18 04:47 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-4.d -rwxrwxrwx gingold/gingold 197 2009-05-04 14:09 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-4.ver -rwxrwxrwx gingold/gingold 4096 2009-06-18 04:47 binutils-2.23.2/ld/testsuite/ld-pe/vers-script-dll.c -rw-rw-rw- gingold/gingold 28 2006-02-22 18:41 binutils-2.23.2/ld/testsuite/ld-pie/pie.c drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-pie -rw-rw-rw- gingold/gingold 1780 2012-04-23 20:03 binutils-2.23.2/ld/testsuite/ld-pie/pie.exp -rw-rw-rw- gingold/gingold 125 2009-03-20 18:39 binutils-2.23.2/ld/testsuite/ld-pie/start.d -rw-rw-rw- gingold/gingold 33 2009-03-20 18:39 binutils-2.23.2/ld/testsuite/ld-pie/start.s -rw-rw-rw- gingold/gingold 186 2006-02-23 23:23 binutils-2.23.2/ld/testsuite/ld-pie/weakundef-data.c -rw-rw-rw- gingold/gingold 200 2006-01-27 15:32 binutils-2.23.2/ld/testsuite/ld-pie/weakundef.c -rw-rw-rw- gingold/gingold 7 2006-01-27 15:32 binutils-2.23.2/ld/testsuite/ld-pie/weakundef.out -rw-rw-rw- gingold/gingold 58 2010-10-14 03:31 binutils-2.23.2/ld/testsuite/ld-plugin/func.c drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-plugin -rw-rw-rw- gingold/gingold 197 2010-10-14 03:31 binutils-2.23.2/ld/testsuite/ld-plugin/main.c -rw-rw-rw- gingold/gingold 676 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-1.d -rw-rw-rw- gingold/gingold 1307 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-10.d -rw-rw-rw- gingold/gingold 1462 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-11.d -rw-rw-rw- gingold/gingold 262 2011-04-18 01:15 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-12.d -rw-rw-rw- gingold/gingold 749 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-2.d -rw-rw-rw- gingold/gingold 827 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-3.d -rw-rw-rw- gingold/gingold 829 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-4.d -rw-rw-rw- gingold/gingold 993 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-5.d -rw-rw-rw- gingold/gingold 1135 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-6.d -rw-rw-rw- gingold/gingold 1186 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-7.d -rw-rw-rw- gingold/gingold 1357 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-8.d -rw-rw-rw- gingold/gingold 1301 2011-10-06 12:07 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-9.d -rw-rw-rw- gingold/gingold 285 2010-12-06 01:00 binutils-2.23.2/ld/testsuite/ld-plugin/plugin-vis-1.d -rw-rw-rw- gingold/gingold 7289 2012-05-15 14:55 binutils-2.23.2/ld/testsuite/ld-plugin/plugin.exp -rw-rw-rw- gingold/gingold 39 2010-10-14 03:31 binutils-2.23.2/ld/testsuite/ld-plugin/text.c -rw-rw-rw- gingold/gingold 293 2009-03-14 10:16 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-branch-1.dd drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-powerpc -rw-rw-rw- gingold/gingold 4 2009-03-14 10:16 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-branch-1.ex -rw-rw-rw- gingold/gingold 14 2009-03-14 10:16 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-branch-1.im -rw-rw-rw- gingold/gingold 51 2009-03-14 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-branch-1.nd -rw-rw-rw- gingold/gingold 167 2009-03-14 10:16 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-branch-1.s -rw-rw-rw- gingold/gingold 4 2009-03-14 10:15 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-reloc-1.ex -rw-rw-rw- gingold/gingold 15 2009-03-14 10:15 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-reloc-1.im -rw-rw-rw- gingold/gingold 51 2009-03-14 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-reloc-1.nd -rw-rw-rw- gingold/gingold 92 2009-03-14 10:15 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-reloc-1.od -rw-rw-rw- gingold/gingold 44 2009-03-14 10:15 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-abs-reloc-1.s -rw-rw-rw- gingold/gingold 4 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-1.ex -rw-rw-rw- gingold/gingold 191 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-1.hd -rw-rw-rw- gingold/gingold 69 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-1.s -rw-rw-rw- gingold/gingold 4 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-2.ex -rw-rw-rw- gingold/gingold 191 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-2.hd -rw-rw-rw- gingold/gingold 69 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-2.s -rw-rw-rw- gingold/gingold 4 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-3.ex -rw-rw-rw- gingold/gingold 181 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-3.hd -rw-rw-rw- gingold/gingold 13 2009-03-14 10:14 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-core-sec-3.s -rw-rw-rw- gingold/gingold 134 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-export-1-all.dd -rw-rw-rw- gingold/gingold 308 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-export-1-full.dd -rw-rw-rw- gingold/gingold 167 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-export-1a.s -rw-rw-rw- gingold/gingold 107 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-export-1b.s -rw-rw-rw- gingold/gingold 15 2009-04-17 01:07 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-export-2.nd -rw-rw-rw- gingold/gingold 11 2009-04-17 01:07 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-export-2.s -rw-rw-rw- gingold/gingold 1303 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-gc-1-32.dd -rw-rw-rw- gingold/gingold 1957 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-gc-1-64.dd -rw-rw-rw- gingold/gingold 16 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-gc-1.ex -rw-rw-rw- gingold/gingold 33 2009-04-01 22:09 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-gc-1.nd -rw-rw-rw- gingold/gingold 816 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-gc-1.s -rw-rw-rw- gingold/gingold 134 2009-03-14 10:17 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-1-32.d -rw-rw-rw- gingold/gingold 863 2009-03-14 10:17 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-1-32.dd -rw-rw-rw- gingold/gingold 134 2009-03-14 10:17 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-1-64.d -rw-rw-rw- gingold/gingold 1124 2009-03-14 10:17 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-1-64.dd -rw-rw-rw- gingold/gingold 7 2009-03-14 10:17 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-1.ex -rw-rw-rw- gingold/gingold 181 2009-03-14 10:17 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-1.s -rw-rw-rw- gingold/gingold 2120 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-2-32.dd -rw-rw-rw- gingold/gingold 2502 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-2-64.dd -rw-rw-rw- gingold/gingold 27 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-2a.ex -rw-rw-rw- gingold/gingold 615 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-2a.s -rw-rw-rw- gingold/gingold 147 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-2b.s -rw-rw-rw- gingold/gingold 18 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-2c.ex -rw-rw-rw- gingold/gingold 480 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-2c.s -rw-rw-rw- gingold/gingold 111 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-2d.s -rw-rw-rw- gingold/gingold 152 2009-06-02 20:51 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-3-32.d -rw-rw-rw- gingold/gingold 154 2009-06-02 20:51 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-3-64.d -rw-rw-rw- gingold/gingold 224 2009-06-02 20:51 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-3.dd -rw-rw-rw- gingold/gingold 64 2009-06-02 20:51 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-3.s -rw-rw-rw- gingold/gingold 90 2009-06-02 20:51 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-3a.s -rw-rw-rw- gingold/gingold 104 2009-06-02 20:51 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-glink-3b.s -rw-rw-rw- gingold/gingold 252 2009-03-14 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-lineno-1.s -rw-rw-rw- gingold/gingold 42 2009-03-14 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-lineno-1.txt -rw-rw-rw- gingold/gingold 454 2009-03-14 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-lineno-1a.dd -rw-rw-rw- gingold/gingold 150 2009-03-14 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-lineno-1a.nd -rw-rw-rw- gingold/gingold 412 2009-03-14 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-lineno-1b.dd -rw-rw-rw- gingold/gingold 59 2009-03-14 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-lineno-1b.nd -rw-rw-rw- gingold/gingold 64 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1-dso.dnd -rw-rw-rw- gingold/gingold 177 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1-dso.drd -rw-rw-rw- gingold/gingold 126 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1-dso.nd -rw-rw-rw- gingold/gingold 179 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1-dso.rd -rw-rw-rw- gingold/gingold 78 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1-rel.nd -rw-rw-rw- gingold/gingold 158 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1-rel.rd -rw-rw-rw- gingold/gingold 8 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1.ex -rw-rw-rw- gingold/gingold 4 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1.im -rw-rw-rw- gingold/gingold 86 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1a.s -rw-rw-rw- gingold/gingold 86 2009-03-14 10:33 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-no-dup-syms-1b.s -rw-rw-rw- gingold/gingold 547 2010-01-23 13:05 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-ref-1-32.od -rw-rw-rw- gingold/gingold 536 2010-01-23 13:05 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-ref-1-64.od -rw-rw-rw- gingold/gingold 568 2010-01-23 13:05 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-ref-1.s -rw-rw-rw- gingold/gingold 466 2009-04-01 21:27 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-rel-1.od -rw-rw-rw- gingold/gingold 60 2009-04-01 21:27 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-rel-1.s -rw-rw-rw- gingold/gingold 209 2009-03-14 10:18 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-toc-1-32.dd -rw-rw-rw- gingold/gingold 224 2009-03-14 10:18 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-toc-1-64.dd -rw-rw-rw- gingold/gingold 6 2009-03-14 10:18 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-toc-1.ex -rw-rw-rw- gingold/gingold 281 2009-03-14 10:18 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-toc-1a.s -rw-rw-rw- gingold/gingold 294 2009-03-14 10:18 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-toc-1b.s -rw-rw-rw- gingold/gingold 513 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1-dso.dnd -rw-rw-rw- gingold/gingold 349 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1-dso.hd -rw-rw-rw- gingold/gingold 633 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1-dso.nd -rw-rw-rw- gingold/gingold 513 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1-gcdso.dnd -rw-rw-rw- gingold/gingold 349 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1-gcdso.hd -rw-rw-rw- gingold/gingold 588 2009-03-14 10:35 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1-gcdso.nd -rw-rw-rw- gingold/gingold 313 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1-rel.hd -rw-rw-rw- gingold/gingold 537 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1-rel.nd -rw-rw-rw- gingold/gingold 16 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1.ex -rw-rw-rw- gingold/gingold 289 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1a.s -rw-rw-rw- gingold/gingold 289 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-1b.s -rw-rw-rw- gingold/gingold 24 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2a.ex -rw-rw-rw- gingold/gingold 128 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2a.nd -rw-rw-rw- gingold/gingold 261 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2a.s -rw-rw-rw- gingold/gingold 128 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2b.nd -rw-rw-rw- gingold/gingold 261 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2b.s -rw-rw-rw- gingold/gingold 4 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2c.ex -rw-rw-rw- gingold/gingold 162 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2c.nd -rw-rw-rw- gingold/gingold 255 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2c.od -rw-rw-rw- gingold/gingold 113 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-2c.s -rw-rw-rw- gingold/gingold 209 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-3-32.d -rw-rw-rw- gingold/gingold 348 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-3-32.dd -rw-rw-rw- gingold/gingold 211 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-3-64.d -rw-rw-rw- gingold/gingold 481 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-3-64.dd -rw-rw-rw- gingold/gingold 9 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-3a.ex -rw-rw-rw- gingold/gingold 96 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-3a.s -rw-rw-rw- gingold/gingold 2 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-3b.ex -rw-rw-rw- gingold/gingold 338 2009-03-14 10:34 binutils-2.23.2/ld/testsuite/ld-powerpc/aix-weak-3b.s -rw-rw-rw- gingold/gingold 8471 2010-01-23 13:05 binutils-2.23.2/ld/testsuite/ld-powerpc/aix52.exp -rw-rw-rw- gingold/gingold 269 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/apuinfo-nul.rd -rw-rw-rw- gingold/gingold 141 2010-02-08 08:09 binutils-2.23.2/ld/testsuite/ld-powerpc/apuinfo-nul.s -rw-rw-rw- gingold/gingold 148 2010-04-01 12:02 binutils-2.23.2/ld/testsuite/ld-powerpc/apuinfo-nul1.s -rw-rw-rw- gingold/gingold 478 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/apuinfo.rd -rw-rw-rw- gingold/gingold 115 2002-12-03 19:24 binutils-2.23.2/ld/testsuite/ld-powerpc/apuinfo1.s -rw-rw-rw- gingold/gingold 107 2002-12-03 19:24 binutils-2.23.2/ld/testsuite/ld-powerpc/apuinfo2.s -rw-rw-rw- gingold/gingold 20 2008-10-10 22:55 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-12-1.s -rw-rw-rw- gingold/gingold 195 2008-10-10 22:55 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-12-11.d -rw-rw-rw- gingold/gingold 20 2008-10-10 22:55 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-12-2.s -rw-rw-rw- gingold/gingold 178 2008-10-10 22:55 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-12-21.d -rw-rw-rw- gingold/gingold 19 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-0.s -rw-rw-rw- gingold/gingold 113 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-00.d -rw-rw-rw- gingold/gingold 187 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-01.d -rw-rw-rw- gingold/gingold 187 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-02.d -rw-rw-rw- gingold/gingold 204 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-03.d -rw-rw-rw- gingold/gingold 19 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-1.s -rw-rw-rw- gingold/gingold 187 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-10.d -rw-rw-rw- gingold/gingold 187 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-11.d -rw-rw-rw- gingold/gingold 157 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-12.d -rw-rw-rw- gingold/gingold 191 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-13.d -rw-rw-rw- gingold/gingold 155 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-14.d -rw-rw-rw- gingold/gingold 19 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-2.s -rw-rw-rw- gingold/gingold 187 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-20.d -rw-rw-rw- gingold/gingold 157 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-21.d -rw-rw-rw- gingold/gingold 187 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-22.d -rw-rw-rw- gingold/gingold 157 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-23.d -rw-rw-rw- gingold/gingold 155 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-24.d -rw-rw-rw- gingold/gingold 19 2007-06-30 02:03 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-3.s -rw-rw-rw- gingold/gingold 191 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-31.d -rw-rw-rw- gingold/gingold 174 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-32.d -rw-rw-rw- gingold/gingold 204 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-33.d -rw-rw-rw- gingold/gingold 155 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-34.d -rw-rw-rw- gingold/gingold 19 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-4.s -rw-rw-rw- gingold/gingold 155 2008-07-26 15:10 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-4-41.d -rw-rw-rw- gingold/gingold 19 2007-10-25 17:20 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-8-1.s -rw-rw-rw- gingold/gingold 188 2007-10-25 17:20 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-8-11.d -rw-rw-rw- gingold/gingold 19 2007-10-25 17:20 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-8-2.s -rw-rw-rw- gingold/gingold 162 2007-10-25 17:20 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-8-23.d -rw-rw-rw- gingold/gingold 19 2007-10-25 17:20 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-8-3.s -rw-rw-rw- gingold/gingold 184 2007-10-25 17:20 binutils-2.23.2/ld/testsuite/ld-powerpc/attr-gnu-8-31.d -rw-rw-rw- gingold/gingold 3342 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-powerpc/export-class.exp -rw-rw-rw- gingold/gingold 616 2009-09-21 13:51 binutils-2.23.2/ld/testsuite/ld-powerpc/oldtlslib.s -rw-rw-rw- gingold/gingold 579 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/plt1.d -rw-rw-rw- gingold/gingold 164 2006-10-24 15:29 binutils-2.23.2/ld/testsuite/ld-powerpc/plt1.s -rw-rw-rw- gingold/gingold 553 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-powerpc/powerpc-32-export-class.rd -rw-rw-rw- gingold/gingold 550 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-powerpc/powerpc-32-export-class.xd -rw-rw-rw- gingold/gingold 643 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-powerpc/powerpc-64-export-class.rd -rw-rw-rw- gingold/gingold 550 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-powerpc/powerpc-64-export-class.xd -rw-rw-rw- gingold/gingold 11774 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/powerpc.exp -rw-rw-rw- gingold/gingold 536 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/relax.d -rw-rw-rw- gingold/gingold 67 2010-07-06 11:29 binutils-2.23.2/ld/testsuite/ld-powerpc/relax.s -rw-rw-rw- gingold/gingold 934 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/relaxr.d -rw-rw-rw- gingold/gingold 1581 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-powerpc/relbrlt.d -rw-rw-rw- gingold/gingold 363 2007-08-13 02:20 binutils-2.23.2/ld/testsuite/ld-powerpc/relbrlt.s -rw-rw-rw- gingold/gingold 246 2005-04-19 07:44 binutils-2.23.2/ld/testsuite/ld-powerpc/reloc.d -rw-rw-rw- gingold/gingold 96 2002-09-30 07:25 binutils-2.23.2/ld/testsuite/ld-powerpc/reloc.s -rw-rw-rw- gingold/gingold 106 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/sdadyn.d -rw-rw-rw- gingold/gingold 47 2005-05-20 23:57 binutils-2.23.2/ld/testsuite/ld-powerpc/sdadyn.s -rw-rw-rw- gingold/gingold 76 2005-07-12 14:08 binutils-2.23.2/ld/testsuite/ld-powerpc/sdalib.s -rw-rw-rw- gingold/gingold 252 2005-09-28 21:32 binutils-2.23.2/ld/testsuite/ld-powerpc/symtocbase-1.s -rw-rw-rw- gingold/gingold 224 2005-09-28 21:32 binutils-2.23.2/ld/testsuite/ld-powerpc/symtocbase-2.s -rw-rw-rw- gingold/gingold 541 2005-11-18 05:41 binutils-2.23.2/ld/testsuite/ld-powerpc/symtocbase.d -rw-rw-rw- gingold/gingold 2068 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tls.d -rw-rw-rw- gingold/gingold 289 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tls.g -rw-rw-rw- gingold/gingold 2083 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-powerpc/tls.s -rw-rw-rw- gingold/gingold 492 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tls.t -rw-rw-rw- gingold/gingold 1786 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tls32.d -rw-rw-rw- gingold/gingold 185 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tls32.g -rw-rw-rw- gingold/gingold 1845 2006-03-17 07:44 binutils-2.23.2/ld/testsuite/ld-powerpc/tls32.s -rw-rw-rw- gingold/gingold 315 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tls32.t -rw-rw-rw- gingold/gingold 3622 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexe.d -rw-rw-rw- gingold/gingold 297 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexe.g -rw-rw-rw- gingold/gingold 3813 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexe.r -rw-rw-rw- gingold/gingold 458 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexe.t -rw-rw-rw- gingold/gingold 1782 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexe32.d -rw-rw-rw- gingold/gingold 234 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexe32.g -rw-rw-rw- gingold/gingold 3834 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexe32.r -rw-rw-rw- gingold/gingold 293 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexe32.t -rw-rw-rw- gingold/gingold 2835 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexetoc.d -rw-rw-rw- gingold/gingold 501 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexetoc.g -rw-rw-rw- gingold/gingold 3837 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexetoc.r -rw-rw-rw- gingold/gingold 457 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsexetoc.t -rw-rw-rw- gingold/gingold 448 2009-09-21 13:51 binutils-2.23.2/ld/testsuite/ld-powerpc/tlslib.s -rw-rw-rw- gingold/gingold 287 2009-09-21 13:51 binutils-2.23.2/ld/testsuite/ld-powerpc/tlslib32.s -rw-rw-rw- gingold/gingold 1339 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsmark.d -rw-rw-rw- gingold/gingold 555 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsmark.s -rw-rw-rw- gingold/gingold 705 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsmark32.d -rw-rw-rw- gingold/gingold 247 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsmark32.s -rw-rw-rw- gingold/gingold 638 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt1.d -rw-rw-rw- gingold/gingold 309 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt1.s -rw-rw-rw- gingold/gingold 565 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt1_32.d -rw-rw-rw- gingold/gingold 300 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt1_32.s -rw-rw-rw- gingold/gingold 546 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt2.d -rw-rw-rw- gingold/gingold 294 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt2.s -rw-rw-rw- gingold/gingold 509 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt2_32.d -rw-rw-rw- gingold/gingold 291 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt2_32.s -rw-rw-rw- gingold/gingold 700 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt3.d -rw-rw-rw- gingold/gingold 274 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt3.s -rw-rw-rw- gingold/gingold 613 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt3_32.d -rw-rw-rw- gingold/gingold 266 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt3_32.s -rw-rw-rw- gingold/gingold 1371 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt4.d -rw-rw-rw- gingold/gingold 544 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt4.s -rw-rw-rw- gingold/gingold 1194 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt4_32.d -rw-rw-rw- gingold/gingold 524 2011-03-23 16:25 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsopt4_32.s -rw-rw-rw- gingold/gingold 3395 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsso.d -rw-rw-rw- gingold/gingold 424 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsso.g -rw-rw-rw- gingold/gingold 4258 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsso.r -rw-rw-rw- gingold/gingold 442 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsso.t -rw-rw-rw- gingold/gingold 1706 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsso32.d -rw-rw-rw- gingold/gingold 306 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsso32.g -rw-rw-rw- gingold/gingold 4421 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsso32.r -rw-rw-rw- gingold/gingold 279 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlsso32.t -rw-rw-rw- gingold/gingold 1236 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlstoc.d -rw-rw-rw- gingold/gingold 486 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlstoc.g -rw-rw-rw- gingold/gingold 1393 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-powerpc/tlstoc.s -rw-rw-rw- gingold/gingold 495 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlstoc.t -rw-rw-rw- gingold/gingold 2555 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlstocso.d -rw-rw-rw- gingold/gingold 388 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlstocso.g -rw-rw-rw- gingold/gingold 4108 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-powerpc/tlstocso.r -rw-rw-rw- gingold/gingold 445 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tlstocso.t -rw-rw-rw- gingold/gingold 509 2011-09-30 07:11 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt.d -rw-rw-rw- gingold/gingold 48 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt.out -rw-rw-rw- gingold/gingold 938 2010-08-05 16:38 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt.s -rw-rw-rw- gingold/gingold 84 2011-07-11 14:03 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt2.d -rw-rw-rw- gingold/gingold 36 2011-07-11 14:03 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt2.out -rw-rw-rw- gingold/gingold 114 2011-07-11 14:03 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt2.s -rw-rw-rw- gingold/gingold 84 2011-07-11 14:03 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt3.d -rw-rw-rw- gingold/gingold 102 2011-07-11 14:03 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt3.s -rw-rw-rw- gingold/gingold 133 2011-08-22 16:28 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt4.d -rw-rw-rw- gingold/gingold 46 2011-08-22 16:28 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt4a.s -rw-rw-rw- gingold/gingold 642 2011-08-22 16:28 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt4b.s -rw-rw-rw- gingold/gingold 459 2011-09-30 07:11 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt5.d -rw-rw-rw- gingold/gingold 742 2011-09-30 07:11 binutils-2.23.2/ld/testsuite/ld-powerpc/tocopt5.s -rw-rw-rw- gingold/gingold 390 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-1.d -rw-rw-rw- gingold/gingold 514 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-1.ld -rw-rw-rw- gingold/gingold 443 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-2.d -rw-rw-rw- gingold/gingold 514 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-2.ld -rw-rw-rw- gingold/gingold 443 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-3.d -rw-rw-rw- gingold/gingold 514 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-3.ld -rw-rw-rw- gingold/gingold 390 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-4.d -rw-rw-rw- gingold/gingold 514 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-4.ld -rw-rw-rw- gingold/gingold 443 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-5.d -rw-rw-rw- gingold/gingold 858 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-5.ld -rw-rw-rw- gingold/gingold 699 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-6.d -rw-rw-rw- gingold/gingold 717 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-6.ld -rw-rw-rw- gingold/gingold 687 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-6a.s -rw-rw-rw- gingold/gingold 102 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-6b.s -rw-rw-rw- gingold/gingold 102 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-6c.s -rw-rw-rw- gingold/gingold 174 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg-6d.s -rw-rw-rw- gingold/gingold 886 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-multiseg.s -rw-rw-rw- gingold/gingold 694 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-1.d -rw-rw-rw- gingold/gingold 203 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-1.s -rw-rw-rw- gingold/gingold 3134 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-2.d -rw-rw-rw- gingold/gingold 2213 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-2.s -rw-rw-rw- gingold/gingold 207 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-3.d -rw-rw-rw- gingold/gingold 192 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-3.s -rw-rw-rw- gingold/gingold 142 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-def-1.s -rw-rw-rw- gingold/gingold 439 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-def-2.s -rw-rw-rw- gingold/gingold 458 2012-05-14 21:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vle-reloc-def-3.s -rw-rw-rw- gingold/gingold 318 2012-05-19 08:58 binutils-2.23.2/ld/testsuite/ld-powerpc/vle.ld -rw-rw-rw- gingold/gingold 553 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks-relax-2.rd -rw-rw-rw- gingold/gingold 196 2010-07-20 09:22 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks-relax-2.s -rw-rw-rw- gingold/gingold 477 2012-03-25 08:45 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks-relax.rd -rw-rw-rw- gingold/gingold 182 2010-07-20 09:22 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks-relax.s -rw-rw-rw- gingold/gingold 1848 2006-03-02 09:50 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1-lib.dd -rw-rw-rw- gingold/gingold 224 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1-lib.nd -rw-rw-rw- gingold/gingold 671 2012-05-12 15:46 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1-lib.rd -rw-rw-rw- gingold/gingold 523 2006-03-02 10:44 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1-lib.s -rw-rw-rw- gingold/gingold 219 2006-03-02 09:50 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1-lib.sd -rw-rw-rw- gingold/gingold 36 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1-lib.td -rw-rw-rw- gingold/gingold 167 2006-03-03 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1-static.d -rw-rw-rw- gingold/gingold 1695 2006-03-02 16:16 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1.dd -rw-rw-rw- gingold/gingold 516 2009-01-26 16:27 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1.ld -rw-rw-rw- gingold/gingold 1278 2009-01-26 16:27 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1.rd -rw-rw-rw- gingold/gingold 216 2006-03-02 09:50 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks1.s -rw-rw-rw- gingold/gingold 152 2006-03-03 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks2-static.sd -rw-rw-rw- gingold/gingold 65 2006-03-03 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks2.s -rw-rw-rw- gingold/gingold 227 2006-03-03 10:32 binutils-2.23.2/ld/testsuite/ld-powerpc/vxworks2.sd -rw-rw-rw- gingold/gingold 2890 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-s390/s390.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-s390 -rw-rw-rw- gingold/gingold 7743 2010-10-27 17:02 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin.dd -rw-rw-rw- gingold/gingold 4608 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin.rd -rw-rw-rw- gingold/gingold 1296 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin.s -rw-rw-rw- gingold/gingold 365 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin.sd -rw-rw-rw- gingold/gingold 478 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin.td -rw-rw-rw- gingold/gingold 9505 2010-09-27 15:32 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin_64.dd -rw-rw-rw- gingold/gingold 4658 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin_64.rd -rw-rw-rw- gingold/gingold 1340 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin_64.s -rw-rw-rw- gingold/gingold 597 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin_64.sd -rw-rw-rw- gingold/gingold 495 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-s390/tlsbin_64.td -rw-rw-rw- gingold/gingold 3485 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-s390/tlsbinpic.s -rw-rw-rw- gingold/gingold 4009 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-s390/tlsbinpic_64.s -rw-rw-rw- gingold/gingold 316 2003-01-24 18:18 binutils-2.23.2/ld/testsuite/ld-s390/tlslib.s -rw-rw-rw- gingold/gingold 316 2003-01-24 18:18 binutils-2.23.2/ld/testsuite/ld-s390/tlslib_64.s -rw-rw-rw- gingold/gingold 7639 2010-09-27 15:32 binutils-2.23.2/ld/testsuite/ld-s390/tlspic.dd -rw-rw-rw- gingold/gingold 4427 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-s390/tlspic.rd -rw-rw-rw- gingold/gingold 455 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-s390/tlspic.sd -rw-rw-rw- gingold/gingold 474 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-s390/tlspic.td -rw-rw-rw- gingold/gingold 4155 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-s390/tlspic1.s -rw-rw-rw- gingold/gingold 4734 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-s390/tlspic1_64.s -rw-rw-rw- gingold/gingold 241 2003-01-24 18:18 binutils-2.23.2/ld/testsuite/ld-s390/tlspic2.s -rw-rw-rw- gingold/gingold 241 2003-01-24 18:18 binutils-2.23.2/ld/testsuite/ld-s390/tlspic2_64.s -rw-rw-rw- gingold/gingold 8720 2010-09-27 15:32 binutils-2.23.2/ld/testsuite/ld-s390/tlspic_64.dd -rw-rw-rw- gingold/gingold 4463 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-s390/tlspic_64.rd -rw-rw-rw- gingold/gingold 740 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-s390/tlspic_64.sd -rw-rw-rw- gingold/gingold 485 2004-05-11 19:08 binutils-2.23.2/ld/testsuite/ld-s390/tlspic_64.td -rw-rw-rw- gingold/gingold 1604 2009-10-17 19:18 binutils-2.23.2/ld/testsuite/ld-scripts/align.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-scripts -rw-rw-rw- gingold/gingold 16 2004-02-20 16:31 binutils-2.23.2/ld/testsuite/ld-scripts/align.s -rw-rw-rw- gingold/gingold 229 2004-02-20 16:31 binutils-2.23.2/ld/testsuite/ld-scripts/align.t -rw-rw-rw- gingold/gingold 101 2005-02-21 09:18 binutils-2.23.2/ld/testsuite/ld-scripts/align2.t -rw-rw-rw- gingold/gingold 296 2006-09-20 13:35 binutils-2.23.2/ld/testsuite/ld-scripts/align2a.d -rw-rw-rw- gingold/gingold 41 2005-02-17 21:57 binutils-2.23.2/ld/testsuite/ld-scripts/align2a.s -rw-rw-rw- gingold/gingold 284 2005-02-21 09:18 binutils-2.23.2/ld/testsuite/ld-scripts/align2b.d -rw-rw-rw- gingold/gingold 41 2005-02-17 21:57 binutils-2.23.2/ld/testsuite/ld-scripts/align2b.s -rw-rw-rw- gingold/gingold 59 2005-02-17 21:57 binutils-2.23.2/ld/testsuite/ld-scripts/align2c.d -rw-rw-rw- gingold/gingold 41 2005-02-17 21:57 binutils-2.23.2/ld/testsuite/ld-scripts/align2c.s -rw-rw-rw- gingold/gingold 1834 2007-11-05 00:49 binutils-2.23.2/ld/testsuite/ld-scripts/alignof.exp -rw-rw-rw- gingold/gingold 60 2007-06-18 14:38 binutils-2.23.2/ld/testsuite/ld-scripts/alignof.s -rw-rw-rw- gingold/gingold 231 2007-06-18 14:38 binutils-2.23.2/ld/testsuite/ld-scripts/alignof.t -rw-rw-rw- gingold/gingold 1180 2011-01-10 15:37 binutils-2.23.2/ld/testsuite/ld-scripts/assert.exp -rw-rw-rw- gingold/gingold 1 2004-04-15 03:49 binutils-2.23.2/ld/testsuite/ld-scripts/assert.s -rw-rw-rw- gingold/gingold 219 2007-07-13 11:09 binutils-2.23.2/ld/testsuite/ld-scripts/assert.t -rw-rw-rw- gingold/gingold 61 2011-01-10 16:03 binutils-2.23.2/ld/testsuite/ld-scripts/assert2.d -rw-rw-rw- gingold/gingold 37 2011-01-10 15:37 binutils-2.23.2/ld/testsuite/ld-scripts/assert2.t -rw-rw-rw- gingold/gingold 52 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/cross1.c -rw-rw-rw- gingold/gingold 200 2004-08-17 03:18 binutils-2.23.2/ld/testsuite/ld-scripts/cross1.t -rw-rw-rw- gingold/gingold 27 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/cross2.c -rw-rw-rw- gingold/gingold 156 2001-08-27 12:49 binutils-2.23.2/ld/testsuite/ld-scripts/cross2.t -rw-rw-rw- gingold/gingold 39 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/cross3.c -rw-rw-rw- gingold/gingold 191 2007-06-18 20:53 binutils-2.23.2/ld/testsuite/ld-scripts/cross3.t -rw-rw-rw- gingold/gingold 91 2005-10-04 21:54 binutils-2.23.2/ld/testsuite/ld-scripts/cross4.c -rw-rw-rw- gingold/gingold 4220 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-scripts/crossref.exp -rw-rw-rw- gingold/gingold 161 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/data.d -rw-rw-rw- gingold/gingold 1085 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/data.exp -rw-rw-rw- gingold/gingold 1 2004-04-15 03:49 binutils-2.23.2/ld/testsuite/ld-scripts/data.s -rw-rw-rw- gingold/gingold 163 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/data.t -rw-rw-rw- gingold/gingold 1198 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/default-script.exp -rw-rw-rw- gingold/gingold 36 2009-07-29 08:47 binutils-2.23.2/ld/testsuite/ld-scripts/default-script.s -rw-rw-rw- gingold/gingold 116 2007-01-19 15:51 binutils-2.23.2/ld/testsuite/ld-scripts/default-script.t -rw-rw-rw- gingold/gingold 140 2009-07-29 08:47 binutils-2.23.2/ld/testsuite/ld-scripts/default-script1.d -rw-rw-rw- gingold/gingold 140 2010-12-20 07:27 binutils-2.23.2/ld/testsuite/ld-scripts/default-script2.d -rw-rw-rw- gingold/gingold 141 2009-07-29 08:47 binutils-2.23.2/ld/testsuite/ld-scripts/default-script3.d -rw-rw-rw- gingold/gingold 154 2009-07-29 08:47 binutils-2.23.2/ld/testsuite/ld-scripts/default-script4.d -rw-rw-rw- gingold/gingold 2083 2011-02-10 09:04 binutils-2.23.2/ld/testsuite/ld-scripts/defined.exp -rw-rw-rw- gingold/gingold 30 2009-05-21 08:13 binutils-2.23.2/ld/testsuite/ld-scripts/defined.s -rw-rw-rw- gingold/gingold 161 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/defined.t -rw-rw-rw- gingold/gingold 489 2005-08-18 09:51 binutils-2.23.2/ld/testsuite/ld-scripts/defined2.d -rw-rw-rw- gingold/gingold 248 2003-10-08 14:35 binutils-2.23.2/ld/testsuite/ld-scripts/defined2.t -rw-rw-rw- gingold/gingold 641 2005-08-18 09:51 binutils-2.23.2/ld/testsuite/ld-scripts/defined3.d -rw-rw-rw- gingold/gingold 476 2003-10-11 11:18 binutils-2.23.2/ld/testsuite/ld-scripts/defined3.t -rw-rw-rw- gingold/gingold 333 2011-01-13 16:23 binutils-2.23.2/ld/testsuite/ld-scripts/defined4.d -rw-rw-rw- gingold/gingold 41 2010-12-28 19:04 binutils-2.23.2/ld/testsuite/ld-scripts/defined4.s -rw-rw-rw- gingold/gingold 107 2010-12-28 19:04 binutils-2.23.2/ld/testsuite/ld-scripts/defined4.t -rw-rw-rw- gingold/gingold 139 2011-01-13 18:07 binutils-2.23.2/ld/testsuite/ld-scripts/defined5.d -rw-rw-rw- gingold/gingold 57 2011-02-10 09:04 binutils-2.23.2/ld/testsuite/ld-scripts/defined5.s -rw-rw-rw- gingold/gingold 119 2011-02-10 09:04 binutils-2.23.2/ld/testsuite/ld-scripts/defined5.t -rw-rw-rw- gingold/gingold 19 2002-07-09 10:47 binutils-2.23.2/ld/testsuite/ld-scripts/dynamic-sections-1.s -rw-rw-rw- gingold/gingold 34 2002-07-09 10:47 binutils-2.23.2/ld/testsuite/ld-scripts/dynamic-sections-2.s -rw-rw-rw- gingold/gingold 130 2002-07-09 10:47 binutils-2.23.2/ld/testsuite/ld-scripts/dynamic-sections.d -rw-rw-rw- gingold/gingold 956 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-scripts/dynamic-sections.exp -rw-rw-rw- gingold/gingold 294 2002-07-09 10:47 binutils-2.23.2/ld/testsuite/ld-scripts/dynamic-sections.t -rw-rw-rw- gingold/gingold 144 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-1.d -rw-rw-rw- gingold/gingold 69 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-1.s -rw-rw-rw- gingold/gingold 150 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-1.t -rw-rw-rw- gingold/gingold 61 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-2.s -rw-rw-rw- gingold/gingold 203 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-2a.d -rw-rw-rw- gingold/gingold 101 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-2a.t -rw-rw-rw- gingold/gingold 203 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-2b.d -rw-rw-rw- gingold/gingold 150 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-2b.t -rw-rw-rw- gingold/gingold 77 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-3.s -rw-rw-rw- gingold/gingold 143 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-3a.d -rw-rw-rw- gingold/gingold 153 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-3a.t -rw-rw-rw- gingold/gingold 143 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-3b.d -rw-rw-rw- gingold/gingold 185 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-3b.t -rw-rw-rw- gingold/gingold 146 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-3c.d -rw-rw-rw- gingold/gingold 175 2006-09-27 06:18 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address-3c.t -rw-rw-rw- gingold/gingold 1170 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/empty-address.exp -rw-rw-rw- gingold/gingold 359 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/empty-aligned.d -rw-rw-rw- gingold/gingold 1008 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-scripts/empty-aligned.exp -rw-rw-rw- gingold/gingold 18 2005-08-15 16:08 binutils-2.23.2/ld/testsuite/ld-scripts/empty-aligned.s -rw-rw-rw- gingold/gingold 669 2005-08-15 16:08 binutils-2.23.2/ld/testsuite/ld-scripts/empty-aligned.t -rw-rw-rw- gingold/gingold 153 2006-05-19 13:50 binutils-2.23.2/ld/testsuite/ld-scripts/empty-orphan.d -rw-rw-rw- gingold/gingold 1178 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/empty-orphan.exp -rw-rw-rw- gingold/gingold 79 2005-03-17 17:20 binutils-2.23.2/ld/testsuite/ld-scripts/empty-orphan.s -rw-rw-rw- gingold/gingold 463 2006-10-17 15:41 binutils-2.23.2/ld/testsuite/ld-scripts/empty-orphan.t -rw-rw-rw- gingold/gingold 957 2011-01-23 04:29 binutils-2.23.2/ld/testsuite/ld-scripts/expr.exp -rw-rw-rw- gingold/gingold 61 2007-01-06 23:03 binutils-2.23.2/ld/testsuite/ld-scripts/expr1.d -rw-rw-rw- gingold/gingold 10 2007-01-06 23:03 binutils-2.23.2/ld/testsuite/ld-scripts/expr1.s -rw-rw-rw- gingold/gingold 116 2007-01-06 23:03 binutils-2.23.2/ld/testsuite/ld-scripts/expr1.t -rw-rw-rw- gingold/gingold 84 2011-01-13 16:23 binutils-2.23.2/ld/testsuite/ld-scripts/expr2.d -rw-rw-rw- gingold/gingold 41 2010-12-28 19:04 binutils-2.23.2/ld/testsuite/ld-scripts/expr2.s -rw-rw-rw- gingold/gingold 125 2010-12-28 19:04 binutils-2.23.2/ld/testsuite/ld-scripts/expr2.t -rw-rw-rw- gingold/gingold 1951 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-scripts/extern.exp -rw-rw-rw- gingold/gingold 7 2007-05-24 11:24 binutils-2.23.2/ld/testsuite/ld-scripts/extern.s -rw-rw-rw- gingold/gingold 161 2007-05-24 11:24 binutils-2.23.2/ld/testsuite/ld-scripts/extern.t -rw-rw-rw- gingold/gingold 437 2008-07-26 03:23 binutils-2.23.2/ld/testsuite/ld-scripts/include-1.d -rw-rw-rw- gingold/gingold 67 2008-07-06 15:38 binutils-2.23.2/ld/testsuite/ld-scripts/include-1.t -rw-rw-rw- gingold/gingold 53 2008-07-06 15:38 binutils-2.23.2/ld/testsuite/ld-scripts/include-data.t -rw-rw-rw- gingold/gingold 78 2008-07-06 15:38 binutils-2.23.2/ld/testsuite/ld-scripts/include-mem.t -rw-rw-rw- gingold/gingold 43 2008-07-06 15:38 binutils-2.23.2/ld/testsuite/ld-scripts/include-ram.t -rw-rw-rw- gingold/gingold 89 2008-07-21 10:38 binutils-2.23.2/ld/testsuite/ld-scripts/include-sections.t -rw-rw-rw- gingold/gingold 11 2008-07-06 15:38 binutils-2.23.2/ld/testsuite/ld-scripts/include-subdata.t -rw-rw-rw- gingold/gingold 1316 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/include.exp -rw-rw-rw- gingold/gingold 49 2008-07-26 03:23 binutils-2.23.2/ld/testsuite/ld-scripts/include.s -rw-rw-rw- gingold/gingold 260 2007-08-31 16:46 binutils-2.23.2/ld/testsuite/ld-scripts/map-address.d -rw-rw-rw- gingold/gingold 1464 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/map-address.exp -rw-rw-rw- gingold/gingold 145 2007-08-31 16:46 binutils-2.23.2/ld/testsuite/ld-scripts/map-address.t -rw-rw-rw- gingold/gingold 544 2010-08-19 07:51 binutils-2.23.2/ld/testsuite/ld-scripts/memory.t -rw-rw-rw- gingold/gingold 697 2008-06-12 13:27 binutils-2.23.2/ld/testsuite/ld-scripts/overlay-size-map.d -rw-rw-rw- gingold/gingold 770 2009-11-18 17:37 binutils-2.23.2/ld/testsuite/ld-scripts/overlay-size.d -rw-rw-rw- gingold/gingold 1091 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/overlay-size.exp -rw-rw-rw- gingold/gingold 519 2002-05-07 13:08 binutils-2.23.2/ld/testsuite/ld-scripts/overlay-size.s -rw-rw-rw- gingold/gingold 1203 2008-06-12 13:27 binutils-2.23.2/ld/testsuite/ld-scripts/overlay-size.t -rw-rw-rw- gingold/gingold 3031 2011-10-05 16:13 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs.exp -rw-rw-rw- gingold/gingold 37 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs.s -rw-rw-rw- gingold/gingold 331 2001-05-01 10:07 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs.t -rw-rw-rw- gingold/gingold 2369 2011-05-16 15:47 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs2.exp -rw-rw-rw- gingold/gingold 85 2002-06-07 12:30 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs2.s -rw-rw-rw- gingold/gingold 394 2002-06-07 12:30 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs2.t -rw-rw-rw- gingold/gingold 108 2009-10-15 01:12 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs3.d -rw-rw-rw- gingold/gingold 1195 2009-11-02 04:44 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs3.exp -rw-rw-rw- gingold/gingold 340 2009-10-07 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs3.t -rw-rw-rw- gingold/gingold 163 2009-10-08 04:38 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs3a.d -rw-rw-rw- gingold/gingold 336 2009-10-08 04:38 binutils-2.23.2/ld/testsuite/ld-scripts/phdrs3a.t -rw-rw-rw- gingold/gingold 182 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/provide-1.d -rw-rw-rw- gingold/gingold 44 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/provide-1.s -rw-rw-rw- gingold/gingold 146 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/provide-1.t -rw-rw-rw- gingold/gingold 83 2004-10-15 02:27 binutils-2.23.2/ld/testsuite/ld-scripts/provide-2.d -rw-rw-rw- gingold/gingold 69 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/provide-2.s -rw-rw-rw- gingold/gingold 115 2004-10-15 02:27 binutils-2.23.2/ld/testsuite/ld-scripts/provide-2.t -rw-rw-rw- gingold/gingold 97 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/provide-3.d -rw-rw-rw- gingold/gingold 44 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/provide-3.s -rw-rw-rw- gingold/gingold 97 2004-02-23 11:10 binutils-2.23.2/ld/testsuite/ld-scripts/provide-3.t -rw-rw-rw- gingold/gingold 1431 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/provide.exp -rw-rw-rw- gingold/gingold 133 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/region-alias-1.t -rw-rw-rw- gingold/gingold 91 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/region-alias-2.t -rw-rw-rw- gingold/gingold 97 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/region-alias-3.t -rw-rw-rw- gingold/gingold 96 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/region-alias-4.t -rw-rw-rw- gingold/gingold 1167 2009-04-03 09:45 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at.exp -rw-rw-rw- gingold/gingold 92 2009-04-03 12:15 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at.s -rw-rw-rw- gingold/gingold 455 2009-11-18 17:37 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at1.d -rw-rw-rw- gingold/gingold 318 2009-04-03 09:45 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at1.t -rw-rw-rw- gingold/gingold 441 2009-11-18 17:37 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at2.d -rw-rw-rw- gingold/gingold 368 2009-04-03 09:45 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at2.t -rw-rw-rw- gingold/gingold 448 2009-11-18 17:37 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at3.d -rw-rw-rw- gingold/gingold 358 2009-04-03 09:45 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at3.t -rw-rw-rw- gingold/gingold 526 2009-11-18 17:37 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at4.d -rw-rw-rw- gingold/gingold 325 2009-05-22 13:27 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at4.t -rw-rw-rw- gingold/gingold 579 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at5.d -rw-rw-rw- gingold/gingold 166 2010-09-16 02:28 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at5.s -rw-rw-rw- gingold/gingold 546 2010-10-06 10:58 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at5.t -rw-rw-rw- gingold/gingold 187 2013-03-05 04:11 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at6.d -rw-rw-rw- gingold/gingold 45 2013-03-05 04:11 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at6.s -rw-rw-rw- gingold/gingold 170 2013-03-05 04:11 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at6.t -rw-rw-rw- gingold/gingold 191 2013-03-05 04:11 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at7.d -rw-rw-rw- gingold/gingold 213 2013-03-05 04:11 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-at7.t -rw-rw-rw- gingold/gingold 1669 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over.exp -rw-rw-rw- gingold/gingold 181 2007-10-17 21:26 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over.s -rw-rw-rw- gingold/gingold 764 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over1.d -rw-rw-rw- gingold/gingold 306 2007-10-17 21:26 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over1.t -rw-rw-rw- gingold/gingold 763 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over2.d -rw-rw-rw- gingold/gingold 318 2007-10-17 21:26 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over2.t -rw-rw-rw- gingold/gingold 922 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over3.d -rw-rw-rw- gingold/gingold 373 2007-10-17 21:26 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over3.t -rw-rw-rw- gingold/gingold 852 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over4.d -rw-rw-rw- gingold/gingold 347 2007-10-17 21:26 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over4.t -rw-rw-rw- gingold/gingold 851 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over5.d -rw-rw-rw- gingold/gingold 347 2007-10-17 21:26 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over5.t -rw-rw-rw- gingold/gingold 980 2009-03-02 18:27 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over6.d -rw-rw-rw- gingold/gingold 342 2007-10-17 21:26 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over6.t -rw-rw-rw- gingold/gingold 910 2009-05-22 17:54 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over7.d -rw-rw-rw- gingold/gingold 345 2007-10-17 21:26 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over7.t -rw-rw-rw- gingold/gingold 564 2009-11-18 17:37 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over8-ok.d -rw-rw-rw- gingold/gingold 94 2008-04-28 16:08 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over8.s -rw-rw-rw- gingold/gingold 322 2008-04-28 14:45 binutils-2.23.2/ld/testsuite/ld-scripts/rgn-over8.t -rw-rw-rw- gingold/gingold 545 2011-01-23 04:29 binutils-2.23.2/ld/testsuite/ld-scripts/sane1.d -rw-rw-rw- gingold/gingold 574 2011-01-23 04:29 binutils-2.23.2/ld/testsuite/ld-scripts/sane1.t -rw-rw-rw- gingold/gingold 3655 2010-11-30 14:38 binutils-2.23.2/ld/testsuite/ld-scripts/script.exp -rw-rw-rw- gingold/gingold 100 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/script.s -rw-rw-rw- gingold/gingold 190 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/script.t -rw-rw-rw- gingold/gingold 255 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/scriptm.t -rw-rw-rw- gingold/gingold 18 2011-07-11 17:03 binutils-2.23.2/ld/testsuite/ld-scripts/section-flags-1.s -rw-rw-rw- gingold/gingold 430 2011-07-11 17:03 binutils-2.23.2/ld/testsuite/ld-scripts/section-flags-1.t -rw-rw-rw- gingold/gingold 18 2011-07-11 17:03 binutils-2.23.2/ld/testsuite/ld-scripts/section-flags-2.s -rw-rw-rw- gingold/gingold 206 2011-07-11 17:03 binutils-2.23.2/ld/testsuite/ld-scripts/section-flags-2.t -rw-rw-rw- gingold/gingold 1257 2011-07-14 08:49 binutils-2.23.2/ld/testsuite/ld-scripts/section-flags.exp -rw-rw-rw- gingold/gingold 509 2010-09-10 09:18 binutils-2.23.2/ld/testsuite/ld-scripts/section-match-1.d -rw-rw-rw- gingold/gingold 86 2010-09-01 10:05 binutils-2.23.2/ld/testsuite/ld-scripts/section-match-1.s -rw-rw-rw- gingold/gingold 450 2010-09-01 10:05 binutils-2.23.2/ld/testsuite/ld-scripts/section-match-1.t -rw-rw-rw- gingold/gingold 887 2010-09-01 10:05 binutils-2.23.2/ld/testsuite/ld-scripts/section-match.exp -rw-rw-rw- gingold/gingold 315 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/size-1.d -rw-rw-rw- gingold/gingold 63 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/size-1.s -rw-rw-rw- gingold/gingold 168 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/size-1.t -rw-rw-rw- gingold/gingold 502 2005-08-18 09:51 binutils-2.23.2/ld/testsuite/ld-scripts/size-2.d -rw-rw-rw- gingold/gingold 91 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/size-2.s -rw-rw-rw- gingold/gingold 374 2004-04-08 02:51 binutils-2.23.2/ld/testsuite/ld-scripts/size-2.t -rw-rw-rw- gingold/gingold 1299 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/size.exp -rw-rw-rw- gingold/gingold 2280 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-scripts/sizeof.exp -rw-rw-rw- gingold/gingold 11 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/sizeof.s -rw-rw-rw- gingold/gingold 243 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/sizeof.t -rw-rw-rw- gingold/gingold 1416 2010-01-13 15:08 binutils-2.23.2/ld/testsuite/ld-scripts/sort.exp -rw-rw-rw- gingold/gingold 66 2006-08-08 17:07 binutils-2.23.2/ld/testsuite/ld-scripts/sort.t -rw-rw-rw- gingold/gingold 204 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a-1.d -rw-rw-rw- gingold/gingold 172 2006-08-08 17:07 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a-1.s -rw-rw-rw- gingold/gingold 174 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a.d -rw-rw-rw- gingold/gingold 169 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a.s -rw-rw-rw- gingold/gingold 78 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a.t -rw-rw-rw- gingold/gingold 324 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a_a-1.d -rw-rw-rw- gingold/gingold 374 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a_a-2.d -rw-rw-rw- gingold/gingold 364 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a_a-3.d -rw-rw-rw- gingold/gingold 97 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a_a.t -rw-rw-rw- gingold/gingold 319 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a_n-1.d -rw-rw-rw- gingold/gingold 359 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a_n-2.d -rw-rw-rw- gingold/gingold 369 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a_n-3.d -rw-rw-rw- gingold/gingold 92 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_a_n.t -rw-rw-rw- gingold/gingold 194 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n-1.d -rw-rw-rw- gingold/gingold 124 2006-08-08 17:07 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n-1.s -rw-rw-rw- gingold/gingold 169 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n.d -rw-rw-rw- gingold/gingold 121 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n.s -rw-rw-rw- gingold/gingold 73 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n.t -rw-rw-rw- gingold/gingold 319 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n_a-1.d -rw-rw-rw- gingold/gingold 364 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n_a-2.d -rw-rw-rw- gingold/gingold 369 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n_a-3.d -rw-rw-rw- gingold/gingold 92 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n_a.t -rw-rw-rw- gingold/gingold 314 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n_n-1.d -rw-rw-rw- gingold/gingold 354 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n_n-2.d -rw-rw-rw- gingold/gingold 364 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n_n-3.d -rw-rw-rw- gingold/gingold 87 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_b_n_n.t -rw-rw-rw- gingold/gingold 173 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_n_a-a.s -rw-rw-rw- gingold/gingold 173 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_n_a-b.s -rw-rw-rw- gingold/gingold 194 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_no-1.d -rw-rw-rw- gingold/gingold 194 2009-09-09 14:13 binutils-2.23.2/ld/testsuite/ld-scripts/sort_no-2.d -rw-rw-rw- gingold/gingold 59 2004-10-04 18:45 binutils-2.23.2/ld/testsuite/ld-scripts/sort_no.t -rw-rw-rw- gingold/gingold 2645 2011-05-13 06:19 binutils-2.23.2/ld/testsuite/ld-scripts/weak.exp -rw-rw-rw- gingold/gingold 140 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-scripts/weak.t -rw-rw-rw- gingold/gingold 125 2005-03-22 15:20 binutils-2.23.2/ld/testsuite/ld-scripts/weak1.s -rw-rw-rw- gingold/gingold 125 2005-03-22 15:20 binutils-2.23.2/ld/testsuite/ld-scripts/weak2.s -rw-rw-rw- gingold/gingold 153 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-selective/1.c drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-selective -rw-rw-rw- gingold/gingold 288 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-selective/2.c -rw-rw-rw- gingold/gingold 834 2003-04-30 14:07 binutils-2.23.2/ld/testsuite/ld-selective/3.cc -rw-rw-rw- gingold/gingold 456 2003-04-30 14:07 binutils-2.23.2/ld/testsuite/ld-selective/4.cc -rw-rw-rw- gingold/gingold 560 2003-04-30 14:07 binutils-2.23.2/ld/testsuite/ld-selective/5.cc -rw-rw-rw- gingold/gingold 220 2002-10-12 17:40 binutils-2.23.2/ld/testsuite/ld-selective/keepdot.d -rw-rw-rw- gingold/gingold 85 2002-02-05 07:45 binutils-2.23.2/ld/testsuite/ld-selective/keepdot.ld -rw-rw-rw- gingold/gingold 325 2002-02-07 03:48 binutils-2.23.2/ld/testsuite/ld-selective/keepdot.s -rw-rw-rw- gingold/gingold 255 2002-10-12 17:40 binutils-2.23.2/ld/testsuite/ld-selective/keepdot0.d -rw-rw-rw- gingold/gingold 96 2002-02-05 07:45 binutils-2.23.2/ld/testsuite/ld-selective/keepdot0.ld -rw-rw-rw- gingold/gingold 1350 2011-10-20 14:34 binutils-2.23.2/ld/testsuite/ld-selective/sel-dump.exp -rw-rw-rw- gingold/gingold 7204 2012-02-14 02:02 binutils-2.23.2/ld/testsuite/ld-selective/selective.exp -rw-rw-rw- gingold/gingold 9101 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-sh/arch/arch.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-sh drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-sh/arch -rw-rw-rw- gingold/gingold 23285 2008-06-10 00:22 binutils-2.23.2/ld/testsuite/ld-sh/arch/arch_expected.txt -rw-rw-rw- gingold/gingold 36071 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh-dsp.s -rw-rw-rw- gingold/gingold 19034 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh.s -rw-rw-rw- gingold/gingold 20503 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh2.s -rw-rw-rw- gingold/gingold 20923 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh2a-nofpu-or-sh3-nommu.s -rw-rw-rw- gingold/gingold 21132 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s -rw-rw-rw- gingold/gingold 29869 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh2a-nofpu.s -rw-rw-rw- gingold/gingold 26127 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh2a-or-sh3e.s -rw-rw-rw- gingold/gingold 30382 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh2a-or-sh4.s -rw-rw-rw- gingold/gingold 40020 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh2a.s -rw-rw-rw- gingold/gingold 25604 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh2e.s -rw-rw-rw- gingold/gingold 38269 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh3-dsp.s -rw-rw-rw- gingold/gingold 22585 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh3-nommu.s -rw-rw-rw- gingold/gingold 22689 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh3.s -rw-rw-rw- gingold/gingold 27946 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh3e.s -rw-rw-rw- gingold/gingold 24673 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh4-nofpu.s -rw-rw-rw- gingold/gingold 24559 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh4-nommu-nofpu.s -rw-rw-rw- gingold/gingold 34658 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh4.s -rw-rw-rw- gingold/gingold 25669 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh4a-nofpu.s -rw-rw-rw- gingold/gingold 35784 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh4a.s -rw-rw-rw- gingold/gingold 46866 2008-04-15 17:53 binutils-2.23.2/ld/testsuite/ld-sh/arch/sh4al-dsp.s -rw-rw-rw- gingold/gingold 749 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-funcdesc-shared.d -rw-rw-rw- gingold/gingold 114 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-funcdesc-shared.s -rw-rw-rw- gingold/gingold 603 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-funcdesc-static.d -rw-rw-rw- gingold/gingold 166 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-funcdesc-static.s -rw-rw-rw- gingold/gingold 666 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotfuncdesc-shared.d -rw-rw-rw- gingold/gingold 113 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotfuncdesc-shared.s -rw-rw-rw- gingold/gingold 767 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotfuncdesc-static.d -rw-rw-rw- gingold/gingold 159 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotfuncdesc-static.s -rw-rw-rw- gingold/gingold 594 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotfuncdesci20-shared.d -rw-rw-rw- gingold/gingold 89 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotfuncdesci20-shared.s -rw-rw-rw- gingold/gingold 646 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotfuncdesci20-static.d -rw-rw-rw- gingold/gingold 135 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotfuncdesci20-static.s -rw-rw-rw- gingold/gingold 586 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-goti20-shared.d -rw-rw-rw- gingold/gingold 81 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-goti20-shared.s -rw-rw-rw- gingold/gingold 578 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-goti20-static.d -rw-rw-rw- gingold/gingold 149 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-goti20-static.s -rw-rw-rw- gingold/gingold 899 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotofffuncdesc-shared.d -rw-rw-rw- gingold/gingold 139 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotofffuncdesc-shared.s -rw-rw-rw- gingold/gingold 787 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotofffuncdesc-static.d -rw-rw-rw- gingold/gingold 154 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotofffuncdesc-static.s -rw-rw-rw- gingold/gingold 740 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotofffuncdesci20-shared.d -rw-rw-rw- gingold/gingold 115 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotofffuncdesci20-shared.s -rw-rw-rw- gingold/gingold 620 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotofffuncdesci20-static.d -rw-rw-rw- gingold/gingold 130 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotofffuncdesci20-static.s -rw-rw-rw- gingold/gingold 702 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotoffi20-shared.d -rw-rw-rw- gingold/gingold 137 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotoffi20-shared.s -rw-rw-rw- gingold/gingold 563 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotoffi20-static.d -rw-rw-rw- gingold/gingold 152 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-gotoffi20-static.s -rw-rw-rw- gingold/gingold 2878 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-plt-be.d -rw-rw-rw- gingold/gingold 2832 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-plt-le.d -rw-rw-rw- gingold/gingold 119 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-plt.s -rw-rw-rw- gingold/gingold 2328 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-plti20-be.d -rw-rw-rw- gingold/gingold 2331 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-plti20-le.d -rw-rw-rw- gingold/gingold 575 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-stack-default.d -rw-rw-rw- gingold/gingold 604 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-stack-size.d -rw-rw-rw- gingold/gingold 59 2010-05-25 16:12 binutils-2.23.2/ld/testsuite/ld-sh/fdpic-stack.s -rw-rw-rw- gingold/gingold 794 2007-03-23 01:00 binutils-2.23.2/ld/testsuite/ld-sh/ld-r-1.d -rw-rw-rw- gingold/gingold 27 2001-10-14 17:18 binutils-2.23.2/ld/testsuite/ld-sh/ldr1.s -rw-rw-rw- gingold/gingold 23 2001-10-14 17:18 binutils-2.23.2/ld/testsuite/ld-sh/ldr2.s -rw-rw-rw- gingold/gingold 2623 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-sh/rd-sh.exp -rw-rw-rw- gingold/gingold 137 2010-01-28 16:25 binutils-2.23.2/ld/testsuite/ld-sh/refdbg-0-dso.d -rw-rw-rw- gingold/gingold 201 2002-11-28 09:37 binutils-2.23.2/ld/testsuite/ld-sh/refdbg-1.d -rw-rw-rw- gingold/gingold 147 2003-04-13 16:42 binutils-2.23.2/ld/testsuite/ld-sh/refdbg.s -rw-rw-rw- gingold/gingold 85 2002-11-28 09:37 binutils-2.23.2/ld/testsuite/ld-sh/refdbglib.s -rw-rw-rw- gingold/gingold 189 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/reloc1.d -rw-rw-rw- gingold/gingold 26 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/reloc1.s -rw-rw-rw- gingold/gingold 2303 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-sh/sh-vxworks.exp -rw-rw-rw- gingold/gingold 4907 2010-08-20 23:13 binutils-2.23.2/ld/testsuite/ld-sh/sh.exp -rw-rw-rw- gingold/gingold 99 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-sh/sh1.s -rw-rw-rw- gingold/gingold 1395 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-sh/sh2.c -rw-rw-rw- gingold/gingold 577 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/abi32.sd drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-sh/sh64 -rw-rw-rw- gingold/gingold 1674 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/abi32.xd -rw-rw-rw- gingold/gingold 759 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/abi64.sd -rw-rw-rw- gingold/gingold 2508 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/abi64.xd -rw-rw-rw- gingold/gingold 391 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/abixx-noexp.sd -rw-rw-rw- gingold/gingold 258 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/cmpct1.sd -rw-rw-rw- gingold/gingold 1326 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/cmpct1.xd -rw-rw-rw- gingold/gingold 163 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-1.s -rw-rw-rw- gingold/gingold 394 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2a.s -rw-rw-rw- gingold/gingold 660 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2b.s -rw-rw-rw- gingold/gingold 192 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2c.s -rw-rw-rw- gingold/gingold 134 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2d.s -rw-rw-rw- gingold/gingold 146 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2e.s -rw-rw-rw- gingold/gingold 235 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2f.s -rw-rw-rw- gingold/gingold 236 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2g.s -rw-rw-rw- gingold/gingold 186 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2h.s -rw-rw-rw- gingold/gingold 237 2002-02-11 08:56 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange-2i.s -rw-rw-rw- gingold/gingold 1909 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange1.rd -rw-rw-rw- gingold/gingold 2446 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange2.rd -rw-rw-rw- gingold/gingold 3449 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd -rw-rw-rw- gingold/gingold 3449 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange3-media.rd -rw-rw-rw- gingold/gingold 1902 2002-10-02 23:19 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange3.dd -rw-rw-rw- gingold/gingold 2799 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crange3.rd -rw-rw-rw- gingold/gingold 1955 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crangerel1.rd -rw-rw-rw- gingold/gingold 3003 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-sh/sh64/crangerel2.rd -rw-rw-rw- gingold/gingold 334 2002-08-16 20:45 binutils-2.23.2/ld/testsuite/ld-sh/sh64/dlsection-1.s -rw-rw-rw- gingold/gingold 203 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/dlsection.sd -rw-rw-rw- gingold/gingold 295 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/endian.dbd -rw-rw-rw- gingold/gingold 296 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/endian.dld -rw-rw-rw- gingold/gingold 66 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/endian.ld -rw-rw-rw- gingold/gingold 81 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/endian.s -rw-rw-rw- gingold/gingold 104 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/endian.sbd -rw-rw-rw- gingold/gingold 106 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/endian.sld -rw-rw-rw- gingold/gingold 392 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-sh/sh64/gotplt.d -rw-rw-rw- gingold/gingold 33 2002-10-02 23:56 binutils-2.23.2/ld/testsuite/ld-sh/sh64/gotplt.map -rw-rw-rw- gingold/gingold 108 2002-10-02 23:56 binutils-2.23.2/ld/testsuite/ld-sh/sh64/gotplt.s -rw-rw-rw- gingold/gingold 390 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-sh/sh64/init-cmpct.d -rw-rw-rw- gingold/gingold 336 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-sh/sh64/init-media.d -rw-rw-rw- gingold/gingold 172 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/init.s -rw-rw-rw- gingold/gingold 338 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-sh/sh64/init64.d -rw-rw-rw- gingold/gingold 468 2003-12-01 13:01 binutils-2.23.2/ld/testsuite/ld-sh/sh64/mix1-noexp.sd -rw-rw-rw- gingold/gingold 560 2003-12-01 13:01 binutils-2.23.2/ld/testsuite/ld-sh/sh64/mix1.sd -rw-rw-rw- gingold/gingold 1631 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/mix1.xd -rw-rw-rw- gingold/gingold 544 2003-12-01 13:01 binutils-2.23.2/ld/testsuite/ld-sh/sh64/mix2-noexp.sd -rw-rw-rw- gingold/gingold 590 2003-12-01 13:01 binutils-2.23.2/ld/testsuite/ld-sh/sh64/mix2.sd -rw-rw-rw- gingold/gingold 2046 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/mix2.xd -rw-rw-rw- gingold/gingold 1670 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-sh/sh64/rd-sh64.exp -rw-rw-rw- gingold/gingold 967 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/rel-1.s -rw-rw-rw- gingold/gingold 835 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/rel-2.s -rw-rw-rw- gingold/gingold 2970 2006-10-22 03:19 binutils-2.23.2/ld/testsuite/ld-sh/sh64/rel32.xd -rw-rw-rw- gingold/gingold 3024 2006-10-22 03:19 binutils-2.23.2/ld/testsuite/ld-sh/sh64/rel64.xd -rw-rw-rw- gingold/gingold 4438 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-sh/sh64/relax.exp -rw-rw-rw- gingold/gingold 96 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/relax1.s -rw-rw-rw- gingold/gingold 18 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/relax2.s -rw-rw-rw- gingold/gingold 62 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/relax3.s -rw-rw-rw- gingold/gingold 28 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/relax4.s -rw-rw-rw- gingold/gingold 3043 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/reldl-1.s -rw-rw-rw- gingold/gingold 2315 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/reldl-2.s -rw-rw-rw- gingold/gingold 20033 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-sh/sh64/reldl32.rd -rw-rw-rw- gingold/gingold 20052 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-sh/sh64/reldl64.rd -rw-rw-rw- gingold/gingold 6877 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-sh/sh64/relfail.exp -rw-rw-rw- gingold/gingold 314 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/relfail.s -rw-rw-rw- gingold/gingold 264 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/sh64-1.s -rw-rw-rw- gingold/gingold 375 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/sh64-2.s -rw-rw-rw- gingold/gingold 6484 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-sh/sh64/sh64.exp -rw-rw-rw- gingold/gingold 189 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shcmp-1.s -rw-rw-rw- gingold/gingold 8690 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shdl-1.s -rw-rw-rw- gingold/gingold 4785 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shdl-2.s -rw-rw-rw- gingold/gingold 4848 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shdl32.xd -rw-rw-rw- gingold/gingold 3870 2003-10-13 07:09 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shdl64.sd -rw-rw-rw- gingold/gingold 4854 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shdl64.xd -rw-rw-rw- gingold/gingold 440 2003-12-01 13:01 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shmix-1.s -rw-rw-rw- gingold/gingold 552 2002-02-08 07:49 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shmix-2.s -rw-rw-rw- gingold/gingold 646 2003-12-01 13:01 binutils-2.23.2/ld/testsuite/ld-sh/sh64/shmix-3.s -rw-rw-rw- gingold/gingold 147 2003-10-15 08:23 binutils-2.23.2/ld/testsuite/ld-sh/sh64/stobin-0-dso.d -rw-rw-rw- gingold/gingold 383 2003-10-15 08:23 binutils-2.23.2/ld/testsuite/ld-sh/sh64/stobin-1.d -rw-rw-rw- gingold/gingold 57 2003-10-15 08:23 binutils-2.23.2/ld/testsuite/ld-sh/sh64/stobin.s -rw-rw-rw- gingold/gingold 110 2011-02-25 14:45 binutils-2.23.2/ld/testsuite/ld-sh/sh64/stolib.s -rw-rw-rw- gingold/gingold 756 2012-05-12 15:46 binutils-2.23.2/ld/testsuite/ld-sh/shared-1.d -rw-rw-rw- gingold/gingold 796 2004-07-02 13:25 binutils-2.23.2/ld/testsuite/ld-sh/shared-2.d -rw-rw-rw- gingold/gingold 270 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-sh/start.s -rw-rw-rw- gingold/gingold 524 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-sh/sub2l-1.d -rw-rw-rw- gingold/gingold 238 2001-10-14 17:18 binutils-2.23.2/ld/testsuite/ld-sh/sub2l.s -rw-rw-rw- gingold/gingold 97 2003-08-02 15:46 binutils-2.23.2/ld/testsuite/ld-sh/textrel1.s -rw-rw-rw- gingold/gingold 52 2003-08-02 15:46 binutils-2.23.2/ld/testsuite/ld-sh/textrel2.s -rw-rw-rw- gingold/gingold 140 2002-10-11 16:44 binutils-2.23.2/ld/testsuite/ld-sh/tlsbin-0-dso.d -rw-rw-rw- gingold/gingold 10470 2006-10-20 17:16 binutils-2.23.2/ld/testsuite/ld-sh/tlsbin-1.d -rw-rw-rw- gingold/gingold 2140 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-sh/tlsbin-2.d -rw-rw-rw- gingold/gingold 299 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-sh/tlsbin-3.d -rw-rw-rw- gingold/gingold 282 2005-08-15 17:39 binutils-2.23.2/ld/testsuite/ld-sh/tlsbin-4.d -rw-rw-rw- gingold/gingold 1390 2002-10-11 16:44 binutils-2.23.2/ld/testsuite/ld-sh/tlsbin.s -rw-rw-rw- gingold/gingold 3093 2002-10-11 16:44 binutils-2.23.2/ld/testsuite/ld-sh/tlsbinpic.s -rw-rw-rw- gingold/gingold 316 2002-10-11 16:44 binutils-2.23.2/ld/testsuite/ld-sh/tlslib.s -rw-rw-rw- gingold/gingold 11178 2006-10-20 17:16 binutils-2.23.2/ld/testsuite/ld-sh/tlspic-1.d -rw-rw-rw- gingold/gingold 2128 2012-05-12 15:46 binutils-2.23.2/ld/testsuite/ld-sh/tlspic-2.d -rw-rw-rw- gingold/gingold 418 2002-10-11 16:44 binutils-2.23.2/ld/testsuite/ld-sh/tlspic-3.d -rw-rw-rw- gingold/gingold 267 2002-10-11 16:44 binutils-2.23.2/ld/testsuite/ld-sh/tlspic-4.d -rw-rw-rw- gingold/gingold 3721 2002-10-11 16:44 binutils-2.23.2/ld/testsuite/ld-sh/tlspic1.s -rw-rw-rw- gingold/gingold 97 2002-10-11 16:44 binutils-2.23.2/ld/testsuite/ld-sh/tlspic2.s -rw-rw-rw- gingold/gingold 977 2006-10-20 17:16 binutils-2.23.2/ld/testsuite/ld-sh/tlstpoff-1.d -rw-rw-rw- gingold/gingold 160 2003-04-24 07:19 binutils-2.23.2/ld/testsuite/ld-sh/tlstpoff-2.d -rw-rw-rw- gingold/gingold 294 2003-02-10 23:19 binutils-2.23.2/ld/testsuite/ld-sh/tlstpoff1.s -rw-rw-rw- gingold/gingold 353 2003-02-10 23:19 binutils-2.23.2/ld/testsuite/ld-sh/tlstpoff2.s -rw-rw-rw- gingold/gingold 2222 2007-05-14 14:07 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1-le.dd -rw-rw-rw- gingold/gingold 2295 2007-05-14 14:07 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1-lib-le.dd -rw-rw-rw- gingold/gingold 2306 2007-05-14 14:07 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1-lib.dd -rw-rw-rw- gingold/gingold 224 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1-lib.nd -rw-rw-rw- gingold/gingold 614 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1-lib.rd -rw-rw-rw- gingold/gingold 753 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1-lib.s -rw-rw-rw- gingold/gingold 36 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1-lib.td -rw-rw-rw- gingold/gingold 160 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1-static.d -rw-rw-rw- gingold/gingold 2233 2007-05-14 14:07 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1.dd -rw-rw-rw- gingold/gingold 510 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1.ld -rw-rw-rw- gingold/gingold 1062 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1.rd -rw-rw-rw- gingold/gingold 375 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks1.s -rw-rw-rw- gingold/gingold 151 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks2-static.sd -rw-rw-rw- gingold/gingold 75 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks2.s -rw-rw-rw- gingold/gingold 225 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks2.sd -rw-rw-rw- gingold/gingold 727 2007-05-14 14:07 binutils-2.23.2/ld/testsuite/ld-sh/vxworks3-le.dd -rw-rw-rw- gingold/gingold 174 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks3-lib-le.dd -rw-rw-rw- gingold/gingold 174 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks3-lib.dd -rw-rw-rw- gingold/gingold 117 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks3-lib.s -rw-rw-rw- gingold/gingold 727 2007-05-14 14:07 binutils-2.23.2/ld/testsuite/ld-sh/vxworks3.dd -rw-rw-rw- gingold/gingold 61 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks3.s -rw-rw-rw- gingold/gingold 437 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks4.d -rw-rw-rw- gingold/gingold 19 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks4a.s -rw-rw-rw- gingold/gingold 72 2006-08-04 15:13 binutils-2.23.2/ld/testsuite/ld-sh/vxworks4b.s -rw-rw-rw- gingold/gingold 423 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-sh/weak1.d -rw-rw-rw- gingold/gingold 150 2001-10-14 17:18 binutils-2.23.2/ld/testsuite/ld-sh/weak1.s -rw-rw-rw- gingold/gingold 4960 2010-10-28 11:08 binutils-2.23.2/ld/testsuite/ld-shared/elf-offset.ld drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-shared -rw-rw-rw- gingold/gingold 2170 2008-09-17 09:43 binutils-2.23.2/ld/testsuite/ld-shared/main.c -rw-rw-rw- gingold/gingold 2710 2008-02-14 21:23 binutils-2.23.2/ld/testsuite/ld-shared/sh1.c -rw-rw-rw- gingold/gingold 399 2008-02-14 21:23 binutils-2.23.2/ld/testsuite/ld-shared/sh2.c -rw-rw-rw- gingold/gingold 411 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-shared/shared.dat -rw-rw-rw- gingold/gingold 12682 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-shared/shared.exp -rw-rw-rw- gingold/gingold 411 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-shared/sun4.dat -rw-rw-rw- gingold/gingold 159 2001-06-06 23:03 binutils-2.23.2/ld/testsuite/ld-shared/symbolic.dat -rw-rw-rw- gingold/gingold 240 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-shared/xcoff.dat -rw-rw-rw- gingold/gingold 954 2010-02-11 20:57 binutils-2.23.2/ld/testsuite/ld-sparc/gotop32.dd drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-sparc -rw-rw-rw- gingold/gingold 2510 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sparc/gotop32.rd -rw-rw-rw- gingold/gingold 567 2010-02-11 20:57 binutils-2.23.2/ld/testsuite/ld-sparc/gotop32.s -rw-rw-rw- gingold/gingold 205 2008-04-16 10:51 binutils-2.23.2/ld/testsuite/ld-sparc/gotop32.sd -rw-rw-rw- gingold/gingold 260 2010-02-11 20:57 binutils-2.23.2/ld/testsuite/ld-sparc/gotop32.td -rw-rw-rw- gingold/gingold 976 2010-02-11 20:57 binutils-2.23.2/ld/testsuite/ld-sparc/gotop64.dd -rw-rw-rw- gingold/gingold 2530 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sparc/gotop64.rd -rw-rw-rw- gingold/gingold 569 2010-02-11 20:57 binutils-2.23.2/ld/testsuite/ld-sparc/gotop64.s -rw-rw-rw- gingold/gingold 206 2008-04-16 10:51 binutils-2.23.2/ld/testsuite/ld-sparc/gotop64.sd -rw-rw-rw- gingold/gingold 262 2010-02-11 20:57 binutils-2.23.2/ld/testsuite/ld-sparc/gotop64.td -rw-rw-rw- gingold/gingold 5717 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-sparc/sparc.exp -rw-rw-rw- gingold/gingold 174 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlsg32.s -rw-rw-rw- gingold/gingold 171 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlsg32.sd -rw-rw-rw- gingold/gingold 175 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlsg64.s -rw-rw-rw- gingold/gingold 179 2005-04-14 00:29 binutils-2.23.2/ld/testsuite/ld-sparc/tlsg64.sd -rw-rw-rw- gingold/gingold 338 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlslib.s -rw-rw-rw- gingold/gingold 135 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlsnopic.s -rw-rw-rw- gingold/gingold 227 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlspic.s -rw-rw-rw- gingold/gingold 9082 2011-10-19 02:32 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin32.dd -rw-rw-rw- gingold/gingold 4302 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin32.rd -rw-rw-rw- gingold/gingold 2515 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin32.s -rw-rw-rw- gingold/gingold 244 2005-04-12 00:13 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin32.sd -rw-rw-rw- gingold/gingold 633 2004-07-01 18:24 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin32.td -rw-rw-rw- gingold/gingold 9518 2011-10-19 02:32 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin64.dd -rw-rw-rw- gingold/gingold 4297 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin64.rd -rw-rw-rw- gingold/gingold 2648 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin64.s -rw-rw-rw- gingold/gingold 273 2005-04-14 00:29 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin64.sd -rw-rw-rw- gingold/gingold 493 2005-04-14 00:29 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbin64.td -rw-rw-rw- gingold/gingold 4100 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbinpic32.s -rw-rw-rw- gingold/gingold 4110 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunbinpic64.s -rw-rw-rw- gingold/gingold 2704 2007-08-18 00:00 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunnopic32.dd -rw-rw-rw- gingold/gingold 3108 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunnopic32.rd -rw-rw-rw- gingold/gingold 1717 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunnopic32.s -rw-rw-rw- gingold/gingold 229 2007-08-18 00:00 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunnopic32.sd -rw-rw-rw- gingold/gingold 2874 2007-08-18 00:00 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunnopic64.dd -rw-rw-rw- gingold/gingold 3232 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunnopic64.rd -rw-rw-rw- gingold/gingold 1856 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunnopic64.s -rw-rw-rw- gingold/gingold 282 2007-08-18 00:00 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunnopic64.sd -rw-rw-rw- gingold/gingold 7551 2011-10-19 02:32 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic32.dd -rw-rw-rw- gingold/gingold 4699 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic32.rd -rw-rw-rw- gingold/gingold 5186 2004-10-01 22:11 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic32.s -rw-rw-rw- gingold/gingold 406 2004-07-01 18:24 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic32.sd -rw-rw-rw- gingold/gingold 466 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic32.td -rw-rw-rw- gingold/gingold 7575 2011-10-19 02:32 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic64.dd -rw-rw-rw- gingold/gingold 4733 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic64.rd -rw-rw-rw- gingold/gingold 5208 2003-01-25 00:44 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic64.s -rw-rw-rw- gingold/gingold 642 2005-04-14 00:29 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic64.sd -rw-rw-rw- gingold/gingold 472 2005-04-14 00:29 binutils-2.23.2/ld/testsuite/ld-sparc/tlssunpic64.td -rw-rw-rw- gingold/gingold 1579 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1-lib.dd -rw-rw-rw- gingold/gingold 234 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1-lib.nd -rw-rw-rw- gingold/gingold 645 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1-lib.rd -rw-rw-rw- gingold/gingold 566 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1-lib.s -rw-rw-rw- gingold/gingold 36 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1-lib.td -rw-rw-rw- gingold/gingold 156 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1-static.d -rw-rw-rw- gingold/gingold 2031 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1.dd -rw-rw-rw- gingold/gingold 500 2007-05-15 14:22 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1.ld -rw-rw-rw- gingold/gingold 1278 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1.rd -rw-rw-rw- gingold/gingold 281 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks1.s -rw-rw-rw- gingold/gingold 152 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks2-static.sd -rw-rw-rw- gingold/gingold 72 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks2.s -rw-rw-rw- gingold/gingold 227 2006-04-05 14:41 binutils-2.23.2/ld/testsuite/ld-sparc/vxworks2.sd -rw-rw-rw- gingold/gingold 374 2007-03-27 10:36 binutils-2.23.2/ld/testsuite/ld-spu/ear.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-spu -rw-rw-rw- gingold/gingold 367 2008-05-07 16:46 binutils-2.23.2/ld/testsuite/ld-spu/ear.s -rw-rw-rw- gingold/gingold 684 2008-05-07 16:46 binutils-2.23.2/ld/testsuite/ld-spu/embed.rd -rw-rw-rw- gingold/gingold 614 2009-08-05 22:40 binutils-2.23.2/ld/testsuite/ld-spu/fixup.d -rw-rw-rw- gingold/gingold 276 2009-08-05 22:40 binutils-2.23.2/ld/testsuite/ld-spu/fixup.s -rw-rw-rw- gingold/gingold 4054 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-spu/icache1.d -rw-rw-rw- gingold/gingold 1583 2009-01-13 02:54 binutils-2.23.2/ld/testsuite/ld-spu/icache1.s -rw-rw-rw- gingold/gingold 3273 2009-05-14 17:26 binutils-2.23.2/ld/testsuite/ld-spu/ovl.d -rw-rw-rw- gingold/gingold 121 2008-01-25 13:03 binutils-2.23.2/ld/testsuite/ld-spu/ovl.lnk -rw-rw-rw- gingold/gingold 1060 2007-03-23 01:48 binutils-2.23.2/ld/testsuite/ld-spu/ovl.s -rw-rw-rw- gingold/gingold 109 2008-01-25 13:03 binutils-2.23.2/ld/testsuite/ld-spu/ovl1.lnk -rw-rw-rw- gingold/gingold 2591 2009-05-14 17:26 binutils-2.23.2/ld/testsuite/ld-spu/ovl2.d -rw-rw-rw- gingold/gingold 141 2008-01-25 13:03 binutils-2.23.2/ld/testsuite/ld-spu/ovl2.lnk -rw-rw-rw- gingold/gingold 675 2008-04-08 01:37 binutils-2.23.2/ld/testsuite/ld-spu/ovl2.s -rw-rw-rw- gingold/gingold 2458 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-spu/pic.d -rw-rw-rw- gingold/gingold 928 2009-07-24 21:51 binutils-2.23.2/ld/testsuite/ld-spu/pic.s -rw-rw-rw- gingold/gingold 61 2009-07-24 21:51 binutils-2.23.2/ld/testsuite/ld-spu/picdef.s -rw-rw-rw- gingold/gingold 2799 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-spu/spu.exp -rw-rw-rw- gingold/gingold 351 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-srec/sr1.c drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-srec -rw-rw-rw- gingold/gingold 181 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-srec/sr2.c -rw-rw-rw- gingold/gingold 1417 2006-05-02 15:35 binutils-2.23.2/ld/testsuite/ld-srec/sr3.cc -rw-rw-rw- gingold/gingold 12105 2012-09-04 14:53 binutils-2.23.2/ld/testsuite/ld-srec/srec.exp -rw-rw-rw- gingold/gingold 215 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c62x-c62x.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-tic6x -rw-rw-rw- gingold/gingold 219 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c62x-c64x+.d -rw-rw-rw- gingold/gingold 215 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c62x-c64x.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c62x-c674x.d -rw-rw-rw- gingold/gingold 219 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c62x-c67x+.d -rw-rw-rw- gingold/gingold 215 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c62x-c67x.d -rw-rw-rw- gingold/gingold 11 2010-06-16 02:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c62x.s -rw-rw-rw- gingold/gingold 219 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x+-c62x.d -rw-rw-rw- gingold/gingold 221 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x+-c64x+.d -rw-rw-rw- gingold/gingold 219 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x+-c64x.d -rw-rw-rw- gingold/gingold 220 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x+-c674x.d -rw-rw-rw- gingold/gingold 220 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x+-c67x+.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x+-c67x.d -rw-rw-rw- gingold/gingold 12 2010-06-16 02:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x+.s -rw-rw-rw- gingold/gingold 215 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x-c62x.d -rw-rw-rw- gingold/gingold 219 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x-c64x+.d -rw-rw-rw- gingold/gingold 215 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x-c64x.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x-c674x.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x-c67x+.d -rw-rw-rw- gingold/gingold 216 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x-c67x.d -rw-rw-rw- gingold/gingold 11 2010-06-16 02:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c64x.s -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c674x-c62x.d -rw-rw-rw- gingold/gingold 220 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c674x-c64x+.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c674x-c64x.d -rw-rw-rw- gingold/gingold 220 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c674x-c674x.d -rw-rw-rw- gingold/gingold 220 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c674x-c67x+.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c674x-c67x.d -rw-rw-rw- gingold/gingold 12 2010-06-16 02:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c674x.s -rw-rw-rw- gingold/gingold 219 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x+-c62x.d -rw-rw-rw- gingold/gingold 220 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x+-c64x+.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x+-c64x.d -rw-rw-rw- gingold/gingold 220 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x+-c674x.d -rw-rw-rw- gingold/gingold 221 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x+-c67x+.d -rw-rw-rw- gingold/gingold 219 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x+-c67x.d -rw-rw-rw- gingold/gingold 12 2010-06-16 02:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x+.s -rw-rw-rw- gingold/gingold 215 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x-c62x.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x-c64x+.d -rw-rw-rw- gingold/gingold 216 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x-c64x.d -rw-rw-rw- gingold/gingold 218 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x-c674x.d -rw-rw-rw- gingold/gingold 219 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x-c67x+.d -rw-rw-rw- gingold/gingold 215 2010-10-21 23:16 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x-c67x.d -rw-rw-rw- gingold/gingold 11 2010-06-16 02:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-arch-c67x.s -rw-rw-rw- gingold/gingold 300 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-16-16.d -rw-rw-rw- gingold/gingold 194 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-16-4.d -rw-rw-rw- gingold/gingold 302 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-16-416.d -rw-rw-rw- gingold/gingold 196 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-16-48.d -rw-rw-rw- gingold/gingold 194 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-16-8.d -rw-rw-rw- gingold/gingold 302 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-16-816.d -rw-rw-rw- gingold/gingold 109 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-16.s -rw-rw-rw- gingold/gingold 194 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-4-16.d -rw-rw-rw- gingold/gingold 294 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-4-4.d -rw-rw-rw- gingold/gingold 298 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-4-416.d -rw-rw-rw- gingold/gingold 296 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-4-48.d -rw-rw-rw- gingold/gingold 192 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-4-8.d -rw-rw-rw- gingold/gingold 196 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-4-816.d -rw-rw-rw- gingold/gingold 109 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-4.s -rw-rw-rw- gingold/gingold 302 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-416-16.d -rw-rw-rw- gingold/gingold 298 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-416-4.d -rw-rw-rw- gingold/gingold 303 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-416-416.d -rw-rw-rw- gingold/gingold 259 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-416-48.d -rw-rw-rw- gingold/gingold 211 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-416-8.d -rw-rw-rw- gingold/gingold 257 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-416-816.d -rw-rw-rw- gingold/gingold 109 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-416.s -rw-rw-rw- gingold/gingold 196 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-48-16.d -rw-rw-rw- gingold/gingold 296 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-48-4.d -rw-rw-rw- gingold/gingold 259 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-48-416.d -rw-rw-rw- gingold/gingold 257 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-48-48.d -rw-rw-rw- gingold/gingold 209 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-48-8.d -rw-rw-rw- gingold/gingold 213 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-48-816.d -rw-rw-rw- gingold/gingold 109 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-48.s -rw-rw-rw- gingold/gingold 194 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-8-16.d -rw-rw-rw- gingold/gingold 192 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-8-4.d -rw-rw-rw- gingold/gingold 211 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-8-416.d -rw-rw-rw- gingold/gingold 209 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-8-48.d -rw-rw-rw- gingold/gingold 207 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-8-8.d -rw-rw-rw- gingold/gingold 211 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-8-816.d -rw-rw-rw- gingold/gingold 109 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-8.s -rw-rw-rw- gingold/gingold 302 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-816-16.d -rw-rw-rw- gingold/gingold 196 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-816-4.d -rw-rw-rw- gingold/gingold 257 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-816-416.d -rw-rw-rw- gingold/gingold 213 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-816-48.d -rw-rw-rw- gingold/gingold 211 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-816-8.d -rw-rw-rw- gingold/gingold 257 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-816-816.d -rw-rw-rw- gingold/gingold 109 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-array-816.s -rw-rw-rw- gingold/gingold 287 2010-10-29 18:47 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-compatibility-gnu-gnu.d -rw-rw-rw- gingold/gingold 264 2010-10-29 18:47 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-compatibility-gnu-other.d -rw-rw-rw- gingold/gingold 50 2010-10-29 18:47 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-compatibility-gnu.s -rw-rw-rw- gingold/gingold 236 2010-10-29 18:47 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-compatibility-other-gnu.d -rw-rw-rw- gingold/gingold 268 2010-10-29 18:47 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-compatibility-other-other.d -rw-rw-rw- gingold/gingold 52 2010-10-29 18:47 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-compatibility-other.s -rw-rw-rw- gingold/gingold 258 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-10-10.d -rw-rw-rw- gingold/gingold 229 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-10-11.d -rw-rw-rw- gingold/gingold 233 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-10-none.d -rw-rw-rw- gingold/gingold 45 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-10.s -rw-rw-rw- gingold/gingold 229 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-11-10.d -rw-rw-rw- gingold/gingold 258 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-11-11.d -rw-rw-rw- gingold/gingold 233 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-11-none.d -rw-rw-rw- gingold/gingold 45 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-11.s -rw-rw-rw- gingold/gingold 233 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-none-10.d -rw-rw-rw- gingold/gingold 233 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-none-11.d -rw-rw-rw- gingold/gingold 237 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-none-none.d -rw-rw-rw- gingold/gingold 28 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-conformance-none.s -rw-rw-rw- gingold/gingold 34 2010-10-29 02:15 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-dsbt-0.s -rw-rw-rw- gingold/gingold 204 2010-10-29 02:15 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-dsbt-00.d -rw-rw-rw- gingold/gingold 187 2010-10-29 02:15 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-dsbt-01.d -rw-rw-rw- gingold/gingold 34 2010-10-29 02:15 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-dsbt-1.s -rw-rw-rw- gingold/gingold 187 2010-10-29 02:15 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-dsbt-10.d -rw-rw-rw- gingold/gingold 241 2010-10-29 02:15 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-dsbt-11.d -rw-rw-rw- gingold/gingold 33 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pic-0.s -rw-rw-rw- gingold/gingold 201 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pic-00.d -rw-rw-rw- gingold/gingold 201 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pic-01.d -rw-rw-rw- gingold/gingold 33 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pic-1.s -rw-rw-rw- gingold/gingold 201 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pic-10.d -rw-rw-rw- gingold/gingold 253 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pic-11.d -rw-rw-rw- gingold/gingold 33 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-0.s -rw-rw-rw- gingold/gingold 201 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-00.d -rw-rw-rw- gingold/gingold 202 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-01.d -rw-rw-rw- gingold/gingold 202 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-02.d -rw-rw-rw- gingold/gingold 33 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-1.s -rw-rw-rw- gingold/gingold 202 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-10.d -rw-rw-rw- gingold/gingold 266 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-11.d -rw-rw-rw- gingold/gingold 267 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-12.d -rw-rw-rw- gingold/gingold 33 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-2.s -rw-rw-rw- gingold/gingold 201 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-20.d -rw-rw-rw- gingold/gingold 266 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-21.d -rw-rw-rw- gingold/gingold 270 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-pid-22.d -rw-rw-rw- gingold/gingold 290 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-16-16.d -rw-rw-rw- gingold/gingold 194 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-16-8.d -rw-rw-rw- gingold/gingold 292 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-16-816.d -rw-rw-rw- gingold/gingold 99 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-16.s -rw-rw-rw- gingold/gingold 194 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-8-16.d -rw-rw-rw- gingold/gingold 207 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-8-8.d -rw-rw-rw- gingold/gingold 211 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-8-816.d -rw-rw-rw- gingold/gingold 99 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-8.s -rw-rw-rw- gingold/gingold 292 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-816-16.d -rw-rw-rw- gingold/gingold 211 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-816-8.d -rw-rw-rw- gingold/gingold 256 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-816-816.d -rw-rw-rw- gingold/gingold 99 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-stack-816.s -rw-rw-rw- gingold/gingold 203 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-1.d -rw-rw-rw- gingold/gingold 26 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-1000-1.s -rw-rw-rw- gingold/gingold 26 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-1000-2.s -rw-rw-rw- gingold/gingold 26 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-1024-1.s -rw-rw-rw- gingold/gingold 203 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-2.d -rw-rw-rw- gingold/gingold 292 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-3.d -rw-rw-rw- gingold/gingold 270 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-4.d -rw-rw-rw- gingold/gingold 306 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-5.d -rw-rw-rw- gingold/gingold 24 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-54-1.s -rw-rw-rw- gingold/gingold 26 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-55-a.s -rw-rw-rw- gingold/gingold 276 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-6.d -rw-rw-rw- gingold/gingold 209 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-7.d -rw-rw-rw- gingold/gingold 26 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-71-a.s -rw-rw-rw- gingold/gingold 26 2010-11-05 14:04 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-unknown-71-b.s -rw-rw-rw- gingold/gingold 37 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-0.s -rw-rw-rw- gingold/gingold 209 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-00.d -rw-rw-rw- gingold/gingold 236 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-01.d -rw-rw-rw- gingold/gingold 236 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-02.d -rw-rw-rw- gingold/gingold 37 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-1.s -rw-rw-rw- gingold/gingold 236 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-10.d -rw-rw-rw- gingold/gingold 236 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-11.d -rw-rw-rw- gingold/gingold 171 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-12.d -rw-rw-rw- gingold/gingold 37 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-2.s -rw-rw-rw- gingold/gingold 236 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-20.d -rw-rw-rw- gingold/gingold 171 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-21.d -rw-rw-rw- gingold/gingold 236 2010-11-02 15:36 binutils-2.23.2/ld/testsuite/ld-tic6x/attr-wchar-22.d -rw-rw-rw- gingold/gingold 1385 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/common.d -rw-rw-rw- gingold/gingold 160 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/common.ld -rw-rw-rw- gingold/gingold 27 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/common.s -rw-rw-rw- gingold/gingold 576 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-global-rel.d -rw-rw-rw- gingold/gingold 336 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-global-rel.s -rw-rw-rw- gingold/gingold 543 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-global.d -rw-rw-rw- gingold/gingold 393 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-global.s -rw-rw-rw- gingold/gingold 30 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-local-1.s -rw-rw-rw- gingold/gingold 58 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-local-2.s -rw-rw-rw- gingold/gingold 686 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-local-r-rel.d -rw-rw-rw- gingold/gingold 690 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-local-r.d -rw-rw-rw- gingold/gingold 368 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-local-rel.d -rw-rw-rw- gingold/gingold 348 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/data-reloc-local.d -rw-rw-rw- gingold/gingold 299 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/discard-unwind.ld -rw-rw-rw- gingold/gingold 3557 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/dsbt-be.ld -rw-rw-rw- gingold/gingold 187 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/dsbt-index-error.d -rw-rw-rw- gingold/gingold 287 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/dsbt-index.d -rw-rw-rw- gingold/gingold 74 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/dsbt-index.s -rw-rw-rw- gingold/gingold 3527 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/dsbt-inrange.ld -rw-rw-rw- gingold/gingold 3527 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/dsbt-overflow.ld -rw-rw-rw- gingold/gingold 3557 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/dsbt.ld -rw-rw-rw- gingold/gingold 447 2011-05-03 13:17 binutils-2.23.2/ld/testsuite/ld-tic6x/ehtype-reloc-1-rel.d -rw-rw-rw- gingold/gingold 433 2011-05-03 13:17 binutils-2.23.2/ld/testsuite/ld-tic6x/ehtype-reloc-1.d -rw-rw-rw- gingold/gingold 89 2011-05-03 13:17 binutils-2.23.2/ld/testsuite/ld-tic6x/ehtype-reloc-1.s -rw-rw-rw- gingold/gingold 114 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/generic.ld -rw-rw-rw- gingold/gingold 223 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-global-addend-1.d -rw-rw-rw- gingold/gingold 190 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-global-addend-1.s -rw-rw-rw- gingold/gingold 223 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-global-addend-2.d -rw-rw-rw- gingold/gingold 186 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-global-addend-2.s -rw-rw-rw- gingold/gingold 188 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-global.s -rw-rw-rw- gingold/gingold 404 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-inrange.d -rw-rw-rw- gingold/gingold 117 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-local-1.s -rw-rw-rw- gingold/gingold 117 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-local-2.s -rw-rw-rw- gingold/gingold 649 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-local-r.d -rw-rw-rw- gingold/gingold 220 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/got-reloc-overflow.d -rw-rw-rw- gingold/gingold 728 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-global-rel.d -rw-rw-rw- gingold/gingold 245 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-global-rel.s -rw-rw-rw- gingold/gingold 972 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-global.d -rw-rw-rw- gingold/gingold 409 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-global.s -rw-rw-rw- gingold/gingold 84 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-local-1-rel.s -rw-rw-rw- gingold/gingold 99 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-local-1.s -rw-rw-rw- gingold/gingold 84 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-local-2-rel.s -rw-rw-rw- gingold/gingold 105 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-local-2.s -rw-rw-rw- gingold/gingold 619 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-local-r-rel.d -rw-rw-rw- gingold/gingold 777 2012-05-18 07:55 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-local-r.d -rw-rw-rw- gingold/gingold 489 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-local-rel.d -rw-rw-rw- gingold/gingold 558 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/mvk-reloc-local.d -rw-rw-rw- gingold/gingold 1164 2011-05-20 12:10 binutils-2.23.2/ld/testsuite/ld-tic6x/pcr-reloc.d -rw-rw-rw- gingold/gingold 537 2011-05-20 12:10 binutils-2.23.2/ld/testsuite/ld-tic6x/pcr-reloc.s -rw-rw-rw- gingold/gingold 916 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-global-rel.d -rw-rw-rw- gingold/gingold 896 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-global.d -rw-rw-rw- gingold/gingold 243 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-global.s -rw-rw-rw- gingold/gingold 190 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-local-1.s -rw-rw-rw- gingold/gingold 190 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-local-2.s -rw-rw-rw- gingold/gingold 2064 2010-09-23 18:16 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-local-r-rel-rela.d -rw-rw-rw- gingold/gingold 1997 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-local-r-rel.d -rw-rw-rw- gingold/gingold 2045 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-local-r.d -rw-rw-rw- gingold/gingold 1452 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-local-rel.d -rw-rw-rw- gingold/gingold 1432 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/pcrel-reloc-local.d -rw-rw-rw- gingold/gingold 205 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs-s16-1.d -rw-rw-rw- gingold/gingold 210 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs-s16-2.d -rw-rw-rw- gingold/gingold 27 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs-s16.s -rw-rw-rw- gingold/gingold 200 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs16-1.d -rw-rw-rw- gingold/gingold 204 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs16-2.d -rw-rw-rw- gingold/gingold 25 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs16.s -rw-rw-rw- gingold/gingold 195 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs8-1.d -rw-rw-rw- gingold/gingold 201 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs8-2.d -rw-rw-rw- gingold/gingold 24 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-abs8.s -rw-rw-rw- gingold/gingold 209 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s10-1.d -rw-rw-rw- gingold/gingold 210 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s10-2.d -rw-rw-rw- gingold/gingold 28 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s10.s -rw-rw-rw- gingold/gingold 209 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s12-1.d -rw-rw-rw- gingold/gingold 210 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s12-2.d -rw-rw-rw- gingold/gingold 27 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s12.s -rw-rw-rw- gingold/gingold 209 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s21-1.d -rw-rw-rw- gingold/gingold 210 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s21-2.d -rw-rw-rw- gingold/gingold 22 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s21.s -rw-rw-rw- gingold/gingold 206 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s7-1.d -rw-rw-rw- gingold/gingold 207 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s7-2.d -rw-rw-rw- gingold/gingold 32 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-pcr-s7.s -rw-rw-rw- gingold/gingold 201 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-s16-1.d -rw-rw-rw- gingold/gingold 206 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-s16-2.d -rw-rw-rw- gingold/gingold 38 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-s16.s -rw-rw-rw- gingold/gingold 207 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-b-1.d -rw-rw-rw- gingold/gingold 206 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-b-2.d -rw-rw-rw- gingold/gingold 36 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-b.s -rw-rw-rw- gingold/gingold 208 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-h-1.d -rw-rw-rw- gingold/gingold 206 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-h-2.d -rw-rw-rw- gingold/gingold 36 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-h.s -rw-rw-rw- gingold/gingold 208 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-w-1.d -rw-rw-rw- gingold/gingold 206 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-w-2.d -rw-rw-rw- gingold/gingold 36 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/reloc-overflow-sbr-u15-w.s -rw-rw-rw- gingold/gingold 1088 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-global-rel.d -rw-rw-rw- gingold/gingold 431 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-global-rel.s -rw-rw-rw- gingold/gingold 1220 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-global.d -rw-rw-rw- gingold/gingold 516 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-global.s -rw-rw-rw- gingold/gingold 310 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-local-1-rel.s -rw-rw-rw- gingold/gingold 389 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-local-1.s -rw-rw-rw- gingold/gingold 310 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-local-2-rel.s -rw-rw-rw- gingold/gingold 389 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-local-2.s -rw-rw-rw- gingold/gingold 2116 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-local-r-rel.d -rw-rw-rw- gingold/gingold 2705 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-local-r.d -rw-rw-rw- gingold/gingold 1336 2010-04-21 00:03 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-local-rel.d -rw-rw-rw- gingold/gingold 1572 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr-reloc-local.d -rw-rw-rw- gingold/gingold 184 2010-03-25 22:12 binutils-2.23.2/ld/testsuite/ld-tic6x/sbr.ld -rw-rw-rw- gingold/gingold 196 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/shared-nopic.d -rw-rw-rw- gingold/gingold 191 2011-05-05 18:05 binutils-2.23.2/ld/testsuite/ld-tic6x/shared-nopid.d -rw-rw-rw- gingold/gingold 2389 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1.dd -rw-rw-rw- gingold/gingold 6715 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1.rd -rw-rw-rw- gingold/gingold 640 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1.s -rw-rw-rw- gingold/gingold 242 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1.sd -rw-rw-rw- gingold/gingold 2390 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1b.dd -rw-rw-rw- gingold/gingold 6715 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1b.rd -rw-rw-rw- gingold/gingold 243 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1b.sd -rw-rw-rw- gingold/gingold 2390 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1r.dd -rw-rw-rw- gingold/gingold 6715 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1r.rd -rw-rw-rw- gingold/gingold 243 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1r.sd -rw-rw-rw- gingold/gingold 2391 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1rb.dd -rw-rw-rw- gingold/gingold 6715 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1rb.rd -rw-rw-rw- gingold/gingold 244 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-1rb.sd -rw-rw-rw- gingold/gingold 384 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-2.s -rw-rw-rw- gingold/gingold 1412 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1.dd -rw-rw-rw- gingold/gingold 299 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1.od -rw-rw-rw- gingold/gingold 6961 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1.rd -rw-rw-rw- gingold/gingold 543 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1.s -rw-rw-rw- gingold/gingold 191 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1.sd -rw-rw-rw- gingold/gingold 1413 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1b.dd -rw-rw-rw- gingold/gingold 300 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1b.od -rw-rw-rw- gingold/gingold 6962 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1b.rd -rw-rw-rw- gingold/gingold 192 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1b.sd -rw-rw-rw- gingold/gingold 1239 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1r.dd -rw-rw-rw- gingold/gingold 240 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1r.od -rw-rw-rw- gingold/gingold 6284 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1r.rd -rw-rw-rw- gingold/gingold 357 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1r.s -rw-rw-rw- gingold/gingold 192 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1r.sd -rw-rw-rw- gingold/gingold 1240 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1rb.dd -rw-rw-rw- gingold/gingold 241 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1rb.od -rw-rw-rw- gingold/gingold 6285 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1rb.rd -rw-rw-rw- gingold/gingold 193 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-app-1rb.sd -rw-rw-rw- gingold/gingold 1976 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-noindex.dd -rw-rw-rw- gingold/gingold 7133 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-noindex.rd -rw-rw-rw- gingold/gingold 243 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/shlib-noindex.sd -rw-rw-rw- gingold/gingold 2225 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1.dd -rw-rw-rw- gingold/gingold 364 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1.od -rw-rw-rw- gingold/gingold 6110 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1.rd -rw-rw-rw- gingold/gingold 189 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1.sd -rw-rw-rw- gingold/gingold 2226 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1b.dd -rw-rw-rw- gingold/gingold 365 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1b.od -rw-rw-rw- gingold/gingold 6110 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1b.rd -rw-rw-rw- gingold/gingold 190 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1b.sd -rw-rw-rw- gingold/gingold 2052 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1r.dd -rw-rw-rw- gingold/gingold 285 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1r.od -rw-rw-rw- gingold/gingold 5932 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1r.rd -rw-rw-rw- gingold/gingold 190 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1r.sd -rw-rw-rw- gingold/gingold 2053 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1rb.dd -rw-rw-rw- gingold/gingold 286 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1rb.od -rw-rw-rw- gingold/gingold 5932 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1rb.rd -rw-rw-rw- gingold/gingold 191 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/static-app-1rb.sd -rw-rw-rw- gingold/gingold 7497 2011-05-13 20:15 binutils-2.23.2/ld/testsuite/ld-tic6x/tic6x.exp -rw-rw-rw- gingold/gingold 210 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-1.d -rw-rw-rw- gingold/gingold 454 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-1.s -rw-rw-rw- gingold/gingold 210 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-2.d -rw-rw-rw- gingold/gingold 430 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-2.s -rw-rw-rw- gingold/gingold 294 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-3.d -rw-rw-rw- gingold/gingold 667 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-3.s -rw-rw-rw- gingold/gingold 294 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-4.d -rw-rw-rw- gingold/gingold 1133 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-4.s -rw-rw-rw- gingold/gingold 120 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-5.d -rw-rw-rw- gingold/gingold 302 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-5.s -rw-rw-rw- gingold/gingold 334 2012-05-18 07:55 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind-6.d -rw-rw-rw- gingold/gingold 413 2011-05-09 15:23 binutils-2.23.2/ld/testsuite/ld-tic6x/unwind.ld -rw-rw-rw- gingold/gingold 559 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/weak-be.d -rw-rw-rw- gingold/gingold 245 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/weak-data.d -rw-rw-rw- gingold/gingold 565 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/weak.d -rw-rw-rw- gingold/gingold 240 2011-03-31 10:58 binutils-2.23.2/ld/testsuite/ld-tic6x/weak.s -rw-rw-rw- gingold/gingold 794 2011-06-13 17:18 binutils-2.23.2/ld/testsuite/ld-tilegx/external.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-tilegx -rw-rw-rw- gingold/gingold 2580 2012-02-25 20:51 binutils-2.23.2/ld/testsuite/ld-tilegx/reloc-be.d -rw-rw-rw- gingold/gingold 2580 2012-02-25 20:51 binutils-2.23.2/ld/testsuite/ld-tilegx/reloc-le.d -rw-rw-rw- gingold/gingold 2882 2011-06-13 17:18 binutils-2.23.2/ld/testsuite/ld-tilegx/reloc.s -rw-rw-rw- gingold/gingold 1364 2012-02-25 20:51 binutils-2.23.2/ld/testsuite/ld-tilegx/tilegx.exp -rw-rw-rw- gingold/gingold 575 2011-06-13 17:18 binutils-2.23.2/ld/testsuite/ld-tilepro/external.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-tilepro -rw-rw-rw- gingold/gingold 1660 2011-06-13 17:18 binutils-2.23.2/ld/testsuite/ld-tilepro/reloc.d -rw-rw-rw- gingold/gingold 1316 2011-06-13 17:18 binutils-2.23.2/ld/testsuite/ld-tilepro/reloc.s -rw-rw-rw- gingold/gingold 1161 2011-06-13 17:18 binutils-2.23.2/ld/testsuite/ld-tilepro/tilepro.exp -rw-rw-rw- gingold/gingold 16 2009-03-18 13:11 binutils-2.23.2/ld/testsuite/ld-undefined/dummy.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-undefined -rw-rw-rw- gingold/gingold 115 2009-03-18 13:11 binutils-2.23.2/ld/testsuite/ld-undefined/entry-1.d -rw-rw-rw- gingold/gingold 129 2009-03-18 13:11 binutils-2.23.2/ld/testsuite/ld-undefined/entry-2.d -rw-rw-rw- gingold/gingold 160 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-undefined/entry-3.d -rw-rw-rw- gingold/gingold 174 2010-11-08 07:43 binutils-2.23.2/ld/testsuite/ld-undefined/entry-4.d -rw-rw-rw- gingold/gingold 89 2009-03-18 13:11 binutils-2.23.2/ld/testsuite/ld-undefined/entry-5.d -rw-rw-rw- gingold/gingold 103 2009-03-18 13:11 binutils-2.23.2/ld/testsuite/ld-undefined/entry-6.d -rw-rw-rw- gingold/gingold 62 2009-09-14 16:07 binutils-2.23.2/ld/testsuite/ld-undefined/entry-7.d -rw-rw-rw- gingold/gingold 1174 2009-03-18 13:11 binutils-2.23.2/ld/testsuite/ld-undefined/entry.exp -rw-rw-rw- gingold/gingold 33 2009-03-18 13:11 binutils-2.23.2/ld/testsuite/ld-undefined/entry.s -rw-rw-rw- gingold/gingold 189 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-undefined/undefined.c -rw-rw-rw- gingold/gingold 5318 2011-04-06 19:09 binutils-2.23.2/ld/testsuite/ld-undefined/undefined.exp -rw-rw-rw- gingold/gingold 2562 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-undefined/weak-undef.exp -rw-rw-rw- gingold/gingold 47 2005-03-22 15:20 binutils-2.23.2/ld/testsuite/ld-undefined/weak-undef.s -rw-rw-rw- gingold/gingold 89 2001-01-01 15:54 binutils-2.23.2/ld/testsuite/ld-undefined/weak-undef.t -rw-rw-rw- gingold/gingold 8055 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-unique/unique.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-unique -rw-rw-rw- gingold/gingold 128 2011-04-11 10:13 binutils-2.23.2/ld/testsuite/ld-unique/unique.s -rw-rw-rw- gingold/gingold 73 2011-04-11 10:13 binutils-2.23.2/ld/testsuite/ld-unique/unique_empty.s -rw-rw-rw- gingold/gingold 54 2011-04-11 10:13 binutils-2.23.2/ld/testsuite/ld-unique/unique_shared.s -rw-rw-rw- gingold/gingold 964 2010-07-23 16:52 binutils-2.23.2/ld/testsuite/ld-v850/split-lo16.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-v850 -rw-rw-rw- gingold/gingold 220 2004-12-16 17:56 binutils-2.23.2/ld/testsuite/ld-v850/split-lo16.ld -rw-rw-rw- gingold/gingold 685 2004-12-16 17:56 binutils-2.23.2/ld/testsuite/ld-v850/split-lo16.s -rw-rw-rw- gingold/gingold 860 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-v850/v850.exp -rw-rw-rw- gingold/gingold 247 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/plt-local-hidden-pic.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-vax-elf -rw-rw-rw- gingold/gingold 3365 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/plt-local-lib.dd -rw-rw-rw- gingold/gingold 277 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/plt-local-lib.ld -rw-rw-rw- gingold/gingold 912 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/plt-local-lib.s -rw-rw-rw- gingold/gingold 259 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/plt-local-rehidden-pic.s -rw-rw-rw- gingold/gingold 2467 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/plt-local.dd -rw-rw-rw- gingold/gingold 532 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/plt-local.ld -rw-rw-rw- gingold/gingold 442 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/plt-local.s -rw-rw-rw- gingold/gingold 1602 2012-09-04 15:32 binutils-2.23.2/ld/testsuite/ld-vax-elf/vax-elf.exp -rw-rw-rw- gingold/gingold 3840 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t1-1.ro drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-versados -rw-rw-rw- gingold/gingold 256 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t1-2.ro -rw-rw-rw- gingold/gingold 6281 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t1.ld -rw-rw-rw- gingold/gingold 7102 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t1.ook -rw-rw-rw- gingold/gingold 256 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t2-1.ro -rw-rw-rw- gingold/gingold 2304 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t2-2.ro -rw-rw-rw- gingold/gingold 1024 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t2-3.ro -rw-rw-rw- gingold/gingold 6273 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t2.ld -rw-rw-rw- gingold/gingold 5286 1999-05-03 09:29 binutils-2.23.2/ld/testsuite/ld-versados/t2.ook -rw-rw-rw- gingold/gingold 2854 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-versados/versados.exp -rw-rw-rw- gingold/gingold 201 2009-09-23 05:12 binutils-2.23.2/ld/testsuite/ld-vxworks/plt-mips1.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-vxworks -rw-rw-rw- gingold/gingold 38 2008-04-21 19:54 binutils-2.23.2/ld/testsuite/ld-vxworks/plt-mips1.s -rw-rw-rw- gingold/gingold 235 2007-03-28 16:42 binutils-2.23.2/ld/testsuite/ld-vxworks/rpath-1.d -rw-rw-rw- gingold/gingold 18 2007-03-28 16:42 binutils-2.23.2/ld/testsuite/ld-vxworks/rpath-1.s -rw-rw-rw- gingold/gingold 470 2007-11-07 13:10 binutils-2.23.2/ld/testsuite/ld-vxworks/tls-1.d -rw-rw-rw- gingold/gingold 224 2007-11-07 13:10 binutils-2.23.2/ld/testsuite/ld-vxworks/tls-1.s -rw-rw-rw- gingold/gingold 411 2007-11-08 14:51 binutils-2.23.2/ld/testsuite/ld-vxworks/tls-2.d -rw-rw-rw- gingold/gingold 224 2007-11-08 14:51 binutils-2.23.2/ld/testsuite/ld-vxworks/tls-2.s -rw-rw-rw- gingold/gingold 96 2008-03-25 19:56 binutils-2.23.2/ld/testsuite/ld-vxworks/tls-3.d -rw-rw-rw- gingold/gingold 374 2008-03-25 19:56 binutils-2.23.2/ld/testsuite/ld-vxworks/tls-3.s -rw-rw-rw- gingold/gingold 1032 2007-07-06 16:09 binutils-2.23.2/ld/testsuite/ld-vxworks/vxworks.exp -rw-rw-rw- gingold/gingold 1678 2012-01-05 16:17 binutils-2.23.2/ld/testsuite/ld-x86-64/32bit.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-x86-64 -rw-rw-rw- gingold/gingold 23 2012-01-05 16:17 binutils-2.23.2/ld/testsuite/ld-x86-64/64bit.s -rw-rw-rw- gingold/gingold 246 2011-07-22 22:22 binutils-2.23.2/ld/testsuite/ld-x86-64/abs-k1om.d -rw-rw-rw- gingold/gingold 271 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/abs-l1om.d -rw-rw-rw- gingold/gingold 203 2005-07-18 08:23 binutils-2.23.2/ld/testsuite/ld-x86-64/abs.d -rw-rw-rw- gingold/gingold 199 2010-07-15 02:42 binutils-2.23.2/ld/testsuite/ld-x86-64/compressed1.d -rw-rw-rw- gingold/gingold 2598 2010-07-15 02:42 binutils-2.23.2/ld/testsuite/ld-x86-64/compressed1.s -rw-rw-rw- gingold/gingold 91 2010-08-13 22:50 binutils-2.23.2/ld/testsuite/ld-x86-64/discarded1.d -rw-rw-rw- gingold/gingold 175 2010-08-13 22:50 binutils-2.23.2/ld/testsuite/ld-x86-64/discarded1.s -rw-rw-rw- gingold/gingold 90 2010-08-13 22:50 binutils-2.23.2/ld/testsuite/ld-x86-64/discarded1.t -rw-rw-rw- gingold/gingold 8 2011-01-03 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/dummy.s -rw-rw-rw- gingold/gingold 2856 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/dwarfreloc.exp -rw-rw-rw- gingold/gingold 424 2008-08-22 10:32 binutils-2.23.2/ld/testsuite/ld-x86-64/dwarfreloc.rd -rw-rw-rw- gingold/gingold 2637 2008-08-22 10:32 binutils-2.23.2/ld/testsuite/ld-x86-64/dwarfreloc1.s -rw-rw-rw- gingold/gingold 2447 2008-08-22 10:32 binutils-2.23.2/ld/testsuite/ld-x86-64/dwarfreloc2.s -rw-rw-rw- gingold/gingold 3195 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-x86-64/export-class.exp -rw-rw-rw- gingold/gingold 33 2011-01-03 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/foo.s -rw-rw-rw- gingold/gingold 153 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/hidden1.d -rw-rw-rw- gingold/gingold 114 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/hidden1.s -rw-rw-rw- gingold/gingold 224 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/hidden2.d -rw-rw-rw- gingold/gingold 102 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/hidden2.s -rw-rw-rw- gingold/gingold 153 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/hidden3.d -rw-rw-rw- gingold/gingold 103 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/hidden3.s -rw-rw-rw- gingold/gingold 573 2011-01-03 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/ia32-1.d -rw-rw-rw- gingold/gingold 177 2011-01-15 01:38 binutils-2.23.2/ld/testsuite/ld-x86-64/ia32-2.d -rw-rw-rw- gingold/gingold 175 2011-01-03 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/ia32-3.d -rw-rw-rw- gingold/gingold 598 2011-01-15 00:07 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-1.d -rw-rw-rw- gingold/gingold 171 2012-01-10 21:18 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-10.d -rw-rw-rw- gingold/gingold 38 2012-01-10 21:18 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-10.s -rw-rw-rw- gingold/gingold 167 2012-05-22 23:42 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-11.d -rw-rw-rw- gingold/gingold 168 2012-05-22 23:42 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-11.s -rw-rw-rw- gingold/gingold 181 2011-01-15 00:07 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-2.d -rw-rw-rw- gingold/gingold 188 2011-01-15 00:07 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-3.d -rw-rw-rw- gingold/gingold 1519 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-4-nacl.d -rw-rw-rw- gingold/gingold 1711 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-4.d -rw-rw-rw- gingold/gingold 28 2012-01-10 21:18 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-4.s -rw-rw-rw- gingold/gingold 233 2012-01-10 21:18 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-5.d -rw-rw-rw- gingold/gingold 82 2012-01-10 21:18 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-5.s -rw-rw-rw- gingold/gingold 112 2011-08-02 01:04 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-6.d -rw-rw-rw- gingold/gingold 41 2011-08-02 01:04 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-6.s -rw-rw-rw- gingold/gingold 112 2011-08-02 01:04 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-7.d -rw-rw-rw- gingold/gingold 40 2011-08-02 01:04 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-7.s -rw-rw-rw- gingold/gingold 323 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-8.d -rw-rw-rw- gingold/gingold 71 2011-08-02 01:04 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-8.s -rw-rw-rw- gingold/gingold 217 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-9.d -rw-rw-rw- gingold/gingold 44 2011-08-02 01:04 binutils-2.23.2/ld/testsuite/ld-x86-64/ilp32-9.s -rw-rw-rw- gingold/gingold 17 2012-01-05 16:17 binutils-2.23.2/ld/testsuite/ld-x86-64/incompatible.l -rw-rw-rw- gingold/gingold 1918 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/line.exp -rw-rw-rw- gingold/gingold 593 2011-01-03 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/lp64-1.d -rw-rw-rw- gingold/gingold 177 2011-01-03 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/lp64-2.d -rw-rw-rw- gingold/gingold 186 2011-01-15 01:38 binutils-2.23.2/ld/testsuite/ld-x86-64/lp64-3.d -rw-rw-rw- gingold/gingold 98 2010-08-22 21:14 binutils-2.23.2/ld/testsuite/ld-x86-64/mixed1a.s -rw-rw-rw- gingold/gingold 145 2010-08-22 21:14 binutils-2.23.2/ld/testsuite/ld-x86-64/mixed1b.s -rw-rw-rw- gingold/gingold 116 2010-08-22 21:14 binutils-2.23.2/ld/testsuite/ld-x86-64/mixed2a.s -rw-rw-rw- gingold/gingold 76 2010-08-22 21:14 binutils-2.23.2/ld/testsuite/ld-x86-64/mixed2b.s -rw-rw-rw- gingold/gingold 136 2010-07-14 02:30 binutils-2.23.2/ld/testsuite/ld-x86-64/nogot1.d -rw-rw-rw- gingold/gingold 133 2010-07-14 02:30 binutils-2.23.2/ld/testsuite/ld-x86-64/nogot1.s -rw-rw-rw- gingold/gingold 96 2010-10-01 06:47 binutils-2.23.2/ld/testsuite/ld-x86-64/nogot2.d -rw-rw-rw- gingold/gingold 91 2010-10-01 06:47 binutils-2.23.2/ld/testsuite/ld-x86-64/nogot2.s -rw-rw-rw- gingold/gingold 307 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/pcrel16.d -rw-rw-rw- gingold/gingold 112 2005-07-18 08:23 binutils-2.23.2/ld/testsuite/ld-x86-64/pcrel8.d -rw-rw-rw- gingold/gingold 2546 2012-04-24 19:24 binutils-2.23.2/ld/testsuite/ld-x86-64/plt-nacl.pd -rw-rw-rw- gingold/gingold 72 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/plt-pic.s -rw-rw-rw- gingold/gingold 931 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/plt.pd -rw-rw-rw- gingold/gingold 74 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/plt.s -rw-rw-rw- gingold/gingold 94 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/pltlib.s -rw-rw-rw- gingold/gingold 174 2012-05-22 20:22 binutils-2.23.2/ld/testsuite/ld-x86-64/pr12570a.d -rw-rw-rw- gingold/gingold 108 2012-05-22 16:05 binutils-2.23.2/ld/testsuite/ld-x86-64/pr12570a.s -rw-rw-rw- gingold/gingold 185 2012-05-22 20:22 binutils-2.23.2/ld/testsuite/ld-x86-64/pr12570b.d -rw-rw-rw- gingold/gingold 99 2012-05-22 16:05 binutils-2.23.2/ld/testsuite/ld-x86-64/pr12570b.s -rw-rw-rw- gingold/gingold 789 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-x86-64/pr12718.d -rw-rw-rw- gingold/gingold 54 2011-05-01 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/pr12718.s -rw-rw-rw- gingold/gingold 934 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-x86-64/pr12921.d -rw-rw-rw- gingold/gingold 330 2011-06-24 16:03 binutils-2.23.2/ld/testsuite/ld-x86-64/pr12921.s -rw-rw-rw- gingold/gingold 143 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-1.s -rw-rw-rw- gingold/gingold 415 2012-05-10 19:15 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-1a.d -rw-rw-rw- gingold/gingold 412 2012-05-10 19:15 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-1b.d -rw-rw-rw- gingold/gingold 141 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-2.s -rw-rw-rw- gingold/gingold 313 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-2a.d -rw-rw-rw- gingold/gingold 303 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-2b.d -rw-rw-rw- gingold/gingold 151 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-3.s -rw-rw-rw- gingold/gingold 311 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-3a.d -rw-rw-rw- gingold/gingold 308 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-3b.d -rw-rw-rw- gingold/gingold 155 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-4.s -rw-rw-rw- gingold/gingold 311 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-4a.d -rw-rw-rw- gingold/gingold 308 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-4b.d -rw-rw-rw- gingold/gingold 198 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-5.s -rw-rw-rw- gingold/gingold 528 2011-09-12 20:17 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-5a.d -rw-rw-rw- gingold/gingold 506 2012-03-09 17:28 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-5b.d -rw-rw-rw- gingold/gingold 184 2011-08-12 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-6.s -rw-rw-rw- gingold/gingold 509 2012-03-09 17:28 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-6a.d -rw-rw-rw- gingold/gingold 506 2012-03-09 17:28 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13082-6b.d -rw-rw-rw- gingold/gingold 129 2012-04-14 01:20 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13947.d -rw-rw-rw- gingold/gingold 60 2012-04-14 01:20 binutils-2.23.2/ld/testsuite/ld-x86-64/pr13947.s -rw-rw-rw- gingold/gingold 121 2012-06-12 14:55 binutils-2.23.2/ld/testsuite/ld-x86-64/pr14207.d -rw-rw-rw- gingold/gingold 264 2012-06-12 14:55 binutils-2.23.2/ld/testsuite/ld-x86-64/pr14207.s -rw-rw-rw- gingold/gingold 134 2012-06-11 15:23 binutils-2.23.2/ld/testsuite/ld-x86-64/pr14215.d -rw-rw-rw- gingold/gingold 49 2012-06-11 15:23 binutils-2.23.2/ld/testsuite/ld-x86-64/pr14215.s -rw-rw-rw- gingold/gingold 146 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/protected1.d -rw-rw-rw- gingold/gingold 167 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/protected1.s -rw-rw-rw- gingold/gingold 335 2011-07-22 22:22 binutils-2.23.2/ld/testsuite/ld-x86-64/protected2-k1om.d -rw-rw-rw- gingold/gingold 375 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/protected2-l1om.d -rw-rw-rw- gingold/gingold 303 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/protected2.d -rw-rw-rw- gingold/gingold 155 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/protected2.s -rw-rw-rw- gingold/gingold 566 2011-07-22 22:22 binutils-2.23.2/ld/testsuite/ld-x86-64/protected3-k1om.d -rw-rw-rw- gingold/gingold 591 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/protected3-l1om.d -rw-rw-rw- gingold/gingold 274 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/protected3.d -rw-rw-rw- gingold/gingold 182 2008-03-16 23:26 binutils-2.23.2/ld/testsuite/ld-x86-64/protected3.s -rw-rw-rw- gingold/gingold 100 2012-03-20 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/protected4.d -rw-rw-rw- gingold/gingold 169 2012-03-20 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/protected4.s -rw-rw-rw- gingold/gingold 86 2012-03-20 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/protected5.d -rw-rw-rw- gingold/gingold 184 2012-03-20 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/protected5.s -rw-rw-rw- gingold/gingold 36 2011-06-09 07:51 binutils-2.23.2/ld/testsuite/ld-x86-64/simple.c -rw-rw-rw- gingold/gingold 1261 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-x86-64/split-by-file-nacl.rd -rw-rw-rw- gingold/gingold 1261 2012-06-06 12:50 binutils-2.23.2/ld/testsuite/ld-x86-64/split-by-file.rd -rw-rw-rw- gingold/gingold 99 2010-09-07 19:52 binutils-2.23.2/ld/testsuite/ld-x86-64/split-by-file1.s -rw-rw-rw- gingold/gingold 98 2010-09-07 19:52 binutils-2.23.2/ld/testsuite/ld-x86-64/split-by-file2.s -rw-rw-rw- gingold/gingold 32 2011-01-03 19:16 binutils-2.23.2/ld/testsuite/ld-x86-64/start.s -rw-rw-rw- gingold/gingold 5132 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbin-nacl.rd -rw-rw-rw- gingold/gingold 10115 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbin.dd -rw-rw-rw- gingold/gingold 5012 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbin.rd -rw-rw-rw- gingold/gingold 1855 2011-05-26 15:22 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbin.s -rw-rw-rw- gingold/gingold 305 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbin.sd -rw-rw-rw- gingold/gingold 513 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbin.td -rw-rw-rw- gingold/gingold 6011 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbindesc-nacl.rd -rw-rw-rw- gingold/gingold 9726 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbindesc.dd -rw-rw-rw- gingold/gingold 5906 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbindesc.rd -rw-rw-rw- gingold/gingold 2710 2006-01-18 22:07 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbindesc.s -rw-rw-rw- gingold/gingold 306 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbindesc.sd -rw-rw-rw- gingold/gingold 514 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbindesc.td -rw-rw-rw- gingold/gingold 2897 2002-10-01 11:15 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsbinpic.s -rw-rw-rw- gingold/gingold 1885 2012-04-24 19:24 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsdesc-nacl.pd -rw-rw-rw- gingold/gingold 6836 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsdesc-nacl.rd -rw-rw-rw- gingold/gingold 7566 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsdesc.dd -rw-rw-rw- gingold/gingold 739 2011-06-20 15:18 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsdesc.pd -rw-rw-rw- gingold/gingold 6652 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsdesc.rd -rw-rw-rw- gingold/gingold 3273 2006-01-18 22:07 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsdesc.s -rw-rw-rw- gingold/gingold 861 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsdesc.sd -rw-rw-rw- gingold/gingold 512 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsdesc.td -rw-rw-rw- gingold/gingold 163 2002-10-01 11:10 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsg.s -rw-rw-rw- gingold/gingold 181 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsg.sd -rw-rw-rw- gingold/gingold 306 2007-08-14 21:48 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd1.dd -rw-rw-rw- gingold/gingold 217 2007-08-14 21:48 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd1.s -rw-rw-rw- gingold/gingold 153 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd2.d -rw-rw-rw- gingold/gingold 79 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd2.s -rw-rw-rw- gingold/gingold 152 2009-06-19 18:00 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd3.d -rw-rw-rw- gingold/gingold 172 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd3.s -rw-rw-rw- gingold/gingold 228 2011-03-12 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd4.dd -rw-rw-rw- gingold/gingold 205 2011-03-12 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd4.s -rw-rw-rw- gingold/gingold 367 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd5.dd -rw-rw-rw- gingold/gingold 112 2011-03-12 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd5a.s -rw-rw-rw- gingold/gingold 105 2011-03-12 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd5b.s -rw-rw-rw- gingold/gingold 351 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd6.dd -rw-rw-rw- gingold/gingold 100 2011-03-12 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd6a.s -rw-rw-rw- gingold/gingold 105 2011-03-12 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgd6b.s -rw-rw-rw- gingold/gingold 4139 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgdesc-nacl.rd -rw-rw-rw- gingold/gingold 5985 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgdesc.dd -rw-rw-rw- gingold/gingold 4113 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgdesc.rd -rw-rw-rw- gingold/gingold 1814 2006-01-18 22:07 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsgdesc.s -rw-rw-rw- gingold/gingold 455 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsie1.dd -rw-rw-rw- gingold/gingold 259 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsie1.s -rw-rw-rw- gingold/gingold 155 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsie2.d -rw-rw-rw- gingold/gingold 185 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsie2.s -rw-rw-rw- gingold/gingold 162 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsie3.d -rw-rw-rw- gingold/gingold 185 2007-08-24 21:39 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsie3.s -rw-rw-rw- gingold/gingold 561 2011-03-03 23:11 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsie4.dd -rw-rw-rw- gingold/gingold 317 2011-03-03 23:11 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsie4.s -rw-rw-rw- gingold/gingold 270 2009-11-13 21:42 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsld1.dd -rw-rw-rw- gingold/gingold 190 2007-08-14 21:48 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsld1.s -rw-rw-rw- gingold/gingold 300 2011-03-12 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsld2.dd -rw-rw-rw- gingold/gingold 190 2011-03-12 15:38 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsld2.s -rw-rw-rw- gingold/gingold 109 2009-07-23 23:22 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsle1.d -rw-rw-rw- gingold/gingold 159 2009-07-23 23:22 binutils-2.23.2/ld/testsuite/ld-x86-64/tlsle1.s -rw-rw-rw- gingold/gingold 322 2002-09-27 21:29 binutils-2.23.2/ld/testsuite/ld-x86-64/tlslib.s -rw-rw-rw- gingold/gingold 5044 2012-07-02 20:20 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspic-nacl.rd -rw-rw-rw- gingold/gingold 7989 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspic.dd -rw-rw-rw- gingold/gingold 4921 2012-06-15 17:13 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspic.rd -rw-rw-rw- gingold/gingold 661 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspic.sd -rw-rw-rw- gingold/gingold 512 2012-04-03 18:01 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspic.td -rw-rw-rw- gingold/gingold 3615 2002-10-01 11:15 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspic1.s -rw-rw-rw- gingold/gingold 241 2002-09-27 21:29 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspic2.s -rw-rw-rw- gingold/gingold 106 2009-08-03 01:55 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspie1.d -rw-rw-rw- gingold/gingold 935 2009-08-03 01:55 binutils-2.23.2/ld/testsuite/ld-x86-64/tlspie1.s -rw-rw-rw- gingold/gingold 2318 2007-09-01 08:09 binutils-2.23.2/ld/testsuite/ld-x86-64/undefined.s -rw-rw-rw- gingold/gingold 244 2010-04-07 04:41 binutils-2.23.2/ld/testsuite/ld-x86-64/unique1.d -rw-rw-rw- gingold/gingold 120 2010-04-07 04:41 binutils-2.23.2/ld/testsuite/ld-x86-64/unique1.s -rw-rw-rw- gingold/gingold 844 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-x86-64/x86-64-64-export-class.rd -rw-rw-rw- gingold/gingold 700 2012-09-04 16:23 binutils-2.23.2/ld/testsuite/ld-x86-64/x86-64-x32-export-class.rd -rw-rw-rw- gingold/gingold 173 2011-06-09 07:51 binutils-2.23.2/ld/testsuite/ld-x86-64/x86-64-x32.rd -rw-rw-rw- gingold/gingold 10312 2012-06-12 14:55 binutils-2.23.2/ld/testsuite/ld-x86-64/x86-64.exp -rw-rw-rw- gingold/gingold 703 2006-02-17 15:36 binutils-2.23.2/ld/testsuite/ld-xc16x/absrel.d drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-xc16x -rw-rw-rw- gingold/gingold 412 2006-02-17 15:36 binutils-2.23.2/ld/testsuite/ld-xc16x/absrel.s -rw-rw-rw- gingold/gingold 393 2006-02-17 15:36 binutils-2.23.2/ld/testsuite/ld-xc16x/offset.d -rw-rw-rw- gingold/gingold 162 2006-02-17 15:36 binutils-2.23.2/ld/testsuite/ld-xc16x/offset.s -rw-rw-rw- gingold/gingold 841 2006-02-17 15:36 binutils-2.23.2/ld/testsuite/ld-xc16x/pcreloc.d -rw-rw-rw- gingold/gingold 372 2006-02-17 15:36 binutils-2.23.2/ld/testsuite/ld-xc16x/pcreloc.s -rw-rw-rw- gingold/gingold 929 2006-02-17 15:36 binutils-2.23.2/ld/testsuite/ld-xc16x/pcrelocl.d -rw-rw-rw- gingold/gingold 1601 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-xc16x/xc16x.exp -rw-rw-rw- gingold/gingold 41 2003-05-02 14:42 binutils-2.23.2/ld/testsuite/ld-xstormy16/external.s drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-xstormy16 -rw-rw-rw- gingold/gingold 932 2003-08-02 13:34 binutils-2.23.2/ld/testsuite/ld-xstormy16/pcrel.d -rw-rw-rw- gingold/gingold 465 2003-05-02 14:42 binutils-2.23.2/ld/testsuite/ld-xstormy16/pcrel.s -rw-rw-rw- gingold/gingold 1264 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-xstormy16/xstormy16.exp -rw-rw-rw- gingold/gingold 2495 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-xtensa/coalesce.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/ld-xtensa -rw-rw-rw- gingold/gingold 63 2003-04-01 17:50 binutils-2.23.2/ld/testsuite/ld-xtensa/coalesce.t -rw-rw-rw- gingold/gingold 169 2003-04-01 17:50 binutils-2.23.2/ld/testsuite/ld-xtensa/coalesce1.s -rw-rw-rw- gingold/gingold 115 2004-10-08 02:22 binutils-2.23.2/ld/testsuite/ld-xtensa/coalesce2.s -rw-rw-rw- gingold/gingold 2729 2009-09-02 09:25 binutils-2.23.2/ld/testsuite/ld-xtensa/lcall.exp -rw-rw-rw- gingold/gingold 63 2003-04-01 17:50 binutils-2.23.2/ld/testsuite/ld-xtensa/lcall.t -rw-rw-rw- gingold/gingold 129 2004-10-08 02:22 binutils-2.23.2/ld/testsuite/ld-xtensa/lcall1.s -rw-rw-rw- gingold/gingold 51 2004-10-08 02:22 binutils-2.23.2/ld/testsuite/ld-xtensa/lcall2.s -rw-rw-rw- gingold/gingold 2524 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlsbin.dd -rw-rw-rw- gingold/gingold 5025 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-xtensa/tlsbin.rd -rw-rw-rw- gingold/gingold 2072 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlsbin.s -rw-rw-rw- gingold/gingold 357 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlsbin.sd -rw-rw-rw- gingold/gingold 410 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlsbin.td -rw-rw-rw- gingold/gingold 321 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlslib.s -rw-rw-rw- gingold/gingold 3119 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlspic.dd -rw-rw-rw- gingold/gingold 6204 2009-09-24 17:56 binutils-2.23.2/ld/testsuite/ld-xtensa/tlspic.rd -rw-rw-rw- gingold/gingold 383 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlspic.sd -rw-rw-rw- gingold/gingold 443 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlspic.td -rw-rw-rw- gingold/gingold 2496 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlspic1.s -rw-rw-rw- gingold/gingold 252 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/tlspic2.s -rw-rw-rw- gingold/gingold 2040 2008-08-21 01:28 binutils-2.23.2/ld/testsuite/ld-xtensa/xtensa.exp -rw-rw-rw- gingold/gingold 46645 2013-03-25 09:06 binutils-2.23.2/ld/testsuite/lib/ld-lib.exp drwxr-xr-x Creating directory: binutils-2.23.2/ld/testsuite/lib -rw-rw-rw- gingold/gingold 361 1999-05-03 09:29 binutils-2.23.2/ld/TODO -rw-rw-rw- gingold/gingold 29 2010-12-09 10:03 binutils-2.23.2/libiberty/.gitignore drwxr-xr-x Creating directory: binutils-2.23.2/libiberty -rw-rw-rw- gingold/gingold 7535 2005-05-10 17:33 binutils-2.23.2/libiberty/_doprnt.c -rw-rw-rw- gingold/gingold 4827 2011-12-20 20:02 binutils-2.23.2/libiberty/aclocal.m4 -rw-rw-rw- gingold/gingold 14077 2005-05-24 23:01 binutils-2.23.2/libiberty/alloca.c -rw-rw-rw- gingold/gingold 13875 2011-09-28 22:01 binutils-2.23.2/libiberty/argv.c -rw-rw-rw- gingold/gingold 1862 2005-05-10 17:33 binutils-2.23.2/libiberty/asprintf.c -rw-rw-rw- gingold/gingold 732 2005-10-07 16:20 binutils-2.23.2/libiberty/at-file.texi -rw-rw-rw- gingold/gingold 488 2005-03-27 07:28 binutils-2.23.2/libiberty/atexit.c -rw-rw-rw- gingold/gingold 1283 2005-04-16 03:05 binutils-2.23.2/libiberty/basename.c -rw-rw-rw- gingold/gingold 643 2005-04-03 06:41 binutils-2.23.2/libiberty/bcmp.c -rw-rw-rw- gingold/gingold 694 2006-10-26 06:18 binutils-2.23.2/libiberty/bcopy.c -rw-rw-rw- gingold/gingold 3823 2011-02-03 08:23 binutils-2.23.2/libiberty/bsearch.c -rw-rw-rw- gingold/gingold 435 2005-04-03 06:41 binutils-2.23.2/libiberty/bzero.c -rw-rw-rw- gingold/gingold 714 2005-03-27 07:28 binutils-2.23.2/libiberty/calloc.c -rw-rw-rw- gingold/gingold 295248 2012-09-04 14:53 binutils-2.23.2/libiberty/ChangeLog -rw-rw-rw- gingold/gingold 2134 2009-09-22 18:33 binutils-2.23.2/libiberty/choose-temp.c -rw-rw-rw- gingold/gingold 2622 2005-05-10 17:33 binutils-2.23.2/libiberty/clock.c -rw-rw-rw- gingold/gingold 5888 2011-02-03 08:23 binutils-2.23.2/libiberty/concat.c -rw-rw-rw- gingold/gingold 458 1999-05-03 09:28 binutils-2.23.2/libiberty/config/mh-aix drwxr-xr-x Creating directory: binutils-2.23.2/libiberty/config -rw-rw-rw- gingold/gingold 33 1999-05-03 09:28 binutils-2.23.2/libiberty/config/mh-cxux7 -rw-rw-rw- gingold/gingold 25 1999-05-03 09:28 binutils-2.23.2/libiberty/config/mh-fbsd21 -rw-rw-rw- gingold/gingold 41 2000-07-27 04:01 binutils-2.23.2/libiberty/config/mh-openedition -rw-rw-rw- gingold/gingold 63 1999-05-03 09:28 binutils-2.23.2/libiberty/config/mh-windows -rw-rw-rw- gingold/gingold 309 2009-09-15 17:21 binutils-2.23.2/libiberty/config.h-vms -rw-rw-rw- gingold/gingold 13584 2011-07-22 16:37 binutils-2.23.2/libiberty/config.in -rwxrwxrwx gingold/gingold 227658 2012-01-23 08:01 binutils-2.23.2/libiberty/configure -rw-rw-rw- gingold/gingold 20398 2011-08-22 19:16 binutils-2.23.2/libiberty/configure.ac -rw-rw-rw- gingold/gingold 1162 2009-09-01 15:15 binutils-2.23.2/libiberty/configure.com -rw-rw-rw- gingold/gingold 26756 2012-06-29 14:10 binutils-2.23.2/libiberty/copying-lib.texi -rw-rw-rw- gingold/gingold 26440 2005-05-10 17:33 binutils-2.23.2/libiberty/COPYING.LIB -rw-rw-rw- gingold/gingold 2665 2005-03-27 07:28 binutils-2.23.2/libiberty/copysign.c -rw-rw-rw- gingold/gingold 151246 2012-07-18 22:08 binutils-2.23.2/libiberty/cp-demangle.c -rw-rw-rw- gingold/gingold 5498 2011-01-03 22:05 binutils-2.23.2/libiberty/cp-demangle.h -rw-rw-rw- gingold/gingold 6965 2011-04-20 21:06 binutils-2.23.2/libiberty/cp-demint.c -rw-rw-rw- gingold/gingold 123198 2011-04-20 21:06 binutils-2.23.2/libiberty/cplus-dem.c -rw-rw-rw- gingold/gingold 6645 2011-02-03 08:23 binutils-2.23.2/libiberty/crc32.c -rw-rw-rw- gingold/gingold 3144 2012-04-27 20:03 binutils-2.23.2/libiberty/dwarfnames.c -rw-rw-rw- gingold/gingold 11299 2009-11-22 17:58 binutils-2.23.2/libiberty/dyn-string.c -rw-rw-rw- gingold/gingold 2112 2005-05-10 17:33 binutils-2.23.2/libiberty/fdmatch.c -rw-rw-rw- gingold/gingold 465 2005-03-28 04:09 binutils-2.23.2/libiberty/ffs.c -rw-rw-rw- gingold/gingold 11075 2009-05-29 05:01 binutils-2.23.2/libiberty/fibheap.c -rw-rw-rw- gingold/gingold 4728 2012-07-14 01:39 binutils-2.23.2/libiberty/filename_cmp.c -rw-rw-rw- gingold/gingold 22165 2011-01-03 22:05 binutils-2.23.2/libiberty/floatformat.c -rw-rw-rw- gingold/gingold 5461 2005-05-24 23:01 binutils-2.23.2/libiberty/fnmatch.c -rw-rw-rw- gingold/gingold 1952 2011-02-03 08:23 binutils-2.23.2/libiberty/fnmatch.txh -rw-rw-rw- gingold/gingold 3506 2011-02-03 08:23 binutils-2.23.2/libiberty/fopen_unlocked.c -rw-rw-rw- gingold/gingold 71314 2011-02-28 19:30 binutils-2.23.2/libiberty/functions.texi -rw-rw-rw- gingold/gingold 3389 2011-02-03 08:23 binutils-2.23.2/libiberty/gather-docs -rw-rw-rw- gingold/gingold 1253 2005-03-28 04:09 binutils-2.23.2/libiberty/getcwd.c -rw-rw-rw- gingold/gingold 30274 2005-07-23 17:17 binutils-2.23.2/libiberty/getopt.c -rw-rw-rw- gingold/gingold 4399 2005-05-16 20:02 binutils-2.23.2/libiberty/getopt1.c -rw-rw-rw- gingold/gingold 2066 2005-03-28 04:09 binutils-2.23.2/libiberty/getpagesize.c -rw-rw-rw- gingold/gingold 2604 2005-05-24 23:01 binutils-2.23.2/libiberty/getpwd.c -rw-rw-rw- gingold/gingold 3045 2005-05-10 17:33 binutils-2.23.2/libiberty/getruntime.c -rw-rw-rw- gingold/gingold 543 2005-03-31 19:03 binutils-2.23.2/libiberty/gettimeofday.c -rw-rw-rw- gingold/gingold 29072 2011-02-03 08:23 binutils-2.23.2/libiberty/hashtab.c -rw-rw-rw- gingold/gingold 6937 2007-01-31 21:25 binutils-2.23.2/libiberty/hex.c -rw-rw-rw- gingold/gingold 448 2005-04-02 22:20 binutils-2.23.2/libiberty/index.c -rw-rw-rw- gingold/gingold 1144 2011-02-03 08:23 binutils-2.23.2/libiberty/insque.c -rw-rw-rw- gingold/gingold 2324 2011-01-03 22:05 binutils-2.23.2/libiberty/lbasename.c -rw-rw-rw- gingold/gingold 10948 2010-06-14 21:23 binutils-2.23.2/libiberty/libiberty.texi -rw-rw-rw- gingold/gingold 4844 2005-05-24 23:01 binutils-2.23.2/libiberty/lrealpath.c -rw-rw-rw- gingold/gingold 6419 2011-01-03 22:05 binutils-2.23.2/libiberty/maint-tool -rw-rw-rw- gingold/gingold 10836 2012-01-26 15:28 binutils-2.23.2/libiberty/make-relative-prefix.c -rw-rw-rw- gingold/gingold 5623 2011-01-03 22:05 binutils-2.23.2/libiberty/make-temp-file.c -rw-rw-rw- gingold/gingold 47211 2012-04-27 20:03 binutils-2.23.2/libiberty/Makefile.in -rw-rw-rw- gingold/gingold 995 2011-03-31 13:08 binutils-2.23.2/libiberty/makefile.vms -rw-rw-rw- gingold/gingold 14290 2012-09-04 14:53 binutils-2.23.2/libiberty/md5.c -rw-rw-rw- gingold/gingold 815 2011-02-03 08:23 binutils-2.23.2/libiberty/memchr.c -rw-rw-rw- gingold/gingold 876 2011-02-03 08:23 binutils-2.23.2/libiberty/memcmp.c -rw-rw-rw- gingold/gingold 502 2011-02-03 08:23 binutils-2.23.2/libiberty/memcpy.c -rw-rw-rw- gingold/gingold 2213 2011-02-03 08:23 binutils-2.23.2/libiberty/memmem.c -rw-rw-rw- gingold/gingold 533 2011-02-03 08:23 binutils-2.23.2/libiberty/memmove.c -rw-rw-rw- gingold/gingold 1376 2011-02-03 08:23 binutils-2.23.2/libiberty/mempcpy.c -rw-rw-rw- gingold/gingold 500 2011-02-03 08:23 binutils-2.23.2/libiberty/memset.c -rw-rw-rw- gingold/gingold 3758 2008-08-01 00:01 binutils-2.23.2/libiberty/mkstemps.c -rw-rw-rw- gingold/gingold 177 1999-05-03 09:28 binutils-2.23.2/libiberty/msdos.c -rw-rw-rw- gingold/gingold 7120 2005-07-22 05:26 binutils-2.23.2/libiberty/objalloc.c -rw-rw-rw- gingold/gingold 16332 2005-05-10 17:33 binutils-2.23.2/libiberty/obstack.c -rw-rw-rw- gingold/gingold 30322 2008-06-15 20:33 binutils-2.23.2/libiberty/obstacks.texi -rw-rw-rw- gingold/gingold 4952 2006-02-21 03:01 binutils-2.23.2/libiberty/partition.c -rw-rw-rw- gingold/gingold 15257 2011-04-20 21:06 binutils-2.23.2/libiberty/pex-common.c -rw-rw-rw- gingold/gingold 6204 2009-04-13 12:48 binutils-2.23.2/libiberty/pex-common.h -rw-rw-rw- gingold/gingold 6848 2009-04-13 12:48 binutils-2.23.2/libiberty/pex-djgpp.c -rw-rw-rw- gingold/gingold 7367 2011-04-20 21:06 binutils-2.23.2/libiberty/pex-msdos.c -rw-rw-rw- gingold/gingold 1410 2005-05-10 17:33 binutils-2.23.2/libiberty/pex-one.c -rw-rw-rw- gingold/gingold 20024 2012-04-10 19:07 binutils-2.23.2/libiberty/pex-unix.c -rw-rw-rw- gingold/gingold 25487 2012-07-27 02:02 binutils-2.23.2/libiberty/pex-win32.c -rw-rw-rw- gingold/gingold 3282 2006-02-21 03:38 binutils-2.23.2/libiberty/pexecute.c -rw-rw-rw- gingold/gingold 11972 2011-02-03 08:23 binutils-2.23.2/libiberty/pexecute.txh -rw-rw-rw- gingold/gingold 7333 2005-05-10 17:33 binutils-2.23.2/libiberty/physmem.c -rw-rw-rw- gingold/gingold 2220 2005-05-10 17:33 binutils-2.23.2/libiberty/putenv.c -rw-rw-rw- gingold/gingold 14339 2011-02-03 08:23 binutils-2.23.2/libiberty/random.c -rw-rw-rw- gingold/gingold 2951 2009-11-25 05:35 binutils-2.23.2/libiberty/README -rw-rw-rw- gingold/gingold 258994 2011-04-20 21:06 binutils-2.23.2/libiberty/regex.c -rw-rw-rw- gingold/gingold 633 2005-03-28 07:07 binutils-2.23.2/libiberty/rename.c -rw-rw-rw- gingold/gingold 460 2005-04-02 22:20 binutils-2.23.2/libiberty/rindex.c -rw-rw-rw- gingold/gingold 10311 2005-05-10 17:33 binutils-2.23.2/libiberty/safe-ctype.c -rw-rw-rw- gingold/gingold 4599 2011-02-03 08:23 binutils-2.23.2/libiberty/setenv.c -rw-rw-rw- gingold/gingold 1444 2011-10-29 03:06 binutils-2.23.2/libiberty/setproctitle.c -rw-rw-rw- gingold/gingold 12631 2008-03-25 02:02 binutils-2.23.2/libiberty/sha1.c -rw-rw-rw- gingold/gingold 924 2005-05-24 23:01 binutils-2.23.2/libiberty/sigsetmask.c -rw-rw-rw- gingold/gingold 23460 2010-11-17 03:03 binutils-2.23.2/libiberty/simple-object-coff.c -rw-rw-rw- gingold/gingold 10137 2010-11-17 03:03 binutils-2.23.2/libiberty/simple-object-common.h -rw-rw-rw- gingold/gingold 29230 2010-11-17 03:03 binutils-2.23.2/libiberty/simple-object-elf.c -rw-rw-rw- gingold/gingold 40853 2011-10-26 17:56 binutils-2.23.2/libiberty/simple-object-mach-o.c -rw-rw-rw- gingold/gingold 9261 2010-11-17 03:03 binutils-2.23.2/libiberty/simple-object.c -rw-rw-rw- gingold/gingold 7644 2011-02-03 08:23 binutils-2.23.2/libiberty/simple-object.txh -rw-rw-rw- gingold/gingold 2330 2011-02-03 08:23 binutils-2.23.2/libiberty/snprintf.c -rw-rw-rw- gingold/gingold 4934 2005-05-24 23:01 binutils-2.23.2/libiberty/sort.c -rw-rw-rw- gingold/gingold 1791 2011-04-20 21:06 binutils-2.23.2/libiberty/spaces.c -rw-rw-rw- gingold/gingold 15059 2011-02-03 08:23 binutils-2.23.2/libiberty/splay-tree.c -rw-rw-rw- gingold/gingold 2076 2012-04-02 20:50 binutils-2.23.2/libiberty/stack-limit.c -rw-rw-rw- gingold/gingold 1376 2005-05-10 17:33 binutils-2.23.2/libiberty/stpcpy.c -rw-rw-rw- gingold/gingold 1562 2011-02-03 08:23 binutils-2.23.2/libiberty/stpncpy.c -rw-rw-rw- gingold/gingold 4255 2005-03-28 07:07 binutils-2.23.2/libiberty/strcasecmp.c -rw-rw-rw- gingold/gingold 528 2005-03-28 07:07 binutils-2.23.2/libiberty/strchr.c -rw-rw-rw- gingold/gingold 562 2005-03-28 07:07 binutils-2.23.2/libiberty/strdup.c -rw-rw-rw- gingold/gingold 21275 2005-03-28 04:09 binutils-2.23.2/libiberty/strerror.c -rw-rw-rw- gingold/gingold 3475 2005-03-28 04:09 binutils-2.23.2/libiberty/strncasecmp.c -rw-rw-rw- gingold/gingold 638 2011-02-03 08:23 binutils-2.23.2/libiberty/strncmp.c -rw-rw-rw- gingold/gingold 1620 2005-05-24 23:01 binutils-2.23.2/libiberty/strndup.c -rw-rw-rw- gingold/gingold 548 2005-03-28 04:09 binutils-2.23.2/libiberty/strrchr.c -rw-rw-rw- gingold/gingold 15295 2011-06-13 18:37 binutils-2.23.2/libiberty/strsignal.c -rw-rw-rw- gingold/gingold 1048 2005-04-02 22:20 binutils-2.23.2/libiberty/strstr.c -rw-rw-rw- gingold/gingold 3489 2011-02-03 08:23 binutils-2.23.2/libiberty/strtod.c -rw-rw-rw- gingold/gingold 5403 2011-02-03 08:23 binutils-2.23.2/libiberty/strtol.c -rw-rw-rw- gingold/gingold 3321 2005-03-28 04:09 binutils-2.23.2/libiberty/strtoul.c -rw-rw-rw- gingold/gingold 5291 2005-08-17 05:46 binutils-2.23.2/libiberty/strverscmp.c -rw-rw-rw- gingold/gingold 103598 2012-07-18 22:09 binutils-2.23.2/libiberty/testsuite/demangle-expected drwxr-xr-x Creating directory: binutils-2.23.2/libiberty/testsuite -rw-rw-rw- gingold/gingold 2673 2008-02-19 04:22 binutils-2.23.2/libiberty/testsuite/Makefile.in -rw-rw-rw- gingold/gingold 7936 2011-06-14 01:01 binutils-2.23.2/libiberty/testsuite/test-demangle.c -rw-rw-rw- gingold/gingold 8410 2011-08-06 20:40 binutils-2.23.2/libiberty/testsuite/test-expandargv.c -rw-rw-rw- gingold/gingold 14423 2005-08-17 05:46 binutils-2.23.2/libiberty/testsuite/test-pexecute.c -rw-rw-rw- gingold/gingold 2282 2011-09-28 22:01 binutils-2.23.2/libiberty/timeval-utils.c -rw-rw-rw- gingold/gingold 1038 2005-03-28 04:09 binutils-2.23.2/libiberty/tmpnam.c -rw-rw-rw- gingold/gingold 2081 2005-05-10 17:33 binutils-2.23.2/libiberty/unlink-if-ordinary.c -rw-rw-rw- gingold/gingold 4833 2011-02-03 08:23 binutils-2.23.2/libiberty/vasprintf.c -rw-rw-rw- gingold/gingold 346 2005-03-28 04:09 binutils-2.23.2/libiberty/vfork.c -rw-rw-rw- gingold/gingold 343 2005-03-28 04:09 binutils-2.23.2/libiberty/vfprintf.c -rw-rw-rw- gingold/gingold 856 2011-02-03 08:23 binutils-2.23.2/libiberty/vprintf.c -rw-rw-rw- gingold/gingold 4308 2011-02-03 08:23 binutils-2.23.2/libiberty/vsnprintf.c -rw-rw-rw- gingold/gingold 1878 2005-05-10 17:33 binutils-2.23.2/libiberty/vsprintf.c -rw-rw-rw- gingold/gingold 777 2005-04-02 22:20 binutils-2.23.2/libiberty/waitpid.c -rw-rw-rw- gingold/gingold 2133 2005-04-16 03:05 binutils-2.23.2/libiberty/xatexit.c -rw-rw-rw- gingold/gingold 1546 2005-05-10 17:33 binutils-2.23.2/libiberty/xexit.c -rw-rw-rw- gingold/gingold 4686 2005-05-24 23:01 binutils-2.23.2/libiberty/xmalloc.c -rw-rw-rw- gingold/gingold 952 2011-02-03 08:23 binutils-2.23.2/libiberty/xmemdup.c -rw-rw-rw- gingold/gingold 720 2008-10-08 18:53 binutils-2.23.2/libiberty/xstrdup.c -rw-rw-rw- gingold/gingold 2038 2005-05-24 23:01 binutils-2.23.2/libiberty/xstrerror.c -rw-rw-rw- gingold/gingold 1628 2005-05-24 23:01 binutils-2.23.2/libiberty/xstrndup.c -rw-rw-rw- gingold/gingold 263442 2011-02-13 22:00 binutils-2.23.2/libtool.m4 -rw-rw-rw- gingold/gingold 1768 2008-09-29 17:28 binutils-2.23.2/ltgcc.m4 -rw-rw-rw- gingold/gingold 249709 2011-01-13 19:52 binutils-2.23.2/ltmain.sh -rw-rw-rw- gingold/gingold 11950 2010-01-09 22:11 binutils-2.23.2/ltoptions.m4 -rw-rw-rw- gingold/gingold 4372 2008-09-29 17:28 binutils-2.23.2/ltsugar.m4 -rw-rw-rw- gingold/gingold 703 2010-01-09 22:11 binutils-2.23.2/ltversion.m4 -rw-rw-rw- gingold/gingold 6126 2010-01-09 22:11 binutils-2.23.2/lt~obsolete.m4 -rw-rw-rw- gingold/gingold 3739 2012-05-12 05:10 binutils-2.23.2/MAINTAINERS -rw-rw-rw- gingold/gingold 25127 2012-09-04 15:13 binutils-2.23.2/Makefile.def -rw-rw-rw- gingold/gingold 1412947 2013-03-25 10:09 binutils-2.23.2/Makefile.in -rw-rw-rw- gingold/gingold 68473 2011-11-09 19:57 binutils-2.23.2/Makefile.tpl -rw-rw-rw- gingold/gingold 1087 1999-05-03 09:28 binutils-2.23.2/makefile.vms -rw-r--r-- gingold/gingold 919576 2013-03-25 10:11 binutils-2.23.2/md5.sum -rwxrwxrwx gingold/gingold 11419 2009-08-22 13:48 binutils-2.23.2/missing -rwxrwxrwx gingold/gingold 2179 1999-08-08 19:46 binutils-2.23.2/mkdep -rwxrwxrwx gingold/gingold 3538 2009-08-22 13:48 binutils-2.23.2/mkinstalldirs -rwxrwxrwx gingold/gingold 2648 2011-02-12 16:47 binutils-2.23.2/move-if-change -rw-rw-rw- gingold/gingold 26 2010-12-09 10:03 binutils-2.23.2/opcodes/.gitignore drwxr-xr-x Creating directory: binutils-2.23.2/opcodes -rw-rw-rw- gingold/gingold 9062 2013-03-25 09:06 binutils-2.23.2/opcodes/aarch64-asm-2.c -rw-rw-rw- gingold/gingold 37974 2013-03-25 09:06 binutils-2.23.2/opcodes/aarch64-asm.c -rw-rw-rw- gingold/gingold 2731 2012-08-16 11:21 binutils-2.23.2/opcodes/aarch64-asm.h -rw-rw-rw- gingold/gingold 466562 2013-03-25 09:06 binutils-2.23.2/opcodes/aarch64-dis-2.c -rw-rw-rw- gingold/gingold 70390 2013-03-25 09:06 binutils-2.23.2/opcodes/aarch64-dis.c -rw-rw-rw- gingold/gingold 3856 2012-08-16 11:21 binutils-2.23.2/opcodes/aarch64-dis.h -rw-rw-rw- gingold/gingold 34712 2013-03-25 09:06 binutils-2.23.2/opcodes/aarch64-gen.c -rw-rw-rw- gingold/gingold 13022 2013-03-25 09:06 binutils-2.23.2/opcodes/aarch64-opc-2.c -rw-rw-rw- gingold/gingold 98511 2013-03-25 09:06 binutils-2.23.2/opcodes/aarch64-opc.c -rw-rw-rw- gingold/gingold 10404 2012-08-16 11:21 binutils-2.23.2/opcodes/aarch64-opc.h -rw-rw-rw- gingold/gingold 115412 2013-03-25 09:06 binutils-2.23.2/opcodes/aarch64-tbl.h -rw-rw-rw- gingold/gingold 36318 2012-09-04 16:21 binutils-2.23.2/opcodes/aclocal.m4 -rw-rw-rw- gingold/gingold 6426 2012-05-17 17:13 binutils-2.23.2/opcodes/alpha-dis.c -rw-rw-rw- gingold/gingold 67931 2012-05-17 17:13 binutils-2.23.2/opcodes/alpha-opc.c -rw-rw-rw- gingold/gingold 28434 2012-05-18 03:59 binutils-2.23.2/opcodes/arc-dis.c -rw-rw-rw- gingold/gingold 2186 2009-09-02 09:20 binutils-2.23.2/opcodes/arc-dis.h -rw-rw-rw- gingold/gingold 6396 2009-09-25 21:13 binutils-2.23.2/opcodes/arc-ext.c -rw-rw-rw- gingold/gingold 1799 2007-07-05 11:49 binutils-2.23.2/opcodes/arc-ext.h -rw-rw-rw- gingold/gingold 53023 2007-10-04 15:43 binutils-2.23.2/opcodes/arc-opc.c -rw-rw-rw- gingold/gingold 196352 2012-09-18 17:45 binutils-2.23.2/opcodes/arm-dis.c -rw-rw-rw- gingold/gingold 9127 2012-05-17 17:13 binutils-2.23.2/opcodes/avr-dis.c -rw-rw-rw- gingold/gingold 133040 2012-05-18 03:59 binutils-2.23.2/opcodes/bfin-dis.c -rw-rw-rw- gingold/gingold 10656 2011-12-15 11:21 binutils-2.23.2/opcodes/cgen-asm.c -rw-rw-rw- gingold/gingold 12377 2010-06-27 06:07 binutils-2.23.2/opcodes/cgen-asm.in -rw-rw-rw- gingold/gingold 3811 2009-10-24 02:17 binutils-2.23.2/opcodes/cgen-bitset.c -rw-rw-rw- gingold/gingold 7414 2009-09-02 09:20 binutils-2.23.2/opcodes/cgen-dis.c -rw-rw-rw- gingold/gingold 13448 2010-02-12 05:42 binutils-2.23.2/opcodes/cgen-dis.in -rw-rw-rw- gingold/gingold 15002 2010-01-07 19:05 binutils-2.23.2/opcodes/cgen-ibld.in -rw-rw-rw- gingold/gingold 17057 2012-05-17 17:13 binutils-2.23.2/opcodes/cgen-opc.c -rw-rw-rw- gingold/gingold 5406 2009-06-14 18:36 binutils-2.23.2/opcodes/cgen.sh -rw-rw-rw- gingold/gingold 29461 2013-03-25 09:35 binutils-2.23.2/opcodes/ChangeLog -rw-rw-rw- gingold/gingold 73753 2004-01-02 12:16 binutils-2.23.2/opcodes/ChangeLog-0001 -rw-rw-rw- gingold/gingold 71037 2004-01-02 12:16 binutils-2.23.2/opcodes/ChangeLog-0203 -rw-rw-rw- gingold/gingold 24804 2006-01-17 00:15 binutils-2.23.2/opcodes/ChangeLog-2004 -rw-rw-rw- gingold/gingold 39684 2006-01-17 00:15 binutils-2.23.2/opcodes/ChangeLog-2005 -rw-rw-rw- gingold/gingold 25980 2007-01-09 15:29 binutils-2.23.2/opcodes/ChangeLog-2006 -rw-rw-rw- gingold/gingold 55323 2008-01-03 06:27 binutils-2.23.2/opcodes/ChangeLog-2007 -rw-rw-rw- gingold/gingold 35602 2009-01-06 02:03 binutils-2.23.2/opcodes/ChangeLog-2008 -rw-rw-rw- gingold/gingold 57383 2010-01-01 19:06 binutils-2.23.2/opcodes/ChangeLog-2009 -rw-rw-rw- gingold/gingold 32538 2011-01-01 17:43 binutils-2.23.2/opcodes/ChangeLog-2010 -rw-rw-rw- gingold/gingold 25976 2012-01-05 11:09 binutils-2.23.2/opcodes/ChangeLog-2011 -rw-rw-rw- gingold/gingold 133045 2001-03-13 23:58 binutils-2.23.2/opcodes/ChangeLog-9297 -rw-rw-rw- gingold/gingold 56399 2001-03-13 23:58 binutils-2.23.2/opcodes/ChangeLog-9899 -rw-rw-rw- gingold/gingold 3202 2012-09-11 11:21 binutils-2.23.2/opcodes/config.in -rwxrwxrwx gingold/gingold 446417 2012-09-04 16:21 binutils-2.23.2/opcodes/configure -rw-rw-rw- gingold/gingold 1059 2009-09-01 15:13 binutils-2.23.2/opcodes/configure.com -rw-rw-rw- gingold/gingold 12561 2012-11-05 17:29 binutils-2.23.2/opcodes/configure.in -rw-rw-rw- gingold/gingold 21277 2012-05-17 17:13 binutils-2.23.2/opcodes/cr16-dis.c -rw-rw-rw- gingold/gingold 28028 2010-04-06 17:41 binutils-2.23.2/opcodes/cr16-opc.c -rw-rw-rw- gingold/gingold 45163 2012-05-17 17:13 binutils-2.23.2/opcodes/cris-dis.c -rw-rw-rw- gingold/gingold 37218 2009-09-02 09:20 binutils-2.23.2/opcodes/cris-opc.c -rw-rw-rw- gingold/gingold 19038 2012-05-17 17:13 binutils-2.23.2/opcodes/crx-dis.c -rw-rw-rw- gingold/gingold 25987 2012-02-27 07:37 binutils-2.23.2/opcodes/crx-opc.c -rw-rw-rw- gingold/gingold 7543 2012-05-17 17:13 binutils-2.23.2/opcodes/d10v-dis.c -rw-rw-rw- gingold/gingold 18961 2012-05-17 17:13 binutils-2.23.2/opcodes/d10v-opc.c -rw-rw-rw- gingold/gingold 9702 2012-05-17 17:13 binutils-2.23.2/opcodes/d30v-dis.c -rw-rw-rw- gingold/gingold 23474 2012-05-17 17:13 binutils-2.23.2/opcodes/d30v-opc.c -rw-rw-rw- gingold/gingold 265 2009-06-04 08:56 binutils-2.23.2/opcodes/dep-in.sed -rw-rw-rw- gingold/gingold 3099 2010-03-23 16:59 binutils-2.23.2/opcodes/dis-buf.c -rw-rw-rw- gingold/gingold 1616 2009-09-02 09:20 binutils-2.23.2/opcodes/dis-init.c -rw-rw-rw- gingold/gingold 13322 2012-09-04 14:53 binutils-2.23.2/opcodes/disassemble.c -rw-rw-rw- gingold/gingold 15341 2010-09-10 15:00 binutils-2.23.2/opcodes/dlx-dis.c -rw-rw-rw- gingold/gingold 25463 2011-10-26 14:46 binutils-2.23.2/opcodes/epiphany-asm.c -rw-rw-rw- gingold/gingold 83924 2011-10-25 13:18 binutils-2.23.2/opcodes/epiphany-desc.c -rw-rw-rw- gingold/gingold 19932 2011-10-25 13:18 binutils-2.23.2/opcodes/epiphany-desc.h -rw-rw-rw- gingold/gingold 21996 2011-10-25 13:18 binutils-2.23.2/opcodes/epiphany-dis.c -rw-rw-rw- gingold/gingold 51379 2011-10-25 13:18 binutils-2.23.2/opcodes/epiphany-ibld.c -rw-rw-rw- gingold/gingold 120527 2011-10-25 13:18 binutils-2.23.2/opcodes/epiphany-opc.c -rw-rw-rw- gingold/gingold 8662 2011-10-26 14:46 binutils-2.23.2/opcodes/epiphany-opc.h -rw-rw-rw- gingold/gingold 21599 2010-06-27 06:07 binutils-2.23.2/opcodes/fr30-asm.c -rw-rw-rw- gingold/gingold 54530 2010-02-12 04:25 binutils-2.23.2/opcodes/fr30-desc.c -rw-rw-rw- gingold/gingold 12758 2010-10-09 08:50 binutils-2.23.2/opcodes/fr30-desc.h -rw-rw-rw- gingold/gingold 21809 2010-02-12 05:42 binutils-2.23.2/opcodes/fr30-dis.c -rw-rw-rw- gingold/gingold 43048 2010-01-07 19:05 binutils-2.23.2/opcodes/fr30-ibld.c -rw-rw-rw- gingold/gingold 32707 2010-02-12 04:25 binutils-2.23.2/opcodes/fr30-opc.c -rw-rw-rw- gingold/gingold 5208 2010-01-02 19:50 binutils-2.23.2/opcodes/fr30-opc.h -rw-rw-rw- gingold/gingold 46977 2011-12-15 11:21 binutils-2.23.2/opcodes/frv-asm.c -rw-rw-rw- gingold/gingold 326535 2010-02-12 04:25 binutils-2.23.2/opcodes/frv-desc.c -rw-rw-rw- gingold/gingold 47956 2010-10-09 08:50 binutils-2.23.2/opcodes/frv-desc.h -rw-rw-rw- gingold/gingold 26436 2010-02-12 05:42 binutils-2.23.2/opcodes/frv-dis.c -rw-rw-rw- gingold/gingold 69050 2010-01-07 19:05 binutils-2.23.2/opcodes/frv-ibld.c -rw-rw-rw- gingold/gingold 207728 2010-10-08 16:00 binutils-2.23.2/opcodes/frv-opc.c -rw-rw-rw- gingold/gingold 17041 2010-01-02 19:50 binutils-2.23.2/opcodes/frv-opc.h -rw-rw-rw- gingold/gingold 17830 2012-09-04 15:59 binutils-2.23.2/opcodes/h8300-dis.c -rw-rw-rw- gingold/gingold 7673 2012-05-17 17:13 binutils-2.23.2/opcodes/h8500-dis.c -rw-rw-rw- gingold/gingold 285779 2009-09-02 09:20 binutils-2.23.2/opcodes/h8500-opc.h -rw-rw-rw- gingold/gingold 31620 2012-07-24 14:56 binutils-2.23.2/opcodes/hppa-dis.c -rw-rw-rw- gingold/gingold 5597 2012-05-17 17:13 binutils-2.23.2/opcodes/i370-dis.c -rw-rw-rw- gingold/gingold 51130 2012-05-17 17:13 binutils-2.23.2/opcodes/i370-opc.c -rw-rw-rw- gingold/gingold 316258 2012-07-19 15:41 binutils-2.23.2/opcodes/i386-dis.c -rw-rw-rw- gingold/gingold 32312 2012-11-09 14:50 binutils-2.23.2/opcodes/i386-gen.c -rw-rw-rw- gingold/gingold 30241 2012-11-09 14:50 binutils-2.23.2/opcodes/i386-init.h -rw-rw-rw- gingold/gingold 1161 2007-07-05 11:49 binutils-2.23.2/opcodes/i386-opc.c -rw-rw-rw- gingold/gingold 19703 2012-09-18 14:11 binutils-2.23.2/opcodes/i386-opc.h -rw-rw-rw- gingold/gingold 508162 2013-03-25 09:06 binutils-2.23.2/opcodes/i386-opc.tbl -rw-rw-rw- gingold/gingold 9248 2009-09-02 09:20 binutils-2.23.2/opcodes/i386-reg.tbl -rw-rw-rw- gingold/gingold 2185747 2013-03-25 09:06 binutils-2.23.2/opcodes/i386-tbl.h -rw-rw-rw- gingold/gingold 8445 2012-05-18 03:59 binutils-2.23.2/opcodes/i860-dis.c -rw-rw-rw- gingold/gingold 23491 2012-09-04 15:59 binutils-2.23.2/opcodes/i960-dis.c -rw-rw-rw- gingold/gingold 427034 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-asmtab.c -rw-rw-rw- gingold/gingold 5129 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-asmtab.h -rw-rw-rw- gingold/gingold 10055 2012-05-18 03:59 binutils-2.23.2/opcodes/ia64-dis.c -rw-rw-rw- gingold/gingold 77807 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-gen.c -rw-rw-rw- gingold/gingold 15412 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-ic.tbl -rw-rw-rw- gingold/gingold 27167 2009-09-02 09:20 binutils-2.23.2/opcodes/ia64-opc-a.c -rw-rw-rw- gingold/gingold 23688 2009-09-02 09:20 binutils-2.23.2/opcodes/ia64-opc-b.c -rw-rw-rw- gingold/gingold 1791 2009-09-02 09:20 binutils-2.23.2/opcodes/ia64-opc-d.c -rw-rw-rw- gingold/gingold 41386 2009-09-02 09:20 binutils-2.23.2/opcodes/ia64-opc-f.c -rw-rw-rw- gingold/gingold 14136 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-opc-i.c -rw-rw-rw- gingold/gingold 144698 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-opc-m.c -rw-rw-rw- gingold/gingold 6681 2009-09-02 09:20 binutils-2.23.2/opcodes/ia64-opc-x.c -rw-rw-rw- gingold/gingold 18263 2012-05-18 07:31 binutils-2.23.2/opcodes/ia64-opc.c -rw-rw-rw- gingold/gingold 4188 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-opc.h -rw-rw-rw- gingold/gingold 16439 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-raw.tbl -rw-rw-rw- gingold/gingold 106 2000-09-22 21:43 binutils-2.23.2/opcodes/ia64-war.tbl -rw-rw-rw- gingold/gingold 11496 2012-09-04 15:55 binutils-2.23.2/opcodes/ia64-waw.tbl -rw-rw-rw- gingold/gingold 24838 2010-06-27 06:07 binutils-2.23.2/opcodes/ip2k-asm.c -rw-rw-rw- gingold/gingold 35476 2010-02-12 04:25 binutils-2.23.2/opcodes/ip2k-desc.c -rw-rw-rw- gingold/gingold 13771 2010-10-09 08:50 binutils-2.23.2/opcodes/ip2k-desc.h -rw-rw-rw- gingold/gingold 20378 2010-02-12 05:42 binutils-2.23.2/opcodes/ip2k-dis.c -rw-rw-rw- gingold/gingold 26486 2010-01-07 19:05 binutils-2.23.2/opcodes/ip2k-ibld.c -rw-rw-rw- gingold/gingold 20137 2010-02-12 04:25 binutils-2.23.2/opcodes/ip2k-opc.c -rw-rw-rw- gingold/gingold 4068 2010-01-02 19:50 binutils-2.23.2/opcodes/ip2k-opc.h -rw-rw-rw- gingold/gingold 25200 2010-06-27 06:07 binutils-2.23.2/opcodes/iq2000-asm.c -rw-rw-rw- gingold/gingold 71050 2010-02-12 04:25 binutils-2.23.2/opcodes/iq2000-desc.c -rw-rw-rw- gingold/gingold 16284 2010-10-09 08:50 binutils-2.23.2/opcodes/iq2000-desc.h -rw-rw-rw- gingold/gingold 18662 2010-02-12 05:42 binutils-2.23.2/opcodes/iq2000-dis.c -rw-rw-rw- gingold/gingold 41311 2010-01-07 19:05 binutils-2.23.2/opcodes/iq2000-ibld.c -rw-rw-rw- gingold/gingold 97366 2010-02-12 04:25 binutils-2.23.2/opcodes/iq2000-opc.c -rw-rw-rw- gingold/gingold 8044 2010-01-02 19:50 binutils-2.23.2/opcodes/iq2000-opc.h -rw-rw-rw- gingold/gingold 21349 2010-06-27 06:07 binutils-2.23.2/opcodes/lm32-asm.c -rw-rw-rw- gingold/gingold 33760 2013-03-25 09:35 binutils-2.23.2/opcodes/lm32-desc.c -rw-rw-rw- gingold/gingold 10311 2010-10-09 08:50 binutils-2.23.2/opcodes/lm32-desc.h -rw-rw-rw- gingold/gingold 17000 2010-02-12 05:42 binutils-2.23.2/opcodes/lm32-dis.c -rw-rw-rw- gingold/gingold 31186 2010-01-07 19:05 binutils-2.23.2/opcodes/lm32-ibld.c -rw-rw-rw- gingold/gingold 22724 2010-02-12 04:25 binutils-2.23.2/opcodes/lm32-opc.c -rw-rw-rw- gingold/gingold 3523 2010-01-02 19:50 binutils-2.23.2/opcodes/lm32-opc.h -rw-rw-rw- gingold/gingold 21041 2010-02-13 05:38 binutils-2.23.2/opcodes/lm32-opinst.c -rw-rw-rw- gingold/gingold 8753 2012-05-17 17:13 binutils-2.23.2/opcodes/m10200-dis.c -rw-rw-rw- gingold/gingold 14787 2009-09-02 09:20 binutils-2.23.2/opcodes/m10200-opc.c -rw-rw-rw- gingold/gingold 20527 2012-05-17 17:13 binutils-2.23.2/opcodes/m10300-dis.c -rw-rw-rw- gingold/gingold 103399 2009-09-02 09:20 binutils-2.23.2/opcodes/m10300-opc.c -rw-rw-rw- gingold/gingold 64792 2010-06-27 06:07 binutils-2.23.2/opcodes/m32c-asm.c -rw-rw-rw- gingold/gingold 4299467 2010-02-12 04:25 binutils-2.23.2/opcodes/m32c-desc.c -rw-rw-rw- gingold/gingold 51543 2010-10-09 08:50 binutils-2.23.2/opcodes/m32c-desc.h -rw-rw-rw- gingold/gingold 46755 2010-02-12 05:42 binutils-2.23.2/opcodes/m32c-dis.c -rw-rw-rw- gingold/gingold 182456 2010-07-03 06:09 binutils-2.23.2/opcodes/m32c-ibld.c -rw-rw-rw- gingold/gingold 4061856 2010-02-12 04:25 binutils-2.23.2/opcodes/m32c-opc.c -rw-rw-rw- gingold/gingold 1132757 2010-01-02 19:50 binutils-2.23.2/opcodes/m32c-opc.h -rw-rw-rw- gingold/gingold 21325 2010-06-27 06:07 binutils-2.23.2/opcodes/m32r-asm.c -rw-rw-rw- gingold/gingold 48869 2010-02-12 05:42 binutils-2.23.2/opcodes/m32r-desc.c -rw-rw-rw- gingold/gingold 12251 2010-10-09 08:50 binutils-2.23.2/opcodes/m32r-desc.h -rw-rw-rw- gingold/gingold 21130 2010-02-12 05:42 binutils-2.23.2/opcodes/m32r-dis.c -rw-rw-rw- gingold/gingold 36137 2010-01-07 19:05 binutils-2.23.2/opcodes/m32r-ibld.c -rw-rw-rw- gingold/gingold 47463 2010-02-12 04:25 binutils-2.23.2/opcodes/m32r-opc.c -rw-rw-rw- gingold/gingold 5185 2010-01-02 19:50 binutils-2.23.2/opcodes/m32r-opc.h -rw-rw-rw- gingold/gingold 33716 2010-02-12 04:25 binutils-2.23.2/opcodes/m32r-opinst.c -rw-rw-rw- gingold/gingold 25113 2012-05-18 03:59 binutils-2.23.2/opcodes/m68hc11-dis.c -rw-rw-rw- gingold/gingold 120588 2012-05-15 14:55 binutils-2.23.2/opcodes/m68hc11-opc.c -rw-rw-rw- gingold/gingold 39094 2012-07-24 14:56 binutils-2.23.2/opcodes/m68k-dis.c -rw-rw-rw- gingold/gingold 145807 2012-01-17 00:19 binutils-2.23.2/opcodes/m68k-opc.c -rw-rw-rw- gingold/gingold 55674 2009-09-05 09:56 binutils-2.23.2/opcodes/m88k-dis.c -rw-rw-rw- gingold/gingold 28 2000-07-05 21:28 binutils-2.23.2/opcodes/MAINTAINERS -rw-rw-rw- gingold/gingold 18303 2012-09-04 16:21 binutils-2.23.2/opcodes/Makefile.am -rw-rw-rw- gingold/gingold 54976 2012-09-04 16:21 binutils-2.23.2/opcodes/Makefile.in -rw-rw-rw- gingold/gingold 746 2009-09-01 15:13 binutils-2.23.2/opcodes/makefile.vms -rw-rw-rw- gingold/gingold 7558 2009-12-11 14:42 binutils-2.23.2/opcodes/mcore-dis.c -rw-rw-rw- gingold/gingold 6834 2009-09-02 09:20 binutils-2.23.2/opcodes/mcore-opc.h -rw-rw-rw- gingold/gingold 52509 2010-06-27 06:07 binutils-2.23.2/opcodes/mep-asm.c -rw-rw-rw- gingold/gingold 359015 2010-02-12 04:25 binutils-2.23.2/opcodes/mep-desc.c -rw-rw-rw- gingold/gingold 20739 2010-10-09 08:50 binutils-2.23.2/opcodes/mep-desc.h -rw-rw-rw- gingold/gingold 50757 2010-06-28 16:41 binutils-2.23.2/opcodes/mep-dis.c -rw-rw-rw- gingold/gingold 110964 2010-01-07 19:05 binutils-2.23.2/opcodes/mep-ibld.c -rw-rw-rw- gingold/gingold 177068 2010-10-09 08:50 binutils-2.23.2/opcodes/mep-opc.c -rw-rw-rw- gingold/gingold 27815 2010-01-02 19:50 binutils-2.23.2/opcodes/mep-opc.h -rw-rw-rw- gingold/gingold 13980 2012-07-24 14:56 binutils-2.23.2/opcodes/microblaze-dis.c -rw-rw-rw- gingold/gingold 1315 2009-10-07 17:40 binutils-2.23.2/opcodes/microblaze-dis.h -rw-rw-rw- gingold/gingold 42069 2009-08-06 19:38 binutils-2.23.2/opcodes/microblaze-opc.h -rw-rw-rw- gingold/gingold 5231 2009-08-06 19:38 binutils-2.23.2/opcodes/microblaze-opcm.h -rw-rw-rw- gingold/gingold 75814 2012-09-18 17:28 binutils-2.23.2/opcodes/micromips-opc.c -rw-rw-rw- gingold/gingold 81885 2012-09-04 16:23 binutils-2.23.2/opcodes/mips-dis.c -rw-rw-rw- gingold/gingold 149803 2012-09-04 16:21 binutils-2.23.2/opcodes/mips-opc.c -rw-rw-rw- gingold/gingold 12636 2012-05-17 17:13 binutils-2.23.2/opcodes/mips16-opc.c -rw-rw-rw- gingold/gingold 14192 2012-05-18 03:59 binutils-2.23.2/opcodes/mmix-dis.c -rw-rw-rw- gingold/gingold 9999 2009-09-02 09:20 binutils-2.23.2/opcodes/mmix-opc.c -rw-rw-rw- gingold/gingold 5108 2012-05-17 17:13 binutils-2.23.2/opcodes/moxie-dis.c -rw-rw-rw- gingold/gingold 4990 2010-02-03 13:47 binutils-2.23.2/opcodes/moxie-opc.c -rw-rw-rw- gingold/gingold 15982 2012-05-18 03:59 binutils-2.23.2/opcodes/msp430-dis.c -rw-rw-rw- gingold/gingold 29953 2010-06-27 06:07 binutils-2.23.2/opcodes/mt-asm.c -rw-rw-rw- gingold/gingold 47127 2010-02-12 04:25 binutils-2.23.2/opcodes/mt-desc.c -rw-rw-rw- gingold/gingold 13507 2010-10-09 08:50 binutils-2.23.2/opcodes/mt-desc.h -rw-rw-rw- gingold/gingold 21822 2012-02-27 07:57 binutils-2.23.2/opcodes/mt-dis.c -rw-rw-rw- gingold/gingold 52023 2010-01-07 19:05 binutils-2.23.2/opcodes/mt-ibld.c -rw-rw-rw- gingold/gingold 35481 2010-02-12 04:25 binutils-2.23.2/opcodes/mt-opc.c -rw-rw-rw- gingold/gingold 4652 2010-01-02 19:50 binutils-2.23.2/opcodes/mt-opc.h -rw-rw-rw- gingold/gingold 21869 2009-12-11 14:42 binutils-2.23.2/opcodes/ns32k-dis.c -rw-rw-rw- gingold/gingold 17487 2009-10-05 15:14 binutils-2.23.2/opcodes/opc2c.c -rw-rw-rw- gingold/gingold 18120 2010-06-27 06:07 binutils-2.23.2/opcodes/openrisc-asm.c -rw-rw-rw- gingold/gingold 33387 2010-02-12 04:25 binutils-2.23.2/opcodes/openrisc-desc.c -rw-rw-rw- gingold/gingold 11574 2010-10-09 08:50 binutils-2.23.2/opcodes/openrisc-desc.h -rw-rw-rw- gingold/gingold 16786 2010-02-12 05:42 binutils-2.23.2/opcodes/openrisc-dis.c -rw-rw-rw- gingold/gingold 29792 2010-01-07 19:05 binutils-2.23.2/opcodes/openrisc-ibld.c -rw-rw-rw- gingold/gingold 18565 2010-02-12 04:25 binutils-2.23.2/opcodes/openrisc-opc.c -rw-rw-rw- gingold/gingold 3660 2010-01-02 19:50 binutils-2.23.2/opcodes/openrisc-opc.h -rw-rw-rw- gingold/gingold 2242 2009-09-02 09:20 binutils-2.23.2/opcodes/opintl.h -rw-rw-rw- gingold/gingold 8067 2012-05-18 03:59 binutils-2.23.2/opcodes/or32-dis.c -rw-rw-rw- gingold/gingold 37924 2012-05-17 17:13 binutils-2.23.2/opcodes/or32-opc.c -rw-rw-rw- gingold/gingold 9005 2012-09-04 16:00 binutils-2.23.2/opcodes/pdp11-dis.c -rw-rw-rw- gingold/gingold 16171 2009-09-02 09:20 binutils-2.23.2/opcodes/pdp11-opc.c -rw-rw-rw- gingold/gingold 4441 2012-05-17 17:13 binutils-2.23.2/opcodes/pj-dis.c -rw-rw-rw- gingold/gingold 23477 2009-09-02 09:20 binutils-2.23.2/opcodes/pj-opc.c -rw-rw-rw- gingold/gingold 17528 2013-03-25 10:10 binutils-2.23.2/opcodes/po/da.gmo drwxr-xr-x Creating directory: binutils-2.23.2/opcodes/po -rw-rw-rw- gingold/gingold 34491 2011-04-27 12:02 binutils-2.23.2/opcodes/po/da.po -rw-rw-rw- gingold/gingold 16919 2013-03-25 10:10 binutils-2.23.2/opcodes/po/de.gmo -rw-rw-rw- gingold/gingold 25354 2004-03-08 11:06 binutils-2.23.2/opcodes/po/de.po -rw-rw-rw- gingold/gingold 27203 2013-03-25 10:10 binutils-2.23.2/opcodes/po/es.gmo -rw-rw-rw- gingold/gingold 42210 2012-09-04 14:53 binutils-2.23.2/opcodes/po/es.po -rw-rw-rw- gingold/gingold 27597 2013-03-25 10:10 binutils-2.23.2/opcodes/po/fi.gmo -rw-rw-rw- gingold/gingold 41133 2012-09-04 14:53 binutils-2.23.2/opcodes/po/fi.po -rw-rw-rw- gingold/gingold 25313 2013-03-25 10:10 binutils-2.23.2/opcodes/po/fr.gmo -rw-rw-rw- gingold/gingold 39355 2010-11-25 07:08 binutils-2.23.2/opcodes/po/fr.po -rw-rw-rw- gingold/gingold 24028 2013-03-25 10:10 binutils-2.23.2/opcodes/po/ga.gmo -rw-rw-rw- gingold/gingold 36637 2008-12-23 10:54 binutils-2.23.2/opcodes/po/ga.po -rw-rw-rw- gingold/gingold 25350 2013-03-25 10:10 binutils-2.23.2/opcodes/po/id.gmo -rw-rw-rw- gingold/gingold 37996 2009-11-11 10:36 binutils-2.23.2/opcodes/po/id.po -rw-rw-rw- gingold/gingold 26326 2013-03-25 10:10 binutils-2.23.2/opcodes/po/it.gmo -rw-rw-rw- gingold/gingold 38560 2011-11-25 10:19 binutils-2.23.2/opcodes/po/it.po -rw-rw-rw- gingold/gingold 7161 2009-09-02 09:20 binutils-2.23.2/opcodes/po/Make-in -rw-rw-rw- gingold/gingold 25236 2013-03-25 10:10 binutils-2.23.2/opcodes/po/nl.gmo -rw-rw-rw- gingold/gingold 39329 2010-11-25 07:08 binutils-2.23.2/opcodes/po/nl.po -rw-rw-rw- gingold/gingold 28271 2011-11-02 13:02 binutils-2.23.2/opcodes/po/opcodes.pot -rw-rw-rw- gingold/gingold 2612 2012-09-04 16:00 binutils-2.23.2/opcodes/po/POTFILES.in -rw-rw-rw- gingold/gingold 8467 2013-03-25 10:10 binutils-2.23.2/opcodes/po/pt_BR.gmo -rw-rw-rw- gingold/gingold 13053 2002-07-25 12:31 binutils-2.23.2/opcodes/po/pt_BR.po -rw-rw-rw- gingold/gingold 15986 2013-03-25 10:10 binutils-2.23.2/opcodes/po/ro.gmo -rw-rw-rw- gingold/gingold 23399 2003-07-30 17:53 binutils-2.23.2/opcodes/po/ro.po -rw-rw-rw- gingold/gingold 16004 2013-03-25 10:10 binutils-2.23.2/opcodes/po/sv.gmo -rw-rw-rw- gingold/gingold 24106 2006-03-09 18:28 binutils-2.23.2/opcodes/po/sv.po -rw-rw-rw- gingold/gingold 16094 2013-03-25 10:10 binutils-2.23.2/opcodes/po/tr.gmo -rw-rw-rw- gingold/gingold 23515 2003-07-14 13:18 binutils-2.23.2/opcodes/po/tr.po -rw-rw-rw- gingold/gingold 35303 2013-03-25 10:10 binutils-2.23.2/opcodes/po/uk.gmo -rw-rw-rw- gingold/gingold 48302 2012-08-17 16:35 binutils-2.23.2/opcodes/po/uk.po -rw-rw-rw- gingold/gingold 28874 2013-03-25 10:10 binutils-2.23.2/opcodes/po/vi.gmo -rw-rw-rw- gingold/gingold 42413 2012-09-04 14:53 binutils-2.23.2/opcodes/po/vi.po -rw-rw-rw- gingold/gingold 9039 2013-03-25 10:10 binutils-2.23.2/opcodes/po/zh_CN.gmo -rw-rw-rw- gingold/gingold 21187 2010-11-25 07:08 binutils-2.23.2/opcodes/po/zh_CN.po -rw-rw-rw- gingold/gingold 23099 2013-03-25 09:06 binutils-2.23.2/opcodes/ppc-dis.c -rw-rw-rw- gingold/gingold 314964 2013-03-25 09:06 binutils-2.23.2/opcodes/ppc-opc.c -rw-rw-rw- gingold/gingold 170158 2012-09-04 16:00 binutils-2.23.2/opcodes/rl78-decode.c -rw-rw-rw- gingold/gingold 33257 2012-05-17 17:13 binutils-2.23.2/opcodes/rl78-decode.opc -rw-rw-rw- gingold/gingold 7512 2012-05-18 03:59 binutils-2.23.2/opcodes/rl78-dis.c -rw-rw-rw- gingold/gingold 436460 2012-05-18 03:59 binutils-2.23.2/opcodes/rx-decode.c -rw-rw-rw- gingold/gingold 26948 2012-05-17 17:13 binutils-2.23.2/opcodes/rx-decode.opc -rw-rw-rw- gingold/gingold 4415 2012-05-18 03:59 binutils-2.23.2/opcodes/rx-dis.c -rw-rw-rw- gingold/gingold 9229 2012-05-17 17:13 binutils-2.23.2/opcodes/s390-dis.c -rw-rw-rw- gingold/gingold 11226 2010-09-30 18:02 binutils-2.23.2/opcodes/s390-mkopc.c -rw-rw-rw- gingold/gingold 34962 2011-05-24 18:13 binutils-2.23.2/opcodes/s390-opc.c -rw-rw-rw- gingold/gingold 66312 2012-03-08 18:22 binutils-2.23.2/opcodes/s390-opc.txt -rw-rw-rw- gingold/gingold 50323 2009-06-22 02:01 binutils-2.23.2/opcodes/score-dis.c -rw-rw-rw- gingold/gingold 24750 2009-09-02 09:20 binutils-2.23.2/opcodes/score-opc.h -rw-rw-rw- gingold/gingold 41030 2009-06-22 02:01 binutils-2.23.2/opcodes/score7-dis.c -rw-rw-rw- gingold/gingold 22765 2012-09-04 16:00 binutils-2.23.2/opcodes/sh-dis.c -rw-rw-rw- gingold/gingold 65219 2007-07-05 11:49 binutils-2.23.2/opcodes/sh-opc.h -rw-rw-rw- gingold/gingold 16030 2012-05-17 17:13 binutils-2.23.2/opcodes/sh64-dis.c -rw-rw-rw- gingold/gingold 43792 2009-09-02 09:20 binutils-2.23.2/opcodes/sh64-opc.c -rw-rw-rw- gingold/gingold 3311 2009-09-02 09:20 binutils-2.23.2/opcodes/sh64-opc.h -rw-rw-rw- gingold/gingold 28354 2012-07-24 14:56 binutils-2.23.2/opcodes/sparc-dis.c -rw-rw-rw- gingold/gingold 141719 2012-05-17 17:13 binutils-2.23.2/opcodes/sparc-opc.c -rw-rw-rw- gingold/gingold 7428 2012-05-17 17:13 binutils-2.23.2/opcodes/spu-dis.c -rw-rw-rw- gingold/gingold 1675 2007-07-05 11:49 binutils-2.23.2/opcodes/spu-opc.c -rw-rw-rw- gingold/gingold 10 1999-05-03 09:29 binutils-2.23.2/opcodes/stamp-h.in -rw-rw-rw- gingold/gingold 1673 2012-05-17 17:13 binutils-2.23.2/opcodes/sysdep.h -rw-rw-rw- gingold/gingold 19497 2012-05-17 17:13 binutils-2.23.2/opcodes/tic30-dis.c -rw-rw-rw- gingold/gingold 19418 2012-05-18 03:59 binutils-2.23.2/opcodes/tic4x-dis.c -rw-rw-rw- gingold/gingold 19672 2012-05-17 17:13 binutils-2.23.2/opcodes/tic54x-dis.c -rw-rw-rw- gingold/gingold 26523 2009-09-02 09:20 binutils-2.23.2/opcodes/tic54x-opc.c -rw-rw-rw- gingold/gingold 30476 2010-10-25 17:33 binutils-2.23.2/opcodes/tic6x-dis.c -rw-rw-rw- gingold/gingold 9506 2012-05-17 17:13 binutils-2.23.2/opcodes/tic80-dis.c -rw-rw-rw- gingold/gingold 64128 2012-05-17 17:13 binutils-2.23.2/opcodes/tic80-opc.c -rw-rw-rw- gingold/gingold 4044 2012-05-17 17:13 binutils-2.23.2/opcodes/tilegx-dis.c -rw-rw-rw- gingold/gingold 193185 2012-05-18 03:59 binutils-2.23.2/opcodes/tilegx-opc.c -rw-rw-rw- gingold/gingold 6381 2012-05-17 17:13 binutils-2.23.2/opcodes/tilepro-dis.c -rw-rw-rw- gingold/gingold 235605 2012-05-18 03:59 binutils-2.23.2/opcodes/tilepro-opc.c -rw-rw-rw- gingold/gingold 16074 2012-09-04 16:00 binutils-2.23.2/opcodes/v850-dis.c -rw-rw-rw- gingold/gingold 52205 2012-05-17 17:13 binutils-2.23.2/opcodes/v850-opc.c -rw-rw-rw- gingold/gingold 14516 2012-05-17 17:13 binutils-2.23.2/opcodes/vax-dis.c -rw-rw-rw- gingold/gingold 2350 2012-05-17 17:13 binutils-2.23.2/opcodes/w65-dis.c -rw-rw-rw- gingold/gingold 18354 2009-09-02 09:20 binutils-2.23.2/opcodes/w65-opc.h -rw-rw-rw- gingold/gingold 25092 2010-06-27 06:07 binutils-2.23.2/opcodes/xc16x-asm.c -rw-rw-rw- gingold/gingold 114258 2010-02-12 04:25 binutils-2.23.2/opcodes/xc16x-desc.c -rw-rw-rw- gingold/gingold 21254 2010-10-09 08:50 binutils-2.23.2/opcodes/xc16x-desc.h -rw-rw-rw- gingold/gingold 26915 2010-02-12 05:42 binutils-2.23.2/opcodes/xc16x-dis.c -rw-rw-rw- gingold/gingold 55480 2010-01-07 19:05 binutils-2.23.2/opcodes/xc16x-ibld.c -rw-rw-rw- gingold/gingold 78673 2010-02-12 04:25 binutils-2.23.2/opcodes/xc16x-opc.c -rw-rw-rw- gingold/gingold 11087 2010-01-02 19:50 binutils-2.23.2/opcodes/xc16x-opc.h -rw-rw-rw- gingold/gingold 13292 2012-07-05 21:37 binutils-2.23.2/opcodes/xgate-dis.c -rw-rw-rw- gingold/gingold 12765 2012-07-05 21:37 binutils-2.23.2/opcodes/xgate-opc.c -rw-rw-rw- gingold/gingold 20790 2010-06-27 06:07 binutils-2.23.2/opcodes/xstormy16-asm.c -rw-rw-rw- gingold/gingold 47443 2010-02-12 04:25 binutils-2.23.2/opcodes/xstormy16-desc.c -rw-rw-rw- gingold/gingold 13234 2010-10-09 08:50 binutils-2.23.2/opcodes/xstormy16-desc.h -rw-rw-rw- gingold/gingold 18182 2010-02-12 05:42 binutils-2.23.2/opcodes/xstormy16-dis.c -rw-rw-rw- gingold/gingold 37290 2010-01-07 19:05 binutils-2.23.2/opcodes/xstormy16-ibld.c -rw-rw-rw- gingold/gingold 30948 2010-02-12 04:25 binutils-2.23.2/opcodes/xstormy16-opc.c -rw-rw-rw- gingold/gingold 5711 2010-01-02 19:50 binutils-2.23.2/opcodes/xstormy16-opc.h -rw-rw-rw- gingold/gingold 7737 2012-05-17 17:13 binutils-2.23.2/opcodes/xtensa-dis.c -rw-rw-rw- gingold/gingold 15456 2009-09-02 09:20 binutils-2.23.2/opcodes/z80-dis.c -rw-rw-rw- gingold/gingold 15988 2009-09-02 09:20 binutils-2.23.2/opcodes/z8k-dis.c -rw-rw-rw- gingold/gingold 128319 2013-03-25 09:06 binutils-2.23.2/opcodes/z8k-opc.h -rw-rw-rw- gingold/gingold 56544 2013-03-25 09:06 binutils-2.23.2/opcodes/z8kgen.c -rw-rw-rw- gingold/gingold 1719 1999-05-03 09:28 binutils-2.23.2/README -rw-rw-rw- gingold/gingold 961 2009-08-22 19:08 binutils-2.23.2/README-maintainer-mode -rw-rw-rw- gingold/gingold 1044 2009-09-01 15:38 binutils-2.23.2/setup.com -rw-rw-rw- gingold/gingold 10714 2011-08-19 17:48 binutils-2.23.2/src-release -rwxrwxrwx gingold/gingold 2265 2005-07-14 03:24 binutils-2.23.2/symlink-tree -rw-rw-rw- gingold/gingold 295126 2009-04-21 14:36 binutils-2.23.2/texinfo/texinfo.tex drwxr-xr-x Creating directory: binutils-2.23.2/texinfo + /bin/chmod -R a+rX,g-w,o-w . -rwxrwxrwx gingold/gingold 6179 2009-08-22 13:48 binutils-2.23.2/ylwrap + cd binutils-2.23.2 + cd .. + SB_CXC=no + echo ==> clean %{buildroot}: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya ==> clean %{buildroot}: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya + /bin/rm -rf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya + /bin/mkdir -p /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya + echo ==> %build: + test i686-linux-gnu != i686-linux-gnu + build_dir=build ==> %build: + mkdir -p build + cd build + test i686-linux-gnu != i686-linux-gnu + echo /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + sed -e s,-std=gnu99 ,, + CC=/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + sed+ -e s,-std=gnu99 ,, echo /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + CXX=/usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + CC_FOR_BUILD=/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + CXX_FOR_BUILD=/usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD + ../binutils-2.23.2/configure --build=i686-linux-gnu --host=i686-linux-gnu --target=sparc-rtems4.11 --verbose --disable-nls --enable-deterministic-archives --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/alaya/developement/rtems/4.11 --bindir=/home/alaya/developement/rtems/4.11/bin --exec-prefix=/home/alaya/developement/rtems/4.11 --includedir=/home/alaya/developement/rtems/4.11/include --libdir=/home/alaya/developement/rtems/4.11/lib --mandir=/home/alaya/developement/rtems/4.11/share/man --infodir=/home/alaya/developement/rtems/4.11/share/info checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... sparc-unknown-rtems4.11 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... no checking for mawk... mawk checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib 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... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for i686-linux-gnu-gnatbind... no checking for gnatbind... no checking for i686-linux-gnu-gnatmake... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs checking for PWL_handle_timeout in -lpwl... no checking for version 0.11 (revision 0 or later) of PPL... no checking for default BUILD_CONFIG... checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for i686-linux-gnu-ar... no checking for ar... ar checking for i686-linux-gnu-as... no checking for as... as checking for i686-linux-gnu-dlltool... no checking for dlltool... no checking for i686-linux-gnu-ld... no checking for ld... ld checking for i686-linux-gnu-lipo... no checking for lipo... no checking for i686-linux-gnu-nm... no checking for nm... nm checking for i686-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-windres... no checking for windres... no checking for i686-linux-gnu-windmc... no checking for windmc... no checking for i686-linux-gnu-objcopy... no checking for objcopy... objcopy checking for i686-linux-gnu-objdump... no checking for objdump... objdump checking for i686-linux-gnu-readelf... no checking for readelf... readelf checking for sparc-rtems4.11-cc... no checking for sparc-rtems4.11-gcc... no checking for sparc-rtems4.11-c++... no checking for sparc-rtems4.11-g++... no checking for sparc-rtems4.11-cxx... no checking for sparc-rtems4.11-gxx... no checking for sparc-rtems4.11-gcc... no checking for sparc-rtems4.11-gcj... no checking for sparc-rtems4.11-gfortran... no checking for sparc-rtems4.11-gccgo... no checking for sparc-rtems4.11-ar... sparc-rtems4.11-ar checking for sparc-rtems4.11-as... sparc-rtems4.11-as checking for sparc-rtems4.11-dlltool... no checking for sparc-rtems4.11-ld... sparc-rtems4.11-ld checking for sparc-rtems4.11-lipo... no checking for sparc-rtems4.11-nm... sparc-rtems4.11-nm checking for sparc-rtems4.11-objdump... sparc-rtems4.11-objdump checking for sparc-rtems4.11-ranlib... sparc-rtems4.11-ranlib checking for sparc-rtems4.11-readelf... sparc-rtems4.11-readelf checking for sparc-rtems4.11-strip... sparc-rtems4.11-strip checking for sparc-rtems4.11-windres... no checking for sparc-rtems4.11-windmc... no checking where to find the target ar... just compiled checking where to find the target as... just compiled checking where to find the target cc... pre-installed checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed checking where to find the target dlltool... just compiled checking where to find the target gcc... pre-installed checking where to find the target gcj... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target gccgo... pre-installed checking where to find the target ld... just compiled checking where to find the target lipo... pre-installed checking where to find the target nm... just compiled checking where to find the target objdump... just compiled checking where to find the target ranlib... just compiled checking where to find the target readelf... just compiled checking where to find the target strip... just compiled checking where to find the target windres... just compiled checking where to find the target windmc... just compiled checking whether to enable maintainer-specific portions of Makefiles... no checking whether -fkeep-inline-functions is supported... yes configure: creating ./config.status config.status: creating Makefile + make -j 2 all make[1]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build' mkdir -p -- ./intl mkdir -p -- ./libiberty Configuring in ./intl Configuring in ./libiberty configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... configure: creating cache ./config.cache makeinfo --split-size=5000000 checking whether make sets $(MAKE)... checking for perl... perl checking build system type... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no checking for msgfmt... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-ranlib... ranlib checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... checking for C compiler default output file name... /usr/bin/msgmerge checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib 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... 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... o checking whether we are using the GNU C compiler... checking for suffix of object files... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... o checking whether we are using the GNU C compiler... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed 64 checking how to run the C preprocessor... checking build system type... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-linux-gnu-ranlib... ranlib checking for library containing strerror... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... none required checking how to run the C preprocessor... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wc++-compat... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... /bin/grep -E checking for ANSI C header files... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -pedantic ... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for an ANSI C-conforming const... yes checking for inline... yes checking for inline... inline checking for sys/types.h... inline checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for memory.h... yes checking for stdlib.h... yes checking for string.h... yes checking for strings.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for inttypes.h... yes checking for stdint.h... yes yes checking for unistd.h... checking for stdint.h... yes checking whether byte ordering is bigendian... yes checking for unistd.h... yes checking for off_t... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... yes checking for size_t... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for working alloca.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes yes checking for alloca... checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes no checking for getpagesize... checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for working mmap... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes yes checking for process.h... checking for inttypes.h... no yes checking for stdint.h... checking for sys/prctl.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for unsigned long long... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... yes checking for inttypes.h... no checking size of int... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... 4 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes yes checking for uintptr_t... checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking for ssize_t... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking for pid_t... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes yes checking for string.h... (cached) yes checking for library containing strerror... checking for unistd.h... (cached) yes checking sys/param.h usability... none required checking for asprintf... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for atexit... yes checking for fgets_unlocked... yes checking for basename... yes checking for getc_unlocked... yes checking for bcmp... yes checking for getcwd... yes checking for bcopy... yes checking for getegid... yes checking for bsearch... yes checking for geteuid... yes checking for bzero... yes checking for getgid... yes checking for calloc... yes checking for getuid... yes checking for clock... yes checking for mempcpy... yes checking for ffs... yes checking for munmap... yes checking for getcwd... yes checking for putenv... yes checking for getpagesize... yes checking for setenv... yes checking for gettimeofday... yes checking for setlocale... yes checking for index... yes checking for stpcpy... yes checking for insque... yes checking for strcasecmp... yes checking for memchr... yes checking for strdup... yes checking for memcmp... yes checking for strtoul... yes checking for memcpy... yes checking for tsearch... yes checking for memmem... yes checking for __argz_count... yes checking for memmove... yes checking for __argz_stringify... yes checking for mempcpy... yes checking for __argz_next... yes checking for memset... yes checking for __fsetlocking... yes checking for mkstemps... yes checking for iconv... yes checking for putenv... yes checking for iconv declaration... yes checking for random... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for rename... yes checking for LC_MESSAGES... yes yes checking for bison... bison checking version of bison... checking for rindex... 2.5, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader yes configure: updating cache ./config.cache configure: creating ./config.status checking for setenv... yes checking for snprintf... yes config.status: creating Makefile checking for sigsetmask... config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands yes checking for stpcpy... make[1]: Nothing to be done for `all-target'. mkdir -p -- ./etc Configuring in ./etc yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c yes configure: updating cache ./config.cache checking for strdup... configure: creating ./config.status yes checking for strncasecmp... config.status: creating Makefile yes checking for strndup... yes make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/intl' checking for strrchr... mkdir -p -- ./binutils Configuring in ./binutils yes checking for strstr... yes checking for strtod... yes configure: creating cache ./config.cache checking for strtol... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... yes checking for strtoul... sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking for C compiler default output file name... yes checking for strverscmp... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking for tmpnam... checking for suffix of object files... yes o checking whether we are using the GNU C compiler... checking for vasprintf... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... yes checking for vfprintf... none needed checking for library containing strerror... yes checking for vprintf... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking for setproctitle... no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... yes checking for sys_siglist... gcc3 checking for i686-linux-gnu-gcc... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib yes checking for external symbol _system_configuration... checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... (cached) yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... no /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for __fsetlocking... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for canonicalize_file_name... yes checking for dup3... yes yes checking for sys/types.h... checking for getrlimit... yes checking for sys/stat.h... yes checking for getrusage... yes checking for stdlib.h... yes checking for getsysinfo... yes checking for string.h... yes checking for memory.h... no checking for gettimeofday... (cached) yes checking for on_exit... yes checking for strings.h... yes checking for psignal... yes checking for inttypes.h... yes yes checking for pstat_getdynamic... checking for stdint.h... yes no checking for pstat_getstatic... checking for unistd.h... no checking for realpath... yes checking minix/config.h usability... yes checking for setrlimit... yes checking for sbrk... no checking minix/config.h presence... yes no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... checking for spawnve... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for spawnvpe... 64 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... no yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... checking for strerror... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... yes checking for strsignal... yes checking for sysconf... ok checking for dlfcn.h... yes checking for sysctl... yes checking for objdir... .libs yes checking for sysmp... checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... no checking for table... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... no checking for times... yes checking for wait3... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes yes checking whether -lc should be explicitly linked in... checking for wait4... no checking dynamic linker characteristics... yes checking whether basename is declared... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes no checking whether ffs is declared... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... yes checking whether asprintf is declared... no checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... -lfl checking whether yytext is a pointer... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes configure: updating cache ./config.cache configure: creating ./config.status yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge config.status: creating Makefile checking whether to enable maintainer-specific portions of Makefiles... no checking for i686-linux-gnu-ranlib... (cached) ranlib config.status: creating testsuite/Makefile checking for string.h... (cached) yes checking for strings.h... (cached) yes config.status: creating config.h checking for stdlib.h... (cached) yes config.status: executing default commands checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' for f in standards.info configure.info; do \ if test -f ../../binutils-2.23.2/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \ if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done yes checking for fcntl.h... yes make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' make[3]: `../../binutils-2.23.2/etc/standards.info' is up to date. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' make[3]: `../../binutils-2.23.2/etc/configure.info' is up to date. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' checking sys/file.h usability... mkdir -p -- ./gas Configuring in ./gas yes checking sys/file.h presence... yes checking for sys/file.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... yes checking locale.h presence... yes checking for locale.h... yes i686-pc-linux-gnu checking target system type... checking sys/param.h usability... sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking for C compiler default output file name... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking wchar.h usability... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking wchar.h presence... checking for suffix of object files... yes checking for wchar.h... yes checking for sys/wait.h that is POSIX.1 compatible... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking whether string.h and strings.h may both be included... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... yes checking for working alloca.h... none needed checking for library containing strerror... yes checking for alloca... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sbrk... yes checking for utimes... yes checking for setmode... no checking for getc_unlocked... yes checking for strcoll... yes checking for setlocale... yes checking for mkstemp... yes checking for mkdtemp... yes checking for mbstate_t... yes checking for library containing frexp... none required checking for LC_MESSAGES... yes checking for time_t in time.h... yes checking for time_t in sys/types.h... yes checking for a known getopt prototype in unistd.h... yes checking for utime.h... yes yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... checking whether fprintf is declared... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... yes checking whether stpcpy is declared... gcc3 checking for i686-linux-gnu-gcc... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib yes checking whether strstr is declared... checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... (cached) yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... yes /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking whether sbrk is declared... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking whether getenv is declared... yes checking whether environ is declared... yes yes checking for sys/types.h... checking whether getc_unlocked is declared... yes checking for sys/stat.h... yes checking whether snprintf is declared... yes checking for stdlib.h... yes yes checking whether vsnprintf is declared... checking for string.h... yes yes checking for library containing zlibVersion... checking for memory.h... yes checking for strings.h... no checking iconv.h usability... yes checking for inttypes.h... yes checking iconv.h presence... yes yes checking for iconv.h... yes checking for ld used by GCC... checking for stdint.h... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for unistd.h... yes checking for iconv declaration... yes checking minix/config.h usability... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure: updating cache ./config.cache configure: creating ./config.status no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... config.status: creating Makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... config.status: creating config.h config.status: executing depfiles commands yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether byte ordering is bigendian... config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile no checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... mkdir -p -- ./gprof Configuring in ./gprof configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib 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... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... -lfl checking whether yytext is a pointer... yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether to enable maintainer-specific portions of Makefiles... no checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for sys/types.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes yes checking for limits.h... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... checking locale.h usability... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... yes checking locale.h presence... yes checking for locale.h... yes gcc3 checking for i686-linux-gnu-gcc... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking time.h usability... checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... (cached) yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E yes checking time.h presence... yes checking for time.h... yes checking for sys/stat.h... (cached) yes checking for grep that handles long lines and -e... checking whether string.h and strings.h may both be included... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking whether compiling a cross-assembler... yes checking for working alloca.h... yes checking for alloca... yes checking for inline... yes checking for sys/types.h... inline checking for unlink... yes checking for sys/stat.h... yes checking for sbrk... yes checking for stdlib.h... yes checking for setlocale... yes checking for string.h... yes yes checking for LC_MESSAGES... checking for memory.h... yes yes checking for working assert macro... checking for strings.h... yes checking for inttypes.h... yes checking whether declaration is required for errno... yes checking for stdint.h... no checking for a known getopt prototype in unistd.h... yes checking whether declaration is required for environ... yes checking for unistd.h... yes checking minix/config.h usability... no checking whether declaration is required for ffs... no checking whether declaration is required for free... no checking minix/config.h presence... no checking whether declaration is required for malloc... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether declaration is required for sbrk... 64 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... no checking whether declaration is required for strstr... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... no checking whether free is declared... ok checking for dlfcn.h... yes checking whether getenv is declared... yes checking for objdir... .libs yes checking whether malloc is declared... yes checking whether mempcpy is declared... checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking whether realloc is declared... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... yes checking whether stpcpy is declared... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking whether strstr is declared... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking whether vsnprintf is declared... no checking dynamic linker characteristics... yes checking for library containing zlibVersion... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for setmode... no checking whether NLS is requested... no no checking whether NLS is requested... checking for struct tm.tm_gmtoff in time.h... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt yes checking for xgettext... /usr/bin/xgettext checking for struct stat.st_mtim.tv_sec in sys/stat.h... checking for msgmerge... /usr/bin/msgmerge yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... checking whether to enable maintainer-specific portions of Makefiles... no checking sys/gmon_out.h usability... yes yes checking sys/gmon_out.h presence... yes checking for sys/gmon_out.h... yes checking for a known getopt prototype in unistd.h... configure: updating cache ./config.cache configure: creating ./config.status yes checking for library containing fabs... -lm Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow configure: updating cache ./config.cache configure: creating ./config.status config.status: creating .gdbinit config.status: creating Makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating gconfig.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile mkdir -p -- ./ld Configuring in ./ld config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing default commands mkdir -p -- ./bfd Configuring in ./bfd configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking for C compiler default output file name... configure: creating cache ./config.cache a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking build system type... i686-pc-linux-gnu checking host system type... checking for suffix of object files... i686-pc-linux-gnu checking target system type... o checking whether we are using the GNU C compiler... sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... checking for C compiler default output file name... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... none needed checking for library containing strerror... checking for suffix of object files... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... checking for grep that handles long lines and -e... /bin/grep checking for egrep... yes /bin/grep -E checking for style of include used by make... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow GNU checking for LC_MESSAGES... checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... yes checking for i686-linux-gnu-gcc... (cached) gcc3 /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-ranlib... ranlib checking for i686-linux-gnu-gcc... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking whether we are using the GNU C compiler... checking whether we are using the GNU C compiler... (cached) (cached) yes yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... (cached) (cached) yes yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... (cached) (cached) none needed none needed checking how to run the C preprocessor... checking whether we are using the GNU C++ compiler... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E yes checking whether /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking dependency style of /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... gcc3 checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for stdlib.h... yes checking for sys/stat.h... yes checking for string.h... yes checking for stdlib.h... yes checking for memory.h... yes checking for string.h... yes checking for strings.h... yes checking for memory.h... yes checking for inttypes.h... yes checking for strings.h... yes checking for stdint.h... yes checking for inttypes.h... yes checking for unistd.h... yes checking for stdint.h... yes checking minix/config.h usability... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... no checking minix/config.h presence... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm no checking for minix/config.h... no checking the name lister (nm) interface... checking whether it is safe to define __EXTENSIONS__... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... (cached) ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... ok yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... checking for dlfcn.h... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... yes checking for objdir... .libs ok checking for dlfcn.h... checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking for objdir... .libs yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... no checking for shl_load in -ldld... yes checking whether -lc should be explicitly linked in... no checking for dlopen... no checking dynamic linker characteristics... no checking for dlopen in -ldl... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... yes checking whether a program can dlopen itself... /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E yes checking whether a statically linked program can dlopen itself... checking for ld used by /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... yes no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking whether the /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes 64 checking for /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... checking for msgmerge... /usr/bin/msgmerge checking size of long long... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... 8 checking size of void *... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... 4 checking size of long... 4 checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... -lfl checking whether yytext is a pointer... yes checking for int_least32_t... yes checking for int_fast32_t... yes checking for uint64_t... yes checking what to include in bfd_stdint.h... stdint.h (already complete) checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking windows.h usability... yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking elf-hints.h usability... no checking windows.h presence... no checking for windows.h... no checking for dlfcn.h... (cached) yes checking whether string.h and strings.h may both be included... yes checking for fcntl... no checking elf-hints.h presence... no checking for elf-hints.h... no checking limits.h usability... yes checking for getpagesize... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking for setitimer... yes checking locale.h presence... yes checking for locale.h... yes checking sys/param.h usability... yes checking for sysconf... yes checking sys/param.h presence... yes checking for fdopen... yes checking for sys/param.h... yes checking fcntl.h usability... yes checking for getuid... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking for getgid... yes checking sys/file.h presence... yes checking for sys/file.h... yes yes checking sys/time.h usability... checking for fileno... yes checking sys/time.h presence... yes yes checking for sys/time.h... yes checking for strtoull... checking for sys/stat.h... (cached) yes checking whether string.h and strings.h may both be included... yes checking for glob... yes checking whether basename is declared... yes checking for mkstemp... yes checking whether ftello is declared... yes checking for realpath... yes checking whether ftello64 is declared... yes checking for sbrk... yes checking whether fseeko is declared... yes checking for setlocale... yes checking whether fseeko64 is declared... yes checking for waitpid... yes checking whether ffs is declared... yes checking for open... yes checking whether free is declared... yes checking for lseek... yes checking whether getenv is declared... yes checking for close... yes checking whether malloc is declared... yes checking for dirent.h that defines DIR... yes yes checking for library containing opendir... checking whether realloc is declared... none required checking for dlfcn.h... (cached) yes checking for library containing dlopen... yes checking whether stpcpy is declared... yes checking whether strstr is declared... -ldl checking for dlopen... yes checking whether snprintf is declared... yes checking for dlsym... yes checking whether vsnprintf is declared... yes checking for dlclose... yes checking for library containing zlibVersion... yes checking for .preinit_array/.init_array/.fini_array support... no checking for a known getopt prototype in unistd.h... yes checking whether strstr is declared... no checking linker --as-needed support... yes checking for cos in -lm... yes checking whether free is declared... yes yes checking for ftello... checking whether sbrk is declared... yes yes checking for ftello64... checking whether getenv is declared... yes checking for fseeko... yes checking whether environ is declared... yes checking for fseeko64... yes checking for library containing zlibVersion... yes checking for fopen64... no checking whether ANSI C string concatenation works... yes checking size of off_t... yes checking size of void *... 8 checking file_ptr type... BFD_HOST_64_BIT 4 checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... configure: updating cache ./config.cache configure: creating ./config.status yes checking for madvise... yes checking for mprotect... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in config.status: creating bfd-in3.h config.status: creating config.h config.status: executing depfiles commands config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing libtool commands config.status: executing bfd_stdint.h commands config.status: executing default-1 commands config.status: executing default commands config.status: creating po/POTFILES config.status: creating po/Makefile make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/dwarfnames.c -o dwarfnames.o mkdir -p -- ./opcodes Configuring in ./opcodes if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/dyn-string.c -o dyn-string.o configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking for C compiler default output file name... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/fdmatch.c -o fdmatch.o a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/fibheap.c -o fibheap.o checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/filename_cmp.c -o filename_cmp.o none needed checking for library containing strerror... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/floatformat.c -o floatformat.o none required checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/hashtab.c -o hashtab.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/hex.c -o pic/hex.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/lbasename.c -o lbasename.o yes checking for a thread-safe mkdir -p... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /bin/mkdir -p /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/lrealpath.c -o lrealpath.o checking for gawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/make-relative-prefix.c -o make-relative-prefix.o gcc3 checking for i686-linux-gnu-gcc... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... (cached) yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/objalloc.c -o objalloc.o yes checking for sys/types.h... yes checking for sys/stat.h... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/obstack.c -o obstack.o yes checking for stdlib.h... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/partition.c -o pic/partition.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/partition.c -o partition.o yes checking for string.h... yes checking for memory.h... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/pexecute.c -o pexecute.o yes checking for strings.h... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/physmem.c -o physmem.o yes checking for inttypes.h... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/pex-common.c -o pex-common.o yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/pex-unix.c -o pex-unix.o no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-ranlib... ranlib checking how to print strings... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/safe-ctype.c -o safe-ctype.o printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/simple-object.c -o simple-object.o BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... (cached) ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... ok if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi checking for dlfcn.h... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/simple-object-coff.c -o simple-object-coff.o yes checking for objdir... .libs checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/simple-object-elf.c -o simple-object-elf.o yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-field-initializers... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... no checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking whether string.h and strings.h may both be included... yes checking whether basename is declared... yes checking whether stpcpy is declared... yes checking linker --as-needed support... yes checking for cos in -lm... yes if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/sort.c -o pic/sort.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/sort.c -o sort.o configure: updating cache ./config.cache configure: creating ./config.status if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/spaces.c -o pic/spaces.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/stack-limit.c -o stack-limit.o ../../binutils-2.23.2/libiberty/stack-limit.c: In function 'stack_limit_increase': ../../binutils-2.23.2/libiberty/stack-limit.c:53:27: warning: use of C99 long long integer constant [-Wlong-long] ../../binutils-2.23.2/libiberty/stack-limit.c:55:28: warning: use of C99 long long integer constant [-Wlong-long] ../../binutils-2.23.2/libiberty/stack-limit.c:58:28: warning: use of C99 long long integer constant [-Wlong-long] if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/strsignal.c -o strsignal.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xmalloc.c -o xmalloc.o config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/setproctitle.c -o setproctitle.o echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty/testsuite' if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/regex.c -o pic/regex.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/regex.c -o regex.o config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/cplus-dem.c -o cplus-dem.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/md5.c -o pic/md5.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/md5.c -o md5.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/sha1.c -o pic/sha1.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/sha1.c -o sha1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/argv.c -o pic/argv.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/concat.c -o pic/concat.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/concat.c -o concat.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/cp-demint.c -o cp-demint.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/crc32.c -o pic/crc32.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.23.2/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../binutils-2.23.2/libiberty/crc32.c -o crc32.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' rm -f elf32-target.h creating bfdver.h sed -e s/NN/32/g < ../../binutils-2.23.2/bfd/elfxx-target.h > elf32-target.new mv -f elf32-target.new elf32-target.h rm -f elf64-target.h sed -e s/NN/64/g < ../../binutils-2.23.2/bfd/elfxx-target.h > elf64-target.new rm -f targmatch.h sed -f ../../binutils-2.23.2/bfd/targmatch.sed < ../../binutils-2.23.2/bfd/config.bfd > targmatch.new mv -f elf64-target.new elf64-target.h Making info in doc make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' make chew make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -o chew.$$ -g -O2 \ -I.. -I../../../binutils-2.23.2/bfd/doc/.. -I../../../binutils-2.23.2/bfd/doc/../../include -I../../../binutils-2.23.2/bfd/doc/../../intl -I../../intl ../../../binutils-2.23.2/bfd/doc/chew.c; \ /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change chew.$$ chew mv -f targmatch.new targmatch.h make chew make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -o chew.$$ -g -O2 \ -I.. -I../../../binutils-2.23.2/bfd/doc/.. -I../../../binutils-2.23.2/bfd/doc/../../include -I../../../binutils-2.23.2/bfd/doc/../../intl -I../../intl ../../../binutils-2.23.2/bfd/doc/chew.c; \ /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change chew.$$ chew ../../../binutils-2.23.2/bfd/doc/chew.c: In function 'print_stack_level': ../../../binutils-2.23.2/bfd/doc/chew.c:479:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat] ../../../binutils-2.23.2/bfd/doc/chew.c:480:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat] ../../../binutils-2.23.2/bfd/doc/chew.c: In function 'main': ../../../binutils-2.23.2/bfd/doc/chew.c:1567:9: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat] ../../../binutils-2.23.2/bfd/doc/chew.c: In function 'print_stack_level': ../../../binutils-2.23.2/bfd/doc/chew.c:479:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat] ../../../binutils-2.23.2/bfd/doc/chew.c:480:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat] ../../../binutils-2.23.2/bfd/doc/chew.c: In function 'main': ../../../binutils-2.23.2/bfd/doc/chew.c:1567:9: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat] make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str <../../../binutils-2.23.2/bfd/doc/../archive.c >archive.tmp /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change archive.tmp archive.texi make chew make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str < ../../../binutils-2.23.2/bfd/doc/../cache.c >cache.tmp make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' make[4]: `chew' is up to date. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str <../../../binutils-2.23.2/bfd/doc/../elf.c >elf.tmp /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change cache.tmp cache.texi /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change elf.tmp elf.texi make chew make chew make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' make[4]: `chew' is up to date. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str < ../../../binutils-2.23.2/bfd/doc/../bfdio.c >bfdio.tmp /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' make[4]: `chew' is up to date. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str <../../../binutils-2.23.2/bfd/doc/../opncls.c >opncls.tmp /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change opncls.tmp opncls.texi make chew make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' make[4]: `chew' is up to date. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' ./chew -f ../../../binutils-2.23.2/bfd/doc/doc.str <../../../binutils-2.23.2/bfd/doc/../linker.c >linker.tmp /bin/bash ../../../binutils-2.23.2/bfd/doc/../../move-if-change linker.tmp linker.texi restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if makeinfo --split-size=5000000 --split-size=5000000 -I ../../../binutils-2.23.2/bfd/doc \ -o bfd.info `test -f 'bfd.texinfo' || echo '../../../binutils-2.23.2/bfd/doc/'`bfd.texinfo; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' Making info in po make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/po' ( if test 'x../../../binutils-2.23.2/bfd/po' != 'x.'; then \ posrcprefix='../../../binutils-2.23.2/bfd/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ../../../binutils-2.23.2/bfd/po/SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ../../../binutils-2.23.2/bfd/po/BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing bfd_stdint.h commands config.status: executing default commands make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/po' make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/po' make[3]: Nothing to be done for `info'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/po' make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[3]: Nothing to be done for `info-am'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make all-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' Making all in doc make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' Making all in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/po' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h rm -f tofiles f=""; \ for i in elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo sunos.lo aout32.lo coff-sparc.lo elf32-gen.lo cpu-sparc.lo ; do \ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/bash ../../binutils-2.23.2/bfd/../move-if-change bfd-tmp.h bfd.h /bin/bash ../../binutils-2.23.2/bfd/../move-if-change tofiles ofiles rm -f bfd-tmp.h touch stamp-ofiles touch stmp-bfd-h /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../../binutils-2.23.2/bfd/archive.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=bfd_elf32_sparc_vec -DSELECT_VECS='&bfd_elf32_sparc_vec,&sunos_big_vec,&sparccoff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_sparc_arch' ../../binutils-2.23.2/bfd/archures.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../../binutils-2.23.2/bfd/archive.c -o archive.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_sparc_vec "-DSELECT_VECS=&bfd_elf32_sparc_vec,&sunos_big_vec,&sparccoff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_sparc_arch" ../../binutils-2.23.2/bfd/archures.c -o archures.o mv -f .deps/archures.Tpo .deps/archures.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../../binutils-2.23.2/bfd/bfd.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../../binutils-2.23.2/bfd/bfd.c -o bfd.o mv -f .deps/bfd.Tpo .deps/bfd.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../../binutils-2.23.2/bfd/bfdio.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../../binutils-2.23.2/bfd/bfdio.c -o bfdio.o mv -f .deps/archive.Tpo .deps/archive.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../../binutils-2.23.2/bfd/bfdwin.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../../binutils-2.23.2/bfd/bfdwin.c -o bfdwin.o mv -f .deps/bfdio.Tpo .deps/bfdio.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../binutils-2.23.2/bfd/cache.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../binutils-2.23.2/bfd/cache.c -o cache.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../../binutils-2.23.2/bfd/coffgen.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../../binutils-2.23.2/bfd/coffgen.c -o coffgen.o mv -f .deps/cache.Tpo .deps/cache.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../../binutils-2.23.2/bfd/corefile.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../../binutils-2.23.2/bfd/corefile.c -o corefile.o mv -f .deps/corefile.Tpo .deps/corefile.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../../binutils-2.23.2/bfd/format.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../binutils-2.23.2/bfd/format.c -o format.o mv -f .deps/format.Tpo .deps/format.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../binutils-2.23.2/bfd/init.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../binutils-2.23.2/bfd/init.c -o init.o mv -f .deps/init.Tpo .deps/init.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../../binutils-2.23.2/bfd/libbfd.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../../binutils-2.23.2/bfd/libbfd.c -o libbfd.o mv -f .deps/coffgen.Tpo .deps/coffgen.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../../binutils-2.23.2/bfd/opncls.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../../binutils-2.23.2/bfd/opncls.c -o opncls.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../../binutils-2.23.2/bfd/reloc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../../binutils-2.23.2/bfd/reloc.c -o reloc.o mv -f .deps/opncls.Tpo .deps/opncls.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../../binutils-2.23.2/bfd/section.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../../binutils-2.23.2/bfd/section.c -o section.o mv -f .deps/reloc.Tpo .deps/reloc.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../../binutils-2.23.2/bfd/syms.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../../binutils-2.23.2/bfd/syms.c -o syms.o mv -f .deps/section.Tpo .deps/section.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=bfd_elf32_sparc_vec -DSELECT_VECS='&bfd_elf32_sparc_vec,&sunos_big_vec,&sparccoff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_sparc_arch' ../../binutils-2.23.2/bfd/targets.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_sparc_vec "-DSELECT_VECS=&bfd_elf32_sparc_vec,&sunos_big_vec,&sparccoff_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_sparc_arch" ../../binutils-2.23.2/bfd/targets.c -o targets.o mv -f .deps/syms.Tpo .deps/syms.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../../binutils-2.23.2/bfd/hash.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../../binutils-2.23.2/bfd/hash.c -o hash.o mv -f .deps/targets.Tpo .deps/targets.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../../binutils-2.23.2/bfd/linker.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../../binutils-2.23.2/bfd/linker.c -o linker.o mv -f .deps/hash.Tpo .deps/hash.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../../binutils-2.23.2/bfd/srec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../../binutils-2.23.2/bfd/srec.c -o srec.o mv -f .deps/srec.Tpo .deps/srec.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../../binutils-2.23.2/bfd/binary.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../../binutils-2.23.2/bfd/binary.c -o binary.o mv -f .deps/linker.Tpo .deps/linker.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../../binutils-2.23.2/bfd/tekhex.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../../binutils-2.23.2/bfd/tekhex.c -o tekhex.o mv -f .deps/binary.Tpo .deps/binary.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../../binutils-2.23.2/bfd/ihex.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../../binutils-2.23.2/bfd/ihex.c -o ihex.o mv -f .deps/tekhex.Tpo .deps/tekhex.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../../binutils-2.23.2/bfd/stabs.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../../binutils-2.23.2/bfd/stabs.c -o stabs.o mv -f .deps/ihex.Tpo .deps/ihex.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../../binutils-2.23.2/bfd/stab-syms.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../../binutils-2.23.2/bfd/stab-syms.c -o stab-syms.o mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../../binutils-2.23.2/bfd/merge.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../../binutils-2.23.2/bfd/merge.c -o merge.o mv -f .deps/stabs.Tpo .deps/stabs.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/home/alaya/developement/rtems/4.11/lib/debug\" ../../binutils-2.23.2/bfd/dwarf2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/home/alaya/developement/rtems/4.11/lib/debug\" ../../binutils-2.23.2/bfd/dwarf2.c -o dwarf2.o mv -f .deps/merge.Tpo .deps/merge.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../../binutils-2.23.2/bfd/simple.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../../binutils-2.23.2/bfd/simple.c -o simple.o mv -f .deps/simple.Tpo .deps/simple.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../../binutils-2.23.2/bfd/compress.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../../binutils-2.23.2/bfd/compress.c -o compress.o mv -f .deps/compress.Tpo .deps/compress.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../../binutils-2.23.2/bfd/verilog.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../../binutils-2.23.2/bfd/verilog.c -o verilog.o mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-sparc.lo -MD -MP -MF .deps/elf32-sparc.Tpo -c -o elf32-sparc.lo ../../binutils-2.23.2/bfd/elf32-sparc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-sparc.lo -MD -MP -MF .deps/elf32-sparc.Tpo -c ../../binutils-2.23.2/bfd/elf32-sparc.c -o elf32-sparc.o mv -f .deps/elf32-sparc.Tpo .deps/elf32-sparc.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elfxx-sparc.lo -MD -MP -MF .deps/elfxx-sparc.Tpo -c -o elfxx-sparc.lo ../../binutils-2.23.2/bfd/elfxx-sparc.c mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elfxx-sparc.lo -MD -MP -MF .deps/elfxx-sparc.Tpo -c ../../binutils-2.23.2/bfd/elfxx-sparc.c -o elfxx-sparc.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../../binutils-2.23.2/bfd/elf-vxworks.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../../binutils-2.23.2/bfd/elf-vxworks.c -o elf-vxworks.o mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../../binutils-2.23.2/bfd/elf32.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../../binutils-2.23.2/bfd/elf32.c -o elf32.o mv -f .deps/elf32.Tpo .deps/elf32.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../../binutils-2.23.2/bfd/elf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../../binutils-2.23.2/bfd/elf.c -o elf.o mv -f .deps/elfxx-sparc.Tpo .deps/elfxx-sparc.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../../binutils-2.23.2/bfd/elflink.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../../binutils-2.23.2/bfd/elflink.c -o elflink.o mv -f .deps/elf.Tpo .deps/elf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../../binutils-2.23.2/bfd/elf-attrs.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../../binutils-2.23.2/bfd/elf-attrs.c -o elf-attrs.o mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../../binutils-2.23.2/bfd/elf-strtab.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../../binutils-2.23.2/bfd/elf-strtab.c -o elf-strtab.o mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../../binutils-2.23.2/bfd/elf-eh-frame.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../../binutils-2.23.2/bfd/elf-eh-frame.c -o elf-eh-frame.o mv -f .deps/elflink.Tpo .deps/elflink.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../binutils-2.23.2/bfd/dwarf1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../binutils-2.23.2/bfd/dwarf1.c -o dwarf1.o mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sunos.lo -MD -MP -MF .deps/sunos.Tpo -c -o sunos.lo ../../binutils-2.23.2/bfd/sunos.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sunos.lo -MD -MP -MF .deps/sunos.Tpo -c ../../binutils-2.23.2/bfd/sunos.c -o sunos.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../binutils-2.23.2/bfd/aout32.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../binutils-2.23.2/bfd/aout32.c -o aout32.o mv -f .deps/sunos.Tpo .deps/sunos.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coff-sparc.lo -MD -MP -MF .deps/coff-sparc.Tpo -c -o coff-sparc.lo ../../binutils-2.23.2/bfd/coff-sparc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coff-sparc.lo -MD -MP -MF .deps/coff-sparc.Tpo -c ../../binutils-2.23.2/bfd/coff-sparc.c -o coff-sparc.o mv -f .deps/aout32.Tpo .deps/aout32.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../binutils-2.23.2/bfd/elf32-gen.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../binutils-2.23.2/bfd/elf32-gen.c -o elf32-gen.o mv -f .deps/coff-sparc.Tpo .deps/coff-sparc.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-2.23.2/bfd/cpu-sparc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/bfd -I. -I../../binutils-2.23.2/bfd -I../../binutils-2.23.2/bfd/../include -DHAVE_bfd_elf32_sparc_vec -DHAVE_sunos_big_vec -DHAVE_sparccoff_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/home/alaya/developement/rtems/4.11/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c ../../binutils-2.23.2/bfd/cpu-sparc.c -o cpu-sparc.o mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -rpath /home/alaya/developement/rtems/4.11/i686-linux-gnu/sparc-rtems4.11/lib -release `cat libtool-soversion` -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-sparc.o elfxx-sparc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o sunos.o aout32.o coff-sparc.o elf32-gen.o cpu-sparc.o libtool: link: ranlib .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib libbfd.tmp; \ /bin/bash ../../binutils-2.23.2/bfd/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' make all-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' Making all in . make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../binutils-2.23.2/opcodes/dis-buf.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_sparc ../../binutils-2.23.2/opcodes/disassemble.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../binutils-2.23.2/opcodes/dis-buf.c -o dis-buf.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_sparc ../../binutils-2.23.2/opcodes/disassemble.c -o disassemble.o mv -f .deps/disassemble.Tpo .deps/disassemble.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../binutils-2.23.2/opcodes/dis-init.c mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sparc-dis.lo -MD -MP -MF .deps/sparc-dis.Tpo -c -o sparc-dis.lo ../../binutils-2.23.2/opcodes/sparc-dis.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../binutils-2.23.2/opcodes/dis-init.c -o dis-init.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sparc-dis.lo -MD -MP -MF .deps/sparc-dis.Tpo -c ../../binutils-2.23.2/opcodes/sparc-dis.c -o sparc-dis.o mv -f .deps/dis-init.Tpo .deps/dis-init.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sparc-opc.lo -MD -MP -MF .deps/sparc-opc.Tpo -c -o sparc-opc.lo ../../binutils-2.23.2/opcodes/sparc-opc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/opcodes -I. -I../../binutils-2.23.2/opcodes -I../bfd -I../../binutils-2.23.2/opcodes/../include -I../../binutils-2.23.2/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sparc-opc.lo -MD -MP -MF .deps/sparc-opc.Tpo -c ../../binutils-2.23.2/opcodes/sparc-opc.c -o sparc-opc.o mv -f .deps/sparc-dis.Tpo .deps/sparc-dis.Plo mv -f .deps/sparc-opc.Tpo .deps/sparc-opc.Plo /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -rpath /home/alaya/developement/rtems/4.11/i686-linux-gnu/sparc-rtems4.11/lib -release `cat ../bfd/libtool-soversion` -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo sparc-dis.lo sparc-opc.lo libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o sparc-dis.o sparc-opc.o libtool: link: ranlib .libs/libopcodes.a libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libopcodes.a ]; then \ cp $libtooldir/libopcodes.a libopcodes.tmp; \ ranlib libopcodes.tmp; \ /bin/bash ../../binutils-2.23.2/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi touch stamp-lib make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' Making all in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes/po' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' if [ -r sysinfo.c ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 sysinfo.c ; \ else \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 ../../binutils-2.23.2/binutils/sysinfo.c ; \ fi make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' make all-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' Making all in doc make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/doc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/doc' Making all in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/po' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o ../../binutils-2.23.2/gas/app.c Making info in doc make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/doc' if test -f cxxfilt.man; then \ man=cxxfilt.man; \ else \ man=../../../binutils-2.23.2/binutils/doc/cxxfilt.man; \ fi; \ sed -e 's/@PROGRAM@/c++filt/' \ -e 's/cxxfilt/c++filt/' < $man \ > c++filt.1 make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/doc' Making info in po make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/po' make[3]: Nothing to be done for `info'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/po' make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make[3]: Nothing to be done for `info-am'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -I. -I../../binutils-2.23.2/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 ../../binutils-2.23.2/binutils/syslex_wrap.c mv -f .deps/app.Tpo .deps/app.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT as.o -MD -MP -MF .deps/as.Tpo -c -o as.o ../../binutils-2.23.2/gas/as.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -o sysinfo sysinfo.o syslex_wrap.o ./sysinfo -d <../../binutils-2.23.2/binutils/sysroff.info >sysroff.h make all-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' Making all in doc make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/doc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/doc' Making all in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/po' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT size.o -MD -MP -MF .deps/size.Tpo -c -o size.o ../../binutils-2.23.2/binutils/size.c mv -f .deps/as.Tpo .deps/as.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT atof-generic.o -MD -MP -MF .deps/atof-generic.Tpo -c -o atof-generic.o ../../binutils-2.23.2/gas/atof-generic.c mv -f .deps/size.Tpo .deps/size.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o ../../binutils-2.23.2/binutils/bucomm.c mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress-debug.o -MD -MP -MF .deps/compress-debug.Tpo -c -o compress-debug.o ../../binutils-2.23.2/gas/compress-debug.c mv -f .deps/compress-debug.Tpo .deps/compress-debug.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o ../../binutils-2.23.2/gas/cond.c mv -f .deps/bucomm.Tpo .deps/bucomm.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o ../../binutils-2.23.2/binutils/version.c mv -f .deps/version.Tpo .deps/version.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o ../../binutils-2.23.2/binutils/filemode.c mv -f .deps/filemode.Tpo .deps/filemode.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" ../../binutils-2.23.2/binutils/objdump.c mv -f .deps/cond.Tpo .deps/cond.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT depend.o -MD -MP -MF .deps/depend.Tpo -c -o depend.o ../../binutils-2.23.2/gas/depend.c mv -f .deps/depend.Tpo .deps/depend.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2dbg.o -MD -MP -MF .deps/dwarf2dbg.Tpo -c -o dwarf2dbg.o ../../binutils-2.23.2/gas/dwarf2dbg.c mv -f .deps/dwarf2dbg.Tpo .deps/dwarf2dbg.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dw2gencfi.o -MD -MP -MF .deps/dw2gencfi.Tpo -c -o dw2gencfi.o ../../binutils-2.23.2/gas/dw2gencfi.c mv -f .deps/dw2gencfi.Tpo .deps/dw2gencfi.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ecoff.o -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.o ../../binutils-2.23.2/gas/ecoff.c mv -f .deps/objdump.Tpo .deps/objdump.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o ../../binutils-2.23.2/binutils/dwarf.c mv -f .deps/ecoff.Tpo .deps/ecoff.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ehopt.o -MD -MP -MF .deps/ehopt.Tpo -c -o ehopt.o ../../binutils-2.23.2/gas/ehopt.c mv -f .deps/ehopt.Tpo .deps/ehopt.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o ../../binutils-2.23.2/gas/expr.c mv -f .deps/expr.Tpo .deps/expr.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o flonum-copy.o ../../binutils-2.23.2/gas/flonum-copy.c mv -f .deps/flonum-copy.Tpo .deps/flonum-copy.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT flonum-konst.o -MD -MP -MF .deps/flonum-konst.Tpo -c -o flonum-konst.o ../../binutils-2.23.2/gas/flonum-konst.c mv -f .deps/flonum-konst.Tpo .deps/flonum-konst.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT flonum-mult.o -MD -MP -MF .deps/flonum-mult.Tpo -c -o flonum-mult.o ../../binutils-2.23.2/gas/flonum-mult.c mv -f .deps/flonum-mult.Tpo .deps/flonum-mult.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT frags.o -MD -MP -MF .deps/frags.Tpo -c -o frags.o ../../binutils-2.23.2/gas/frags.c mv -f .deps/frags.Tpo .deps/frags.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o ../../binutils-2.23.2/gas/hash.c mv -f .deps/hash.Tpo .deps/hash.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT input-file.o -MD -MP -MF .deps/input-file.Tpo -c -o input-file.o ../../binutils-2.23.2/gas/input-file.c mv -f .deps/input-file.Tpo .deps/input-file.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT input-scrub.o -MD -MP -MF .deps/input-scrub.Tpo -c -o input-scrub.o ../../binutils-2.23.2/gas/input-scrub.c mv -f .deps/input-scrub.Tpo .deps/input-scrub.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT listing.o -MD -MP -MF .deps/listing.Tpo -c -o listing.o ../../binutils-2.23.2/gas/listing.c mv -f .deps/dwarf.Tpo .deps/dwarf.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT prdbg.o -MD -MP -MF .deps/prdbg.Tpo -c -o prdbg.o ../../binutils-2.23.2/binutils/prdbg.c mv -f .deps/listing.Tpo .deps/listing.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT literal.o -MD -MP -MF .deps/literal.Tpo -c -o literal.o ../../binutils-2.23.2/gas/literal.c mv -f .deps/literal.Tpo .deps/literal.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o ../../binutils-2.23.2/gas/macro.c mv -f .deps/macro.Tpo .deps/macro.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o ../../binutils-2.23.2/gas/messages.c mv -f .deps/prdbg.Tpo .deps/prdbg.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o ../../binutils-2.23.2/binutils/rddbg.c mv -f .deps/messages.Tpo .deps/messages.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT output-file.o -MD -MP -MF .deps/output-file.Tpo -c -o output-file.o ../../binutils-2.23.2/gas/output-file.c mv -f .deps/output-file.Tpo .deps/output-file.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o ../../binutils-2.23.2/gas/read.c mv -f .deps/rddbg.Tpo .deps/rddbg.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o ../../binutils-2.23.2/binutils/debug.c mv -f .deps/debug.Tpo .deps/debug.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o ../../binutils-2.23.2/binutils/stabs.c mv -f .deps/read.Tpo .deps/read.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT remap.o -MD -MP -MF .deps/remap.Tpo -c -o remap.o ../../binutils-2.23.2/gas/remap.c mv -f .deps/remap.Tpo .deps/remap.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sb.o -MD -MP -MF .deps/sb.Tpo -c -o sb.o ../../binutils-2.23.2/gas/sb.c mv -f .deps/sb.Tpo .deps/sb.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o ../../binutils-2.23.2/gas/stabs.c mv -f .deps/stabs.Tpo .deps/stabs.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT subsegs.o -MD -MP -MF .deps/subsegs.Tpo -c -o subsegs.o ../../binutils-2.23.2/gas/subsegs.c mv -f .deps/subsegs.Tpo .deps/subsegs.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT symbols.o -MD -MP -MF .deps/symbols.Tpo -c -o symbols.o ../../binutils-2.23.2/gas/symbols.c mv -f .deps/stabs.Tpo .deps/stabs.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o ../../binutils-2.23.2/binutils/ieee.c mv -f .deps/symbols.Tpo .deps/symbols.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT write.o -MD -MP -MF .deps/write.Tpo -c -o write.o ../../binutils-2.23.2/gas/write.c mv -f .deps/write.Tpo .deps/write.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tc-sparc.o -MD -MP -MF .deps/tc-sparc.Tpo -c -o tc-sparc.o `test -f 'config/tc-sparc.c' || echo '../../binutils-2.23.2/gas/'`config/tc-sparc.c mv -f .deps/ieee.Tpo .deps/ieee.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o ../../binutils-2.23.2/binutils/rdcoff.c mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elfcomm.o -MD -MP -MF .deps/elfcomm.Tpo -c -o elfcomm.o ../../binutils-2.23.2/binutils/elfcomm.c mv -f .deps/elfcomm.Tpo .deps/elfcomm.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ../../binutils-2.23.2/binutils/`arparse.c mv -f .deps/arparse.Tpo .deps/arparse.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ../../binutils-2.23.2/binutils/`arlex.c mv -f .deps/tc-sparc.Tpo .deps/tc-sparc.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT obj-elf.o -MD -MP -MF .deps/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '../../binutils-2.23.2/gas/'`config/obj-elf.c mv -f .deps/arlex.Tpo .deps/arlex.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ../../binutils-2.23.2/binutils/ar.c mv -f .deps/obj-elf.Tpo .deps/obj-elf.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gas -I. -I../../binutils-2.23.2/gas -I../bfd -I../../binutils-2.23.2/gas/config -I../../binutils-2.23.2/gas/../include -I../../binutils-2.23.2/gas/.. -I../../binutils-2.23.2/gas/../bfd -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT atof-ieee.o -MD -MP -MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '../../binutils-2.23.2/gas/'`config/atof-ieee.c mv -f .deps/ar.Tpo .deps/ar.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o ../../binutils-2.23.2/binutils/not-ranlib.c mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o ../../binutils-2.23.2/binutils/arsup.c mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-sparc.o obj-elf.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a mv -f .deps/arsup.Tpo .deps/arsup.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o ../../binutils-2.23.2/binutils/rename.c libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-sparc.o obj-elf.o atof-ieee.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/rename.Tpo .deps/rename.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o ../../binutils-2.23.2/binutils/binemul.c mv -f .deps/binemul.Tpo .deps/binemul.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o ../../binutils-2.23.2/binutils/emul_vanilla.c make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make all-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' Making all in po mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof/po' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o ../../binutils-2.23.2/binutils/strings.c make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o ../../binutils-2.23.2/gprof/basic_blocks.c mv -f .deps/strings.Tpo .deps/strings.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o ../../binutils-2.23.2/binutils/is-ranlib.c mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o ../../binutils-2.23.2/binutils/objcopy.c mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o ../../binutils-2.23.2/gprof/call_graph.c mv -f .deps/call_graph.Tpo .deps/call_graph.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o ../../binutils-2.23.2/gprof/cg_arcs.c mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o ../../binutils-2.23.2/gprof/cg_dfn.c mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o ../../binutils-2.23.2/gprof/cg_print.c mv -f .deps/cg_print.Tpo .deps/cg_print.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o ../../binutils-2.23.2/gprof/corefile.c mv -f .deps/objcopy.Tpo .deps/objcopy.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o ../../binutils-2.23.2/binutils/not-strip.c mv -f .deps/not-strip.Tpo .deps/not-strip.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o ../../binutils-2.23.2/binutils/wrstabs.c mv -f .deps/corefile.Tpo .deps/corefile.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o ../../binutils-2.23.2/gprof/gmon_io.c mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o ../../binutils-2.23.2/gprof/gprof.c mv -f .deps/gprof.Tpo .deps/gprof.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o ../../binutils-2.23.2/gprof/hertz.c mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT addr2line.o -MD -MP -MF .deps/addr2line.Tpo -c -o addr2line.o ../../binutils-2.23.2/binutils/addr2line.c mv -f .deps/hertz.Tpo .deps/hertz.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o ../../binutils-2.23.2/gprof/hist.c mv -f .deps/addr2line.Tpo .deps/addr2line.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o ../../binutils-2.23.2/binutils/readelf.c mv -f .deps/hist.Tpo .deps/hist.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../../binutils-2.23.2/gprof/source.c mv -f .deps/source.Tpo .deps/source.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o ../../binutils-2.23.2/gprof/search_list.c mv -f .deps/search_list.Tpo .deps/search_list.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o ../../binutils-2.23.2/gprof/symtab.c mv -f .deps/symtab.Tpo .deps/symtab.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o ../../binutils-2.23.2/gprof/sym_ids.c mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o ../../binutils-2.23.2/gprof/utils.c mv -f .deps/utils.Tpo .deps/utils.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o ../../binutils-2.23.2/gprof/i386.c mv -f .deps/i386.Tpo .deps/i386.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o ../../binutils-2.23.2/gprof/alpha.c mv -f .deps/alpha.Tpo .deps/alpha.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o ../../binutils-2.23.2/gprof/vax.c mv -f .deps/vax.Tpo .deps/vax.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tahoe.o -MD -MP -MF .deps/tahoe.Tpo -c -o tahoe.o ../../binutils-2.23.2/gprof/tahoe.c mv -f .deps/tahoe.Tpo .deps/tahoe.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o ../../binutils-2.23.2/gprof/sparc.c mv -f .deps/sparc.Tpo .deps/sparc.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o ../../binutils-2.23.2/gprof/mips.c mv -f .deps/mips.Tpo .deps/mips.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o ../../binutils-2.23.2/gprof/flat_bl.c mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o ../../binutils-2.23.2/gprof/bsd_callg_bl.c mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/gprof -DDEBUG -I../bfd -I../../binutils-2.23.2/gprof/../include -I../../binutils-2.23.2/gprof/../bfd -I. -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o ../../binutils-2.23.2/gprof/fsf_callg_bl.c mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lm make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' (echo "/* This file is automatically generated. DO NOT EDIT! */";\ for f in `echo " " eelf32_sparc.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ done;\ echo "";\ echo "#define EMULATION_LIST \\";\ for f in `echo " " eelf32_sparc.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo " &ld_${f}_emulation, \\"; \ done;\ echo " 0") >ldemul-tmp.h mv ldemul-tmp.h ldemul-list.h make all-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' Making all in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld/po' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld/po' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '../../binutils-2.23.2/ld/'`testplug.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/home/alaya/developement/rtems/4.11/share/locale\" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../binutils-2.23.2/ld/testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR=\"/home/alaya/developement/rtems/4.11/share/locale\" -g -O2 -g -O2 -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../../binutils-2.23.2/ld/testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1 mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ../../binutils-2.23.2/ld/`ldgram.c mv -f .deps/ldgram.Tpo .deps/ldgram.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ../../binutils-2.23.2/ld/ldlex-wrapper.c In file included from ../../binutils-2.23.2/ld/ldlex-wrapper.c:6:0: ldlex.c: In function 'yy_scan_buffer': ldlex.c:3785:41: warning: declaration of 'base' shadows a global declaration [-Wshadow] In file included from ldlex.l:33:0, from ../../binutils-2.23.2/ld/ldlex-wrapper.c:6: ../../binutils-2.23.2/ld/ldlang.h:478:20: warning: shadowed declaration is here [-Wshadow] mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o ../../binutils-2.23.2/ld/lexsup.c mv -f .deps/lexsup.Tpo .deps/lexsup.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ../../binutils-2.23.2/ld/ldlang.c mv -f .deps/readelf.Tpo .deps/readelf.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o ../../binutils-2.23.2/binutils/unwind-ia64.c mv -f .deps/unwind-ia64.Tpo .deps/unwind-ia64.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elfedit.o -MD -MP -MF .deps/elfedit.Tpo -c -o elfedit.o ../../binutils-2.23.2/binutils/elfedit.c mv -f .deps/elfedit.Tpo .deps/elfedit.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o ../../binutils-2.23.2/binutils/nm.c mv -f .deps/nm.Tpo .deps/nm.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o ../../binutils-2.23.2/binutils/is-strip.c mv -f .deps/is-strip.Tpo .deps/is-strip.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/binutils -I. -I../../binutils-2.23.2/binutils -I../bfd -I../../binutils-2.23.2/binutils/../bfd -I../../binutils-2.23.2/binutils/../include -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o ../../binutils-2.23.2/binutils/cxxfilt.c mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o size size.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/ldlang.Tpo .deps/ldlang.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o ../../binutils-2.23.2/ld/mri.c mv -f .deps/mri.Tpo .deps/mri.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ../../binutils-2.23.2/ld/ldctor.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl mv -f .deps/ldctor.Tpo .deps/ldctor.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ -DDEFAULT_EMULATION='"elf32_sparc"' \ -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -DTOOLBINDIR='"/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin"' \ -DTARGET='"sparc-unknown-rtems4.11"' -DTARGET_SYSTEM_ROOT=\"\" \ ../../binutils-2.23.2/ld/ldmain.c mv -f .deps/ldmain.Tpo .deps/ldmain.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ../../binutils-2.23.2/ld/ldwrite.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o strings strings.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ../../binutils-2.23.2/ld/ldexp.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/ldexp.Tpo .deps/ldexp.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ../../binutils-2.23.2/ld/ldemul.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a mv -f .deps/ldemul.Tpo .deps/ldemul.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ../../binutils-2.23.2/ld/ldver.c libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o addr2line addr2line.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/ldver.Tpo .deps/ldver.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ../../binutils-2.23.2/ld/ldmisc.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../libiberty/libiberty.a mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ -DSCRIPTDIR='"/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib"' -DBINDIR='"/home/alaya/developement/rtems/4.11/bin"' -DTOOLBINDIR='"/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin"' \ ../../binutils-2.23.2/ld/ldfile.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o elfedit elfedit.o version.o elfcomm.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../libiberty/libiberty.a /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o nm-new nm.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/ldfile.Tpo .deps/ldfile.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ../../binutils-2.23.2/ld/ldcref.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/ldcref.Tpo .deps/ldcref.Po /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../binutils-2.23.2/ld/plugin.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a mv -f .deps/plugin.Tpo .deps/plugin.Po cp ../../binutils-2.23.2/ld/emultempl/astring.sed stringify.sed /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -g -O2 -no-undefined -rpath /nowhere -o libldtestplug.la libldtestplug_la-testplug.lo -ldl make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' LIB_PATH='' /bin/bash ../../binutils-2.23.2/ld/genscripts.sh "../../binutils-2.23.2/ld" "/home/alaya/developement/rtems/4.11/lib" "/home/alaya/developement/rtems/4.11" "/home/alaya/developement/rtems/4.11" i686-pc-linux-gnu sparc-unknown-rtems4.11 sparc-rtems4.11 "elf32_sparc" "/usr/local/lib /lib /usr/lib" no no elf32_sparc "sparc-rtems4.11" libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -shared .libs/libldtestplug_la-testplug.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -ldl -Wl,-soname -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so") libtool: link: ar rc .libs/libldtestplug.a libldtestplug_la-testplug.o libtool: link: ranlib .libs/libldtestplug.a libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../binutils-2.23.2/ld -I. -I../../binutils-2.23.2/ld -I../bfd -I../../binutils-2.23.2/ld/../bfd -I../../binutils-2.23.2/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/home/alaya/developement/rtems/4.11/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT eelf32_sparc.o -MD -MP -MF .deps/eelf32_sparc.Tpo -c -o eelf32_sparc.o eelf32_sparc.c mv -f .deps/eelf32_sparc.Tpo .deps/eelf32_sparc.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf32_sparc.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl libtool: link: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf32_sparc.o -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' + cd .. + echo ==> %install: make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' + /bin/rm -rf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya + cd build make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' + make DESTDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya install make[1]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build' ==> %install: make[1]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build' /bin/bash ../binutils-2.23.2/mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11 mkdir -p -- /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11 make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make install-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' Making install in doc make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' test -z "/home/alaya/developement/rtems/4.11/share/info" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info" /usr/bin/install -c -m 644 ./bfd.info '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' install-info --info-dir='/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/bfd.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/doc' Making install in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/po' make[4]: Nothing to be done for `install'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd/po' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[5]: Nothing to be done for `install-exec-am'. test -z "" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya" test -z "" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya" make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/bfd' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' Making install in . make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' make[4]: Nothing to be done for `install-exec-am'. test -z "" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya" test -z "" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya" make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' Making install in po make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes/po' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes/po' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/opcodes' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make install-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' Making install in doc make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/doc' make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/doc' make[5]: Nothing to be done for `install-exec-am'. test -z "/home/alaya/developement/rtems/4.11/share/info" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info" /usr/bin/install -c -m 644 ../../../binutils-2.23.2/binutils/doc/binutils.info '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' install-info --info-dir='/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/binutils.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments test -z "/home/alaya/developement/rtems/4.11/share/man/man1" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1" /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/addr2line.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-addr2line.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/ar.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-ar.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/dlltool.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-dlltool.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/nlmconv.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-nlmconv.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/nm.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-nm.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/objcopy.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-objcopy.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/objdump.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-objdump.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/ranlib.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-ranlib.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/readelf.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-readelf.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/size.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-size.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/strings.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-strings.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/strip.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-strip.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/elfedit.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-elfedit.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/windres.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-windres.1' /usr/bin/install -c -m 644 '../../../binutils-2.23.2/binutils/doc/windmc.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-windmc.1' /usr/bin/install -c -m 644 'c++filt.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-c++filt.1' make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/doc' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/doc' Making install in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/po' make[4]: Nothing to be done for `install'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils/po' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' test -z "/home/alaya/developement/rtems/4.11/bin" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin" /bin/bash ./libtool --mode=install /usr/bin/install -c size '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-size' libtool: install: /usr/bin/install -c size /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-size /bin/bash ./libtool --mode=install /usr/bin/install -c objdump '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-objdump' libtool: install: /usr/bin/install -c objdump /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-objdump /bin/bash ./libtool --mode=install /usr/bin/install -c ar '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-ar' libtool: install: /usr/bin/install -c ar /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-ar /bin/bash ./libtool --mode=install /usr/bin/install -c strings '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-strings' libtool: install: /usr/bin/install -c strings /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-strings /bin/bash ./libtool --mode=install /usr/bin/install -c ranlib '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-ranlib' libtool: install: /usr/bin/install -c ranlib /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-ranlib /bin/bash ./libtool --mode=install /usr/bin/install -c objcopy '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-objcopy' libtool: install: /usr/bin/install -c objcopy /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-objcopy /bin/bash ./libtool --mode=install /usr/bin/install -c addr2line '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-addr2line' libtool: install: /usr/bin/install -c addr2line /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-addr2line /bin/bash ./libtool --mode=install /usr/bin/install -c readelf '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-readelf' libtool: install: /usr/bin/install -c readelf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-readelf /bin/bash ./libtool --mode=install /usr/bin/install -c elfedit '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-elfedit' libtool: install: /usr/bin/install -c elfedit /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-elfedit test -z "/home/alaya/developement/rtems/4.11/bin" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin" /bin/bash ./libtool --mode=install /usr/bin/install -c nm-new /home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-nm libtool: install: /usr/bin/install -c nm-new /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-nm /bin/bash ./libtool --mode=install /usr/bin/install -c strip-new /home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-strip libtool: install: /usr/bin/install -c strip-new /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-strip /bin/bash ./libtool --mode=install /usr/bin/install -c cxxfilt /home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-c++filt libtool: install: /usr/bin/install -c cxxfilt /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-c++filt /bin/bash ../../binutils-2.23.2/binutils/../mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin mkdir -p -- /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin for i in nm-new strip-new ar ranlib dlltool objdump objcopy; do \ if [ -f $i ]; then \ j=`echo $i | sed -e 's/-new//'`; \ k=`echo $j | sed 's&^&sparc-rtems4.11-&'`; \ if [ "/home/alaya/developement/rtems/4.11/bin/$k" != "/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/$j" ]; then \ rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/$j; \ ln /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/$k /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/$j >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c $i /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/$j; \ fi; \ else true; \ fi; \ done make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/binutils' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' for f in standards.info configure.info; do \ if test -f ../../binutils-2.23.2/etc/`echo $f | sed -e 's/.info$/.texi/'`; then \ if make "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000" $f; then \ true; \ else \ exit 1; \ fi; \ fi; \ done make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' make[3]: `../../binutils-2.23.2/etc/standards.info' is up to date. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' make[3]: `../../binutils-2.23.2/etc/configure.info' is up to date. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' /bin/bash ../../binutils-2.23.2/etc/../mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info if test ! -f standards.info; then cd ../../binutils-2.23.2/etc; fi; \ if test -f standards.info; then \ for i in standards.info*; do \ /usr/bin/install -c -m 644 $i /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/$i; \ done; \ fi if test ! -f configure.info; then cd ../../binutils-2.23.2/etc; fi; \ if test -f configure.info; then \ for i in configure.info*; do \ /usr/bin/install -c -m 644 $i /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/$i; \ done; \ fi make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/etc' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' Making install in doc make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/doc' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/doc' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/alaya/developement/rtems/4.11/share/info" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info" /usr/bin/install -c -m 644 ../../../binutils-2.23.2/gas/doc/as.info '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' install-info --info-dir='/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/as.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments test -z "/home/alaya/developement/rtems/4.11/share/man/man1" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1" /usr/bin/install -c -m 644 '../../../binutils-2.23.2/gas/doc/as.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-as.1' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/doc' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/doc' Making install in po make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/po' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas/po' make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' /bin/bash ../../binutils-2.23.2/gas/../mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin /bin/bash ./libtool --mode=install /usr/bin/install -c as-new /home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-as libtool: install: /usr/bin/install -c as-new /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-as /bin/bash ../../binutils-2.23.2/gas/../mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin n=`echo as | sed 's&^&sparc-rtems4.11-&'`; \ if [ "/home/alaya/developement/rtems/4.11/bin/$n" != "/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/as" ]; then \ rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/as; \ ln /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/$n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/as >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c as-new /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/as; \ else \ true ; \ fi make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gas' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make install-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' Making install in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof/po' make[4]: Nothing to be done for `install'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof/po' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' test -z "/home/alaya/developement/rtems/4.11/bin" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin" /bin/bash ./libtool --mode=install /usr/bin/install -c gprof '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-gprof' libtool: install: /usr/bin/install -c gprof /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-gprof test -z "/home/alaya/developement/rtems/4.11/share/info" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info" /usr/bin/install -c -m 644 ../../binutils-2.23.2/gprof/gprof.info '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' install-info --info-dir='/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/gprof.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments test -z "/home/alaya/developement/rtems/4.11/share/man/man1" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1" /usr/bin/install -c -m 644 '../../binutils-2.23.2/gprof/gprof.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-gprof.1' make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/gprof' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/intl' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/intl' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' make install-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' Making install in po make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld/po' make[4]: Nothing to be done for `install'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld/po' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' test -z "/home/alaya/developement/rtems/4.11/bin" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin" /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-ld.bfd' libtool: install: /usr/bin/install -c ld-new /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/./sparc-rtems4.11-ld.bfd /bin/bash ../../binutils-2.23.2/ld/../mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&sparc-rtems4.11-&'`; \ if test "/home/alaya/developement/rtems/4.11/bin" != "/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin"; then \ rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ld.bfd; \ ln /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/$n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ld.bfd >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ld.bfd; \ fi; \ if test "xyes" = "xyes"; then \ ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s&^&sparc-rtems4.11-&'`; \ rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/$ld; \ ln /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/$n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/$ld >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/$ld; \ if test "/home/alaya/developement/rtems/4.11/bin" != "/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin"; then \ rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ld; \ ln /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/$n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ld >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ld; \ fi; \ fi /bin/bash ../../binutils-2.23.2/ld/../mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts mkdir -p -- /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts for f in ldscripts/*; do \ /usr/bin/install -c -m 644 $f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/$f ; \ done test -z "/home/alaya/developement/rtems/4.11/share/info" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info" /usr/bin/install -c -m 644 ../../binutils-2.23.2/ld/ld.info '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' install-info --info-dir='/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/ld.info' This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for command line arguments test -z "/home/alaya/developement/rtems/4.11/share/man/man1" || /bin/mkdir -p "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1" /usr/bin/install -c -m 644 '../../binutils-2.23.2/ld/ld.1' '/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-ld.1' make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/ld' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty' make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty/testsuite' /bin/bash ../../binutils-2.23.2/libiberty/../mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/lib/`/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -print-multi-os-directory` mkdir -p -- /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/lib/../lib /usr/bin/install -c -m 644 ./libiberty.a /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/lib/`/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -print-multi-os-directory`/./libiberty.an ( cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/lib/`/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ) mv -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/lib/`/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -print-multi-os-directory`/./libiberty.an /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/lib/`/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -print-multi-os-directory`/./libiberty.a if test -n ""; then \ case "" in \ /*) thd=;; \ *) thd=/home/alaya/developement/rtems/4.11/include/;; \ esac; \ /bin/bash ../../binutils-2.23.2/libiberty/../mkinstalldirs /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya${thd}; \ for h in ../../binutils-2.23.2/libiberty/../include/ansidecl.h ../../binutils-2.23.2/libiberty/../include/demangle.h ../../binutils-2.23.2/libiberty/../include/dyn-string.h ../../binutils-2.23.2/libiberty/../include/fibheap.h ../../binutils-2.23.2/libiberty/../include/floatformat.h ../../binutils-2.23.2/libiberty/../include/hashtab.h ../../binutils-2.23.2/libiberty/../include/libiberty.h ../../binutils-2.23.2/libiberty/../include/objalloc.h ../../binutils-2.23.2/libiberty/../include/partition.h ../../binutils-2.23.2/libiberty/../include/safe-ctype.h ../../binutils-2.23.2/libiberty/../include/sort.h ../../binutils-2.23.2/libiberty/../include/splay-tree.h ../../binutils-2.23.2/libiberty/../include/timeval-utils.h; do \ /usr/bin/install -c -m 644 $h /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya${thd}; \ done; \ fi make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty/testsuite' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty/testsuite' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build/libiberty' make[1]: Nothing to be done for `install-target'. make[1]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-binutils-2.23.2-1/sparc-rtems4.11-binutils-2.23.2-1-2.23.2/build' + /bin/rm -rf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/configure.info + /bin/rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/dir + touch /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/info/dir + mkdir -p /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/locale + /bin/rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/lib/libiberty.a + test ! -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-dlltool + /bin/rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-dlltool.1 + test ! -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-nlmconv + /bin/rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-nlmconv.1 + test ! -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-windres + /bin/rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-windres.1 + test ! -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-windmc + /bin/rm -f /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-binutils-2.23.2-1-root-alaya/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-windmc.1 ==> %clean: + cd .. + echo ==> %clean: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-ar /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-strings /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-addr2line /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-nm /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-objcopy /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-as /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-c++filt /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-objdump /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-size /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-ld /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-elfedit /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-ld.bfd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-strip /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-gprof /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-readelf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-ranlib /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-objcopy.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-readelf.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-size.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-objdump.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-elfedit.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-c++filt.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-strings.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-ar.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-gprof.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-ranlib.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-strip.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-as.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-addr2line.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-ld.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/man/man1/sparc-rtems4.11-nm.1 /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/info/ld.info /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/info/gprof.info /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/info/standards.info /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/info/bfd.info /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/info/as.info /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/info/dir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/share/info/binutils.info /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/as /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/objcopy /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ar /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/objdump /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ranlib /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/strip /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/nm /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ld /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/bin/ld.bfd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xdw /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xsc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xu /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xsw /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xr /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.x /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xbn /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xw /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xdc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xn /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/sparc-rtems4.11/lib/ldscripts/elf32_sparc.xs config: tools/rtems-gcc-4.8.0-newlib-cvs-1.cfg package: sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 script: 1: #!/bin/sh script: 2: # ___build_pre in as set up in defaults.py script: 3: # Save the original path away. script: 4: export SB_ORIG_PATH=${PATH} script: 5: # Directories script: 6: SB_PREFIX="/home/alaya/developement/rtems/4.11" script: 7: SB_PREFIX_CLEAN=$(echo "/home/alaya/developement/rtems/4.11" | /bin/sed -e 's/^\///') script: 8: SB_SOURCE_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources" script: 9: SB_BUILD_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1" script: 10: SB_OPT_HOST_FLAGS="-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/lib" script: 11: SB_OPT_BUILD_FLAGS="-O2 -pipe " script: 12: SB_OPT_FLAGS="${SB_OPT_HOST_FLAGS} " script: 13: SB_ARCH="i686" script: 14: SB_OS="linux" script: 15: export SB_SOURCE_DIR SB_BUILD_DIR SB_OPT_HOST_FLAGS SB_OPT_BUILD_FLAGS SB_OPT_FLAGS SB_ARCH SB_OS script: 16: # Documentation script: 17: SB_DOC_DIR="/home/alaya/developement/rtems/4.11/share/doc" script: 18: export SB_DOC_DIR script: 19: # Packages script: 20: SB_PACKAGE_NAME="sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1" script: 21: SB_PACKAGE_BUILDNAME="sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1" script: 22: SB_PACKAGE_VERSION="4.8.0" script: 23: SB_PACKAGE_RELEASE="1" script: 24: export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE script: 25: # Build directories script: 26: export SB_PREFIX script: 27: SB_BUILD_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1" script: 28: SB_BUILD_ROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-root-alaya" script: 29: SB_BUILD_ROOT_BINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-root-alaya/${SB_PREFIX_CLEAN}/bin" script: 30: export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR script: 31: SB_BUILD_CXC_DIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-cxc" script: 32: SB_BUILD_CXC_ROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-alaya-cxc" script: 33: SB_BUILD_CXC_ROOT_BINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-alaya-cxc/${SB_PREFIX_CLEAN}/bin" script: 34: export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR script: 35: SB_TMPROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc" script: 36: SB_TMPPREFIX="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}" script: 37: SB_TMPBINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/bin" script: 38: export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR script: 39: SB_TMPCXCROOT="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc" script: 40: SB_TMPCXCPREFIX="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/${SB_PREFIX_CLEAN}" script: 41: SB_TMPCXCBINDIR="/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/${SB_PREFIX_CLEAN}/bin" script: 42: export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR script: 43: # The compiler flags script: 44: script: 45: script: 46: export CFLAGS_FOR_TARGET script: 47: export CXXFLAGS_FOR_TARGET script: 48: # Set up the path. Put the CXC path first. script: 49: if test -n "${SB_TMPBINDIR}" ; then script: 50: PATH="${SB_TMPBINDIR}:$PATH" script: 51: fi script: 52: if test -n "${SB_TMPCXCBINDIR}" ; then script: 53: PATH="${SB_TMPCXCBINDIR}:$PATH" script: 54: fi script: 55: export PATH script: 56: # Default environment set up. script: 57: LANG=C script: 58: export LANG script: 59: unset DISPLAY || : script: 60: umask 022 script: 61: cd "/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1" script: 62: echo "=> sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1:" script: 63: echo "==> %prep:" script: 64: source_dir_0="gcc-4.8.0" prep: sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1: %setup -q -c -n sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/git git: reset: git://gcc.gnu.org/git/gcc.git git: pull: git://gcc.gnu.org/git/gcc.git git: checkout: git://gcc.gnu.org/git/gcc.git => gcc-4_8-branch script: 65: cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 script: 66: /bin/rm -rf sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 script: 67: /bin/mkdir -p sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 script: 68: cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 script: 69: ln -s /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/git/gcc.git ${source_dir_0} script: 70: /bin/chmod -R a+rX,g-w,o-w . script: 71: cd ${source_dir_0} script: 72: cd .. script: 73: source_dir_10="newlib-13-May-2013" prep: sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1: %setup -q -D -T -n sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 -a10 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/cvs cmd: (/home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/cvs/anoncvs_sourceware_org_cvs_src_newlib_13_May_2013/src) /usr/bin/cvs -z 9 -q -n up -l script: 74: cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 script: 75: cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 script: 76: ln -s /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/cvs/anoncvs_sourceware_org_cvs_src_newlib_13_May_2013/src ${source_dir_10} script: 77: /bin/chmod -R a+rX,g-w,o-w . script: 78: cd ${source_dir_10} script: 79: cd .. script: 80: /bin/rm -f ${source_dir_0}/newlib script: 81: ln -s $PWD/${source_dir_10}/newlib ${source_dir_0}/newlib script: 82: source_dir_20="mpfr-3.0.1" prep: sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1: %setup -q -D -T -n sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 -a20 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources script: 83: cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 script: 84: cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 script: 85: /bin/bzip2 -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/mpfr-3.0.1.tar.bz2 | /bin/tar -xvvf - script: 86: /bin/chmod -R a+rX,g-w,o-w . script: 87: cd ${source_dir_20} script: 88: cd .. script: 89: /bin/rm -f ${source_dir_0}/mpfr script: 90: ln -s $PWD/${source_dir_20} ${source_dir_0}/mpfr script: 91: source_dir_21="mpc-0.8.2" prep: sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1: %setup -q -D -T -n sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 -a21 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources script: 92: cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 script: 93: cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 script: 94: /bin/gzip -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/mpc-0.8.2.tar.gz | /bin/tar -xvvf - script: 95: /bin/chmod -R a+rX,g-w,o-w . script: 96: cd ${source_dir_21} script: 97: cd .. script: 98: /bin/rm -f ${source_dir_0}/mpc script: 99: ln -s $PWD/${source_dir_21} ${source_dir_0}/mpc script:100: source_dir_22="gmp-5.0.5" prep: sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1: %setup -q -D -T -n sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 -a22 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources script:101: cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 script:102: cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 script:103: /bin/bzip2 -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/gmp-5.0.5.tar.bz2 | /bin/tar -xvvf - script:104: /bin/chmod -R a+rX,g-w,o-w . script:105: cd ${source_dir_22} script:106: cd .. script:107: /bin/rm -f ${source_dir_0}/gmp script:108: ln -s $PWD/${source_dir_22} ${source_dir_0}/gmp script:109: echo "RTEMS 4.11-RSB(5172f31f41bceb1a07702aeea6674aaaf58cae97)-1,gcc-4.8.0/newlib-13-May-2013" > ${source_dir_0}/gcc/DEV-PHASE script:110: cd ${source_dir_0} script:111: contrib/gcc_update --touch script:112: cd .. script:113: SB_CXC="no" script:114: echo "==> clean %{buildroot}: ${SB_BUILD_ROOT}" script:115: /bin/rm -rf ${SB_BUILD_ROOT} script:116: /bin/mkdir -p ${SB_BUILD_ROOT} script:117: echo "==> %build:" script:118: script:119: if test "i686-linux-gnu" != "i686-linux-gnu" ; then script:120: build_dir="build-cxc" script:121: else script:122: build_dir="build" script:123: fi script:124: mkdir -p ${build_dir} script:125: cd ${build_dir} script:126: languages="c" script:127: languages="$languages,c++" script:128: script:129: # Host and build flags script:130: if test "i686-linux-gnu" != "i686-linux-gnu" ; then script:131: CFLAGS_FOR_BUILD="${SB_OPT_HOST_FLAGS}" script:132: CC=$(echo "i686-linux-gnu-gcc ${SB_OPT_HOST_FLAGS}" | sed -e 's,-std=gnu99 ,,') script:133: CXXFLAGS_FOR_BUILD="${SB_OPT_HOST_FLAGS}" script:134: CXX=$(echo "i686-linux-gnu-g++ ${SB_OPT_HOST_FLAGS}" | sed -e 's,-std=gnu99 ,,') script:135: CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script:136: CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script:137: else script:138: # gcc is not ready to be compiled with -std=gnu99 script:139: CC=$(echo "/usr/bin/gcc ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script:140: CXX=$(echo "/usr/bin/g++ ${SB_OPT_FLAGS}" | sed -e 's,-std=gnu99 ,,') script:141: CC_FOR_BUILD=${CC} script:142: CXX_FOR_BUILD=${CXX} script:143: fi script:144: export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD script:145: ../${source_dir_0}/configure \ script:146: --prefix=/home/alaya/developement/rtems/4.11 \ script:147: --bindir=/home/alaya/developement/rtems/4.11/bin \ script:148: --exec_prefix=/home/alaya/developement/rtems/4.11 \ script:149: --includedir=/home/alaya/developement/rtems/4.11/include \ script:150: --libdir=/home/alaya/developement/rtems/4.11/lib \ script:151: --libexecdir=/home/alaya/developement/rtems/4.11/libexec \ script:152: --mandir=/home/alaya/developement/rtems/4.11/share/man \ script:153: --infodir=/home/alaya/developement/rtems/4.11/share/info \ script:154: --datadir=/home/alaya/developement/rtems/4.11/share \ script:155: --build=i686-linux-gnu --host=i686-linux-gnu \ script:156: --target=sparc-rtems4.11 \ script:157: --disable-libstdcxx-pch \ script:158: --with-gnu-as --with-gnu-ld --verbose \ script:159: --with-newlib \ script:160: --with-system-zlib \ script:161: --disable-nls --without-included-gettext \ script:162: --disable-win32-registry \ script:163: --enable-version-specific-runtime-libs \ script:164: --disable-lto \ script:165: --enable-newlib-io-c99-formats \ script:166: --enable-newlib-iconv \ script:167: --enable-threads \ script:168: --disable-plugin \ script:169: \ script:170: --enable-languages="$languages" script:171: if test "%_host" != "%_build" ; then script:172: mkdir -p gcc/include script:173: cp ../${source_dir_0}/gcc/gsyslimits.h gcc/include/syslimits.h script:174: fi script:175: make -j 2 all script:176: cd .. script:177: echo "==> %install:" script:178: /bin/rm -rf $SB_BUILD_ROOT script:179: cd ${build_dir} script:180: make DESTDIR=$SB_BUILD_ROOT install script:181: cd .. script:182: /bin/rm -f ${SB_BUILD_ROOT}/home/alaya/developement/rtems/4.11/lib/libiberty.a script:183: /bin/rm -f $SB_BUILD_ROOT/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-c++filt script:184: /bin/rm -f $SB_BUILD_ROOT/home/alaya/developement/rtems/4.11/share/info/dir script:185: /bin/rm -f $SB_BUILD_ROOT/home/alaya/developement/rtems/4.11/share/man/man3/*ffi* script:186: /bin/rm -f ${source_dir_0}/newlib script:187: /bin/rm -f ${source_dir_0}/mpfr script:188: /bin/rm -f ${source_dir_0}/mpc script:189: /bin/rm -f ${source_dir_0}/gmp script:190: echo "==> %clean:" removing: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 making dir: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 write script: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/doit building: sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 run: /bin/sh -ex /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/doit + export SB_ORIG_PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + SB_PREFIX=/home/alaya/developement/rtems/4.11 + echo /home/alaya/developement/rtems/4.11+ /bin/sed -e s/^\/// + SB_PREFIX_CLEAN=home/alaya/developement/rtems/4.11 + SB_SOURCE_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources + SB_BUILD_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + SB_OPT_HOST_FLAGS=-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib => sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1: + SB_OPT_BUILD_FLAGS=-O2 -pipe ==> %prep: + SB_OPT_FLAGS=-O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + SB_ARCH=i686 + SB_OS=linux + export SB_SOURCE_DIR SB_BUILD_DIR SB_OPT_HOST_FLAGS SB_OPT_BUILD_FLAGS SB_OPT_FLAGS SB_ARCH SB_OS + SB_DOC_DIR=/home/alaya/developement/rtems/4.11/share/doc + export SB_DOC_DIR + SB_PACKAGE_NAME=sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + SB_PACKAGE_BUILDNAME=sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + SB_PACKAGE_VERSION=4.8.0 + SB_PACKAGE_RELEASE=1 + export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE + export SB_PREFIX + SB_BUILD_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + SB_BUILD_ROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-root-alaya + SB_BUILD_ROOT_BINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-root-alaya/home/alaya/developement/rtems/4.11/bin + export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR + SB_BUILD_CXC_DIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-cxc + SB_BUILD_CXC_ROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-alaya-cxc + SB_BUILD_CXC_ROOT_BINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-alaya-cxc/home/alaya/developement/rtems/4.11/bin + export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR + SB_TMPROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc + SB_TMPPREFIX=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11 + SB_TMPBINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR + SB_TMPCXCROOT=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc + SB_TMPCXCPREFIX=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11 + SB_TMPCXCBINDIR=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR + export CFLAGS_FOR_TARGET + export CXXFLAGS_FOR_TARGET + test -n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + PATH=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + test -n /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin + PATH=/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya-cxc/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + export PATH + LANG=C + export LANG + unset DISPLAY + umask 022 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + echo => sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1: + echo ==> %prep: + source_dir_0=gcc-4.8.0 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + /bin/rm -rf sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 + /bin/mkdir -p sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 + cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 + ln -s /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/git/gcc.git gcc-4.8.0 + /bin/chmod -R a+rX,g-w,o-w . + cd gcc-4.8.0 + cd .. + source_dir_10=newlib-13-May-2013 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 + ln -s /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/cvs/anoncvs_sourceware_org_cvs_src_newlib_13_May_2013/src newlib-13-May-2013 + /bin/chmod -R a+rX,g-w,o-w . + cd newlib-13-May-2013 + cd .. + /bin/rm -f gcc-4.8.0/newlib + ln -s /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/newlib-13-May-2013/newlib gcc-4.8.0/newlib + source_dir_20=mpfr-3.0.1 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 + /bin/tar -xvvf - + /bin/bzip2 -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/mpfr-3.0.1.tar.bz2 drwxr-xr-x 1000/1000 0 2011-04-04 12:20 mpfr-3.0.1/ -rw-r--r-- 1000/1000 3566 2011-04-04 12:19 mpfr-3.0.1/factorial.c -rw-r--r-- 1000/1000 1158 2011-04-04 12:19 mpfr-3.0.1/fits_uint.c -rw-r--r-- 1000/1000 1639 2011-04-04 12:19 mpfr-3.0.1/inits.c -rw-r--r-- 1000/1000 1305 2011-04-04 12:19 mpfr-3.0.1/div_2exp.c -rw-r--r-- 1000/1000 2546 2011-04-04 12:19 mpfr-3.0.1/inp_str.c -rw-r--r-- 1000/1000 1438 2011-04-04 12:19 mpfr-3.0.1/set_str.c -rw-r--r-- 1000/1000 1130 2011-04-04 12:19 mpfr-3.0.1/set_nan.c -rw-r--r-- 1000/1000 2056 2011-04-04 12:19 mpfr-3.0.1/extract.c -rw-r--r-- 1000/1000 1336 2011-04-04 12:19 mpfr-3.0.1/constant.c -rw-r--r-- 1000/1000 4861 2011-04-04 12:19 mpfr-3.0.1/logging.c -rw-r--r-- 1000/1000 17570 2011-04-04 12:19 mpfr-3.0.1/configure.in -rw-r--r-- 1000/1000 8279 2011-04-04 12:19 mpfr-3.0.1/round_raw_generic.c -rw-r--r-- 1000/1000 14481 2011-04-04 12:19 mpfr-3.0.1/yn.c -rw-r--r-- 1000/1000 203655 2011-04-04 12:20 mpfr-3.0.1/mpfr.info -rwxr-xr-x 1000/1000 469962 2011-04-04 12:19 mpfr-3.0.1/configure -rw-r--r-- 1000/1000 6194 2011-04-04 12:19 mpfr-3.0.1/subnormal.c -rw-r--r-- 1000/1000 4435 2011-04-04 12:19 mpfr-3.0.1/eq.c -rw-r--r-- 1000/1000 10186 2011-04-04 12:19 mpfr-3.0.1/set_ld.c -rw-r--r-- 1000/1000 2210 2011-04-04 12:19 mpfr-3.0.1/reldiff.c -rw-r--r-- 1000/1000 1673 2011-04-04 12:19 mpfr-3.0.1/powerof2.c -rw-r--r-- 1000/1000 4016 2011-04-04 12:19 mpfr-3.0.1/atanh.c -rw-r--r-- 1000/1000 1517 2011-04-04 12:19 mpfr-3.0.1/set_dfl_prec.c -rw-r--r-- 1000/1000 8576 2011-04-04 12:19 mpfr-3.0.1/sqrt.c -rw-r--r-- 1000/1000 28565 2011-04-04 12:19 mpfr-3.0.1/sub1sp.c -rw-r--r-- 1000/1000 2765 2011-04-04 12:19 mpfr-3.0.1/stack_interface.c -rw-r--r-- 1000/1000 2154 2011-04-04 12:19 mpfr-3.0.1/get_z.c -rw-r--r-- 1000/1000 12881 2011-04-04 12:19 mpfr-3.0.1/add1sp.c -rw-r--r-- 1000/1000 12211 2011-04-04 12:19 mpfr-3.0.1/mpfr-gmp.c -rw-r--r-- 1000/1000 1288 2011-04-04 12:19 mpfr-3.0.1/buildopt.c -rw-r--r-- 1000/1000 2990 2011-04-04 12:19 mpfr-3.0.1/modf.c -rw-r--r-- 1000/1000 1760 2011-04-04 12:19 mpfr-3.0.1/set_str_raw.c -rw-r--r-- 1000/1000 2901 2011-04-04 12:19 mpfr-3.0.1/cmp_ui.c -rw-r--r-- 1000/1000 18896 2011-04-04 12:19 mpfr-3.0.1/INSTALL -rw-r--r-- 1000/1000 24395 2011-04-04 12:19 mpfr-3.0.1/lngamma.c -rw-r--r-- 1000/1000 159510 2011-04-04 12:19 mpfr-3.0.1/mpfr.texi -rw-r--r-- 1000/1000 1364 2011-04-04 12:19 mpfr-3.0.1/neg.c -rw-r--r-- 1000/1000 9027 2011-04-04 12:19 mpfr-3.0.1/round_near_x.c -rw-r--r-- 1000/1000 5822 2011-04-04 12:19 mpfr-3.0.1/set_z_exp.c -rw-r--r-- 1000/1000 8494 2011-04-04 12:19 mpfr-3.0.1/erf.c -rw-r--r-- 1000/1000 1603 2011-04-04 12:19 mpfr-3.0.1/mp_clz_tab.c -rw-r--r-- 1000/1000 10078 2011-04-04 12:19 mpfr-3.0.1/speed.c -rw-r--r-- 1000/1000 2874 2011-04-04 12:19 mpfr-3.0.1/get_z_exp.c -rw-r--r-- 1000/1000 6813 2011-04-04 12:19 mpfr-3.0.1/set_d.c -rw-r--r-- 1000/1000 10508 2011-04-04 12:19 mpfr-3.0.1/erfc.c -rw-r--r-- 1000/1000 6265 2011-04-04 12:19 mpfr-3.0.1/sinh.c -rw-r--r-- 1000/1000 17875 2011-04-04 12:19 mpfr-3.0.1/mul.c -rw-r--r-- 1000/1000 1105 2011-04-04 12:19 mpfr-3.0.1/isnan.c -rw-r--r-- 1000/1000 11290 2011-04-04 12:19 mpfr-3.0.1/exp3.c -rw-r--r-- 1000/1000 4271 2011-04-04 12:19 mpfr-3.0.1/csch.c -rw-r--r-- 1000/1000 6 2011-04-04 12:19 mpfr-3.0.1/VERSION -rw-r--r-- 1000/1000 3304 2011-04-04 12:19 mpfr-3.0.1/fits_intmax.c -rw-r--r-- 1000/1000 1804 2011-04-04 12:19 mpfr-3.0.1/isinteger.c -rw-r--r-- 1000/1000 1791 2011-04-04 12:19 mpfr-3.0.1/sqrt_ui.c -rw-r--r-- 1000/1000 4937 2011-04-04 12:19 mpfr-3.0.1/tanh.c -rw-r--r-- 1000/1000 4767 2011-04-04 12:19 mpfr-3.0.1/cache.c -rw-r--r-- 1000/1000 10323 2011-04-04 12:19 mpfr-3.0.1/pow_si.c -rw-r--r-- 1000/1000 1708 2011-04-04 12:19 mpfr-3.0.1/mul_d.c -rw-r--r-- 1000/1000 3652 2011-04-04 12:19 mpfr-3.0.1/add.c -rw-r--r-- 1000/1000 1124 2011-04-04 12:19 mpfr-3.0.1/isregular.c -rw-r--r-- 1000/1000 21979 2011-04-04 12:19 mpfr-3.0.1/rec_sqrt.c -rw-r--r-- 1000/1000 2821 2011-04-04 12:19 mpfr-3.0.1/bernoulli.c -rw-r--r-- 1000/1000 1100 2011-04-04 12:19 mpfr-3.0.1/version.c -rw-r--r-- 1000/1000 6069 2011-04-04 12:19 mpfr-3.0.1/sin.c -rw-r--r-- 1000/1000 1956 2011-04-04 12:19 mpfr-3.0.1/set_sj.c -rw-r--r-- 1000/1000 3453 2011-04-04 12:19 mpfr-3.0.1/set_q.c -rw-r--r-- 1000/1000 3752 2011-04-04 12:19 mpfr-3.0.1/sub.c -rw-r--r-- 1000/1000 1194 2011-04-04 12:19 mpfr-3.0.1/set_inf.c -rw-r--r-- 1000/1000 2444 2011-04-04 12:19 mpfr-3.0.1/set_si_2exp.c -rw-r--r-- 1000/1000 1710 2011-04-04 12:19 mpfr-3.0.1/d_sub.c -rw-r--r-- 1000/1000 9561 2011-04-04 12:19 mpfr-3.0.1/atan2.c -rw-r--r-- 1000/1000 1307 2011-04-04 12:19 mpfr-3.0.1/mul_2exp.c -rw-r--r-- 1000/1000 1793 2011-04-04 12:19 mpfr-3.0.1/mpfr-thread.h -rw-r--r-- 1000/1000 22932 2011-04-04 12:19 mpfr-3.0.1/sin_cos.c -rwxr-xr-x 1000/1000 34597 2011-04-04 12:19 mpfr-3.0.1/config.sub -rw-r--r-- 1000/1000 4266 2011-04-04 12:19 mpfr-3.0.1/cbrt.c -rw-r--r-- 1000/1000 1171 2011-04-04 12:19 mpfr-3.0.1/fits_slong.c -rw-r--r-- 1000/1000 5443 2011-04-04 12:19 mpfr-3.0.1/sinh_cosh.c -rw-r--r-- 1000/1000 11631 2011-04-04 12:19 mpfr-3.0.1/agm.c -rw-r--r-- 1000/1000 1390 2011-04-04 12:19 mpfr-3.0.1/set_flt.c -rw-r--r-- 1000/1000 4912 2011-04-04 12:19 mpfr-3.0.1/exp2.c -rw-r--r-- 1000/1000 18024 2011-04-04 12:19 mpfr-3.0.1/FAQ.html -rw-r--r-- 1000/1000 2590 2011-04-04 12:19 mpfr-3.0.1/minmax.c -rw-r--r-- 1000/1000 47981 2011-04-04 12:19 mpfr-3.0.1/mpfr.h -rw-r--r-- 1000/1000 1256 2011-04-04 12:19 mpfr-3.0.1/set_z.c -rw-r--r-- 1000/1000 3696 2011-04-04 12:19 mpfr-3.0.1/next.c -rw-r--r-- 1000/1000 14943 2011-04-04 12:19 mpfr-3.0.1/get_d64.c -rw-r--r-- 1000/1000 1395 2011-04-04 12:19 mpfr-3.0.1/volatile.c -rw-r--r-- 1000/1000 7402 2011-04-04 12:19 mpfr-3.0.1/exceptions.c -rw-r--r-- 1000/1000 2874 2011-04-04 12:19 mpfr-3.0.1/ieee_floats.h -rw-r--r-- 1000/1000 4589 2011-04-04 12:19 mpfr-3.0.1/acos.c -rw-r--r-- 1000/1000 1766 2011-04-04 12:19 mpfr-3.0.1/uceil_log2.c -rw-r--r-- 1000/1000 3426 2011-04-04 12:19 mpfr-3.0.1/set_f.c -rw-r--r-- 1000/1000 1163 2011-04-04 12:19 mpfr-3.0.1/fits_ulong.c -rw-r--r-- 1000/1000 21160 2011-04-04 12:19 mpfr-3.0.1/fdl.texi -rw-r--r-- 1000/1000 2636 2011-04-04 12:19 mpfr-3.0.1/get_uj.c -rw-r--r-- 1000/1000 1529 2011-04-04 12:19 mpfr-3.0.1/ansi2knr.1 -rw-r--r-- 1000/1000 1166 2011-04-04 12:19 mpfr-3.0.1/fits_sint.c -rw-r--r-- 1000/1000 1704 2011-04-04 12:19 mpfr-3.0.1/add_d.c -rw-r--r-- 1000/1000 104608 2011-04-04 12:19 mpfr-3.0.1/get_str.c -rw-r--r-- 1000/1000 1781 2011-04-04 12:19 mpfr-3.0.1/inits2.c -rw-r--r-- 1000/1000 1240 2011-04-04 12:19 mpfr-3.0.1/set_ui.c -rw-r--r-- 1000/1000 3312 2011-04-04 12:19 mpfr-3.0.1/print_raw.c -rw-r--r-- 1000/1000 7327 2011-04-04 12:19 mpfr-3.0.1/zeta_ui.c -rw-r--r-- 1000/1000 11085 2011-04-04 12:19 mpfr-3.0.1/eint.c -rw-r--r-- 1000/1000 1446 2011-04-04 12:19 mpfr-3.0.1/dim.c -rw-r--r-- 1000/1000 2830 2011-04-04 12:19 mpfr-3.0.1/ui_div.c -rw-r--r-- 1000/1000 38512 2011-04-04 12:19 mpfr-3.0.1/aclocal.m4 -rw-r--r-- 1000/1000 2399 2011-04-04 12:19 mpfr-3.0.1/comparisons.c -rw-r--r-- 1000/1000 127892 2011-04-04 12:19 mpfr-3.0.1/Makefile.in -rw-r--r-- 1000/1000 2569 2011-04-04 12:19 mpfr-3.0.1/check.c -rw-r--r-- 1000/1000 4193 2011-04-04 12:19 mpfr-3.0.1/csc.c drwxr-xr-x 1000/1000 0 2011-04-04 12:20 mpfr-3.0.1/m4/ -rw-r--r-- 1000/1000 11938 2011-04-04 12:19 mpfr-3.0.1/m4/ltoptions.m4 -rw-r--r-- 1000/1000 5707 2011-04-04 12:19 mpfr-3.0.1/m4/lt~obsolete.m4 -rw-r--r-- 1000/1000 2651 2011-04-04 12:19 mpfr-3.0.1/m4/size_max.m4 -rw-r--r-- 1000/1000 4372 2011-04-04 12:19 mpfr-3.0.1/m4/ltsugar.m4 -rw-r--r-- 1000/1000 703 2011-04-04 12:19 mpfr-3.0.1/m4/ltversion.m4 -rw-r--r-- 1000/1000 260519 2011-04-04 12:19 mpfr-3.0.1/m4/libtool.m4 -rw-r--r-- 1000/1000 295145 2011-04-04 12:19 mpfr-3.0.1/texinfo.tex -rw-r--r-- 1000/1000 1608 2011-04-04 12:19 mpfr-3.0.1/clears.c -rwxr-xr-x 1000/1000 11419 2011-04-04 12:19 mpfr-3.0.1/missing -rw-r--r-- 1000/1000 3771 2011-04-04 12:19 mpfr-3.0.1/round_p.c -rw-r--r-- 1000/1000 2896 2011-04-04 12:19 mpfr-3.0.1/init2.c -rw-r--r-- 1000/1000 3173 2011-04-04 12:19 mpfr-3.0.1/urandomb.c -rw-r--r-- 1000/1000 3892 2011-04-04 12:19 mpfr-3.0.1/const_pi.c -rw-r--r-- 1000/1000 2017 2011-04-04 12:19 mpfr-3.0.1/add_ui.c -rw-r--r-- 1000/1000 14118 2011-04-04 12:19 mpfr-3.0.1/exp_2.c -rw-r--r-- 1000/1000 2934 2011-04-04 12:19 mpfr-3.0.1/ui_pow_ui.c -rw-r--r-- 1000/1000 1207 2011-04-04 12:19 mpfr-3.0.1/setsign.c -rw-r--r-- 1000/1000 1167 2011-04-04 12:19 mpfr-3.0.1/fits_ushort.c -rw-r--r-- 1000/1000 1095 2011-04-04 12:20 mpfr-3.0.1/get_patches.c -rw-r--r-- 1000/1000 3865 2011-04-04 12:19 mpfr-3.0.1/asin.c -rwxr-xr-x 1000/1000 44959 2011-04-04 12:19 mpfr-3.0.1/config.guess -rw-r--r-- 1000/1000 4388 2011-04-04 12:19 mpfr-3.0.1/frac.c -rw-r--r-- 1000/1000 5773 2011-04-04 12:19 mpfr-3.0.1/mpn_exp.c -rw-r--r-- 1000/1000 1639 2011-04-04 12:19 mpfr-3.0.1/print_rnd_mode.c -rw-r--r-- 1000/1000 2071 2011-04-04 12:19 mpfr-3.0.1/get_si.c -rw-r--r-- 1000/1000 2349 2011-04-04 12:19 mpfr-3.0.1/set_ui_2exp.c -rw-r--r-- 1000/1000 3923 2011-04-04 12:19 mpfr-3.0.1/mul_ui.c -rw-r--r-- 1000/1000 1865 2011-04-04 12:19 mpfr-3.0.1/set_prec.c -rw-r--r-- 1000/1000 1152 2011-04-04 12:19 mpfr-3.0.1/init.c -rw-r--r-- 1000/1000 1127 2011-04-04 12:19 mpfr-3.0.1/dump.c -rw-r--r-- 1000/1000 15610 2011-04-04 12:19 mpfr-3.0.1/atan.c -rw-r--r-- 1000/1000 5458 2011-04-04 12:19 mpfr-3.0.1/const_log2.c -rw-r--r-- 1000/1000 11051 2011-04-04 12:19 mpfr-3.0.1/fma.c -rw-r--r-- 1000/1000 5887 2011-04-04 12:19 mpfr-3.0.1/root.c -rw-r--r-- 1000/1000 3362 2011-04-04 12:19 mpfr-3.0.1/BUGS -rw-r--r-- 1000/1000 9465 2011-04-04 12:19 mpfr-3.0.1/set_d64.c -rw-r--r-- 1000/1000 4455 2011-04-04 12:19 mpfr-3.0.1/get_f.c -rw-r--r-- 1000/1000 2037 2011-04-04 12:19 mpfr-3.0.1/fits_u.h -rw-r--r-- 1000/1000 1706 2011-04-04 12:19 mpfr-3.0.1/d_div.c -rw-r--r-- 1000/1000 1404 2011-04-04 12:19 mpfr-3.0.1/sgn.c -rw-r--r-- 1000/1000 5722 2011-04-04 12:19 mpfr-3.0.1/Makefile.am -rw-r--r-- 1000/1000 1775 2011-04-04 12:19 mpfr-3.0.1/sech.c -rw-r--r-- 1000/1000 4547 2011-04-04 12:19 mpfr-3.0.1/log1p.c -rw-r--r-- 1000/1000 21115 2011-04-04 12:19 mpfr-3.0.1/li2.c -rw-r--r-- 1000/1000 9353 2011-04-04 12:19 mpfr-3.0.1/sum.c -rw-r--r-- 1000/1000 4151 2011-04-04 12:19 mpfr-3.0.1/mulders.c -rw-r--r-- 1000/1000 5507 2011-04-04 12:19 mpfr-3.0.1/get_d.c -rw-r--r-- 1000/1000 1292 2011-04-04 12:19 mpfr-3.0.1/set_prc_raw.c -rw-r--r-- 1000/1000 1096 2011-04-04 12:19 mpfr-3.0.1/iszero.c -rw-r--r-- 1000/1000 5288 2011-04-04 12:19 mpfr-3.0.1/acosh.c -rw-r--r-- 1000/1000 11376 2011-04-04 12:19 mpfr-3.0.1/mpfr-gmp.h -rw-r--r-- 1000/1000 7737 2011-04-04 12:19 mpfr-3.0.1/rem1.c -rw-r--r-- 1000/1000 5166 2011-04-04 12:19 mpfr-3.0.1/coth.c -rw-r--r-- 1000/1000 2927 2011-04-04 12:19 mpfr-3.0.1/cmp_si.c -rw-r--r-- 1000/1000 1729 2011-04-04 12:19 mpfr-3.0.1/uceil_exp2.c -rw-r--r-- 1000/1000 2161 2011-04-04 12:19 mpfr-3.0.1/div_2ui.c -rw-r--r-- 1000/1000 4349 2011-04-04 12:19 mpfr-3.0.1/urandom.c -rw-r--r-- 1000/1000 4221 2011-04-04 12:19 mpfr-3.0.1/get_flt.c -rw-r--r-- 1000/1000 936 2011-04-04 12:19 mpfr-3.0.1/AUTHORS -rw-r--r-- 1000/1000 11601 2011-04-04 12:19 mpfr-3.0.1/jn.c -rw-r--r-- 1000/1000 1116 2011-04-04 12:19 mpfr-3.0.1/signbit.c -rw-r--r-- 1000/1000 70762 2011-04-04 12:19 mpfr-3.0.1/mpfr-longlong.h -rw-r--r-- 1000/1000 1126 2011-04-04 12:19 mpfr-3.0.1/isnum.c -rw-r--r-- 1000/1000 10875 2011-04-04 12:19 mpfr-3.0.1/jyn_asympt.c -rw-r--r-- 1000/1000 1307 2011-04-04 12:19 mpfr-3.0.1/cmp_d.c -rw-r--r-- 1000/1000 84806 2011-04-04 12:19 mpfr-3.0.1/mparam_h.in -rw-r--r-- 1000/1000 2215 2011-04-04 12:19 mpfr-3.0.1/div_2si.c -rw-r--r-- 1000/1000 1375 2011-04-04 12:19 mpfr-3.0.1/setmin.c -rw-r--r-- 1000/1000 8598 2011-04-04 12:19 mpfr-3.0.1/gmp_op.c -rw-r--r-- 1000/1000 1865 2011-04-04 12:19 mpfr-3.0.1/si_op.c -rw-r--r-- 1000/1000 1710 2011-04-04 12:19 mpfr-3.0.1/sub_d.c -rw-r--r-- 1000/1000 4301 2011-04-04 12:19 mpfr-3.0.1/set_uj.c -rw-r--r-- 1000/1000 2214 2011-04-04 12:19 mpfr-3.0.1/mul_2si.c -rw-r--r-- 1000/1000 4285 2011-04-04 12:19 mpfr-3.0.1/log10.c -rw-r--r-- 1000/1000 6585 2011-04-04 12:19 mpfr-3.0.1/cmp2.c -rw-r--r-- 1000/1000 3670 2011-04-04 12:19 mpfr-3.0.1/asinh.c -rw-r--r-- 1000/1000 21310 2011-04-04 12:19 mpfr-3.0.1/TODO -rw-r--r-- 1000/1000 4019 2011-04-04 12:19 mpfr-3.0.1/log2.c -rw-r--r-- 1000/1000 2584 2011-04-04 12:19 mpfr-3.0.1/fits_uintmax.c -rw-r--r-- 1000/1000 23034 2011-04-04 12:19 mpfr-3.0.1/pow.c -rw-r--r-- 1000/1000 1175 2011-04-04 12:19 mpfr-3.0.1/fits_sshort.c -rw-r--r-- 1000/1000 3380 2011-04-04 12:19 mpfr-3.0.1/gen_inverse.h -rw-r--r-- 1000/1000 1817140 2011-04-04 12:19 mpfr-3.0.1/ChangeLog -rw-r--r-- 1000/1000 5147 2011-04-04 12:19 mpfr-3.0.1/printf.c -rw-r--r-- 1000/1000 2728 2011-04-04 12:19 mpfr-3.0.1/set.c -rw-r--r-- 1000/1000 1781 2011-04-04 12:19 mpfr-3.0.1/min_prec.c -rwxr-xr-x 1000/1000 243455 2011-04-04 12:19 mpfr-3.0.1/ltmain.sh -rw-r--r-- 1000/1000 5570 2011-04-04 12:19 mpfr-3.0.1/cot.c -rw-r--r-- 1000/1000 2501 2011-04-04 12:19 mpfr-3.0.1/isqrt.c -rw-r--r-- 1000/1000 7639 2011-04-04 12:19 mpfr-3.0.1/COPYING.LESSER -rw-r--r-- 1000/1000 3073 2011-04-04 12:19 mpfr-3.0.1/out_str.c -rw-r--r-- 1000/1000 9646 2011-04-04 12:19 mpfr-3.0.1/cos.c -rw-r--r-- 1000/1000 2924 2011-04-04 12:19 mpfr-3.0.1/tan.c -rw-r--r-- 1000/1000 4334 2011-04-04 12:19 mpfr-3.0.1/const_catalan.c -rw-r--r-- 1000/1000 15224 2011-04-04 12:19 mpfr-3.0.1/zeta.c -rw-r--r-- 1000/1000 11192 2011-04-04 12:19 mpfr-3.0.1/fms.c -rw-r--r-- 1000/1000 13483 2011-04-04 12:19 mpfr-3.0.1/rint.c -rw-r--r-- 1000/1000 1515 2011-04-04 12:19 mpfr-3.0.1/ufloor_log2.c -rw-r--r-- 1000/1000 2788 2011-04-04 12:19 mpfr-3.0.1/cmp_abs.c -rw-r--r-- 1000/1000 23534 2011-04-04 12:19 mpfr-3.0.1/div.c -rw-r--r-- 1000/1000 67711 2011-04-04 12:19 mpfr-3.0.1/vasprintf.c -rw-r--r-- 1000/1000 12186 2011-04-04 12:19 mpfr-3.0.1/digamma.c -rw-r--r-- 1000/1000 4164 2011-04-04 12:19 mpfr-3.0.1/cosh.c -rw-r--r-- 1000/1000 5355 2011-04-04 12:19 mpfr-3.0.1/pow_ui.c drwxr-xr-x 1000/1000 0 2011-04-04 12:20 mpfr-3.0.1/tests/ -rw-r--r-- 1000/1000 4061 2011-04-04 12:19 mpfr-3.0.1/tests/trec_sqrt.c -rw-r--r-- 1000/1000 2972 2011-04-04 12:19 mpfr-3.0.1/tests/tsgn.c -rw-r--r-- 1000/1000 1837 2011-04-04 12:19 mpfr-3.0.1/tests/tset_exp.c -rw-r--r-- 1000/1000 9693 2011-04-04 12:19 mpfr-3.0.1/tests/troot.c -rw-r--r-- 1000/1000 46255 2011-04-04 12:19 mpfr-3.0.1/tests/tstrtofr.c -rw-r--r-- 1000/1000 6138 2011-04-04 12:19 mpfr-3.0.1/tests/tget_d.c -rw-r--r-- 1000/1000 4812 2011-04-04 12:19 mpfr-3.0.1/tests/tadd1sp.c -rw-r--r-- 1000/1000 11388 2011-04-04 12:19 mpfr-3.0.1/tests/tfmod.c -rw-r--r-- 1000/1000 4067 2011-04-04 12:19 mpfr-3.0.1/tests/random2.c -rw-r--r-- 1000/1000 2938 2011-04-04 12:19 mpfr-3.0.1/tests/tcmp_d.c -rw-r--r-- 1000/1000 6852 2011-04-04 12:19 mpfr-3.0.1/tests/tdiv_ui.c -rw-r--r-- 1000/1000 21478 2011-04-04 12:19 mpfr-3.0.1/tests/tmul.c -rw-r--r-- 1000/1000 6015 2011-04-04 12:19 mpfr-3.0.1/tests/tyn.c -rw-r--r-- 1000/1000 23631 2011-04-04 12:19 mpfr-3.0.1/tests/tgamma.c -rw-r--r-- 1000/1000 9241 2011-04-04 12:19 mpfr-3.0.1/tests/tremquo.c -rw-r--r-- 1000/1000 5575 2011-04-04 12:19 mpfr-3.0.1/tests/tcoth.c -rw-r--r-- 1000/1000 11840 2011-04-04 12:19 mpfr-3.0.1/tests/tfprintf.c -rw-r--r-- 1000/1000 7259 2011-04-04 12:19 mpfr-3.0.1/tests/tget_sj.c -rw-r--r-- 1000/1000 8389 2011-04-04 12:19 mpfr-3.0.1/tests/texp10.c -rw-r--r-- 1000/1000 4419 2011-04-04 12:19 mpfr-3.0.1/tests/tout_str.c -rw-r--r-- 1000/1000 14140 2011-04-04 12:19 mpfr-3.0.1/tests/taway.c -rw-r--r-- 1000/1000 18135 2011-04-04 12:19 mpfr-3.0.1/tests/terf.c -rw-r--r-- 1000/1000 45629 2011-04-04 12:19 mpfr-3.0.1/tests/tadd.c -rw-r--r-- 1000/1000 6326 2011-04-04 12:19 mpfr-3.0.1/tests/tset_f.c -rw-r--r-- 1000/1000 7398 2011-04-04 12:19 mpfr-3.0.1/tests/thyperbolic.c -rw-r--r-- 1000/1000 10997 2011-04-04 12:19 mpfr-3.0.1/tests/texceptions.c -rw-r--r-- 1000/1000 2340 2011-04-04 12:19 mpfr-3.0.1/tests/tisqrt.c -rw-r--r-- 1000/1000 3525 2011-04-04 12:19 mpfr-3.0.1/tests/tlog1p.c -rw-r--r-- 1000/1000 3384 2011-04-04 12:19 mpfr-3.0.1/tests/tconst_euler.c -rw-r--r-- 1000/1000 8363 2011-04-04 12:19 mpfr-3.0.1/tests/tui_sub.c -rw-r--r-- 1000/1000 3360 2011-04-04 12:19 mpfr-3.0.1/tests/tset_q.c -rw-r--r-- 1000/1000 5444 2011-04-04 12:19 mpfr-3.0.1/tests/tl2b.c -rw-r--r-- 1000/1000 4751 2011-04-04 12:19 mpfr-3.0.1/tests/tatanh.c -rw-r--r-- 1000/1000 2314 2011-04-04 12:19 mpfr-3.0.1/tests/tcsc.c -rw-r--r-- 1000/1000 7809 2011-04-04 12:19 mpfr-3.0.1/tests/tfrac.c -rw-r--r-- 1000/1000 5817 2011-04-04 12:19 mpfr-3.0.1/tests/turandom.c -rw-r--r-- 1000/1000 4097 2011-04-04 12:19 mpfr-3.0.1/tests/tasinh.c -rw-r--r-- 1000/1000 17491 2011-04-04 12:19 mpfr-3.0.1/tests/tsub1sp.c -rw-r--r-- 1000/1000 6111 2011-04-04 12:19 mpfr-3.0.1/tests/tcbrt.c -rw-r--r-- 1000/1000 37594 2011-04-04 12:19 mpfr-3.0.1/tests/tsprintf.c -rw-r--r-- 1000/1000 5994 2011-04-04 12:19 mpfr-3.0.1/tests/tcmp.c -rw-r--r-- 1000/1000 3559 2011-04-04 12:19 mpfr-3.0.1/tests/trandom.c -rw-r--r-- 1000/1000 4881 2011-04-04 12:19 mpfr-3.0.1/tests/memory.c -rw-r--r-- 1000/1000 3780 2011-04-04 12:19 mpfr-3.0.1/tests/tcot.c -rw-r--r-- 1000/1000 5186 2011-04-04 12:19 mpfr-3.0.1/tests/mpf_compat.h -rw-r--r-- 1000/1000 3240 2011-04-04 12:19 mpfr-3.0.1/tests/tsub_d.c -rw-r--r-- 1000/1000 3296 2011-04-04 12:19 mpfr-3.0.1/tests/tadd_ui.c -rw-r--r-- 1000/1000 13459 2011-04-04 12:19 mpfr-3.0.1/tests/tprintf.c -rw-r--r-- 1000/1000 2357 2011-04-04 12:19 mpfr-3.0.1/tests/tlog2.c -rw-r--r-- 1000/1000 3689 2011-04-04 12:19 mpfr-3.0.1/tests/ttrunc.c -rw-r--r-- 1000/1000 3139 2011-04-04 12:19 mpfr-3.0.1/tests/tsinh.c -rw-r--r-- 1000/1000 10248 2011-04-04 12:19 mpfr-3.0.1/tests/tmul_2exp.c -rw-r--r-- 1000/1000 4520 2011-04-04 12:19 mpfr-3.0.1/tests/tget_z.c -rw-r--r-- 1000/1000 45171 2011-04-04 12:19 mpfr-3.0.1/tests/tget_str.c -rw-r--r-- 1000/1000 5548 2011-04-04 12:19 mpfr-3.0.1/tests/tisnan.c -rw-r--r-- 1000/1000 1780 2011-04-04 12:19 mpfr-3.0.1/tests/tbuildopt.c -rw-r--r-- 1000/1000 40536 2011-04-04 12:19 mpfr-3.0.1/tests/tpow.c -rw-r--r-- 1000/1000 19849 2011-04-04 12:19 mpfr-3.0.1/tests/tgmpop.c -rw-r--r-- 1000/1000 6848 2011-04-04 12:19 mpfr-3.0.1/tests/tsubnormal.c -rw-r--r-- 1000/1000 19364 2011-04-04 12:19 mpfr-3.0.1/tests/tfms.c -rw-r--r-- 1000/1000 131854 2011-04-04 12:19 mpfr-3.0.1/tests/Makefile.in -rw-r--r-- 1000/1000 3343 2011-04-04 12:19 mpfr-3.0.1/tests/tzeta_ui.c -rw-r--r-- 1000/1000 13985 2011-04-04 12:19 mpfr-3.0.1/tests/tlog.c -rw-r--r-- 1000/1000 1085 2011-04-04 12:19 mpfr-3.0.1/tests/mpfr_compat.c -rw-r--r-- 1000/1000 4453 2011-04-04 12:19 mpfr-3.0.1/tests/tinternals.c -rw-r--r-- 1000/1000 10171 2011-04-04 12:19 mpfr-3.0.1/tests/tget_flt.c -rw-r--r-- 1000/1000 5204 2011-04-04 12:19 mpfr-3.0.1/tests/tcosh.c -rw-r--r-- 1000/1000 25468 2011-04-04 12:19 mpfr-3.0.1/tests/tests.c -rw-r--r-- 1000/1000 34004 2011-04-04 12:19 mpfr-3.0.1/tests/texp.c -rw-r--r-- 1000/1000 2626 2011-04-04 12:19 mpfr-3.0.1/tests/tmin_prec.c -rw-r--r-- 1000/1000 20800 2011-04-04 12:19 mpfr-3.0.1/tests/tsub.c -rw-r--r-- 1000/1000 3943 2011-04-04 12:19 mpfr-3.0.1/tests/tadd_d.c -rw-r--r-- 1000/1000 16574 2011-04-04 12:19 mpfr-3.0.1/tests/tatan.c -rw-r--r-- 1000/1000 3312 2011-04-04 12:19 mpfr-3.0.1/tests/tj0.c -rw-r--r-- 1000/1000 10441 2011-04-04 12:19 mpfr-3.0.1/tests/tpow_z.c -rw-r--r-- 1000/1000 1084 2011-04-04 12:19 mpfr-3.0.1/tests/mpf_compat.c -rw-r--r-- 1000/1000 2791 2011-04-04 12:19 mpfr-3.0.1/tests/tdim.c -rw-r--r-- 1000/1000 3981 2011-04-04 12:19 mpfr-3.0.1/tests/tcan_round.c -rw-r--r-- 1000/1000 26195 2011-04-04 12:19 mpfr-3.0.1/tests/tpow_all.c -rw-r--r-- 1000/1000 1703 2011-04-04 12:19 mpfr-3.0.1/tests/tconst_catalan.c -rw-r--r-- 1000/1000 5583 2011-04-04 12:19 mpfr-3.0.1/tests/tnext.c -rw-r--r-- 1000/1000 1691 2011-04-04 12:19 mpfr-3.0.1/tests/tsqrt_ui.c -rw-r--r-- 1000/1000 2673 2011-04-04 12:19 mpfr-3.0.1/tests/Makefile.am -rw-r--r-- 1000/1000 3546 2011-04-04 12:19 mpfr-3.0.1/tests/tsinh_cosh.c -rw-r--r-- 1000/1000 9908 2011-04-04 12:19 mpfr-3.0.1/tests/tsin.c -rw-r--r-- 1000/1000 4811 2011-04-04 12:19 mpfr-3.0.1/tests/tli2.c -rw-r--r-- 1000/1000 20537 2011-04-04 12:19 mpfr-3.0.1/tests/tsin_cos.c -rw-r--r-- 1000/1000 10018 2011-04-04 12:19 mpfr-3.0.1/tests/texp2.c -rw-r--r-- 1000/1000 21796 2011-04-04 12:19 mpfr-3.0.1/tests/tfma.c -rw-r--r-- 1000/1000 5908 2011-04-04 12:19 mpfr-3.0.1/tests/tasin.c -rw-r--r-- 1000/1000 1561 2011-04-04 12:19 mpfr-3.0.1/tests/tswap.c -rw-r--r-- 1000/1000 8127 2011-04-04 12:19 mpfr-3.0.1/tests/tmul_ui.c -rw-r--r-- 1000/1000 13082 2011-04-04 12:19 mpfr-3.0.1/tests/tzeta.c -rw-r--r-- 1000/1000 6001 2011-04-04 12:19 mpfr-3.0.1/tests/mpfr-test.h -rw-r--r-- 1000/1000 7357 2011-04-04 12:19 mpfr-3.0.1/tests/tfits.c -rw-r--r-- 1000/1000 27049 2011-04-04 12:19 mpfr-3.0.1/tests/tset_str.c -rw-r--r-- 1000/1000 9710 2011-04-04 12:19 mpfr-3.0.1/tests/tjn.c -rw-r--r-- 1000/1000 3690 2011-04-04 12:19 mpfr-3.0.1/tests/tset_z.c -rw-r--r-- 1000/1000 1330 2011-04-04 12:19 mpfr-3.0.1/tests/cmp_str.c -rw-r--r-- 1000/1000 2554 2011-04-04 12:19 mpfr-3.0.1/tests/tinp_str.c -rw-r--r-- 1000/1000 5411 2011-04-04 12:19 mpfr-3.0.1/tests/tsech.c -rw-r--r-- 1000/1000 4892 2011-04-04 12:19 mpfr-3.0.1/tests/tconst_log2.c -rw-r--r-- 1000/1000 3620 2011-04-04 12:19 mpfr-3.0.1/tests/tsqr.c -rw-r--r-- 1000/1000 2060 2011-04-04 12:19 mpfr-3.0.1/tests/rnd_mode.c -rw-r--r-- 1000/1000 3242 2011-04-04 12:19 mpfr-3.0.1/tests/td_sub.c -rw-r--r-- 1000/1000 4527 2011-04-04 12:19 mpfr-3.0.1/tests/tacos.c -rw-r--r-- 1000/1000 4517 2011-04-04 12:19 mpfr-3.0.1/tests/tstckintc.c -rw-r--r-- 1000/1000 2371 2011-04-04 12:19 mpfr-3.0.1/tests/tversion.c -rw-r--r-- 1000/1000 3653 2011-04-04 12:19 mpfr-3.0.1/tests/tround_prec.c -rw-r--r-- 1000/1000 6015 2011-04-04 12:19 mpfr-3.0.1/tests/tset.c -rw-r--r-- 1000/1000 10606 2011-04-04 12:19 mpfr-3.0.1/tests/tcos.c -rw-r--r-- 1000/1000 4340 2011-04-04 12:19 mpfr-3.0.1/tests/ttan.c -rw-r--r-- 1000/1000 2630 2011-04-04 12:19 mpfr-3.0.1/tests/tj1.c -rw-r--r-- 1000/1000 11977 2011-04-04 12:19 mpfr-3.0.1/tests/tset_si.c -rw-r--r-- 1000/1000 1322 2011-04-04 12:19 mpfr-3.0.1/tests/inp_str.data -rw-r--r-- 1000/1000 3273 2011-04-04 12:19 mpfr-3.0.1/tests/tlog10.c -rw-r--r-- 1000/1000 4651 2011-04-04 12:19 mpfr-3.0.1/tests/tmul.dat -rw-r--r-- 1000/1000 8313 2011-04-04 12:19 mpfr-3.0.1/tests/tcmp_ui.c -rw-r--r-- 1000/1000 4686 2011-04-04 12:19 mpfr-3.0.1/tests/tconst_pi.c -rw-r--r-- 1000/1000 1312 2011-04-04 12:19 mpfr-3.0.1/tests/tinits.c -rw-r--r-- 1000/1000 3404 2011-04-04 12:19 mpfr-3.0.1/tests/toutimpl.c -rw-r--r-- 1000/1000 5658 2011-04-04 12:19 mpfr-3.0.1/tests/tui_div.c -rw-r--r-- 1000/1000 2766 2011-04-04 12:19 mpfr-3.0.1/tests/ty1.c -rw-r--r-- 1000/1000 3488 2011-04-04 12:19 mpfr-3.0.1/tests/tdiv_d.c -rw-r--r-- 1000/1000 7174 2011-04-04 12:19 mpfr-3.0.1/tests/tui_pow.c -rw-r--r-- 1000/1000 4560 2011-04-04 12:19 mpfr-3.0.1/tests/tgeneric_ui.c -rw-r--r-- 1000/1000 4807 2011-04-04 12:19 mpfr-3.0.1/tests/tsec.c -rw-r--r-- 1000/1000 6902 2011-04-04 12:19 mpfr-3.0.1/tests/tmodf.c -rw-r--r-- 1000/1000 4563 2011-04-04 12:19 mpfr-3.0.1/tests/texpm1.c -rw-r--r-- 1000/1000 2729 2011-04-04 12:19 mpfr-3.0.1/tests/tcsch.c -rw-r--r-- 1000/1000 18425 2011-04-04 12:19 mpfr-3.0.1/tests/tgeneric.c -rw-r--r-- 1000/1000 6485 2011-04-04 12:19 mpfr-3.0.1/tests/tlngamma.c -rw-r--r-- 1000/1000 1663 2011-04-04 12:19 mpfr-3.0.1/tests/tdigamma.c -rw-r--r-- 1000/1000 5204 2011-04-04 12:19 mpfr-3.0.1/tests/tacosh.c -rw-r--r-- 1000/1000 8851 2011-04-04 12:19 mpfr-3.0.1/tests/thypot.c -rw-r--r-- 1000/1000 8200 2011-04-04 12:19 mpfr-3.0.1/tests/tset_ld.c -rw-r--r-- 1000/1000 2770 2011-04-04 12:19 mpfr-3.0.1/tests/ty0.c -rw-r--r-- 1000/1000 4148 2011-04-04 12:19 mpfr-3.0.1/tests/tcheck.c -rw-r--r-- 1000/1000 5977 2011-04-04 12:19 mpfr-3.0.1/tests/teint.c -rw-r--r-- 1000/1000 2934 2011-04-04 12:19 mpfr-3.0.1/tests/tcmp_ld.c -rw-r--r-- 1000/1000 3449 2011-04-04 12:19 mpfr-3.0.1/tests/tmul_d.c -rw-r--r-- 1000/1000 8069 2011-04-04 12:19 mpfr-3.0.1/tests/tagm.c -rw-r--r-- 1000/1000 5543 2011-04-04 12:19 mpfr-3.0.1/tests/teq.c -rw-r--r-- 1000/1000 4184 2011-04-04 12:19 mpfr-3.0.1/tests/tpow3.c -rw-r--r-- 1000/1000 4013 2011-04-04 12:19 mpfr-3.0.1/tests/tsub_ui.c -rw-r--r-- 1000/1000 2634 2011-04-04 12:19 mpfr-3.0.1/tests/tai.c -rw-r--r-- 1000/1000 4524 2011-04-04 12:19 mpfr-3.0.1/tests/tsi_op.c -rw-r--r-- 1000/1000 3513 2011-04-04 12:19 mpfr-3.0.1/tests/td_div.c -rw-r--r-- 1000/1000 7871 2011-04-04 12:19 mpfr-3.0.1/tests/tsum.c -rw-r--r-- 1000/1000 5488 2011-04-04 12:19 mpfr-3.0.1/tests/tset_sj.c -rw-r--r-- 1000/1000 3822 2011-04-04 12:19 mpfr-3.0.1/tests/tget_ld_2exp.c -rw-r--r-- 1000/1000 4293 2011-04-04 12:19 mpfr-3.0.1/tests/tminmax.c -rw-r--r-- 1000/1000 10179 2011-04-04 12:19 mpfr-3.0.1/tests/tget_f.c -rw-r--r-- 1000/1000 20487 2011-04-04 12:19 mpfr-3.0.1/tests/reuse.c -rw-r--r-- 1000/1000 3320 2011-04-04 12:19 mpfr-3.0.1/tests/tget_d_2exp.c -rw-r--r-- 1000/1000 3219 2011-04-04 12:19 mpfr-3.0.1/tests/tset_z_exp.c -rw-r--r-- 1000/1000 22423 2011-04-04 12:19 mpfr-3.0.1/tests/tsqrt.c -rw-r--r-- 1000/1000 7052 2011-04-04 12:19 mpfr-3.0.1/tests/tget_set_d64.c -rw-r--r-- 1000/1000 8249 2011-04-04 12:19 mpfr-3.0.1/tests/tfactorial.c -rw-r--r-- 1000/1000 4807 2011-04-04 12:19 mpfr-3.0.1/tests/tcmpabs.c -rw-r--r-- 1000/1000 12499 2011-04-04 12:19 mpfr-3.0.1/tests/trint.c -rw-r--r-- 1000/1000 10890 2011-04-04 12:19 mpfr-3.0.1/tests/tcmp2.c -rw-r--r-- 1000/1000 3953 2011-04-04 12:19 mpfr-3.0.1/tests/tcomparisons.c -rw-r--r-- 1000/1000 3457 2011-04-04 12:19 mpfr-3.0.1/tests/tcopysign.c -rw-r--r-- 1000/1000 29334 2011-04-04 12:19 mpfr-3.0.1/tests/tdiv.c -rw-r--r-- 1000/1000 3401 2011-04-04 12:19 mpfr-3.0.1/tests/ttanh.c -rw-r--r-- 1000/1000 6774 2011-04-04 12:19 mpfr-3.0.1/tests/tset_d.c -rw-r--r-- 1000/1000 12581 2011-04-04 12:19 mpfr-3.0.1/tests/tlgamma.c -rw-r--r-- 1000/1000 4306 2011-04-04 12:19 mpfr-3.0.1/tests/tabs.c -rwxr-xr-x 1000/1000 18615 2011-04-04 12:19 mpfr-3.0.1/depcomp -rw-r--r-- 1000/1000 1957 2011-04-04 12:19 mpfr-3.0.1/get_ui.c -rw-r--r-- 1000/1000 1567 2011-04-04 12:19 mpfr-3.0.1/sec.c -rw-r--r-- 1000/1000 1239 2011-04-04 12:19 mpfr-3.0.1/get_exp.c -rw-r--r-- 1000/1000 1324 2011-04-04 12:19 mpfr-3.0.1/set_exp.c -rw-r--r-- 1000/1000 1540 2011-04-04 12:19 mpfr-3.0.1/ui_pow.c -rw-r--r-- 1000/1000 1625 2011-04-04 12:19 mpfr-3.0.1/free_cache.c -rw-r--r-- 1000/1000 2081 2011-04-04 12:19 mpfr-3.0.1/ui_sub.c -rw-r--r-- 1000/1000 1147 2011-04-04 12:19 mpfr-3.0.1/set_zero.c -rw-r--r-- 1000/1000 27375 2011-04-04 12:19 mpfr-3.0.1/strtofr.c -rw-r--r-- 1000/1000 2700 2011-04-04 12:19 mpfr-3.0.1/cmp.c -rw-r--r-- 1000/1000 6803 2011-04-04 12:19 mpfr-3.0.1/const_euler.c -rw-r--r-- 1000/1000 16260 2011-04-04 12:19 mpfr-3.0.1/gamma.c -rw-r--r-- 1000/1000 9473 2011-04-04 12:19 mpfr-3.0.1/ai.c -rw-r--r-- 1000/1000 2646 2011-04-04 12:19 mpfr-3.0.1/fits_s.h -rw-r--r-- 1000/1000 15282 2011-04-04 12:19 mpfr-3.0.1/add1.c -rw-r--r-- 1000/1000 22931 2011-04-04 12:19 mpfr-3.0.1/sub1.c -rw-r--r-- 1000/1000 7996 2011-04-04 12:19 mpfr-3.0.1/div_ui.c -rwxr-xr-x 1000/1000 13663 2011-04-04 12:19 mpfr-3.0.1/install-sh -rw-r--r-- 1000/1000 1416 2011-04-04 12:19 mpfr-3.0.1/int_ceil_log2.c -rw-r--r-- 1000/1000 2330 2011-04-04 12:19 mpfr-3.0.1/scale2.c -rw-r--r-- 1000/1000 1586 2011-04-04 12:19 mpfr-3.0.1/swap.c -rw-r--r-- 1000/1000 5812 2011-04-04 12:19 mpfr-3.0.1/get_ld.c -rw-r--r-- 1000/1000 20269 2011-04-04 12:19 mpfr-3.0.1/ansi2knr.c -rw-r--r-- 1000/1000 26383 2011-04-04 12:19 mpfr-3.0.1/acinclude.m4 -rw-r--r-- 1000/1000 5805 2011-04-04 12:19 mpfr-3.0.1/hypot.c -rw-r--r-- 1000/1000 2303 2011-04-04 12:19 mpfr-3.0.1/mul_2ui.c -rw-r--r-- 1000/1000 1483 2011-04-04 12:19 mpfr-3.0.1/setmax.c -rw-r--r-- 1000/1000 1159 2011-04-04 12:19 mpfr-3.0.1/exp10.c drwxr-xr-x 1000/1000 0 2011-04-04 12:20 mpfr-3.0.1/examples/ -rw-r--r-- 1000/1000 182 2011-04-04 12:19 mpfr-3.0.1/examples/ReadMe -rw-r--r-- 1000/1000 3059 2011-04-04 12:19 mpfr-3.0.1/examples/version.c -rw-r--r-- 1000/1000 1702 2011-04-04 12:19 mpfr-3.0.1/examples/sample.c -rw-r--r-- 1000/1000 2643 2011-04-04 12:19 mpfr-3.0.1/examples/rndo-add.c -rw-r--r-- 1000/1000 3025 2011-04-04 12:19 mpfr-3.0.1/examples/divworst.c -rw-r--r-- 1000/1000 5246 2011-04-04 12:19 mpfr-3.0.1/exp.c -rw-r--r-- 1000/1000 35147 2011-04-04 12:19 mpfr-3.0.1/COPYING -rwxr-xr-x 1000/1000 1150 2011-04-04 12:19 mpfr-3.0.1/get_patches.sh -rw-r--r-- 1000/1000 13303 2011-04-04 12:19 mpfr-3.0.1/pow_z.c -rw-r--r-- 1000/1000 1194 2011-04-04 12:19 mpfr-3.0.1/abort_prec_max.c -rw-r--r-- 1000/1000 3823 2011-04-04 12:19 mpfr-3.0.1/sqr.c -rw-r--r-- 1000/1000 1111 2011-04-04 12:19 mpfr-3.0.1/isinf.c -rw-r--r-- 1000/1000 6240 2011-04-04 12:19 mpfr-3.0.1/gammaonethird.c -rw-r--r-- 1000/1000 1519 2011-04-04 12:19 mpfr-3.0.1/set_rnd.c -rw-r--r-- 1000/1000 0 2011-04-04 12:19 mpfr-3.0.1/PATCHES -rw-r--r-- 1000/1000 5826 2011-04-04 12:19 mpfr-3.0.1/log.c -rw-r--r-- 1000/1000 7432 2011-04-04 12:19 mpfr-3.0.1/round_prec.c -rw-r--r-- 1000/1000 1705 2011-04-04 12:19 mpfr-3.0.1/div_d.c -rw-r--r-- 1000/1000 1965 2011-04-04 12:19 mpfr-3.0.1/sub_ui.c -rw-r--r-- 1000/1000 81218 2011-04-04 12:19 mpfr-3.0.1/mpfr-impl.h -rw-r--r-- 1000/1000 4019 2011-04-04 12:19 mpfr-3.0.1/README -rw-r--r-- 1000/1000 6288 2011-04-04 12:19 mpfr-3.0.1/mpf2mpfr.h -rw-r--r-- 1000/1000 20285 2011-04-04 12:19 mpfr-3.0.1/tuneup.c -rw-r--r-- 1000/1000 5418 2011-04-04 12:19 mpfr-3.0.1/expm1.c -rw-r--r-- 1000/1000 1314 2011-04-04 12:19 mpfr-3.0.1/cmp_ld.c -rw-r--r-- 1000/1000 1280 2011-04-04 12:19 mpfr-3.0.1/clear.c -rw-r--r-- 1000/1000 13903 2011-04-04 12:19 mpfr-3.0.1/NEWS -rwxr-xr-x 1000/1000 3769 2011-04-04 12:19 mpfr-3.0.1/compile -rw-r--r-- 1000/1000 1229 2011-04-04 12:19 mpfr-3.0.1/set_si.c -rw-r--r-- 1000/1000 4758 2011-04-04 12:19 mpfr-3.0.1/get_sj.c -rw-r--r-- 1000/1000 1539 2011-04-04 12:19 mpfr-3.0.1/copysign.c + /bin/chmod -R a+rX,g-w,o-w . + cd mpfr-3.0.1 + cd .. + /bin/rm -f gcc-4.8.0/mpfr + ln -s /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/mpfr-3.0.1 gcc-4.8.0/mpfr + source_dir_21=mpc-0.8.2 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 + /bin/gzip -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/mpc-0.8.2.tar.gz + /bin/tar -xvvf - drwxr-xr-x 1000/1000 0 2010-05-14 11:23 mpc-0.8.2/ -rw-r--r-- 1000/1000 14374 2010-05-14 11:22 mpc-0.8.2/Makefile.vc -rw-r--r-- 1000/1000 2644 2009-10-29 14:25 mpc-0.8.2/config.h.in -rw-r--r-- 1000/1000 2451 2009-12-08 17:36 mpc-0.8.2/INSTALL -rw-r--r-- 1000/1000 5568 2010-05-14 11:21 mpc-0.8.2/configure.ac drwxr-xr-x 1000/1000 0 2010-05-14 11:23 mpc-0.8.2/tests/ -rw-r--r-- 1000/1000 5840 2008-12-08 15:51 mpc-0.8.2/tests/add.dat -rw-r--r-- 1000/1000 7365 2009-03-18 10:11 mpc-0.8.2/tests/ttan.c -rw-r--r-- 1000/1000 1986 2009-03-18 10:11 mpc-0.8.2/tests/tprec.c -rw-r--r-- 1000/1000 1451 2009-11-21 11:26 mpc-0.8.2/tests/tatanh.c -rw-r--r-- 1000/1000 8282 2009-10-02 16:44 mpc-0.8.2/tests/tsqr.c -rw-r--r-- 1000/1000 2573 2009-03-18 10:11 mpc-0.8.2/tests/tmul_i.c -rw-r--r-- 1000/1000 8717 2010-05-05 20:21 mpc-0.8.2/tests/log.dat -rw-r--r-- 1000/1000 1024 2008-11-17 14:05 mpc-0.8.2/tests/tdiv_2exp.c -rw-r--r-- 1000/1000 6995 2008-12-08 21:06 mpc-0.8.2/tests/exp.dat -rw-r--r-- 1000/1000 3134 2008-12-08 15:51 mpc-0.8.2/tests/proj.dat -rw-r--r-- 1000/1000 17101 2008-12-08 15:51 mpc-0.8.2/tests/div_fr.dat -rw-r--r-- 1000/1000 4612 2008-12-08 19:27 mpc-0.8.2/tests/cosh.dat -rw-r--r-- 1000/1000 1049 2009-09-30 17:35 mpc-0.8.2/tests/tatan.c -rw-r--r-- 1000/1000 1043 2008-12-08 17:55 mpc-0.8.2/tests/tsinh.c -rw-r--r-- 1000/1000 1049 2009-06-04 16:51 mpc-0.8.2/tests/tabs.c -rw-r--r-- 1000/1000 1048 2008-11-17 14:05 mpc-0.8.2/tests/tneg.c -rw-r--r-- 1000/1000 1058 2008-11-17 14:05 mpc-0.8.2/tests/tmul_ui.c -rw-r--r-- 1000/1000 5512 2008-12-08 15:51 mpc-0.8.2/tests/add_fr.dat -rw-r--r-- 1000/1000 23829 2010-04-01 17:39 mpc-0.8.2/tests/read_data.c -rw-r--r-- 1000/1000 1449 2009-11-21 11:26 mpc-0.8.2/tests/tasinh.c -rw-r--r-- 1000/1000 30346 2010-05-04 10:43 mpc-0.8.2/tests/tgeneric.c -rw-r--r-- 1000/1000 8556 2009-10-05 12:44 mpc-0.8.2/tests/atan.dat -rw-r--r-- 1000/1000 1421 2009-03-20 17:17 mpc-0.8.2/tests/treimref.c -rw-r--r-- 1000/1000 3249 2008-12-08 20:30 mpc-0.8.2/tests/sinh.dat -rw-r--r-- 1000/1000 3275 2008-12-09 18:56 mpc-0.8.2/tests/arg.dat -rw-r--r-- 1000/1000 7472 2008-12-09 14:17 mpc-0.8.2/tests/tan.dat -rw-r--r-- 1000/1000 1063 2008-12-08 15:51 mpc-0.8.2/tests/tsin.c -rw-r--r-- 1000/1000 7055 2009-09-30 14:26 mpc-0.8.2/tests/asin.dat -rw-r--r-- 1000/1000 7681 2008-12-09 18:56 mpc-0.8.2/tests/sqr.dat -rw-r--r-- 1000/1000 3473 2009-03-18 10:11 mpc-0.8.2/tests/tdiv.c -rw-r--r-- 1000/1000 1667 2009-11-05 16:34 mpc-0.8.2/tests/tget_version.c -rw-r--r-- 1000/1000 5518 2008-12-08 15:51 mpc-0.8.2/tests/neg.dat -rw-r--r-- 1000/1000 1697 2009-03-18 10:11 mpc-0.8.2/tests/comparisons.c -rw-r--r-- 1000/1000 6855 2009-09-30 14:26 mpc-0.8.2/tests/acosh.dat -rw-r--r-- 1000/1000 3309 2008-12-09 14:17 mpc-0.8.2/tests/cos.dat -rw-r--r-- 1000/1000 25019 2009-11-03 14:20 mpc-0.8.2/tests/pow.dat -rw-r--r-- 1000/1000 1544 2009-10-28 10:53 mpc-0.8.2/tests/tpow_d.c -rw-r--r-- 1000/1000 1059 2008-11-17 14:05 mpc-0.8.2/tests/tfr_sub.c -rw-r--r-- 1000/1000 1065 2008-12-03 13:43 mpc-0.8.2/tests/texp.c -rw-r--r-- 1000/1000 1036 2008-11-17 14:05 mpc-0.8.2/tests/tmul_si.c -rw-r--r-- 1000/1000 1043 2008-11-17 14:05 mpc-0.8.2/tests/tsub.c -rw-r--r-- 1000/1000 1043 2008-12-08 19:34 mpc-0.8.2/tests/ttanh.c -rw-r--r-- 1000/1000 4631 2008-12-08 15:51 mpc-0.8.2/tests/sub.dat -rw-r--r-- 1000/1000 1222 2009-10-28 10:53 mpc-0.8.2/tests/tpow_z.c -rw-r--r-- 1000/1000 1449 2009-11-21 11:26 mpc-0.8.2/tests/tacosh.c -rw-r--r-- 1000/1000 17328 2009-08-25 22:15 mpc-0.8.2/tests/fr_div.dat -rw-r--r-- 1000/1000 1020 2008-11-17 14:05 mpc-0.8.2/tests/tsub_ui.c -rw-r--r-- 1000/1000 1055 2008-11-17 14:05 mpc-0.8.2/tests/tsqrt.c -rw-r--r-- 1000/1000 3266 2008-12-09 14:27 mpc-0.8.2/tests/tanh.dat -rw-r--r-- 1000/1000 5939 2009-10-05 12:44 mpc-0.8.2/tests/atanh.dat -rw-r--r-- 1000/1000 2354 2009-06-05 10:34 mpc-0.8.2/tests/norm.dat -rw-r--r-- 1000/1000 10502 2009-03-19 16:34 mpc-0.8.2/tests/strtoc.dat -rw-r--r-- 1000/1000 6089 2008-12-10 13:30 mpc-0.8.2/tests/sqrt.dat -rw-r--r-- 1000/1000 1054 2008-11-17 14:05 mpc-0.8.2/tests/targ.c -rw-r--r-- 1000/1000 1029 2009-09-30 14:26 mpc-0.8.2/tests/tasin.c -rw-r--r-- 1000/1000 12185 2009-08-17 23:56 mpc-0.8.2/tests/tset.c -rw-r--r-- 1000/1000 1026 2008-11-17 14:05 mpc-0.8.2/tests/timag.c -rw-r--r-- 1000/1000 1056 2008-11-17 14:05 mpc-0.8.2/tests/tnorm.c -rw-r--r-- 1000/1000 4530 2009-12-04 18:35 mpc-0.8.2/tests/tstrtoc.c -rw-r--r-- 1000/1000 40575 2010-05-14 11:23 mpc-0.8.2/tests/Makefile.in -rw-r--r-- 1000/1000 1029 2009-09-30 14:26 mpc-0.8.2/tests/tacos.c -rw-r--r-- 1000/1000 1252 2009-10-28 10:53 mpc-0.8.2/tests/tpow_fr.c -rw-r--r-- 1000/1000 1020 2008-11-17 14:05 mpc-0.8.2/tests/tdiv_ui.c -rw-r--r-- 1000/1000 17560 2008-12-09 18:56 mpc-0.8.2/tests/sub_fr.dat -rw-r--r-- 1000/1000 2727 2009-10-28 10:53 mpc-0.8.2/tests/tui_div.c -rw-r--r-- 1000/1000 1297 2010-04-30 20:16 mpc-0.8.2/tests/Makefile.am -rw-r--r-- 1000/1000 4384 2010-04-11 18:03 mpc-0.8.2/tests/pow_ui.dat -rw-r--r-- 1000/1000 17101 2008-12-08 15:51 mpc-0.8.2/tests/mul_fr.dat -rw-r--r-- 1000/1000 3250 2008-12-08 15:51 mpc-0.8.2/tests/abs.dat -rw-r--r-- 1000/1000 4982 2009-11-21 11:26 mpc-0.8.2/tests/memory.c -rw-r--r-- 1000/1000 1085 2009-10-02 16:45 mpc-0.8.2/tests/tlog.c -rw-r--r-- 1000/1000 1889 2008-12-31 12:39 mpc-0.8.2/tests/tadd_fr.c -rw-r--r-- 1000/1000 1052 2008-11-17 14:05 mpc-0.8.2/tests/tmul_fr.c -rw-r--r-- 1000/1000 4581 2009-11-21 11:26 mpc-0.8.2/tests/random.c -rw-r--r-- 1000/1000 7065 2009-09-30 14:26 mpc-0.8.2/tests/acos.dat -rw-r--r-- 1000/1000 1024 2008-11-17 14:05 mpc-0.8.2/tests/tmul_2exp.c -rw-r--r-- 1000/1000 1169 2009-10-28 10:53 mpc-0.8.2/tests/tpow_si.c -rw-r--r-- 1000/1000 1052 2008-11-17 14:05 mpc-0.8.2/tests/tdiv_fr.c -rw-r--r-- 1000/1000 6629 2009-09-30 14:26 mpc-0.8.2/tests/asinh.dat -rw-r--r-- 1000/1000 1052 2008-11-17 14:05 mpc-0.8.2/tests/tsub_fr.c -rw-r--r-- 1000/1000 1185 2009-10-28 10:53 mpc-0.8.2/tests/tpow_ld.c -rw-r--r-- 1000/1000 5519 2008-12-08 15:51 mpc-0.8.2/tests/conj.dat -rw-r--r-- 1000/1000 17101 2008-12-08 15:51 mpc-0.8.2/tests/fr_sub.dat -rw-r--r-- 1000/1000 1056 2008-11-17 14:05 mpc-0.8.2/tests/tproj.c -rw-r--r-- 1000/1000 1027 2008-11-17 14:05 mpc-0.8.2/tests/tui_ui_sub.c -rw-r--r-- 1000/1000 7322 2008-12-09 18:56 mpc-0.8.2/tests/mul.dat -rw-r--r-- 1000/1000 3927 2009-03-18 10:11 mpc-0.8.2/tests/tcosh.c -rw-r--r-- 1000/1000 128215 2009-08-22 01:05 mpc-0.8.2/tests/div.dat -rw-r--r-- 1000/1000 1026 2009-06-04 18:19 mpc-0.8.2/tests/tpow.c -rw-r--r-- 1000/1000 7116 2010-05-04 10:43 mpc-0.8.2/tests/mpc-tests.h -rw-r--r-- 1000/1000 7316 2009-03-18 10:11 mpc-0.8.2/tests/tmul.c -rw-r--r-- 1000/1000 1063 2008-11-17 14:05 mpc-0.8.2/tests/tfr_div.c -rw-r--r-- 1000/1000 1026 2008-11-17 14:05 mpc-0.8.2/tests/treal.c -rw-r--r-- 1000/1000 2178 2009-03-18 10:11 mpc-0.8.2/tests/tcos.c -rw-r--r-- 1000/1000 8250 2008-12-09 14:17 mpc-0.8.2/tests/sin.dat -rw-r--r-- 1000/1000 1711 2008-12-31 12:38 mpc-0.8.2/tests/tadd.c -rw-r--r-- 1000/1000 6426 2009-11-21 11:26 mpc-0.8.2/tests/tio_str.c -rw-r--r-- 1000/1000 3924 2010-04-13 19:36 mpc-0.8.2/tests/tpow_ui.c -rw-r--r-- 1000/1000 1053 2008-11-17 14:05 mpc-0.8.2/tests/tconj.c -rw-r--r-- 1000/1000 1667 2008-12-31 12:39 mpc-0.8.2/tests/tadd_ui.c -rw-r--r-- 1000/1000 8706 2009-03-30 09:43 mpc-0.8.2/tests/inp_str.dat -rwxr-xr-x 1000/1000 17867 2009-03-19 18:45 mpc-0.8.2/depcomp -rw-r--r-- 1000/1000 318721 2010-05-14 11:22 mpc-0.8.2/aclocal.m4 -rw-r--r-- 1000/1000 6325 2009-09-07 17:54 mpc-0.8.2/acinclude.m4 -rwxr-xr-x 1000/1000 33387 2009-03-19 18:45 mpc-0.8.2/config.sub -rw-r--r-- 1000/1000 1047 2010-03-30 18:25 mpc-0.8.2/TODO -rwxr-xr-x 1000/1000 11135 2009-03-19 18:45 mpc-0.8.2/missing -rwxr-xr-x 1000/1000 44892 2009-03-19 18:45 mpc-0.8.2/config.guess -rw-r--r-- 1000/1000 24530 2010-05-14 11:23 mpc-0.8.2/Makefile.in -rw-r--r-- 1000/1000 0 2008-11-17 14:05 mpc-0.8.2/ChangeLog -rw-r--r-- 1000/1000 168 2008-12-03 10:35 mpc-0.8.2/Makefile.am -rw-r--r-- 1000/1000 200 2008-11-17 14:05 mpc-0.8.2/AUTHORS -rwxr-xr-x 1000/1000 13620 2009-03-19 18:45 mpc-0.8.2/install-sh -rw-r--r-- 1000/1000 202 2009-03-04 13:05 mpc-0.8.2/README -rw-r--r-- 1000/1000 3300 2010-04-01 16:15 mpc-0.8.2/NEWS -rw-r--r-- 1000/1000 26430 2008-11-17 14:05 mpc-0.8.2/COPYING.LIB drwxr-xr-x 1000/1000 0 2010-05-14 11:23 mpc-0.8.2/doc/ -rw-r--r-- 1000/1000 47716 2010-05-14 11:23 mpc-0.8.2/doc/mpc.texi -rw-r--r-- 1000/1000 91 2010-05-14 11:23 mpc-0.8.2/doc/version.texi -rw-r--r-- 1000/1000 57637 2010-05-14 11:23 mpc-0.8.2/doc/mpc.info -rw-r--r-- 1000/1000 284143 2009-03-19 18:45 mpc-0.8.2/doc/texinfo.tex -rw-r--r-- 1000/1000 20520 2010-05-14 11:22 mpc-0.8.2/doc/Makefile.in -rw-r--r-- 1000/1000 102 2008-11-17 14:05 mpc-0.8.2/doc/Makefile.am -rwxr-xr-x 1000/1000 5631 2009-03-19 18:45 mpc-0.8.2/doc/mdate-sh -rw-r--r-- 1000/1000 91 2010-05-14 11:23 mpc-0.8.2/doc/stamp-vti -rwxr-xr-x 1000/1000 410051 2010-05-14 11:22 mpc-0.8.2/configure drwxr-xr-x 1000/1000 0 2010-05-14 11:23 mpc-0.8.2/src/ -rw-r--r-- 1000/1000 5920 2009-09-01 14:29 mpc-0.8.2/src/inp_str.c -rw-r--r-- 1000/1000 1115 2009-11-21 11:26 mpc-0.8.2/src/abs.c -rw-r--r-- 1000/1000 1405 2009-03-18 10:11 mpc-0.8.2/src/div_fr.c -rw-r--r-- 1000/1000 954 2010-05-14 11:22 mpc-0.8.2/src/get_version.c -rw-r--r-- 1000/1000 1292 2010-03-19 13:15 mpc-0.8.2/src/set_str.c -rw-r--r-- 1000/1000 1002 2009-03-18 10:11 mpc-0.8.2/src/imag.c -rw-r--r-- 1000/1000 11943 2009-11-21 11:26 mpc-0.8.2/src/atan.c -rw-r--r-- 1000/1000 1203 2009-03-18 10:11 mpc-0.8.2/src/sub.c -rw-r--r-- 1000/1000 1285 2009-10-28 10:53 mpc-0.8.2/src/pow_ld.c -rw-r--r-- 1000/1000 1722 2009-11-21 11:26 mpc-0.8.2/src/asinh.c -rw-r--r-- 1000/1000 1103 2009-08-04 12:37 mpc-0.8.2/src/get_prec.c -rw-r--r-- 1000/1000 1197 2009-03-18 10:11 mpc-0.8.2/src/cosh.c -rw-r--r-- 1000/1000 1260 2009-10-28 10:53 mpc-0.8.2/src/pow_fr.c -rw-r--r-- 1000/1000 1218 2009-09-07 16:24 mpc-0.8.2/src/mul_2exp.c -rw-r--r-- 1000/1000 5371 2009-08-26 22:24 mpc-0.8.2/src/log.c -rw-r--r-- 1000/1000 1215 2009-10-28 10:53 mpc-0.8.2/src/pow_si.c -rw-r--r-- 1000/1000 1283 2009-03-18 10:11 mpc-0.8.2/src/ui_ui_sub.c -rw-r--r-- 1000/1000 1226 2009-03-18 10:11 mpc-0.8.2/src/div_ui.c -rw-r--r-- 1000/1000 1296 2009-03-18 10:11 mpc-0.8.2/src/fr_sub.c -rw-r--r-- 1000/1000 1228 2009-09-07 16:25 mpc-0.8.2/src/mul_ui.c -rw-r--r-- 1000/1000 1280 2009-03-18 10:11 mpc-0.8.2/src/sub_ui.c -rw-r--r-- 1000/1000 1187 2009-03-18 10:11 mpc-0.8.2/src/set.c -rw-r--r-- 1000/1000 2725 2009-11-21 11:26 mpc-0.8.2/src/norm.c -rw-r--r-- 1000/1000 1141 2009-03-18 10:11 mpc-0.8.2/src/cmp.c -rw-r--r-- 1000/1000 1002 2009-03-18 10:11 mpc-0.8.2/src/clear.c -rw-r--r-- 1000/1000 4814 2009-08-26 22:24 mpc-0.8.2/src/get_str.c -rw-r--r-- 1000/1000 1216 2009-09-07 16:23 mpc-0.8.2/src/div_2exp.c + /bin/chmod -R a+rX,g-w,o-w . -rw-r--r-- 1000/1000 5109 2010-04-11 19:49 mpc-0.8.2/src/pow_ui.c -rw-r--r-- 1000/1000 5615 2009-06-09 13:48 mpc-0.8.2/src/sin.c -rw-r--r-- 1000/1000 2318 2010-03-19 13:15 mpc-0.8.2/src/strtoc.c -rw-r--r-- 1000/1000 1058 2009-03-18 10:11 mpc-0.8.2/src/init2.c -rw-r--r-- 1000/1000 1013 2009-03-18 10:11 mpc-0.8.2/src/arg.c -rw-r--r-- 1000/1000 1274 2009-03-18 10:11 mpc-0.8.2/src/add_fr.c -rw-r--r-- 1000/1000 2357 2009-11-21 11:26 mpc-0.8.2/src/acosh.c -rw-r--r-- 1000/1000 5021 2009-09-30 18:06 mpc-0.8.2/src/mpc-impl.h -rw-r--r-- 1000/1000 1416 2009-08-20 19:31 mpc-0.8.2/src/proj.c -rw-r--r-- 1000/1000 1282 2009-10-28 10:53 mpc-0.8.2/src/pow_d.c -rw-r--r-- 1000/1000 1221 2009-10-28 10:53 mpc-0.8.2/src/pow_z.c -rw-r--r-- 1000/1000 24519 2010-04-01 13:01 mpc-0.8.2/src/pow.c -rw-r--r-- 1000/1000 16488 2009-09-07 17:58 mpc-0.8.2/src/mul.c -rw-r--r-- 1000/1000 1201 2009-09-07 16:25 mpc-0.8.2/src/mul_si.c -rw-r--r-- 1000/1000 2362 2009-06-04 12:27 mpc-0.8.2/src/set_x_x.c -rw-r--r-- 1000/1000 22666 2010-05-14 11:23 mpc-0.8.2/src/Makefile.in -rw-r--r-- 1000/1000 1109 2009-08-04 12:37 mpc-0.8.2/src/get_prec2.c -rw-r--r-- 1000/1000 9132 2010-04-01 17:47 mpc-0.8.2/src/sqr.c -rw-r--r-- 1000/1000 1085 2009-03-18 10:11 mpc-0.8.2/src/init3.c -rw-r--r-- 1000/1000 864 2009-10-28 10:53 mpc-0.8.2/src/Makefile.am -rw-r--r-- 1000/1000 1280 2009-03-18 10:11 mpc-0.8.2/src/add_ui.c -rw-r--r-- 1000/1000 1169 2009-03-18 10:11 mpc-0.8.2/src/uceil_log2.c -rw-r--r-- 1000/1000 1002 2009-03-18 10:11 mpc-0.8.2/src/real.c -rw-r--r-- 1000/1000 1656 2009-11-21 11:26 mpc-0.8.2/src/atanh.c -rw-r--r-- 1000/1000 6052 2009-08-26 22:24 mpc-0.8.2/src/exp.c -rw-r--r-- 1000/1000 13049 2010-05-14 11:22 mpc-0.8.2/src/mpc.h -rw-r--r-- 1000/1000 7320 2009-03-18 10:11 mpc-0.8.2/src/cos.c -rw-r--r-- 1000/1000 1170 2009-03-18 10:11 mpc-0.8.2/src/conj.c -rw-r--r-- 1000/1000 8540 2009-08-26 22:24 mpc-0.8.2/src/tan.c -rw-r--r-- 1000/1000 1424 2009-08-26 22:24 mpc-0.8.2/src/out_str.c -rw-r--r-- 1000/1000 2569 2009-06-29 11:33 mpc-0.8.2/src/set_x.c -rw-r--r-- 1000/1000 1261 2009-03-18 10:11 mpc-0.8.2/src/add.c -rw-r--r-- 1000/1000 1162 2009-03-18 10:11 mpc-0.8.2/src/neg.c -rw-r--r-- 1000/1000 1727 2009-03-18 10:11 mpc-0.8.2/src/tanh.c -rw-r--r-- 1000/1000 1268 2009-03-18 10:11 mpc-0.8.2/src/sub_fr.c -rw-r--r-- 1000/1000 13879 2009-08-26 22:24 mpc-0.8.2/src/div.c -rw-r--r-- 1000/1000 1112 2009-03-18 10:11 mpc-0.8.2/src/urandom.c -rw-r--r-- 1000/1000 1195 2009-03-18 10:11 mpc-0.8.2/src/cmp_si_si.c -rw-r--r-- 1000/1000 1234 2009-09-14 13:33 mpc-0.8.2/src/ui_div.c -rw-r--r-- 1000/1000 2560 2009-09-07 10:52 mpc-0.8.2/src/mul_i.c -rw-r--r-- 1000/1000 7704 2010-03-10 16:12 mpc-0.8.2/src/acos.c -rw-r--r-- 1000/1000 1530 2009-06-04 11:56 mpc-0.8.2/src/mem.c -rw-r--r-- 1000/1000 1488 2009-09-07 16:25 mpc-0.8.2/src/mul_fr.c -rw-r--r-- 1000/1000 1049 2009-08-26 22:24 mpc-0.8.2/src/swap.c -rw-r--r-- 1000/1000 7977 2009-09-30 14:26 mpc-0.8.2/src/asin.c -rw-r--r-- 1000/1000 7455 2009-08-26 22:24 mpc-0.8.2/src/sqrt.c -rw-r--r-- 1000/1000 1737 2009-03-18 10:11 mpc-0.8.2/src/sinh.c -rw-r--r-- 1000/1000 1301 2009-08-26 22:24 mpc-0.8.2/src/fr_div.c -rw-r--r-- 1000/1000 1059 2009-03-18 10:11 mpc-0.8.2/src/set_prec.c -rwxr-xr-x 1000/1000 243455 2010-03-26 08:07 mpc-0.8.2/ltmain.sh + cd mpc-0.8.2 + cd .. + /bin/rm -f gcc-4.8.0/mpc + ln -s /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/mpc-0.8.2 gcc-4.8.0/mpc + source_dir_22=gmp-5.0.5 + cd /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1 + cd sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0 + /bin/bzip2 -dc /home/alaya/developement/rtems/src/rtems-source-builder/rtems/sources/gmp-5.0.5.tar.bz2+ /bin/tar -xvvf - drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/ -rw-r--r-- tege/wheel 7205 2012-05-06 13:19 gmp-5.0.5/extract-dbl.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/ -rw-r--r-- tege/wheel 2337 2012-05-06 13:19 gmp-5.0.5/randmui.c -rw-r--r-- tege/wheel 20218 2012-05-06 13:19 gmp-5.0.5/ansi2knr.c -rw-r--r-- tege/wheel 76501 2012-05-06 13:19 gmp-5.0.5/longlong.h drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/mpf/ drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/mpbsd/ -rw-r--r-- tege/wheel 1087 2012-05-06 13:19 gmp-5.0.5/randsdui.c -rw-r--r-- tege/wheel 4289 2012-05-06 13:19 gmp-5.0.5/tal-debug.c -rw-r--r-- tege/wheel 869 2012-05-06 13:19 gmp-5.0.5/mp_bpl.c -rw-r--r-- tege/wheel 1478 2012-05-06 13:19 gmp-5.0.5/randmt.h -rw-r--r-- tege/wheel 17418 2012-05-06 13:19 gmp-5.0.5/gen-psqr.c -rwxr-xr-x tege/wheel 28104 2012-05-06 13:19 gmp-5.0.5/config.guess -rwxr-xr-x tege/wheel 10681 2012-05-06 13:19 gmp-5.0.5/missing -rw-r--r-- tege/wheel 1003 2012-05-06 13:19 gmp-5.0.5/randiset.c -rw-r--r-- tege/wheel 178710 2012-05-06 13:19 gmp-5.0.5/gmp-impl.h -rw-r--r-- tege/wheel 989 2012-05-06 13:19 gmp-5.0.5/randclr.c -rw-r--r-- tege/wheel 883068 2012-05-06 13:19 gmp-5.0.5/ChangeLog -rw-r--r-- tege/wheel 35147 2012-05-06 13:19 gmp-5.0.5/COPYING -rw-r--r-- tege/wheel 16308 2012-05-06 13:19 gmp-5.0.5/dumbmp.c -rw-r--r-- tege/wheel 111 2012-05-06 13:19 gmp-5.0.5/libmp.sym -rw-r--r-- tege/wheel 86187 2012-05-06 13:19 gmp-5.0.5/gmp-h.in drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/demos/ drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/mpq/ -rw-r--r-- tege/wheel 9240 2012-05-06 13:19 gmp-5.0.5/INSTALL.autoconf -rw-r--r-- tege/wheel 1445 2012-05-06 13:19 gmp-5.0.5/randbui.c -rw-r--r-- tege/wheel 2194 2012-05-06 13:19 gmp-5.0.5/tal-reent.c -rwxr-xr-x tege/wheel 9505 2012-05-06 13:19 gmp-5.0.5/install-sh -rw-r--r-- tege/wheel 1636 2012-05-06 13:19 gmp-5.0.5/rand.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tune/ -rw-r--r-- tege/wheel 114646 2012-05-06 13:19 gmp-5.0.5/gmpxx.h -rw-r--r-- tege/wheel 335241 2012-05-06 13:19 gmp-5.0.5/aclocal.m4 -rw-r--r-- tege/wheel 3648 2012-05-06 13:19 gmp-5.0.5/tal-notreent.c -rw-r--r-- tege/wheel 4026 2012-05-06 13:19 gmp-5.0.5/nextprime.c -rw-r--r-- tege/wheel 6762 2012-05-06 13:19 gmp-5.0.5/gen-trialdivtab.c -rw-r--r-- tege/wheel 1880 2012-05-06 13:19 gmp-5.0.5/AUTHORS -rw-r--r-- tege/wheel 35206 2012-05-06 13:19 gmp-5.0.5/configfsf.sub drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/printf/ -rwxr-xr-x tege/wheel 6179 2012-05-06 13:19 gmp-5.0.5/ylwrap -rwxr-xr-x tege/wheel 996412 2012-05-06 13:19 gmp-5.0.5/configure -rw-r--r-- tege/wheel 1941 2012-05-06 13:19 gmp-5.0.5/mp_minv_tab.c -rw-r--r-- tege/wheel 1360 2012-05-06 13:19 gmp-5.0.5/mp_clz_tab.c -rw-r--r-- tege/wheel 1952 2012-05-06 13:19 gmp-5.0.5/errno.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/doc/ -rw-r--r-- tege/wheel 17892 2012-05-06 13:19 gmp-5.0.5/config.in -rw-r--r-- tege/wheel 1157 2012-05-06 13:19 gmp-5.0.5/rands.c -rw-r--r-- tege/wheel 7639 2012-05-06 13:19 gmp-5.0.5/COPYING.LIB -rw-r--r-- tege/wheel 119597 2012-05-06 13:19 gmp-5.0.5/acinclude.m4 -rw-r--r-- tege/wheel 20235 2012-05-06 13:19 gmp-5.0.5/Makefile.am -rw-r--r-- tege/wheel 15545 2012-05-06 13:19 gmp-5.0.5/randmt.c -rw-r--r-- tege/wheel 952 2012-05-06 13:19 gmp-5.0.5/randdef.c -rw-r--r-- tege/wheel 1014 2012-05-06 13:19 gmp-5.0.5/randsd.c -rw-r--r-- tege/wheel 26091 2012-05-06 13:19 gmp-5.0.5/NEWS -rw-r--r-- tege/wheel 1488 2012-05-06 13:19 gmp-5.0.5/assert.c -rw-r--r-- tege/wheel 5417 2012-05-06 13:19 gmp-5.0.5/mp-h.in -rw-r--r-- tege/wheel 3979 2012-05-06 13:19 gmp-5.0.5/README -rw-r--r-- tege/wheel 62411 2012-05-06 13:19 gmp-5.0.5/Makefile.in -rw-r--r-- tege/wheel 1387 2012-05-06 13:19 gmp-5.0.5/mp_set_fns.c -rw-r--r-- tege/wheel 4735 2012-05-06 13:19 gmp-5.0.5/gen-bases.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/scanf/ -rw-r--r-- tege/wheel 1269 2012-05-06 13:19 gmp-5.0.5/mp_get_fns.c -rw-r--r-- tege/wheel 2370 2012-05-06 13:19 gmp-5.0.5/invalid.c -rw-r--r-- tege/wheel 9177 2012-05-06 13:19 gmp-5.0.5/randlc2x.c -rwxr-xr-x tege/wheel 4292 2012-05-06 13:19 gmp-5.0.5/config.sub -rw-r--r-- tege/wheel 4317 2012-05-06 13:19 gmp-5.0.5/randmts.c -rw-r--r-- tege/wheel 44343 2012-05-06 13:19 gmp-5.0.5/configfsf.guess -rw-r--r-- tege/wheel 1616 2012-05-06 13:19 gmp-5.0.5/compat.c -rw-r--r-- tege/gmp 283474 2012-01-26 18:27 gmp-5.0.5/ltmain.sh -rw-r--r-- tege/wheel 3539 2012-05-06 13:19 gmp-5.0.5/memory.c -rw-r--r-- tege/wheel 918 2012-05-06 13:19 gmp-5.0.5/.gdbinit drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/mpn/ -rw-r--r-- tege/wheel 1529 2012-05-06 13:19 gmp-5.0.5/ansi2knr.1 -rw-r--r-- tege/wheel 2735 2012-05-06 13:19 gmp-5.0.5/randlc2s.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/mpz/ drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/cxx/ -rw-r--r-- tege/wheel 119536 2012-05-06 13:19 gmp-5.0.5/configure.in -rw-r--r-- tege/wheel 3517 2012-05-06 13:19 gmp-5.0.5/gen-fib.c -rw-r--r-- tege/wheel 904 2012-05-06 13:19 gmp-5.0.5/version.c -rw-r--r-- tege/wheel 2863 2012-05-06 13:19 gmp-5.0.5/mp_dv_tab.c -rw-r--r-- tege/wheel 4009 2012-05-06 13:19 gmp-5.0.5/gen-fac_ui.c -rw-r--r-- tege/wheel 2254 2012-05-06 13:19 gmp-5.0.5/INSTALL -rw-r--r-- tege/wheel 1065 2012-05-06 13:19 gmp-5.0.5/cxx/Makefile.am -rw-r--r-- tege/wheel 1858 2012-05-06 13:19 gmp-5.0.5/cxx/osdoprnti.cc -rw-r--r-- tege/wheel 1219 2012-05-06 13:19 gmp-5.0.5/cxx/osmpz.cc -rw-r--r-- tege/wheel 15601 2012-05-06 13:19 gmp-5.0.5/cxx/Makefile.in -rw-r--r-- tege/wheel 1480 2012-05-06 13:19 gmp-5.0.5/cxx/ismpz.cc -rw-r--r-- tege/wheel 2228 2012-05-06 13:19 gmp-5.0.5/cxx/isfuns.cc -rw-r--r-- tege/wheel 3349 2012-05-06 13:19 gmp-5.0.5/cxx/ismpf.cc -rw-r--r-- tege/wheel 3561 2012-05-06 13:19 gmp-5.0.5/cxx/osfuns.cc -rw-r--r-- tege/wheel 1400 2012-05-06 13:19 gmp-5.0.5/cxx/ismpq.cc -rw-r--r-- tege/wheel 1815 2012-05-06 13:19 gmp-5.0.5/cxx/ismpznw.cc -rw-r--r-- tege/wheel 1766 2012-05-06 13:19 gmp-5.0.5/cxx/osmpf.cc -rw-r--r-- tege/wheel 882 2012-05-06 13:19 gmp-5.0.5/cxx/dummy.cc -rw-r--r-- tege/wheel 1219 2012-05-06 13:19 gmp-5.0.5/cxx/osmpq.cc -rw-r--r-- tege/wheel 1200 2012-05-06 13:19 gmp-5.0.5/mpz/fib2_ui.c -rw-r--r-- tege/wheel 7736 2012-05-06 13:19 gmp-5.0.5/mpz/and.c -rw-r--r-- tege/wheel 2331 2012-05-06 13:19 gmp-5.0.5/mpz/kronzs.c -rw-r--r-- tege/wheel 927 2012-05-06 13:19 gmp-5.0.5/mpz/fits_sint.c -rw-r--r-- tege/wheel 1338 2012-05-06 13:19 gmp-5.0.5/mpz/set.c -rw-r--r-- tege/wheel 2000 2012-05-06 13:19 gmp-5.0.5/mpz/divis_ui.c -rw-r--r-- tege/wheel 4873 2012-05-06 13:19 gmp-5.0.5/mpz/import.c -rw-r--r-- tege/wheel 818 2012-05-06 13:19 gmp-5.0.5/mpz/sub.c -rw-r--r-- tege/wheel 1430 2012-05-06 13:19 gmp-5.0.5/mpz/iset_si.c -rw-r--r-- tege/wheel 1160 2012-05-06 13:19 gmp-5.0.5/mpz/sizeinbase.c -rw-r--r-- tege/wheel 1286 2012-05-06 13:19 gmp-5.0.5/mpz/clears.c -rw-r--r-- tege/wheel 5507 2012-05-06 13:19 gmp-5.0.5/mpz/ior.c -rw-r--r-- tege/wheel 3592 2012-05-06 13:19 gmp-5.0.5/mpz/bin_ui.c -rw-r--r-- tege/wheel 2393 2012-05-06 13:19 gmp-5.0.5/mpz/tstbit.c -rw-r--r-- tege/wheel 1319 2012-05-06 13:19 gmp-5.0.5/mpz/get_d_2exp.c -rw-r--r-- tege/wheel 10213 2012-05-06 13:19 gmp-5.0.5/mpz/jacobi.c -rw-r--r-- tege/wheel 1458 2012-05-06 13:19 gmp-5.0.5/mpz/ui_pow_ui.c -rw-r--r-- tege/wheel 2144 2012-05-06 13:19 gmp-5.0.5/mpz/fdiv_ui.c -rw-r--r-- tege/wheel 1475 2012-05-06 13:19 gmp-5.0.5/mpz/init2.c -rw-r--r-- tege/wheel 855 2012-05-06 13:19 gmp-5.0.5/mpz/add_ui.c -rw-r--r-- tege/wheel 3200 2012-05-06 13:19 gmp-5.0.5/mpz/clrbit.c -rw-r--r-- tege/wheel 1005 2012-05-06 13:19 gmp-5.0.5/mpz/perfpow.c -rw-r--r-- tege/wheel 7390 2012-05-06 13:19 gmp-5.0.5/mpz/aorsmul_i.c -rw-r--r-- tege/wheel 906 2012-05-06 13:19 gmp-5.0.5/mpz/mul_si.c -rw-r--r-- tege/wheel 2142 2012-05-06 13:19 gmp-5.0.5/mpz/lucnum2_ui.c -rw-r--r-- tege/wheel 1651 2012-05-06 13:19 gmp-5.0.5/mpz/cdiv_r.c -rw-r--r-- tege/wheel 896 2012-05-06 13:19 gmp-5.0.5/mpz/fits_ulong.c -rw-r--r-- tege/wheel 2185 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_r.c -rw-r--r-- tege/wheel 1079 2012-05-06 13:19 gmp-5.0.5/mpz/iset_d.c -rw-r--r-- tege/wheel 899 2012-05-06 13:19 gmp-5.0.5/mpz/fits_ushort.c -rw-r--r-- tege/wheel 1558 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_q_2exp.c -rw-r--r-- tege/wheel 1831 2012-05-06 13:19 gmp-5.0.5/mpz/lcm.c -rw-r--r-- tege/wheel 916 2012-05-06 13:19 gmp-5.0.5/mpz/get_ui.c -rw-r--r-- tege/wheel 3148 2012-05-06 13:19 gmp-5.0.5/mpz/millerrabin.c -rw-r--r-- tege/wheel 1260 2012-05-06 13:19 gmp-5.0.5/mpz/pow_ui.c -rw-r--r-- tege/wheel 2259 2012-05-06 13:19 gmp-5.0.5/mpz/cdiv_ui.c -rw-r--r-- tege/wheel 1326 2012-05-06 13:19 gmp-5.0.5/mpz/array_init.c -rw-r--r-- tege/wheel 4274 2012-05-06 13:19 gmp-5.0.5/mpz/pprime_p.c -rw-r--r-- tege/wheel 4399 2012-05-06 13:19 gmp-5.0.5/mpz/out_raw.c -rw-r--r-- tege/wheel 2735 2012-05-06 13:19 gmp-5.0.5/mpz/cfdiv_q_2exp.c -rw-r--r-- tege/wheel 1943 2012-05-06 13:19 gmp-5.0.5/mpz/invert.c -rw-r--r-- tege/wheel 1256 2012-05-06 13:19 gmp-5.0.5/mpz/urandomb.c -rw-r--r-- tege/wheel 935 2012-05-06 13:19 gmp-5.0.5/mpz/fits_sshort.c -rw-r--r-- tege/wheel 2875 2012-05-06 13:19 gmp-5.0.5/mpz/aors_ui.h -rw-r--r-- tege/wheel 966 2012-05-06 13:19 gmp-5.0.5/mpz/popcount.c -rw-r--r-- tege/wheel 1255 2012-05-06 13:19 gmp-5.0.5/mpz/cmpabs.c -rw-r--r-- tege/wheel 3476 2012-05-06 13:19 gmp-5.0.5/mpz/set_str.c -rw-r--r-- tege/wheel 3849 2012-05-06 13:19 gmp-5.0.5/mpz/bin_uiui.c -rw-r--r-- tege/wheel 3632 2012-05-06 13:19 gmp-5.0.5/mpz/mul.c -rw-r--r-- tege/wheel 2820 2012-05-06 13:19 gmp-5.0.5/mpz/sqrtrem.c -rw-r--r-- tege/wheel 1405 2012-05-06 13:19 gmp-5.0.5/mpz/iset_ui.c -rw-r--r-- tege/wheel 2562 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_qr_ui.c -rw-r--r-- tege/wheel 3370 2012-05-06 13:19 gmp-5.0.5/mpz/get_str.c -rw-r--r-- tege/wheel 3160 2012-05-06 13:19 gmp-5.0.5/mpz/aors.h -rw-r--r-- tege/wheel 2261 2012-05-06 13:19 gmp-5.0.5/mpz/fdiv_q_ui.c -rw-r--r-- tege/wheel 3223 2012-05-06 13:19 gmp-5.0.5/mpz/cmpabs_d.c -rw-r--r-- tege/wheel 2289 2012-05-06 13:19 gmp-5.0.5/mpz/sqrt.c -rw-r--r-- tege/wheel 906 2012-05-06 13:19 gmp-5.0.5/mpz/mul_ui.c -rw-r--r-- tege/wheel 1262 2012-05-06 13:19 gmp-5.0.5/mpz/dump.c -rw-r--r-- tege/wheel 2046 2012-05-06 13:19 gmp-5.0.5/mpz/root.c -rw-r--r-- tege/wheel 1305 2012-05-06 13:19 gmp-5.0.5/mpz/inits.c -rw-r--r-- tege/wheel 3155 2012-05-06 13:19 gmp-5.0.5/mpz/nextprime.c -rw-r--r-- tege/wheel 3495 2012-05-06 13:19 gmp-5.0.5/mpz/hamdist.c -rw-r--r-- tege/wheel 4247 2012-05-06 13:19 gmp-5.0.5/mpz/fib_ui.c -rw-r--r-- tege/wheel 1352 2012-05-06 13:19 gmp-5.0.5/mpz/cdiv_q.c -rw-r--r-- tege/wheel 2686 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_qr.c -rw-r--r-- tege/wheel 2370 2012-05-06 13:19 gmp-5.0.5/mpz/cdiv_q_ui.c -rw-r--r-- tege/wheel 1357 2012-05-06 13:19 gmp-5.0.5/mpz/get_si.c -rw-r--r-- tege/wheel 2011 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_q.c -rw-r--r-- tege/wheel 2336 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_r_ui.c -rw-r--r-- tege/wheel 2765 2012-05-06 13:19 gmp-5.0.5/mpz/divegcd.c -rw-r--r-- tege/wheel 2853 2012-05-06 13:19 gmp-5.0.5/mpz/rrandomb.c -rw-r--r-- tege/wheel 1403 2012-05-06 13:19 gmp-5.0.5/mpz/iset.c -rw-r--r-- tege/wheel 4035 2012-05-06 13:19 gmp-5.0.5/mpz/inp_str.c -rw-r--r-- tege/wheel 1018 2012-05-06 13:19 gmp-5.0.5/mpz/random.c -rw-r--r-- tege/wheel 2544 2012-05-06 13:19 gmp-5.0.5/mpz/urandomm.c -rw-r--r-- tege/wheel 3631 2012-05-06 13:19 gmp-5.0.5/mpz/cong_2exp.c -rw-r--r-- tege/wheel 2098 2012-05-06 13:19 gmp-5.0.5/mpz/kronzu.c -rw-r--r-- tege/wheel 11448 2012-05-06 13:19 gmp-5.0.5/mpz/fac_ui.c -rw-r--r-- tege/wheel 5968 2012-05-06 13:19 gmp-5.0.5/mpz/powm.c -rw-r--r-- tege/wheel 2719 2012-05-06 13:19 gmp-5.0.5/mpz/Makefile.am -rw-r--r-- tege/wheel 1460 2012-05-06 13:19 gmp-5.0.5/mpz/divis_2exp.c -rw-r--r-- tege/wheel 1757 2012-05-06 13:19 gmp-5.0.5/mpz/lcm_ui.c -rw-r--r-- tege/wheel 1576 2012-05-06 13:19 gmp-5.0.5/mpz/iset_str.c -rw-r--r-- tege/wheel 2752 2012-05-06 13:19 gmp-5.0.5/mpz/cdiv_qr_ui.c -rw-r--r-- tege/wheel 4546 2012-05-06 13:19 gmp-5.0.5/mpz/powm_ui.c -rw-r--r-- tege/wheel 2082 2012-05-06 13:19 gmp-5.0.5/mpz/combit.c -rw-r--r-- tege/wheel 1257 2012-05-06 13:19 gmp-5.0.5/mpz/random2.c -rw-r--r-- tege/wheel 1288 2012-05-06 13:19 gmp-5.0.5/mpz/set_si.c -rw-r--r-- tege/wheel 3608 2012-05-06 13:19 gmp-5.0.5/mpz/scan0.c -rw-r--r-- tege/wheel 3499 2012-05-06 13:19 gmp-5.0.5/mpz/cmp_d.c -rw-r--r-- tege/wheel 1955 2012-05-06 13:19 gmp-5.0.5/mpz/divexact.c -rw-r--r-- tege/wheel 928 2012-05-06 13:19 gmp-5.0.5/mpz/size.c -rw-r--r-- tege/wheel 1978 2012-05-06 13:19 gmp-5.0.5/mpz/gcd_ui.c -rw-r--r-- tege/wheel 1146 2012-05-06 13:19 gmp-5.0.5/mpz/init.c -rw-r--r-- tege/wheel 3707 2012-05-06 13:19 gmp-5.0.5/mpz/kronsz.c -rw-r--r-- tege/wheel 2006 2012-05-06 13:19 gmp-5.0.5/mpz/powm_sec.c -rw-r--r-- tege/wheel 2636 2012-05-06 13:19 gmp-5.0.5/mpz/mul_i.h -rw-r--r-- tege/wheel 1805 2012-05-06 13:19 gmp-5.0.5/mpz/fdiv_qr.c -rw-r--r-- tege/wheel 1663 2012-05-06 13:19 gmp-5.0.5/mpz/mod.c -rw-r--r-- tege/wheel 1346 2012-05-06 13:19 gmp-5.0.5/mpz/fits_s.h -rw-r--r-- tege/wheel 1242 2012-05-06 13:19 gmp-5.0.5/mpz/swap.c -rw-r--r-- tege/wheel 1551 2012-05-06 13:19 gmp-5.0.5/mpz/cmpabs_ui.c -rw-r--r-- tege/wheel 1757 2012-05-06 13:19 gmp-5.0.5/mpz/cmp_si.c -rw-r--r-- tege/wheel 1767 2012-05-06 13:19 gmp-5.0.5/mpz/mul_2exp.c -rw-r--r-- tege/wheel 3973 2012-05-06 13:19 gmp-5.0.5/mpz/scan1.c -rw-r--r-- tege/wheel 1507 2012-05-06 13:19 gmp-5.0.5/mpz/realloc2.c -rw-r--r-- tege/wheel 3968 2012-05-06 13:19 gmp-5.0.5/mpz/cfdiv_r_2exp.c -rw-r--r-- tege/wheel 1390 2012-05-06 13:19 gmp-5.0.5/mpz/cmp.c -rw-r--r-- tege/wheel 908 2012-05-06 13:19 gmp-5.0.5/mpz/getlimbn.c -rw-r--r-- tege/wheel 1644 2012-05-06 13:19 gmp-5.0.5/mpz/fdiv_r.c -rw-r--r-- tege/wheel 1543 2012-05-06 13:19 gmp-5.0.5/mpz/set_f.c -rw-r--r-- tege/wheel 860 2012-05-06 13:19 gmp-5.0.5/mpz/sub_ui.c -rw-r--r-- tege/wheel 1959 2012-05-06 13:19 gmp-5.0.5/mpz/ui_sub.c -rw-r--r-- tege/wheel 1073 2012-05-06 13:19 gmp-5.0.5/mpz/divis.c -rw-r--r-- tege/wheel 2678 2012-05-06 13:19 gmp-5.0.5/mpz/set_d.c -rw-r--r-- tege/wheel 2017 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_r_2exp.c -rw-r--r-- tege/wheel 1672 2012-05-06 13:19 gmp-5.0.5/mpz/realloc.c -rw-r--r-- tege/wheel 1004 2012-05-06 13:19 gmp-5.0.5/mpz/clear.c -rw-r--r-- tege/wheel 5232 2012-05-06 13:19 gmp-5.0.5/mpz/inp_raw.c -rw-r--r-- tege/wheel 2363 2012-05-06 13:19 gmp-5.0.5/mpz/remove.c -rw-r--r-- tege/wheel 1811 2012-05-06 13:19 gmp-5.0.5/mpz/cdiv_qr.c -rw-r--r-- tege/wheel 3148 2012-05-06 13:19 gmp-5.0.5/mpz/gcdext.c -rw-r--r-- tege/wheel 2201 2012-05-06 13:19 gmp-5.0.5/mpz/rootrem.c -rw-r--r-- tege/wheel 893 2012-05-06 13:19 gmp-5.0.5/mpz/fits_uint.c -rw-r--r-- tege/wheel 909 2012-05-06 13:19 gmp-5.0.5/mpz/set_q.c -rw-r--r-- tege/wheel 2417 2012-05-06 13:19 gmp-5.0.5/mpz/cdiv_r_ui.c -rw-r--r-- tege/wheel 5214 2012-05-06 13:19 gmp-5.0.5/mpz/cong.c -rw-r--r-- tege/wheel 1059 2012-05-06 13:19 gmp-5.0.5/mpz/get_d.c -rw-r--r-- tege/wheel 813 2012-05-06 13:19 gmp-5.0.5/mpz/add.c -rw-r--r-- tege/wheel 2036 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_q_ui.c -rw-r--r-- tege/wheel 1238 2012-05-06 13:19 gmp-5.0.5/mpz/neg.c -rw-r--r-- tege/wheel 1264 2012-05-06 13:19 gmp-5.0.5/mpz/set_ui.c -rw-r--r-- tege/wheel 4115 2012-05-06 13:19 gmp-5.0.5/mpz/gcd.c -rw-r--r-- tege/wheel 62246 2012-05-06 13:19 gmp-5.0.5/mpz/Makefile.in -rw-r--r-- tege/wheel 952 2012-05-06 13:19 gmp-5.0.5/mpz/perfsqr.c -rw-r--r-- tege/wheel 1692 2012-05-06 13:19 gmp-5.0.5/mpz/dive_ui.c -rw-r--r-- tege/wheel 1590 2012-05-06 13:19 gmp-5.0.5/mpz/cmp_ui.c -rw-r--r-- tege/wheel 932 2012-05-06 13:19 gmp-5.0.5/mpz/fits_slong.c -rw-r--r-- tege/wheel 1933 2012-05-06 13:19 gmp-5.0.5/mpz/tdiv_ui.c -rw-r--r-- tege/wheel 3544 2012-05-06 13:19 gmp-5.0.5/mpz/kronuz.c -rw-r--r-- tege/wheel 5068 2012-05-06 13:19 gmp-5.0.5/mpz/xor.c -rw-r--r-- tege/wheel 17269 2012-05-06 13:19 gmp-5.0.5/mpz/n_pow_ui.c -rw-r--r-- tege/wheel 5858 2012-05-06 13:19 gmp-5.0.5/mpz/export.c -rw-r--r-- tege/wheel 2288 2012-05-06 13:19 gmp-5.0.5/mpz/com.c -rw-r--r-- tege/wheel 2633 2012-05-06 13:19 gmp-5.0.5/mpz/fdiv_qr_ui.c -rw-r--r-- tege/wheel 5747 2012-05-06 13:19 gmp-5.0.5/mpz/lucnum_ui.c -rw-r--r-- tege/wheel 2608 2012-05-06 13:19 gmp-5.0.5/mpz/out_str.c -rw-r--r-- tege/wheel 1192 2012-05-06 13:19 gmp-5.0.5/mpz/abs.c -rw-r--r-- tege/wheel 1346 2012-05-06 13:19 gmp-5.0.5/mpz/fdiv_q.c -rw-r--r-- tege/wheel 2701 2012-05-06 13:19 gmp-5.0.5/mpz/cong_ui.c -rw-r--r-- tege/wheel 3351 2012-05-06 13:19 gmp-5.0.5/mpz/setbit.c -rw-r--r-- tege/wheel 3907 2012-05-06 13:19 gmp-5.0.5/mpz/aorsmul.c -rw-r--r-- tege/wheel 2300 2012-05-06 13:19 gmp-5.0.5/mpz/fdiv_r_ui.c drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/ns32k/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/s390_32/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/s390_64/ -rwxr-xr-x tege/wheel 2731 2012-05-06 13:19 gmp-5.0.5/mpn/cpp-ccas drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/minithres/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/power/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/lisp/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/pyr/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/ -rwxr-xr-x tege/wheel 2382 2012-05-06 13:19 gmp-5.0.5/mpn/m4-ccas -rw-r--r-- tege/wheel 4465 2012-05-06 13:19 gmp-5.0.5/mpn/Makeasm.am drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/generic/ -rw-r--r-- tege/wheel 1455 2012-05-06 13:19 gmp-5.0.5/mpn/README drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/sh/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/z8000/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/ -rw-r--r-- tege/wheel 4038 2012-05-06 13:19 gmp-5.0.5/mpn/Makefile.am drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/z8000x/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ -rw-r--r-- tege/wheel 53363 2012-05-06 13:19 gmp-5.0.5/mpn/asm-defs.m4 drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/arm/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/vax/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/clipper/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/ -rw-r--r-- tege/wheel 62813 2012-05-06 13:19 gmp-5.0.5/mpn/Makefile.in drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/i960/ -rw-r--r-- tege/wheel 1415 2012-05-06 13:19 gmp-5.0.5/mpn/i960/sub_n.s -rw-r--r-- tege/wheel 203 2012-05-06 13:19 gmp-5.0.5/mpn/i960/README -rw-r--r-- tege/wheel 1230 2012-05-06 13:19 gmp-5.0.5/mpn/i960/mul_1.s -rw-r--r-- tege/wheel 1400 2012-05-06 13:19 gmp-5.0.5/mpn/i960/add_n.s -rw-r--r-- tege/wheel 1311 2012-05-06 13:19 gmp-5.0.5/mpn/i960/addmul_1.s -rw-r--r-- tege/wheel 4783 2012-05-06 13:19 gmp-5.0.5/mpn/x86/aors_n.asm -rwxr-xr-x tege/wheel 3742 2012-05-06 13:19 gmp-5.0.5/mpn/x86/t-zdisp2.pl -rw-r--r-- tege/wheel 2237 2012-05-06 13:19 gmp-5.0.5/mpn/x86/lshift.asm -rw-r--r-- tege/wheel 2272 2012-05-06 13:19 gmp-5.0.5/mpn/x86/rshift.asm -rw-r--r-- tege/wheel 1227 2012-05-06 13:19 gmp-5.0.5/mpn/x86/umul.asm -rw-r--r-- tege/wheel 5182 2012-05-06 13:19 gmp-5.0.5/mpn/x86/divrem_1.asm -rw-r--r-- tege/wheel 6787 2012-05-06 13:19 gmp-5.0.5/mpn/x86/sqr_basecase.asm -rw-r--r-- tege/wheel 1271 2012-05-06 13:19 gmp-5.0.5/mpn/x86/darwin.m4 -rw-r--r-- tege/wheel 29161 2012-05-06 13:19 gmp-5.0.5/mpn/x86/x86-defs.m4 -rw-r--r-- tege/wheel 4543 2012-05-06 13:19 gmp-5.0.5/mpn/x86/mul_basecase.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/ -rw-r--r-- tege/wheel 1808 2012-05-06 13:19 gmp-5.0.5/mpn/x86/copyd.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/ -rw-r--r-- tege/wheel 2845 2012-05-06 13:19 gmp-5.0.5/mpn/x86/mul_1.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/atom/ -rw-r--r-- tege/wheel 2149 2012-05-06 13:19 gmp-5.0.5/mpn/x86/bdiv_dbm1c.asm -rw-r--r-- tege/wheel 3466 2012-05-06 13:19 gmp-5.0.5/mpn/x86/dive_1.asm -rw-r--r-- tege/wheel 18846 2012-05-06 13:19 gmp-5.0.5/mpn/x86/README drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/ -rw-r--r-- tege/wheel 2462 2012-05-06 13:19 gmp-5.0.5/mpn/x86/copyi.asm -rwxr-xr-x tege/wheel 1830 2012-05-06 13:19 gmp-5.0.5/mpn/x86/t-zdisp.sh -rw-r--r-- tege/wheel 1320 2012-05-06 13:19 gmp-5.0.5/mpn/x86/udiv.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/i486/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/fat/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/ -rw-r--r-- tege/wheel 3173 2012-05-06 13:19 gmp-5.0.5/mpn/x86/mod_34lsub1.asm -rw-r--r-- tege/wheel 3759 2012-05-06 13:19 gmp-5.0.5/mpn/x86/divrem_2.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/ -rw-r--r-- tege/wheel 1117 2012-05-06 13:19 gmp-5.0.5/mpn/x86/gmp-mparam.h -rw-r--r-- tege/wheel 6645 2012-05-06 13:19 gmp-5.0.5/mpn/x86/invert_limb.asm -rw-r--r-- tege/wheel 3281 2012-05-06 13:19 gmp-5.0.5/mpn/x86/aorsmul_1.asm -rw-r--r-- tege/wheel 6703 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/gcd_1.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mmx/ -rw-r--r-- tege/wheel 3757 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mode1o.asm -rw-r--r-- tege/wheel 4105 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/dive_1.asm -rw-r--r-- tege/wheel 3527 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mod_34lsub1.asm -rw-r--r-- tege/wheel 5624 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/README -rw-r--r-- tege/wheel 11999 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/sqr_basecase.asm -rw-r--r-- tege/wheel 4138 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mul_1.asm -rw-r--r-- tege/wheel 5287 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mod_1_4.asm -rw-r--r-- tege/wheel 11550 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mul_basecase.asm -rw-r--r-- tege/wheel 3232 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/aorsmul_1.asm -rw-r--r-- tege/wheel 5545 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/aors_n.asm -rw-r--r-- tege/wheel 9247 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/gmp-mparam.h -rw-r--r-- tege/wheel 18847 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mmx/divrem_1.asm -rw-r--r-- tege/wheel 4072 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mmx/popham.asm -rw-r--r-- tege/wheel 3422 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mmx/copyi.asm -rw-r--r-- tege/wheel 2934 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mmx/com.asm -rw-r--r-- tege/wheel 9355 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mmx/lshift.asm -rw-r--r-- tege/wheel 9323 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mmx/rshift.asm -rw-r--r-- tege/wheel 2736 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k7/mmx/copyd.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/ -rw-r--r-- tege/wheel 1693 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/copyd.asm -rw-r--r-- tege/wheel 3854 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/README drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/mmx/ -rw-r--r-- tege/wheel 2002 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/copyi.asm -rw-r--r-- tege/wheel 1045 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/mmx/lshift.asm -rw-r--r-- tege/wheel 1046 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/mmx/rshift.asm -rw-r--r-- tege/wheel 4105 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/mmx/popham.asm -rw-r--r-- tege/wheel 12879 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/divrem_1.asm -rw-r--r-- tege/wheel 2561 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/sub_n.asm -rw-r--r-- tege/wheel 2335 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/add_n.asm -rw-r--r-- tege/wheel 3382 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/mul_1.asm -rw-r--r-- tege/wheel 4381 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/dive_1.asm -rw-r--r-- tege/wheel 3334 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/mode1o.asm -rw-r--r-- tege/wheel 2973 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/rsh1add_n.asm -rw-r--r-- tege/wheel 4976 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/mod_1_4.asm -rw-r--r-- tege/wheel 18598 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/sqr_basecase.asm -rw-r--r-- tege/wheel 4122 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/submul_1.asm -rw-r--r-- tege/wheel 3265 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/mod_34lsub1.asm -rw-r--r-- tege/wheel 6951 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/popcount.asm -rw-r--r-- tege/wheel 2427 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/addlsh1_n.asm -rw-r--r-- tege/wheel 8468 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/gmp-mparam.h -rw-r--r-- tege/wheel 3881 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/addmul_1.asm -rw-r--r-- tege/wheel 18544 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium4/sse2/mul_basecase.asm -rw-r--r-- tege/wheel 826 2012-05-06 13:19 gmp-5.0.5/mpn/x86/fat/diveby3.c -rw-r--r-- tege/wheel 2513 2012-05-06 13:19 gmp-5.0.5/mpn/x86/fat/gmp-mparam.h -rw-r--r-- tege/wheel 816 2012-05-06 13:19 gmp-5.0.5/mpn/x86/fat/mod_1.c -rw-r--r-- tege/wheel 9409 2012-05-06 13:19 gmp-5.0.5/mpn/x86/fat/fat.c -rw-r--r-- tege/wheel 810 2012-05-06 13:19 gmp-5.0.5/mpn/x86/fat/gcd_1.c -rw-r--r-- tege/wheel 5559 2012-05-06 13:19 gmp-5.0.5/mpn/x86/fat/fat_entry.asm -rw-r--r-- tege/wheel 821 2012-05-06 13:19 gmp-5.0.5/mpn/x86/fat/mode1o.c -rw-r--r-- tege/wheel 2115 2012-05-06 13:19 gmp-5.0.5/mpn/x86/i486/gmp-mparam.h -rw-r--r-- tege/wheel 11996 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sqr_basecase.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/ -rw-r--r-- tege/wheel 4030 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/copyd.asm -rw-r--r-- tege/wheel 2904 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/aors_n.asm -rw-r--r-- tege/wheel 6433 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/aorsmul_1.asm -rw-r--r-- tege/wheel 3219 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/README drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/p3mmx/ -rw-r--r-- tege/wheel 3375 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/lshsub_n.asm -rw-r--r-- tege/wheel 11392 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mul_basecase.asm -rw-r--r-- tege/wheel 2448 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/gmp-mparam.h drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mmx/ -rw-r--r-- tege/wheel 3455 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mode1o.asm -rw-r--r-- tege/wheel 4825 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/dive_1.asm -rw-r--r-- tege/wheel 3986 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mod_34lsub1.asm -rw-r--r-- tege/wheel 9102 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mmx/gmp-mparam.h -rw-r--r-- tege/wheel 1066 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mmx/lshift.asm -rw-r--r-- tege/wheel 1066 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mmx/rshift.asm -rw-r--r-- tege/wheel 14718 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mmx/divrem_1.asm -rw-r--r-- tege/wheel 1098 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/mmx/popham.asm -rw-r--r-- tege/wheel 1148 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/p3mmx/popham.asm -rw-r--r-- tege/wheel 989 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/addmul_1.asm -rw-r--r-- tege/wheel 8471 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/gmp-mparam.h -rw-r--r-- tege/wheel 960 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/mul_basecase.asm -rw-r--r-- tege/wheel 1044 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/mul_1.asm -rw-r--r-- tege/wheel 968 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/popcount.asm -rw-r--r-- tege/wheel 960 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/sqr_basecase.asm -rw-r--r-- tege/wheel 938 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/submul_1.asm -rw-r--r-- tege/wheel 952 2012-05-06 13:19 gmp-5.0.5/mpn/x86/p6/sse2/mod_1_4.asm -rw-r--r-- tege/wheel 8901 2012-05-06 13:19 gmp-5.0.5/mpn/x86/atom/gmp-mparam.h -rw-r--r-- tege/wheel 3742 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mode1o.asm -rw-r--r-- tege/wheel 9607 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/aorsmul_1.asm -rwxr-xr-x tege/wheel 5661 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/cross.pl -rw-r--r-- tege/wheel 7320 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/gmp-mparam.h -rw-r--r-- tege/wheel 8392 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/README -rw-r--r-- tege/wheel 6177 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/gcd_1.asm -rw-r--r-- tege/wheel 3088 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/pre_mod_1.asm -rw-r--r-- tege/wheel 4237 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/divrem_1.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/k62mmx/ -rw-r--r-- tege/wheel 6107 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/aors_n.asm -rw-r--r-- tege/wheel 12240 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mul_basecase.asm -rw-r--r-- tege/wheel 13804 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/sqr_basecase.asm -rw-r--r-- tege/wheel 4924 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mul_1.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mmx/ -rw-r--r-- tege/wheel 3644 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mod_34lsub1.asm -rw-r--r-- tege/wheel 2410 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mmx/lshift.asm -rw-r--r-- tege/wheel 2426 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mmx/rshift.asm -rw-r--r-- tege/wheel 6058 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mmx/logops_n.asm -rw-r--r-- tege/wheel 2040 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mmx/com.asm -rw-r--r-- tege/wheel 4197 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mmx/popham.asm -rw-r--r-- tege/wheel 5172 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/mmx/dive_1.asm -rw-r--r-- tege/wheel 5356 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/k62mmx/lshift.asm -rw-r--r-- tege/wheel 5396 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/k62mmx/rshift.asm -rw-r--r-- tege/wheel 2779 2012-05-06 13:19 gmp-5.0.5/mpn/x86/k6/k62mmx/copyd.asm -rw-r--r-- tege/wheel 3012 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mul_2.asm -rw-r--r-- tege/wheel 3739 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/logops_n.asm -rw-r--r-- tege/wheel 2492 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/popcount.asm -rw-r--r-- tege/wheel 3666 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/copyi.asm -rw-r--r-- tege/wheel 2368 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/gmp-mparam.h -rw-r--r-- tege/wheel 4661 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/lshift.asm -rw-r--r-- tege/wheel 4636 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/rshift.asm -rw-r--r-- tege/wheel 2955 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/aorsmul_1.asm -rw-r--r-- tege/wheel 3847 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/aors_n.asm -rw-r--r-- tege/wheel 5348 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/README -rw-r--r-- tege/wheel 8708 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/sqr_basecase.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mmx/ -rw-r--r-- tege/wheel 3056 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mod_34lsub1.asm -rw-r--r-- tege/wheel 2784 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/copyd.asm -rw-r--r-- tege/wheel 3487 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/com.asm -rw-r--r-- tege/wheel 5016 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mode1o.asm -rw-r--r-- tege/wheel 2868 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mul_1.asm -rw-r--r-- tege/wheel 2891 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/hamdist.asm -rw-r--r-- tege/wheel 2984 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mul_basecase.asm -rw-r--r-- tege/wheel 4951 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/dive_1.asm -rw-r--r-- tege/wheel 7944 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mmx/mul_1.asm -rw-r--r-- tege/wheel 1134 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mmx/hamdist.asm -rw-r--r-- tege/wheel 9190 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mmx/rshift.asm -rw-r--r-- tege/wheel 8418 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mmx/lshift.asm -rw-r--r-- tege/wheel 6910 2012-05-06 13:19 gmp-5.0.5/mpn/x86/pentium/mmx/gmp-mparam.h -rw-r--r-- tege/wheel 2912 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/udiv.asm -rw-r--r-- tege/wheel 18482 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/submul_1.asm -rw-r--r-- tege/wheel 2878 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/README -rw-r--r-- tege/wheel 18308 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/addmul_1.asm -rw-r--r-- tege/wheel 12082 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/gmp-mparam.h -rw-r--r-- tege/wheel 2490 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/rshift.asm -rw-r--r-- tege/wheel 2575 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/lshift.asm -rw-r--r-- tege/wheel 2410 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/umul.asm -rw-r--r-- tege/wheel 3127 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/aors_n.asm -rw-r--r-- tege/wheel 17143 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/mul_1.asm -rw-r--r-- tege/wheel 4008 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/sqr_diagonal.asm -rw-r--r-- tege/wheel 5038 2012-05-06 13:19 gmp-5.0.5/mpn/pa64/aorslsh1_n.asm -rw-r--r-- tege/wheel 1280 2012-05-06 13:19 gmp-5.0.5/mpn/clipper/add_n.s -rw-r--r-- tege/wheel 1295 2012-05-06 13:19 gmp-5.0.5/mpn/clipper/mul_1.s -rw-r--r-- tege/wheel 1292 2012-05-06 13:19 gmp-5.0.5/mpn/clipper/sub_n.s drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa2_0/ -rw-r--r-- tege/wheel 1500 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/gmp-mparam.h -rw-r--r-- tege/wheel 1636 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/pa-defs.m4 -rw-r--r-- tege/wheel 1666 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/sub_n.asm -rw-r--r-- tege/wheel 6600 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/udiv.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/ -rw-r--r-- tege/wheel 1676 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/lshift.asm -rw-r--r-- tege/wheel 1601 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/rshift.asm -rw-r--r-- tege/wheel 3279 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/README -rw-r--r-- tege/wheel 1630 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/add_n.asm -rw-r--r-- tege/wheel 2807 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/mul_1.asm -rw-r--r-- tege/wheel 1170 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/umul.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/pa7100/ -rw-r--r-- tege/wheel 1486 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/sqr_diagonal.asm -rw-r--r-- tege/wheel 2439 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/udiv.asm -rw-r--r-- tege/wheel 2568 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/addmul_1.asm -rw-r--r-- tege/wheel 2401 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/gmp-mparam.h -rw-r--r-- tege/wheel 2832 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/submul_1.asm -rw-r--r-- tege/wheel 4439 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/pa7100/addmul_1.asm -rw-r--r-- tege/wheel 1988 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/pa7100/sub_n.asm -rw-r--r-- tege/wheel 4671 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/pa7100/submul_1.asm -rw-r--r-- tege/wheel 1952 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/pa7100/add_n.asm -rw-r--r-- tege/wheel 2044 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/pa7100/rshift.asm -rw-r--r-- tege/wheel 2127 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa1_1/pa7100/lshift.asm -rw-r--r-- tege/wheel 7390 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa2_0/gmp-mparam.h -rw-r--r-- tege/wheel 2274 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa2_0/sub_n.asm -rw-r--r-- tege/wheel 2262 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa2_0/add_n.asm -rw-r--r-- tege/wheel 2359 2012-05-06 13:19 gmp-5.0.5/mpn/pa32/hppa2_0/sqr_diagonal.asm -rw-r--r-- tege/wheel 1344 2012-05-06 13:19 gmp-5.0.5/mpn/vax/rshift.s -rw-r--r-- tege/wheel 2310 2012-05-06 13:19 gmp-5.0.5/mpn/vax/mul_1.s -rw-r--r-- tege/wheel 2261 2012-05-06 13:19 gmp-5.0.5/mpn/vax/addmul_1.s -rw-r--r-- tege/wheel 1453 2012-05-06 13:19 gmp-5.0.5/mpn/vax/add_n.s -rw-r--r-- tege/wheel 1375 2012-05-06 13:19 gmp-5.0.5/mpn/vax/lshift.s -rw-r--r-- tege/wheel 2268 2012-05-06 13:19 gmp-5.0.5/mpn/vax/submul_1.s -rw-r--r-- tege/wheel 1465 2012-05-06 13:19 gmp-5.0.5/mpn/vax/sub_n.s -rw-r--r-- tege/wheel 1953 2012-05-06 13:19 gmp-5.0.5/mpn/vax/gmp-mparam.h -rw-r--r-- tege/wheel 1651 2012-05-06 13:19 gmp-5.0.5/mpn/arm/copyd.asm -rw-r--r-- tege/wheel 6567 2012-05-06 13:19 gmp-5.0.5/mpn/arm/gmp-mparam.h -rw-r--r-- tege/wheel 2045 2012-05-06 13:19 gmp-5.0.5/mpn/arm/mul_1.asm -rw-r--r-- tege/wheel 1832 2012-05-06 13:19 gmp-5.0.5/mpn/arm/add_n.asm -rw-r--r-- tege/wheel 2386 2012-05-06 13:19 gmp-5.0.5/mpn/arm/addmul_1.asm -rw-r--r-- tege/wheel 1308 2012-05-06 13:19 gmp-5.0.5/mpn/arm/arm-defs.m4 -rw-r--r-- tege/wheel 1873 2012-05-06 13:19 gmp-5.0.5/mpn/arm/sub_n.asm -rw-r--r-- tege/wheel 3605 2012-05-06 13:19 gmp-5.0.5/mpn/arm/invert_limb.asm -rw-r--r-- tege/wheel 2392 2012-05-06 13:19 gmp-5.0.5/mpn/arm/submul_1.asm -rw-r--r-- tege/wheel 1258 2012-05-06 13:19 gmp-5.0.5/mpn/arm/README -rw-r--r-- tege/wheel 2736 2012-05-06 13:19 gmp-5.0.5/mpn/arm/udiv.asm -rw-r--r-- tege/wheel 1513 2012-05-06 13:19 gmp-5.0.5/mpn/arm/copyi.asm -rw-r--r-- tege/wheel 2391 2012-05-06 13:19 gmp-5.0.5/mpn/cray/sub_n.c drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ieee/ -rw-r--r-- tege/wheel 1980 2012-05-06 13:19 gmp-5.0.5/mpn/cray/mulww.f -rw-r--r-- tege/wheel 1396 2012-05-06 13:19 gmp-5.0.5/mpn/cray/lshift.c -rw-r--r-- tege/wheel 1032 2012-05-06 13:19 gmp-5.0.5/mpn/cray/popcount.c -rw-r--r-- tege/wheel 2284 2012-05-06 13:19 gmp-5.0.5/mpn/cray/add_n.c -rw-r--r-- tege/wheel 3638 2012-05-06 13:19 gmp-5.0.5/mpn/cray/README -rw-r--r-- tege/wheel 1060 2012-05-06 13:19 gmp-5.0.5/mpn/cray/hamdist.c -rw-r--r-- tege/wheel 2627 2012-05-06 13:19 gmp-5.0.5/mpn/cray/gmp-mparam.h drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/cray/cfp/ -rw-r--r-- tege/wheel 1401 2012-05-06 13:19 gmp-5.0.5/mpn/cray/rshift.c -rw-r--r-- tege/wheel 8482 2012-05-06 13:19 gmp-5.0.5/mpn/cray/cfp/mulwwc90.s -rw-r--r-- tege/wheel 8465 2012-05-06 13:19 gmp-5.0.5/mpn/cray/cfp/mulwwj90.s -rw-r--r-- tege/wheel 1169 2012-05-06 13:19 gmp-5.0.5/mpn/cray/cfp/submul_1.c -rw-r--r-- tege/wheel 1169 2012-05-06 13:19 gmp-5.0.5/mpn/cray/cfp/addmul_1.c -rw-r--r-- tege/wheel 1116 2012-05-06 13:19 gmp-5.0.5/mpn/cray/cfp/mul_1.c -rw-r--r-- tege/wheel 2559 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ieee/gmp-mparam.h -rw-r--r-- tege/wheel 3025 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ieee/submul_1.c -rw-r--r-- tege/wheel 3001 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ieee/addmul_1.c -rw-r--r-- tege/wheel 2370 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ieee/mul_basecase.c -rw-r--r-- tege/wheel 2729 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ieee/mul_1.c -rw-r--r-- tege/wheel 4000 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ieee/invert_limb.c -rw-r--r-- tege/wheel 2258 2012-05-06 13:19 gmp-5.0.5/mpn/cray/ieee/sqr_basecase.c -rw-r--r-- tege/wheel 1419 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/sqr_diagonal.asm -rw-r--r-- tege/wheel 2361 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/gmp-mparam.h -rw-r--r-- tege/wheel 2238 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/addmul_1.asm -rw-r--r-- tege/wheel 1968 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/lshift.asm -rw-r--r-- tege/wheel 1856 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/rshift.asm -rw-r--r-- tege/wheel 1035 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/umul.asm -rw-r--r-- tege/wheel 2245 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/submul_1.asm -rw-r--r-- tege/wheel 1771 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/README -rw-r--r-- tege/wheel 2263 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/sub_n.asm -rw-r--r-- tege/wheel 2066 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/mul_1.asm -rw-r--r-- tege/wheel 2247 2012-05-06 13:19 gmp-5.0.5/mpn/mips64/add_n.asm -rw-r--r-- tege/wheel 1430 2012-05-06 13:19 gmp-5.0.5/mpn/z8000x/add_n.s -rw-r--r-- tege/wheel 1476 2012-05-06 13:19 gmp-5.0.5/mpn/z8000x/sub_n.s -rw-r--r-- tege/wheel 929 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/umul.s -rw-r--r-- tege/wheel 933 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/udiv.s -rw-r--r-- tege/wheel 2749 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/submul_1.s -rw-r--r-- tege/wheel 2190 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/lshift.s -rw-r--r-- tege/wheel 2117 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/rshift.s -rw-r--r-- tege/wheel 2966 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/sub_n.s -rw-r--r-- tege/wheel 2954 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/add_n.s -rw-r--r-- tege/wheel 2634 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/addmul_1.s -rw-r--r-- tege/wheel 2318 2012-05-06 13:19 gmp-5.0.5/mpn/a29k/mul_1.s -rw-r--r-- tege/wheel 2228 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/sub_n.asm -rw-r--r-- tege/wheel 1755 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/mips-defs.m4 -rw-r--r-- tege/wheel 1730 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/mips.m4 -rw-r--r-- tege/wheel 2217 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/add_n.asm -rw-r--r-- tege/wheel 1040 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/umul.asm -rw-r--r-- tege/wheel 2024 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/mul_1.asm -rw-r--r-- tege/wheel 2212 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/submul_1.asm -rw-r--r-- tege/wheel 1935 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/lshift.asm -rw-r--r-- tege/wheel 1827 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/rshift.asm -rw-r--r-- tege/wheel 2205 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/addmul_1.asm -rw-r--r-- tege/wheel 2349 2012-05-06 13:19 gmp-5.0.5/mpn/mips32/gmp-mparam.h -rw-r--r-- tege/wheel 3278 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/mod_34lsub1.asm -rw-r--r-- tege/wheel 1946 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/copyi.asm -rw-r--r-- tege/wheel 2821 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/alpha-defs.m4 -rw-r--r-- tege/wheel 2704 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/dive_1.c -rw-r--r-- tege/wheel 2821 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/unicos.m4 -rw-r--r-- tege/wheel 18255 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/invert_limb.asm -rw-r--r-- tege/wheel 3108 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/rshift.asm -rw-r--r-- tege/wheel 3252 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/lshift.asm -rw-r--r-- tege/wheel 2619 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/default.m4 -rw-r--r-- tege/wheel 1725 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/sqr_diagonal.asm -rw-r--r-- tege/wheel 7706 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/README -rw-r--r-- tege/wheel 2499 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/submul_1.asm -rw-r--r-- tege/wheel 3985 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/com.asm -rw-r--r-- tege/wheel 1350 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/cntlz.asm -rw-r--r-- tege/wheel 4693 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/aorslsh1_n.asm -rw-r--r-- tege/wheel 4231 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/divrem_2.asm -rw-r--r-- tege/wheel 2488 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/addmul_1.asm -rw-r--r-- tege/wheel 2938 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/gmp-mparam.h -rw-r--r-- tege/wheel 5190 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/mode1o.asm -rw-r--r-- tege/wheel 5472 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/bdiv_dbm1c.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev67/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev5/ -rw-r--r-- tege/wheel 4763 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/sub_n.asm -rw-r--r-- tege/wheel 2663 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/mul_1.asm -rw-r--r-- tege/wheel 1096 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/umul.asm -rw-r--r-- tege/wheel 4550 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/add_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/ -rw-r--r-- tege/wheel 2025 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/copyd.asm -rw-r--r-- tege/wheel 9976 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/aorsmul_1.asm -rw-r--r-- tege/wheel 8883 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/gmp-mparam.h -rw-r--r-- tege/wheel 2478 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/sqr_diagonal.asm -rw-r--r-- tege/wheel 13313 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/mul_1.asm -rw-r--r-- tege/wheel 7718 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/add_n.asm -rw-r--r-- tege/wheel 7809 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/sub_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/ -rw-r--r-- tege/wheel 7302 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/slot.pl -rw-r--r-- tege/wheel 7826 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/submul_1.asm -rw-r--r-- tege/wheel 7152 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/mul_1.asm -rw-r--r-- tege/wheel 4817 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/aors_n.asm -rw-r--r-- tege/wheel 7826 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/addmul_1.asm -rw-r--r-- tege/wheel 2654 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/gmp-mparam.h -rw-r--r-- tege/wheel 3200 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/addmul_2.asm -rw-r--r-- tege/wheel 1675 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/README -rw-r--r-- tege/wheel 3687 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/addmul_3.asm -rw-r--r-- tege/wheel 4581 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev6/nails/addmul_4.asm -rw-r--r-- tege/wheel 6550 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev5/diveby3.asm -rw-r--r-- tege/wheel 8350 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev5/gmp-mparam.h -rw-r--r-- tege/wheel 3904 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev67/gcd_1.asm -rw-r--r-- tege/wheel 2283 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev67/popcount.asm -rw-r--r-- tege/wheel 2594 2012-05-06 13:19 gmp-5.0.5/mpn/alpha/ev67/hamdist.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/mc68020/ -rw-r--r-- tege/wheel 2160 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/aors_n.asm -rw-r--r-- tege/wheel 3806 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/rshift.asm -rw-r--r-- tege/wheel 3807 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/lshift.asm -rw-r--r-- tege/wheel 5785 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/m68k-defs.m4 -rw-r--r-- tege/wheel 2413 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/t-m68k-defs.pl -rw-r--r-- tege/wheel 2489 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/gmp-mparam.h -rw-r--r-- tege/wheel 4548 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/README -rw-r--r-- tege/wheel 1187 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/mc68020/udiv.asm -rw-r--r-- tege/wheel 2185 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/mc68020/aorsmul_1.asm -rw-r--r-- tege/wheel 1144 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/mc68020/umul.asm -rw-r--r-- tege/wheel 1973 2012-05-06 13:19 gmp-5.0.5/mpn/m68k/mc68020/mul_1.asm -rw-r--r-- tege/wheel 1371 2012-05-06 13:19 gmp-5.0.5/mpn/z8000/add_n.s -rw-r--r-- tege/wheel 1589 2012-05-06 13:19 gmp-5.0.5/mpn/z8000/mul_1.s -rw-r--r-- tege/wheel 1290 2012-05-06 13:19 gmp-5.0.5/mpn/z8000/README -rw-r--r-- tege/wheel 1419 2012-05-06 13:19 gmp-5.0.5/mpn/z8000/sub_n.s -rw-r--r-- tege/wheel 874 2012-05-06 13:19 gmp-5.0.5/mpn/z8000/gmp-mparam.h -rw-r--r-- tege/wheel 1362 2012-05-06 13:19 gmp-5.0.5/mpn/sh/sub_n.asm -rw-r--r-- tege/wheel 1350 2012-05-06 13:19 gmp-5.0.5/mpn/sh/add_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/sh/sh2/ -rw-r--r-- tege/wheel 1393 2012-05-06 13:19 gmp-5.0.5/mpn/sh/sh2/mul_1.asm -rw-r--r-- tege/wheel 1486 2012-05-06 13:19 gmp-5.0.5/mpn/sh/sh2/addmul_1.asm -rw-r--r-- tege/wheel 1493 2012-05-06 13:19 gmp-5.0.5/mpn/sh/sh2/submul_1.asm -rw-r--r-- tege/wheel 7604 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mu_bdiv_qr.c -rw-r--r-- tege/wheel 3958 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sbpi1_divappr_q.c -rw-r--r-- tege/wheel 10802 2012-05-06 13:19 gmp-5.0.5/mpn/generic/tdiv_qr.c -rw-r--r-- tege/wheel 1945 2012-05-06 13:19 gmp-5.0.5/mpn/generic/bdiv_q.c -rw-r--r-- tege/wheel 9760 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom8h_mul.c -rw-r--r-- tege/wheel 2698 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mod_1_1.c -rw-r--r-- tege/wheel 2963 2012-05-06 13:19 gmp-5.0.5/mpn/generic/addmul_1.c -rw-r--r-- tege/wheel 17731 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_interpolate_16pts.c -rw-r--r-- tege/wheel 2112 2012-05-06 13:19 gmp-5.0.5/mpn/generic/dcpi1_div_q.c -rw-r--r-- tege/wheel 3172 2012-05-06 13:19 gmp-5.0.5/mpn/generic/binvert.c -rw-r--r-- tege/wheel 3469 2012-05-06 13:19 gmp-5.0.5/mpn/generic/trialdiv.c -rw-r--r-- tege/wheel 4295 2012-05-06 13:19 gmp-5.0.5/mpn/generic/dcpi1_bdiv_qr.c -rw-r--r-- tege/wheel 8268 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mullo_n.c -rw-r--r-- tege/wheel 1857 2012-05-06 13:19 gmp-5.0.5/mpn/generic/lshiftc.c -rw-r--r-- tege/wheel 11235 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_interpolate_12pts.c -rw-r--r-- tege/wheel 1013 2012-05-06 13:19 gmp-5.0.5/mpn/generic/com.c -rw-r--r-- tege/wheel 6782 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_interpolate_6pts.c -rw-r--r-- tege/wheel 3427 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_eval_pm2.c -rw-r--r-- tege/wheel 5206 2012-05-06 13:19 gmp-5.0.5/mpn/generic/diveby3.c -rw-r--r-- tege/wheel 2635 2012-05-06 13:19 gmp-5.0.5/mpn/generic/divrem.c -rw-r--r-- tege/wheel 3881 2012-05-06 13:19 gmp-5.0.5/mpn/generic/pre_divrem_1.c -rw-r--r-- tege/wheel 848 2012-05-06 13:19 gmp-5.0.5/mpn/generic/neg.c -rw-r--r-- tege/wheel 5596 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom6_sqr.c -rw-r--r-- tege/wheel 6815 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gcd.c -rw-r--r-- tege/wheel 4906 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom22_mul.c -rw-r--r-- tege/wheel 11853 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sqrtrem.c -rw-r--r-- tege/wheel 15842 2012-05-06 13:19 gmp-5.0.5/mpn/generic/get_str.c -rw-r--r-- tege/wheel 1463 2012-05-06 13:19 gmp-5.0.5/mpn/generic/redc_1_sec.c -rw-r--r-- tege/wheel 1216 2012-05-06 13:19 gmp-5.0.5/mpn/generic/random.c -rw-r--r-- tege/wheel 8918 2012-05-06 13:19 gmp-5.0.5/mpn/generic/set_str.c -rw-r--r-- tege/wheel 10783 2012-05-06 13:19 gmp-5.0.5/mpn/generic/invertappr.c -rw-r--r-- tege/wheel 843 2012-05-06 13:19 gmp-5.0.5/mpn/generic/add.c -rw-r--r-- tege/wheel 4105 2012-05-06 13:19 gmp-5.0.5/mpn/generic/powlo.c -rw-r--r-- tege/wheel 1789 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sub_n.c -rw-r--r-- tege/wheel 2893 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gcd_subdiv_step.c -rw-r--r-- tege/wheel 7991 2012-05-06 13:19 gmp-5.0.5/mpn/generic/matrix22_mul.c -rw-r--r-- tege/wheel 2396 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sbpi1_bdiv_q.c -rw-r--r-- tege/wheel 10166 2012-05-06 13:19 gmp-5.0.5/mpn/generic/perfpow.c -rw-r--r-- tege/wheel 1586 2012-05-06 13:19 gmp-5.0.5/mpn/generic/logops_n.c -rw-r--r-- tege/wheel 3602 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mod_1_2.c -rw-r--r-- tege/wheel 6570 2012-05-06 13:19 gmp-5.0.5/mpn/generic/dcpi1_divappr_q.c -rw-r--r-- tege/wheel 1829 2012-05-06 13:19 gmp-5.0.5/mpn/generic/nussbaumer_mul.c -rw-r--r-- tege/wheel 2093 2012-05-06 13:19 gmp-5.0.5/mpn/generic/subcnd_n.c -rw-r--r-- tege/wheel 855 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sub_1.c -rw-r--r-- tege/wheel 6088 2012-05-06 13:19 gmp-5.0.5/mpn/generic/dcpi1_div_qr.c -rw-r--r-- tege/wheel 3069 2012-05-06 13:19 gmp-5.0.5/mpn/generic/udiv_w_sdiv.c -rw-r--r-- tege/wheel 2170 2012-05-06 13:19 gmp-5.0.5/mpn/generic/dump.c -rw-r--r-- tege/wheel 6056 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom63_mul.c -rw-r--r-- tege/wheel 925 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gmp-mparam.h -rw-r--r-- tege/wheel 2638 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sqr.c -rw-r--r-- tege/wheel 905 2012-05-06 13:19 gmp-5.0.5/mpn/generic/cmp.c -rw-r--r-- tege/wheel 5813 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom42_mul.c -rw-r--r-- tege/wheel 1571 2012-05-06 13:19 gmp-5.0.5/mpn/generic/bdiv_dbm1c.c -rw-r--r-- tege/wheel 940 2012-05-06 13:19 gmp-5.0.5/mpn/generic/copyi.c -rw-r--r-- tege/wheel 3481 2012-05-06 13:19 gmp-5.0.5/mpn/generic/dcpi1_bdiv_q.c -rw-r--r-- tege/wheel 12837 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gcdext.c -rw-r--r-- tege/wheel 2338 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_eval_pm1.c -rw-r--r-- tege/wheel 10382 2012-05-06 13:19 gmp-5.0.5/mpn/generic/div_q.c -rw-r--r-- tege/wheel 6478 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mu_div_q.c -rw-r--r-- tege/wheel 5518 2012-05-06 13:19 gmp-5.0.5/mpn/generic/fib2_ui.c -rw-r--r-- tege/wheel 1872 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sizeinbase.c -rw-r--r-- tege/wheel 2466 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sbpi1_div_qr.c -rw-r--r-- tege/wheel 4950 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom4_sqr.c -rw-r--r-- tege/wheel 4895 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gcdext_lehmer.c -rw-r--r-- tege/wheel 6860 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom8_sqr.c -rw-r--r-- tege/wheel 4066 2012-05-06 13:19 gmp-5.0.5/mpn/generic/remove.c -rw-r--r-- tege/wheel 4080 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mod_1_3.c -rw-r--r-- tege/wheel 8162 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom62_mul.c -rw-r--r-- tege/wheel 6900 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mode1o.c -rw-r--r-- tege/wheel 6423 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mod_1.c -rw-r--r-- tege/wheel 7831 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_interpolate_7pts.c -rw-r--r-- tege/wheel 5983 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom43_mul.c -rw-r--r-- tege/wheel 2769 2012-05-06 13:19 gmp-5.0.5/mpn/generic/pow_1.c -rw-r--r-- tege/wheel 4044 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gcd_1.c -rw-r--r-- tege/wheel 6225 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom52_mul.c -rw-r--r-- tege/wheel 2585 2012-05-06 13:19 gmp-5.0.5/mpn/generic/bdiv_q_1.c -rw-r--r-- tege/wheel 1778 2012-05-06 13:19 gmp-5.0.5/mpn/generic/add_n.c -rw-r--r-- tege/wheel 8190 2012-05-06 13:19 gmp-5.0.5/mpn/generic/perfsqr.c -rw-r--r-- tege/wheel 5207 2012-05-06 13:19 gmp-5.0.5/mpn/generic/divis.c -rw-r--r-- tege/wheel 1969 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mul_1.c -rw-r--r-- tege/wheel 1801 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_eval_dgr3_pm1.c -rw-r--r-- tege/wheel 6916 2012-05-06 13:19 gmp-5.0.5/mpn/generic/divrem_1.c -rw-r--r-- tege/wheel 7602 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom44_mul.c -rw-r--r-- tege/wheel 1560 2012-05-06 13:19 gmp-5.0.5/mpn/generic/pre_mod_1.c -rw-r--r-- tege/wheel 6140 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sbpi1_div_q.c -rw-r--r-- tege/wheel 1309 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mullo_basecase.c -rw-r--r-- tege/wheel 5557 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom3_sqr.c -rw-r--r-- tege/wheel 9454 2012-05-06 13:19 gmp-5.0.5/mpn/generic/powm_sec.c -rw-r--r-- tege/wheel 12939 2012-05-06 13:19 gmp-5.0.5/mpn/generic/get_d.c -rw-r--r-- tege/wheel 7747 2012-05-06 13:19 gmp-5.0.5/mpn/generic/divexact.c -rw-r--r-- tege/wheel 9817 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mulmod_bnm1.c -rw-r--r-- tege/wheel 9143 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom53_mul.c -rw-r--r-- tege/wheel 1794 2012-05-06 13:19 gmp-5.0.5/mpn/generic/rshift.c -rw-r--r-- tege/wheel 5344 2012-05-06 13:19 gmp-5.0.5/mpn/generic/addsub_n.c -rw-r--r-- tege/wheel 9840 2012-05-06 13:19 gmp-5.0.5/mpn/generic/hgcd2.c -rw-r--r-- tege/wheel 909 2012-05-06 13:19 gmp-5.0.5/mpn/generic/zero.c -rw-r--r-- tege/wheel 3627 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_eval_pm2exp.c -rw-r--r-- tege/wheel 27618 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mul_fft.c -rw-r--r-- tege/wheel 11873 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mul.c -rw-r--r-- tege/wheel 4132 2012-05-06 13:19 gmp-5.0.5/mpn/generic/dive_1.c -rw-r--r-- tege/wheel 1465 2012-05-06 13:19 gmp-5.0.5/mpn/generic/redc_1.c -rw-r--r-- tege/wheel 13054 2012-05-06 13:19 gmp-5.0.5/mpn/generic/powm.c -rw-r--r-- tege/wheel 3142 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom2_sqr.c -rw-r--r-- tege/wheel 7110 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sqr_basecase.c -rw-r--r-- tege/wheel 6569 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_interpolate_5pts.c -rw-r--r-- tege/wheel 2136 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_couple_handling.c -rw-r--r-- tege/wheel 13692 2012-05-06 13:19 gmp-5.0.5/mpn/generic/rootrem.c -rw-r--r-- tege/wheel 4324 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mod_1_4.c -rw-r--r-- tege/wheel 1931 2012-05-06 13:19 gmp-5.0.5/mpn/generic/redc_n.c -rw-r--r-- tege/wheel 2184 2012-05-06 13:19 gmp-5.0.5/mpn/generic/bdiv_qr.c -rw-r--r-- tege/wheel 2795 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_eval_pm2rexp.c -rw-r--r-- tege/wheel 921 2012-05-06 13:19 gmp-5.0.5/mpn/generic/copyd.c -rw-r--r-- tege/wheel 8030 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom33_mul.c -rw-r--r-- tege/wheel 2625 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sbpi1_bdiv_qr.c -rw-r--r-- tege/wheel 8251 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sqrmod_bnm1.c -rw-r--r-- tege/wheel 11104 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mu_div_qr.c -rw-r--r-- tege/wheel 2522 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_eval_dgr3_pm2.c -rw-r--r-- tege/wheel 4862 2012-05-06 13:19 gmp-5.0.5/mpn/generic/divrem_2.c -rw-r--r-- tege/wheel 1556 2012-05-06 13:19 gmp-5.0.5/mpn/generic/scan0.c -rw-r--r-- tege/wheel 9354 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mu_divappr_q.c -rw-r--r-- tege/wheel 4087 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gcd_lehmer.c -rw-r--r-- tege/wheel 6198 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom_interpolate_8pts.c -rw-r--r-- tege/wheel 2619 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mul_n.c -rw-r--r-- tege/wheel 3192 2012-05-06 13:19 gmp-5.0.5/mpn/generic/popham.c -rw-r--r-- tege/wheel 3076 2012-05-06 13:19 gmp-5.0.5/mpn/generic/random2.c -rw-r--r-- tege/wheel 7278 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mu_bdiv_q.c -rw-r--r-- tege/wheel 1510 2012-05-06 13:19 gmp-5.0.5/mpn/generic/scan1.c -rw-r--r-- tege/wheel 5634 2012-05-06 13:19 gmp-5.0.5/mpn/generic/jacbase.c -rw-r--r-- tege/wheel 4521 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gcdext_subdiv_step.c -rw-r--r-- tege/wheel 8399 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom32_mul.c -rw-r--r-- tege/wheel 7781 2012-05-06 13:19 gmp-5.0.5/mpn/generic/toom6h_mul.c -rw-r--r-- tege/wheel 4095 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mul_basecase.c -rw-r--r-- tege/wheel 16970 2012-05-06 13:19 gmp-5.0.5/mpn/generic/hgcd.c -rw-r--r-- tege/wheel 2790 2012-05-06 13:19 gmp-5.0.5/mpn/generic/redc_2.c -rw-r--r-- tege/wheel 848 2012-05-06 13:19 gmp-5.0.5/mpn/generic/add_1.c -rw-r--r-- tege/wheel 850 2012-05-06 13:19 gmp-5.0.5/mpn/generic/sub.c -rw-r--r-- tege/wheel 3668 2012-05-06 13:19 gmp-5.0.5/mpn/generic/mod_34lsub1.c -rw-r--r-- tege/wheel 2923 2012-05-06 13:19 gmp-5.0.5/mpn/generic/invert.c -rw-r--r-- tege/wheel 3020 2012-05-06 13:19 gmp-5.0.5/mpn/generic/submul_1.c -rw-r--r-- tege/wheel 6342 2012-05-06 13:19 gmp-5.0.5/mpn/generic/gcdext_1.c -rw-r--r-- tege/wheel 1827 2012-05-06 13:19 gmp-5.0.5/mpn/generic/lshift.c -rw-r--r-- tege/wheel 2642 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/add_n.s -rw-r--r-- tege/wheel 4030 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/mul_1.s -rw-r--r-- tege/wheel 1330 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/README -rw-r--r-- tege/wheel 2712 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/sub_n.s drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/mc88110/ -rw-r--r-- tege/wheel 6454 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/mc88110/sub_n.S -rw-r--r-- tege/wheel 1537 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/mc88110/mul_1.s -rw-r--r-- tege/wheel 4773 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/mc88110/add_n.S -rw-r--r-- tege/wheel 1508 2012-05-06 13:19 gmp-5.0.5/mpn/m88k/mc88110/addmul_1.s -rw-r--r-- tege/wheel 1660 2012-05-06 13:19 gmp-5.0.5/mpn/pyr/sub_n.s -rw-r--r-- tege/wheel 1157 2012-05-06 13:19 gmp-5.0.5/mpn/pyr/mul_1.s -rw-r--r-- tege/wheel 1217 2012-05-06 13:19 gmp-5.0.5/mpn/pyr/addmul_1.s -rw-r--r-- tege/wheel 1648 2012-05-06 13:19 gmp-5.0.5/mpn/pyr/add_n.s -rw-r--r-- tege/wheel 1789 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/copyd.asm -rw-r--r-- tege/wheel 5123 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/mode1o.c -rw-r--r-- tege/wheel 4018 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/add_n.asm -rw-r--r-- tege/wheel 13261 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/addmul_2.asm -rw-r--r-- tege/wheel 15963 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/mul_1.asm -rw-r--r-- tege/wheel 7117 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/sqr_diagonal.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/ultrasparc34/ -rw-r--r-- tege/wheel 4057 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/sub_n.asm -rw-r--r-- tege/wheel 1562 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/submul_1.asm -rw-r--r-- tege/wheel 8447 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/sparc64.h -rw-r--r-- tege/wheel 5049 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/README -rw-r--r-- tege/wheel 2774 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/rshift.asm -rw-r--r-- tege/wheel 2892 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/lshift.asm -rw-r--r-- tege/wheel 5367 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/mod_1.c -rw-r--r-- tege/wheel 5723 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/gmp-mparam.h -rw-r--r-- tege/wheel 17030 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/addmul_1.asm -rw-r--r-- tege/wheel 4067 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/dive_1.c -rw-r--r-- tege/wheel 7143 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/divrem_1.c -rw-r--r-- tege/wheel 1733 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/copyi.asm -rw-r--r-- tege/wheel 9775 2012-05-06 13:19 gmp-5.0.5/mpn/sparc64/ultrasparc34/gmp-mparam.h drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode32/ -rw-r--r-- tege/wheel 3486 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/logops_n.asm -rw-r--r-- tege/wheel 1773 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/copyd.asm -rw-r--r-- tege/wheel 2382 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/darwin.m4 -rw-r--r-- tege/wheel 1368 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/sqr_diagonal.asm -rw-r--r-- tege/wheel 2231 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/rshift.asm -rw-r--r-- tege/wheel 2558 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/lshift.asm -rw-r--r-- tege/wheel 1784 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/aix.m4 -rw-r--r-- tege/wheel 1611 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/copyi.asm -rw-r--r-- tege/wheel 1789 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/com.asm -rw-r--r-- tege/wheel 1178 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/umul.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/vmx/ -rw-r--r-- tege/wheel 5612 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/README -rw-r--r-- tege/wheel 1845 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/elf.m4 -rw-r--r-- tege/wheel 7066 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/vmx/popcount.asm -rw-r--r-- tege/wheel 1901 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode32/submul_1.asm -rw-r--r-- tege/wheel 1823 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode32/addmul_1.asm -rw-r--r-- tege/wheel 2426 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode32/sub_n.asm -rw-r--r-- tege/wheel 2419 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode32/add_n.asm -rw-r--r-- tege/wheel 1683 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode32/mul_1.asm -rw-r--r-- tege/wheel 3971 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/addmul_1.asm -rw-r--r-- tege/wheel 2762 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/gmp-mparam.h -rw-r--r-- tege/wheel 2044 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/rsh1add_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p5/ -rw-r--r-- tege/wheel 3335 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/divrem_2.asm -rw-r--r-- tege/wheel 1628 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/submul_1.asm -rw-r--r-- tege/wheel 2333 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/addlsh1_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p6/ -rw-r--r-- tege/wheel 2498 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/mod_34lsub1.asm -rw-r--r-- tege/wheel 2198 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/mode1o.asm -rw-r--r-- tege/wheel 3320 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/mul_1.asm -rw-r--r-- tege/wheel 2037 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/rsh1sub_n.asm -rw-r--r-- tege/wheel 3258 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/invert_limb.asm -rw-r--r-- tege/wheel 2474 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/dive_1.asm -rw-r--r-- tege/wheel 2378 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/bdiv_dbm1c.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p3/ -rw-r--r-- tege/wheel 2341 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/sublsh1_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p4/ -rw-r--r-- tege/wheel 12328 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/mul_basecase.asm -rw-r--r-- tege/wheel 5676 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/divrem_1.asm -rw-r--r-- tege/wheel 4763 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/aors_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p7/ -rw-r--r-- tege/wheel 10248 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p7/gmp-mparam.h -rw-r--r-- tege/wheel 10297 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p4/gmp-mparam.h -rw-r--r-- tege/wheel 7636 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p3/gmp-mparam.h -rw-r--r-- tege/wheel 9489 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p6/gmp-mparam.h -rw-r--r-- tege/wheel 10100 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc64/mode64/p5/gmp-mparam.h -rw-r--r-- tege/wheel 2678 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/invert_limb.asm -rw-r--r-- tege/wheel 8005 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/hamdist.asm -rw-r--r-- tege/wheel 9150 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/README -rw-r--r-- tege/wheel 12286 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/submul_1.asm -rw-r--r-- tege/wheel 6811 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/logops_n.asm -rw-r--r-- tege/wheel 8951 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/bdiv_dbm1c.asm -rw-r--r-- tege/wheel 6603 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/divrem_2.asm -rw-r--r-- tege/wheel 3206 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/copyd.asm -rw-r--r-- tege/wheel 3526 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/ia64-defs.m4 -rw-r--r-- tege/wheel 6345 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/dive_1.asm -rw-r--r-- tege/wheel 4201 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/popcount.asm -rw-r--r-- tege/wheel 11013 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/mode1o.asm -rw-r--r-- tege/wheel 12972 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/addmul_1.asm -rw-r--r-- tege/wheel 11232 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/mul_1.asm -rw-r--r-- tege/wheel 10512 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/gmp-mparam.h -rw-r--r-- tege/wheel 15964 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/addmul_2.asm -rw-r--r-- tege/wheel 2125 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/sqr_diagonal.asm -rw-r--r-- tege/wheel 16588 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/mul_2.asm -rw-r--r-- tege/wheel 6749 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/lorrshift.asm -rw-r--r-- tege/wheel 10447 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/divrem_1.asm -rw-r--r-- tege/wheel 3042 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/copyi.asm -rw-r--r-- tege/wheel 14999 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/aors_n.asm -rw-r--r-- tege/wheel 8380 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/aorslsh1_n.asm -rw-r--r-- tege/wheel 6906 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/gcd_1.asm -rw-r--r-- tege/wheel 11088 2012-05-06 13:19 gmp-5.0.5/mpn/ia64/rsh1aors_n.asm -rw-r--r-- tege/wheel 1277 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/sparc-defs.m4 -rw-r--r-- tege/wheel 2228 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/gmp-mparam.h -rw-r--r-- tege/wheel 3147 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/addmul_1.asm -rw-r--r-- tege/wheel 3057 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/mul_1.asm -rw-r--r-- tege/wheel 5450 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/add_n.asm -rw-r--r-- tege/wheel 2339 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/README -rw-r--r-- tege/wheel 7476 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/sub_n.asm -rw-r--r-- tege/wheel 3034 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/udiv.asm -rw-r--r-- tege/wheel 3154 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/submul_1.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/ -rw-r--r-- tege/wheel 3689 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/udiv_nfp.asm -rw-r--r-- tege/wheel 2097 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/lshift.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/ -rw-r--r-- tege/wheel 1981 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/rshift.asm -rw-r--r-- tege/wheel 1802 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/umul.asm -rw-r--r-- tege/wheel 8827 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/sqr_diagonal.asm -rw-r--r-- tege/wheel 2547 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/sub_n.asm -rw-r--r-- tege/wheel 1343 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/udiv.asm -rw-r--r-- tege/wheel 2535 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/add_n.asm -rw-r--r-- tege/wheel 6564 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/mul_1.asm -rw-r--r-- tege/wheel 266 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/README -rw-r--r-- tege/wheel 7524 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/submul_1.asm -rw-r--r-- tege/wheel 7108 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/addmul_1.asm -rw-r--r-- tege/wheel 4049 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v9/gmp-mparam.h drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/supersparc/ -rw-r--r-- tege/wheel 2576 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/addmul_1.asm -rw-r--r-- tege/wheel 2363 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/gmp-mparam.h -rw-r--r-- tege/wheel 2307 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/mul_1.asm -rw-r--r-- tege/wheel 1484 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/submul_1.asm -rw-r--r-- tege/wheel 1014 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/umul.asm -rw-r--r-- tege/wheel 2358 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/udiv.asm -rw-r--r-- tege/wheel 2358 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/supersparc/udiv.asm -rw-r--r-- tege/wheel 2420 2012-05-06 13:19 gmp-5.0.5/mpn/sparc32/v8/supersparc/gmp-mparam.h drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/750/ -rw-r--r-- tege/wheel 1624 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/aix.m4 -rw-r--r-- tege/wheel 2878 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/submul_1.asm -rw-r--r-- tege/wheel 3178 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/rshift.asm -rw-r--r-- tege/wheel 3290 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/lshift.asm -rw-r--r-- tege/wheel 3011 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/mod_34lsub1.asm -rw-r--r-- tege/wheel 4018 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/divrem_2.asm -rw-r--r-- tege/wheel 1914 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/elf.m4 -rw-r--r-- tege/wheel 4885 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/README -rw-r--r-- tege/wheel 3217 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/aors_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/vmx/ -rw-r--r-- tege/wheel 3115 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/addmul_1.asm -rw-r--r-- tege/wheel 2419 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/addlsh1_n.asm -rw-r--r-- tege/wheel 9417 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/gmp-mparam.h -rw-r--r-- tege/wheel 2021 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/sqr_diagonal.asm -rw-r--r-- tege/wheel 2090 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/mul_1.asm -rw-r--r-- tege/wheel 1833 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/eabi.m4 -rw-r--r-- tege/wheel 2873 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/powerpc-defs.m4 -rw-r--r-- tege/wheel 1123 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/umul.asm -rw-r--r-- tege/wheel 1703 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/darwin.m4 -rw-r--r-- tege/wheel 2428 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/sublsh1_n.asm -rw-r--r-- tege/wheel 2264 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/diveby3.asm -rw-r--r-- tege/wheel 3863 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/mode1o.asm -rw-r--r-- tege/wheel 2482 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/bdiv_dbm1c.asm -rw-r--r-- tege/wheel 4544 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/vmx/copyd.asm -rw-r--r-- tege/wheel 4445 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/vmx/copyi.asm -rw-r--r-- tege/wheel 9093 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/vmx/mod_34lsub1.asm -rw-r--r-- tege/wheel 1051 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/vmx/popcount.asm -rw-r--r-- tege/wheel 7928 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/vmx/logops_n.asm -rw-r--r-- tege/wheel 2594 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/750/lshift.asm -rw-r--r-- tege/wheel 2524 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/750/rshift.asm -rw-r--r-- tege/wheel 1587 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/750/com.asm -rw-r--r-- tege/wheel 8861 2012-05-06 13:19 gmp-5.0.5/mpn/powerpc32/750/gmp-mparam.h -rw-r--r-- tege/wheel 13451 2012-05-06 13:19 gmp-5.0.5/mpn/lisp/gmpasm-mode.el -rw-r--r-- tege/wheel 996 2012-05-06 13:19 gmp-5.0.5/mpn/power/umul.asm -rw-r--r-- tege/wheel 1720 2012-05-06 13:19 gmp-5.0.5/mpn/power/lshift.asm -rw-r--r-- tege/wheel 1739 2012-05-06 13:19 gmp-5.0.5/mpn/power/rshift.asm -rw-r--r-- tege/wheel 2941 2012-05-06 13:19 gmp-5.0.5/mpn/power/addmul_1.asm -rw-r--r-- tege/wheel 2347 2012-05-06 13:19 gmp-5.0.5/mpn/power/gmp-mparam.h -rw-r--r-- tege/wheel 2610 2012-05-06 13:19 gmp-5.0.5/mpn/power/sub_n.asm -rw-r--r-- tege/wheel 3153 2012-05-06 13:19 gmp-5.0.5/mpn/power/submul_1.asm -rw-r--r-- tege/wheel 942 2012-05-06 13:19 gmp-5.0.5/mpn/power/sdiv.asm -rw-r--r-- tege/wheel 2539 2012-05-06 13:19 gmp-5.0.5/mpn/power/add_n.asm -rw-r--r-- tege/wheel 2734 2012-05-06 13:19 gmp-5.0.5/mpn/power/mul_1.asm -rw-r--r-- tege/wheel 3893 2012-05-06 13:19 gmp-5.0.5/mpn/minithres/gmp-mparam.h -rw-r--r-- tege/wheel 5578 2012-05-06 13:19 gmp-5.0.5/mpn/s390_64/gmp-mparam.h -rw-r--r-- tege/wheel 2450 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/README -rw-r--r-- tege/wheel 3430 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/aorrlsh1_n.asm -rw-r--r-- tege/wheel 3999 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/x86_64-defs.m4 -rw-r--r-- tege/wheel 3621 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/rsh1aors_n.asm -rw-r--r-- tege/wheel 3291 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/bdiv_q_1.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/bobcat/ -rw-r--r-- tege/wheel 2969 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/aors_n.asm -rw-r--r-- tege/wheel 3401 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/aorrlsh2_n.asm -rw-r--r-- tege/wheel 3105 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/aorsmul_1.asm -rw-r--r-- tege/wheel 10002 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/gmp-mparam.h -rw-r--r-- tege/wheel 1047 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/darwin.m4 -rw-r--r-- tege/wheel 1665 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/copyd.asm -rw-r--r-- tege/wheel 3427 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/rshift.asm -rw-r--r-- tege/wheel 4637 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/lshift.asm -rw-r--r-- tege/wheel 3240 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/aorrlsh_n.asm -rw-r--r-- tege/wheel 4447 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/logops_n.asm -rw-r--r-- tege/wheel 2945 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/mul_1.asm -rw-r--r-- tege/wheel 4866 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/divrem_2.asm -rw-r--r-- tege/wheel 3534 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/lshiftc.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/fat/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/pentium4/ -rw-r--r-- tege/wheel 1961 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/bdiv_dbm1c.asm -rw-r--r-- tege/wheel 6471 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/redc_1.asm -rw-r--r-- tege/wheel 3290 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/mul_2.asm -rw-r--r-- tege/wheel 3099 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/sublsh1_n.asm -rw-r--r-- tege/wheel 5621 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/divrem_1.asm -rw-r--r-- tege/wheel 1667 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/com.asm -rw-r--r-- tege/wheel 13902 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/sqr_basecase.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/ drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/coreinhm/ -rw-r--r-- tege/wheel 1616 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/copyi.asm -rw-r--r-- tege/wheel 2909 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/lshsub_n.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/bd1/ -rw-r--r-- tege/wheel 3452 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/addmul_2.asm -rw-r--r-- tege/wheel 3443 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/mod_34lsub1.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/coreisbr/ -rw-r--r-- tege/wheel 8234 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/mul_basecase.asm -rw-r--r-- tege/wheel 4380 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/invert_limb.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/nano/ -rw-r--r-- tege/wheel 3157 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/dive_1.asm drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/atom/ -rw-r--r-- tege/wheel 3381 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/popham.asm -rw-r--r-- tege/wheel 2798 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/addaddmul_1msb0.asm -rw-r--r-- tege/wheel 2812 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/gcd_1.asm -rw-r--r-- tege/wheel 4554 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/mode1o.asm -rw-r--r-- tege/wheel 4244 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/mod_1_4.asm -rw-r--r-- tege/wheel 9490 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/atom/gmp-mparam.h -rw-r--r-- tege/wheel 3174 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/atom/aors_n.asm -rw-r--r-- tege/wheel 10709 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/nano/gmp-mparam.h -rw-r--r-- tege/wheel 9688 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/coreisbr/gmp-mparam.h -rw-r--r-- tege/wheel 9259 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/bd1/gmp-mparam.h -rw-r--r-- tege/wheel 6360 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/coreinhm/gmp-mparam.h -rw-r--r-- tege/wheel 952 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/popcount.asm -rw-r--r-- tege/wheel 9273 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/gmp-mparam.h -rw-r--r-- tege/wheel 2527 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/aors_n.asm -rw-r--r-- tege/wheel 2557 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/lshift.asm -rw-r--r-- tege/wheel 2487 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/rshift.asm -rw-r--r-- tege/wheel 3083 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/aorslsh1_n.asm -rw-r--r-- tege/wheel 2644 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/lshiftc.asm -rw-r--r-- tege/wheel 2632 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/core2/aorsmul_1.asm -rw-r--r-- tege/wheel 3631 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/pentium4/aors_n.asm -rw-r--r-- tege/wheel 3125 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/pentium4/lshift.asm -rw-r--r-- tege/wheel 3160 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/pentium4/rshift.asm -rw-r--r-- tege/wheel 3834 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/pentium4/aorslsh1_n.asm -rw-r--r-- tege/wheel 953 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/pentium4/popcount.asm -rw-r--r-- tege/wheel 11198 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/pentium4/gmp-mparam.h -rw-r--r-- tege/wheel 4825 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/fat/fat_entry.asm -rw-r--r-- tege/wheel 8439 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/fat/fat.c -rw-r--r-- tege/wheel 826 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/fat/diveby3.c -rw-r--r-- tege/wheel 810 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/fat/gcd_1.c -rw-r--r-- tege/wheel 821 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/fat/mode1o.c -rw-r--r-- tege/wheel 2522 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/fat/gmp-mparam.h -rw-r--r-- tege/wheel 816 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/fat/mod_1.c -rw-r--r-- tege/wheel 8977 2012-05-06 13:19 gmp-5.0.5/mpn/x86_64/bobcat/gmp-mparam.h -rw-r--r-- tege/wheel 2204 2012-05-06 13:19 gmp-5.0.5/mpn/s390_32/addmul_1.asm -rw-r--r-- tege/wheel 5288 2012-05-06 13:19 gmp-5.0.5/mpn/s390_32/gmp-mparam.h -rw-r--r-- tege/wheel 899 2012-05-06 13:19 gmp-5.0.5/mpn/s390_32/README -rw-r--r-- tege/wheel 2211 2012-05-06 13:19 gmp-5.0.5/mpn/s390_32/submul_1.asm -rw-r--r-- tege/wheel 1963 2012-05-06 13:19 gmp-5.0.5/mpn/s390_32/mul_1.asm -rw-r--r-- tege/wheel 1384 2012-05-06 13:19 gmp-5.0.5/mpn/ns32k/mul_1.s -rw-r--r-- tege/wheel 1293 2012-05-06 13:19 gmp-5.0.5/mpn/ns32k/add_n.s -rw-r--r-- tege/wheel 1410 2012-05-06 13:19 gmp-5.0.5/mpn/ns32k/submul_1.s -rw-r--r-- tege/wheel 1403 2012-05-06 13:19 gmp-5.0.5/mpn/ns32k/addmul_1.s -rw-r--r-- tege/wheel 1305 2012-05-06 13:19 gmp-5.0.5/mpn/ns32k/sub_n.s -rw-r--r-- tege/wheel 1646 2012-05-06 13:19 gmp-5.0.5/scanf/vsscanf.c -rw-r--r-- tege/wheel 1051 2012-05-06 13:19 gmp-5.0.5/scanf/vscanf.c -rw-r--r-- tege/wheel 1553 2012-05-06 13:19 gmp-5.0.5/scanf/fscanffuns.c -rw-r--r-- tege/wheel 1035 2012-05-06 13:19 gmp-5.0.5/scanf/Makefile.am -rw-r--r-- tege/wheel 1061 2012-05-06 13:19 gmp-5.0.5/scanf/vfscanf.c -rw-r--r-- tege/wheel 20665 2012-05-06 13:19 gmp-5.0.5/scanf/doscan.c -rw-r--r-- tege/wheel 18170 2012-05-06 13:19 gmp-5.0.5/scanf/Makefile.in -rw-r--r-- tege/wheel 2306 2012-05-06 13:19 gmp-5.0.5/scanf/sscanffuns.c -rw-r--r-- tege/wheel 1479 2012-05-06 13:19 gmp-5.0.5/scanf/sscanf.c -rw-r--r-- tege/wheel 1286 2012-05-06 13:19 gmp-5.0.5/scanf/scanf.c -rw-r--r-- tege/wheel 1343 2012-05-06 13:19 gmp-5.0.5/scanf/fscanf.c -rw-r--r-- tege/wheel 6096 2012-05-06 13:20 gmp-5.0.5/doc/gmp.info -rw-r--r-- tege/wheel 90 2012-05-06 13:20 gmp-5.0.5/doc/version.texi -rw-r--r-- tege/wheel 23565 2012-05-06 13:19 gmp-5.0.5/doc/fdl-1.3.texi -rw-r--r-- tege/wheel 14763 2012-05-06 13:19 gmp-5.0.5/doc/configuration -rw-r--r-- tege/wheel 433936 2012-05-06 13:19 gmp-5.0.5/doc/gmp.texi -rw-r--r-- tege/wheel 285383 2012-05-06 13:19 gmp-5.0.5/doc/texinfo.tex -rw-r--r-- tege/wheel 4698 2012-05-06 13:19 gmp-5.0.5/doc/isa_abi_headache -rwxr-xr-x tege/wheel 5205 2012-05-06 13:19 gmp-5.0.5/doc/mdate-sh -rw-r--r-- tege/wheel 31197 2012-05-06 13:19 gmp-5.0.5/doc/projects.html -rw-r--r-- tege/wheel 53181 2012-05-06 13:19 gmp-5.0.5/doc/tasks.html -rw-r--r-- tege/wheel 196182 2012-05-06 13:20 gmp-5.0.5/doc/gmp.info-2 -rw-r--r-- tege/wheel 952 2012-05-06 13:19 gmp-5.0.5/doc/Makefile.am -rw-r--r-- tege/wheel 90 2012-05-06 13:20 gmp-5.0.5/doc/stamp-vti -rw-r--r-- tege/wheel 22983 2012-05-06 13:19 gmp-5.0.5/doc/Makefile.in -rw-r--r-- tege/wheel 299845 2012-05-06 13:20 gmp-5.0.5/doc/gmp.info-1 -rw-r--r-- tege/wheel 10791 2012-05-06 13:19 gmp-5.0.5/printf/doprntf.c -rw-r--r-- tege/wheel 9972 2012-05-06 13:19 gmp-5.0.5/printf/repl-vsnprintf.c -rw-r--r-- tege/wheel 1307 2012-05-06 13:19 gmp-5.0.5/printf/obvprintf.c -rw-r--r-- tege/wheel 1247 2012-05-06 13:19 gmp-5.0.5/printf/vsprintf.c -rw-r--r-- tege/wheel 1219 2012-05-06 13:19 gmp-5.0.5/printf/Makefile.am -rw-r--r-- tege/wheel 1341 2012-05-06 13:19 gmp-5.0.5/printf/asprintf.c -rw-r--r-- tege/wheel 3577 2012-05-06 13:19 gmp-5.0.5/printf/vasprintf.c -rw-r--r-- tege/wheel 1053 2012-05-06 13:19 gmp-5.0.5/printf/vfprintf.c -rw-r--r-- tege/wheel 3855 2012-05-06 13:19 gmp-5.0.5/printf/snprntffuns.c -rw-r--r-- tege/wheel 22336 2012-05-06 13:19 gmp-5.0.5/printf/Makefile.in -rw-r--r-- tege/wheel 1843 2012-05-06 13:19 gmp-5.0.5/printf/obprntffuns.c -rw-r--r-- tege/wheel 2417 2012-05-06 13:19 gmp-5.0.5/printf/sprintffuns.c -rw-r--r-- tege/wheel 1616 2012-05-06 13:19 gmp-5.0.5/printf/obprintf.c -rw-r--r-- tege/wheel 2108 2012-05-06 13:19 gmp-5.0.5/printf/printffuns.c -rw-r--r-- tege/wheel 17372 2012-05-06 13:19 gmp-5.0.5/printf/doprnt.c -rw-r--r-- tege/wheel 1799 2012-05-06 13:19 gmp-5.0.5/printf/asprntffuns.c -rw-r--r-- tege/wheel 1511 2012-05-06 13:19 gmp-5.0.5/printf/sprintf.c -rw-r--r-- tege/wheel 1236 2012-05-06 13:19 gmp-5.0.5/printf/vsnprintf.c -rw-r--r-- tege/wheel 1337 2012-05-06 13:19 gmp-5.0.5/printf/fprintf.c -rw-r--r-- tege/wheel 3785 2012-05-06 13:19 gmp-5.0.5/printf/doprnti.c -rw-r--r-- tege/wheel 1538 2012-05-06 13:19 gmp-5.0.5/printf/snprintf.c -rw-r--r-- tege/wheel 1045 2012-05-06 13:19 gmp-5.0.5/printf/vprintf.c -rw-r--r-- tege/wheel 1282 2012-05-06 13:19 gmp-5.0.5/printf/printf.c -rw-r--r-- tege/wheel 1101 2012-05-06 13:19 gmp-5.0.5/tune/powerpc.asm -rw-r--r-- tege/wheel 5733 2012-05-06 13:19 gmp-5.0.5/tune/Makefile.am -rw-r--r-- tege/wheel 7382 2012-05-06 13:19 gmp-5.0.5/tune/modlinv.c -rw-r--r-- tege/wheel 983 2012-05-06 13:19 gmp-5.0.5/tune/gcdext_double.c -rw-r--r-- tege/wheel 953 2012-05-06 13:19 gmp-5.0.5/tune/jacbase3.c -rw-r--r-- tege/wheel 1084 2012-05-06 13:19 gmp-5.0.5/tune/powerpc64.asm -rw-r--r-- tege/wheel 40211 2012-05-06 13:19 gmp-5.0.5/tune/speed.c -rw-r--r-- tege/wheel 953 2012-05-06 13:19 gmp-5.0.5/tune/jacbase2.c -rw-r--r-- tege/wheel 1755 2012-05-06 13:19 gmp-5.0.5/tune/alpha.asm -rw-r--r-- tege/wheel 1358 2012-05-06 13:19 gmp-5.0.5/tune/set_strb.c -rw-r--r-- tege/wheel 46204 2012-05-06 13:19 gmp-5.0.5/tune/time.c -rw-r--r-- tege/wheel 1173 2012-05-06 13:19 gmp-5.0.5/tune/hppa2.asm -rw-r--r-- tege/wheel 1392 2012-05-06 13:19 gmp-5.0.5/tune/x86_64.asm -rw-r--r-- tege/wheel 1115 2012-05-06 13:19 gmp-5.0.5/tune/divrem1div.c -rw-r--r-- tege/wheel 46965 2012-05-06 13:19 gmp-5.0.5/tune/Makefile.in -rw-r--r-- tege/wheel 1018 2012-05-06 13:19 gmp-5.0.5/tune/divrem2inv.c -rw-r--r-- tege/wheel 953 2012-05-06 13:19 gmp-5.0.5/tune/jacbase1.c -rw-r--r-- tege/wheel 19126 2012-05-06 13:19 gmp-5.0.5/tune/README -rw-r--r-- tege/wheel 1244 2012-05-06 13:19 gmp-5.0.5/tune/mod_1_inv.c -rw-r--r-- tege/wheel 24187 2012-05-06 13:19 gmp-5.0.5/tune/freq.c -rw-r--r-- tege/wheel 1125 2012-05-06 13:19 gmp-5.0.5/tune/ia64.asm -rw-r--r-- tege/wheel 1178 2012-05-06 13:19 gmp-5.0.5/tune/set_strp.c -rw-r--r-- tege/wheel 103254 2012-05-06 13:19 gmp-5.0.5/tune/speed.h -rw-r--r-- tege/wheel 1022 2012-05-06 13:19 gmp-5.0.5/tune/gcdextos.c -rw-r--r-- tege/wheel 1449 2012-05-06 13:19 gmp-5.0.5/tune/pentium.asm -rw-r--r-- tege/wheel 995 2012-05-06 13:19 gmp-5.0.5/tune/gcdext_single.c -rw-r--r-- tege/wheel 1147 2012-05-06 13:19 gmp-5.0.5/tune/sparcv9.asm -rw-r--r-- tege/wheel 6953 2012-05-06 13:19 gmp-5.0.5/tune/speed-ext.c -rw-r--r-- tege/wheel 1265 2012-05-06 13:19 gmp-5.0.5/tune/set_strs.c -rw-r--r-- tege/wheel 1174 2012-05-06 13:19 gmp-5.0.5/tune/hppa2w.asm -rw-r--r-- tege/wheel 1258 2012-05-06 13:19 gmp-5.0.5/tune/mod_1_div.c -rw-r--r-- tege/wheel 40174 2012-05-06 13:19 gmp-5.0.5/tune/many.pl -rw-r--r-- tege/wheel 1053 2012-05-06 13:19 gmp-5.0.5/tune/powm_redc.c -rw-r--r-- tege/wheel 58370 2012-05-06 13:19 gmp-5.0.5/tune/common.c -rw-r--r-- tege/wheel 936 2012-05-06 13:19 gmp-5.0.5/tune/powm_mod.c -rw-r--r-- tege/wheel 1029 2012-05-06 13:19 gmp-5.0.5/tune/divrem2div.c -rw-r--r-- tege/wheel 967 2012-05-06 13:19 gmp-5.0.5/tune/pre_divrem_1.c -rw-r--r-- tege/wheel 66760 2012-05-06 13:19 gmp-5.0.5/tune/tuneup.c -rw-r--r-- tege/wheel 1110 2012-05-06 13:19 gmp-5.0.5/tune/hppa.asm -rw-r--r-- tege/wheel 1238 2012-05-06 13:19 gmp-5.0.5/tune/noop.c -rw-r--r-- tege/wheel 1010 2012-05-06 13:19 gmp-5.0.5/tune/gcdextod.c -rw-r--r-- tege/wheel 1107 2012-05-06 13:19 gmp-5.0.5/tune/divrem1inv.c -rw-r--r-- tege/wheel 2997 2012-05-06 13:19 gmp-5.0.5/mpq/div.c -rw-r--r-- tege/wheel 1222 2012-05-06 13:19 gmp-5.0.5/mpq/out_str.c -rw-r--r-- tege/wheel 2832 2012-05-06 13:19 gmp-5.0.5/mpq/set_f.c -rw-r--r-- tege/wheel 1104 2012-05-06 13:19 gmp-5.0.5/mpq/get_den.c -rw-r--r-- tege/wheel 1818 2012-05-06 13:19 gmp-5.0.5/mpq/cmp_si.c -rw-r--r-- tege/wheel 1184 2012-05-06 13:19 gmp-5.0.5/mpq/set_den.c -rw-r--r-- tege/wheel 2780 2012-05-06 13:19 gmp-5.0.5/mpq/mul.c -rw-r--r-- tege/wheel 1576 2012-05-06 13:19 gmp-5.0.5/mpq/set_si.c -rw-r--r-- tege/wheel 1260 2012-05-06 13:19 gmp-5.0.5/mpq/Makefile.am -rw-r--r-- tege/wheel 1777 2012-05-06 13:19 gmp-5.0.5/mpq/equal.c -rw-r--r-- tege/wheel 1557 2012-05-06 13:19 gmp-5.0.5/mpq/canonicalize.c -rw-r--r-- tege/wheel 1451 2012-05-06 13:19 gmp-5.0.5/mpq/set.c -rw-r--r-- tege/wheel 1249 2012-05-06 13:19 gmp-5.0.5/mpq/set_z.c -rw-r--r-- tege/wheel 2772 2012-05-06 13:19 gmp-5.0.5/mpq/cmp_ui.c -rw-r--r-- tege/wheel 25024 2012-05-06 13:19 gmp-5.0.5/mpq/Makefile.in -rw-r--r-- tege/wheel 1491 2012-05-06 13:19 gmp-5.0.5/mpq/set_ui.c -rw-r--r-- tege/wheel 1070 2012-05-06 13:19 gmp-5.0.5/mpq/clear.c -rw-r--r-- tege/wheel 3964 2012-05-06 13:19 gmp-5.0.5/mpq/set_d.c -rw-r--r-- tege/wheel 6169 2012-05-06 13:19 gmp-5.0.5/mpq/get_d.c -rw-r--r-- tege/wheel 1509 2012-05-06 13:19 gmp-5.0.5/mpq/inp_str.c -rw-r--r-- tege/wheel 1395 2012-05-06 13:19 gmp-5.0.5/mpq/neg.c -rw-r--r-- tege/wheel 3393 2012-05-06 13:19 gmp-5.0.5/mpq/aors.c -rw-r--r-- tege/wheel 1655 2012-05-06 13:19 gmp-5.0.5/mpq/set_str.c -rw-r--r-- tege/wheel 1286 2012-05-06 13:19 gmp-5.0.5/mpq/clears.c -rw-r--r-- tege/wheel 2151 2012-05-06 13:19 gmp-5.0.5/mpq/get_str.c -rw-r--r-- tege/wheel 1406 2012-05-06 13:19 gmp-5.0.5/mpq/abs.c -rw-r--r-- tege/wheel 2088 2012-05-06 13:19 gmp-5.0.5/mpq/inv.c -rw-r--r-- tege/wheel 1305 2012-05-06 13:19 gmp-5.0.5/mpq/inits.c -rw-r--r-- tege/wheel 2677 2012-05-06 13:19 gmp-5.0.5/mpq/md_2exp.c -rw-r--r-- tege/wheel 1318 2012-05-06 13:19 gmp-5.0.5/mpq/init.c -rw-r--r-- tege/wheel 1683 2012-05-06 13:19 gmp-5.0.5/mpq/swap.c -rw-r--r-- tege/wheel 1150 2012-05-06 13:19 gmp-5.0.5/mpq/get_num.c -rw-r--r-- tege/wheel 3703 2012-05-06 13:19 gmp-5.0.5/mpq/cmp.c -rw-r--r-- tege/wheel 1170 2012-05-06 13:19 gmp-5.0.5/mpq/set_num.c -rw-r--r-- tege/wheel 4053 2012-05-06 13:19 gmp-5.0.5/demos/qcn.c drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/demos/perl/ drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/demos/calc/ -rw-r--r-- tege/wheel 1640 2012-05-06 13:19 gmp-5.0.5/demos/pexpr-config-h.in -rw-r--r-- tege/wheel 1756 2012-05-06 13:19 gmp-5.0.5/demos/isprime.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/demos/expr/ -rw-r--r-- tege/wheel 23471 2012-05-06 13:19 gmp-5.0.5/demos/Makefile.in -rw-r--r-- tege/wheel 30955 2012-05-06 13:19 gmp-5.0.5/demos/pexpr.c -rw-r--r-- tege/wheel 6818 2012-05-06 13:19 gmp-5.0.5/demos/factorize.c -rw-r--r-- tege/wheel 1316 2012-05-06 13:19 gmp-5.0.5/demos/Makefile.am -rw-r--r-- tege/wheel 9940 2012-05-06 13:19 gmp-5.0.5/demos/primes.c -rw-r--r-- tege/wheel 5238 2012-05-06 13:19 gmp-5.0.5/demos/expr/expr-impl.h -rw-r--r-- tege/wheel 19334 2012-05-06 13:19 gmp-5.0.5/demos/expr/Makefile.in -rw-r--r-- tege/wheel 1191 2012-05-06 13:19 gmp-5.0.5/demos/expr/exprv.c -rw-r--r-- tege/wheel 1646 2012-05-06 13:19 gmp-5.0.5/demos/expr/Makefile.am -rw-r--r-- tege/wheel 26903 2012-05-06 13:19 gmp-5.0.5/demos/expr/expr.c -rw-r--r-- tege/wheel 12714 2012-05-06 13:19 gmp-5.0.5/demos/expr/t-expr.c -rw-r--r-- tege/wheel 2702 2012-05-06 13:19 gmp-5.0.5/demos/expr/exprza.c -rw-r--r-- tege/wheel 19023 2012-05-06 13:19 gmp-5.0.5/demos/expr/README -rw-r--r-- tege/wheel 5170 2012-05-06 13:19 gmp-5.0.5/demos/expr/exprq.c -rw-r--r-- tege/wheel 4420 2012-05-06 13:19 gmp-5.0.5/demos/expr/exprfa.c -rw-r--r-- tege/wheel 8238 2012-05-06 13:19 gmp-5.0.5/demos/expr/exprz.c -rw-r--r-- tege/wheel 2518 2012-05-06 13:19 gmp-5.0.5/demos/expr/exprqa.c -rw-r--r-- tege/wheel 5174 2012-05-06 13:19 gmp-5.0.5/demos/expr/expr.h -rw-r--r-- tege/wheel 4743 2012-05-06 13:19 gmp-5.0.5/demos/expr/exprf.c -rw-r--r-- tege/wheel 5753 2012-05-06 13:19 gmp-5.0.5/demos/expr/run-expr.c -rw-r--r-- tege/wheel 17553 2012-05-06 13:19 gmp-5.0.5/demos/calc/Makefile.in -rw-r--r-- tege/wheel 48833 2012-05-06 13:20 gmp-5.0.5/demos/calc/calclex.c -rw-r--r-- tege/wheel 1303 2012-05-06 13:19 gmp-5.0.5/demos/calc/Makefile.am -rw-r--r-- tege/wheel 3075 2012-05-06 13:20 gmp-5.0.5/demos/calc/calc.h -rw-r--r-- tege/wheel 3871 2012-05-06 13:19 gmp-5.0.5/demos/calc/calcread.c -rw-r--r-- tege/wheel 2109 2012-05-06 13:19 gmp-5.0.5/demos/calc/README -rw-r--r-- tege/wheel 11485 2012-05-06 13:19 gmp-5.0.5/demos/calc/calc.y -rw-r--r-- tege/wheel 1102 2012-05-06 13:19 gmp-5.0.5/demos/calc/calc-common.h -rw-r--r-- tege/wheel 71185 2012-05-06 13:20 gmp-5.0.5/demos/calc/calc.c -rw-r--r-- tege/wheel 2864 2012-05-06 13:19 gmp-5.0.5/demos/calc/calclex.l -rw-r--r-- tege/wheel 854 2012-05-06 13:19 gmp-5.0.5/demos/calc/calc-config-h.in -rw-r--r-- tege/wheel 1960 2012-05-06 13:19 gmp-5.0.5/demos/perl/Makefile.PL -rw-r--r-- tege/wheel 58966 2012-05-06 13:19 gmp-5.0.5/demos/perl/test.pl -rw-r--r-- tege/wheel 2971 2012-05-06 13:19 gmp-5.0.5/demos/perl/typemap -rw-r--r-- tege/wheel 1613 2012-05-06 13:19 gmp-5.0.5/demos/perl/test2.pl -rw-r--r-- tege/wheel 21566 2012-05-06 13:19 gmp-5.0.5/demos/perl/GMP.pm -rw-r--r-- tege/wheel 72386 2012-05-06 13:19 gmp-5.0.5/demos/perl/GMP.xs -rw-r--r-- tege/wheel 2188 2012-05-06 13:19 gmp-5.0.5/demos/perl/INSTALL drwxr-xr-x tege/wheel 0 2012-05-06 13:19 gmp-5.0.5/demos/perl/GMP/ -rw-r--r-- tege/wheel 1316 2012-05-06 13:19 gmp-5.0.5/demos/perl/sample.pl -rw-r--r-- tege/wheel 1092 2012-05-06 13:19 gmp-5.0.5/demos/perl/GMP/Rand.pm -rw-r--r-- tege/wheel 3074 2012-05-06 13:19 gmp-5.0.5/demos/perl/GMP/Mpz.pm -rw-r--r-- tege/wheel 2369 2012-05-06 13:19 gmp-5.0.5/demos/perl/GMP/Mpq.pm -rw-r--r-- tege/wheel 2802 2012-05-06 13:19 gmp-5.0.5/demos/perl/GMP/Mpf.pm -rw-r--r-- tege/wheel 2259 2012-05-06 13:19 gmp-5.0.5/mpbsd/min.c -rw-r--r-- tege/wheel 2150 2012-05-06 13:19 gmp-5.0.5/mpbsd/xtom.c -rw-r--r-- tege/wheel 1749 2012-05-06 13:19 gmp-5.0.5/mpbsd/mtox.c -rw-r--r-- tege/wheel 1283 2012-05-06 13:19 gmp-5.0.5/mpbsd/itom.c -rw-r--r-- tege/wheel 26555 2012-05-06 13:19 gmp-5.0.5/mpbsd/Makefile.in -rw-r--r-- tege/wheel 2288 2012-05-06 13:19 gmp-5.0.5/mpbsd/mout.c -rw-r--r-- tege/wheel 1532 2012-05-06 13:19 gmp-5.0.5/mpbsd/Makefile.am -rw-r--r-- tege/wheel 2235 2012-05-06 13:19 gmp-5.0.5/mpbsd/sdiv.c -rw-r--r-- tege/wheel 993 2012-05-06 13:19 gmp-5.0.5/mpbsd/rpow.c -rw-r--r-- tege/wheel 991 2012-05-06 13:19 gmp-5.0.5/mpbsd/mfree.c -rw-r--r-- tege/wheel 2376 2012-05-06 13:19 gmp-5.0.5/mpf/cmp.c -rw-r--r-- tege/wheel 2810 2012-05-06 13:19 gmp-5.0.5/mpf/ceilfloor.c -rw-r--r-- tege/wheel 898 2012-05-06 13:19 gmp-5.0.5/mpf/fits_ushort.c -rw-r--r-- tege/wheel 1372 2012-05-06 13:19 gmp-5.0.5/mpf/set_d.c -rw-r--r-- tege/wheel 1003 2012-05-06 13:19 gmp-5.0.5/mpf/clear.c -rw-r--r-- tege/wheel 1611 2012-05-06 13:19 gmp-5.0.5/mpf/reldiff.c -rw-r--r-- tege/wheel 3351 2012-05-06 13:19 gmp-5.0.5/mpf/eq.c -rw-r--r-- tege/wheel 1043 2012-05-06 13:19 gmp-5.0.5/mpf/set_dfl_prec.c -rw-r--r-- tege/wheel 4482 2012-05-06 13:19 gmp-5.0.5/mpf/div_2exp.c -rw-r--r-- tege/wheel 9014 2012-05-06 13:19 gmp-5.0.5/mpf/set_str.c -rw-r--r-- tege/wheel 1154 2012-05-06 13:19 gmp-5.0.5/mpf/get_d.c -rw-r--r-- tege/wheel 3133 2012-05-06 13:19 gmp-5.0.5/mpf/ui_div.c -rw-r--r-- tege/wheel 1344 2012-05-06 13:19 gmp-5.0.5/mpf/iset_ui.c -rw-r--r-- tege/wheel 8671 2012-05-06 13:19 gmp-5.0.5/mpf/get_str.c -rw-r--r-- tege/wheel 914 2012-05-06 13:19 gmp-5.0.5/mpf/fits_slong.c -rw-r--r-- tege/wheel 4381 2012-05-06 13:19 gmp-5.0.5/mpf/set_q.c -rw-r--r-- tege/wheel 1245 2012-05-06 13:19 gmp-5.0.5/mpf/set_si.c -rw-r--r-- tege/wheel 2748 2012-05-06 13:19 gmp-5.0.5/mpf/cmp_si.c -rw-r--r-- tege/wheel 1451 2012-05-06 13:19 gmp-5.0.5/mpf/iset.c -rw-r--r-- tege/wheel 1635 2012-05-06 13:19 gmp-5.0.5/mpf/Makefile.am -rw-r--r-- tege/wheel 1602 2012-05-06 13:19 gmp-5.0.5/mpf/fits_s.h -rw-r--r-- tege/wheel 1615 2012-05-06 13:19 gmp-5.0.5/mpf/trunc.c -rw-r--r-- tege/wheel 1213 2012-05-06 13:19 gmp-5.0.5/mpf/set_z.c -rw-r--r-- tege/wheel 1380 2012-05-06 13:19 gmp-5.0.5/mpf/dump.c -rw-r--r-- tege/wheel 2098 2012-05-06 13:19 gmp-5.0.5/mpf/inp_str.c -rw-r--r-- tege/wheel 3413 2012-05-06 13:19 gmp-5.0.5/mpf/sqrt.c -rw-r--r-- tege/wheel 1286 2012-05-06 13:19 gmp-5.0.5/mpf/abs.c -rw-r--r-- tege/wheel 1122 2012-05-06 13:19 gmp-5.0.5/mpf/sub_ui.c -rw-r--r-- tege/wheel 7658 2012-05-06 13:19 gmp-5.0.5/mpf/ui_sub.c -rw-r--r-- tege/wheel 1143 2012-05-06 13:19 gmp-5.0.5/mpf/set_ui.c -rw-r--r-- tege/wheel 1167 2012-05-06 13:19 gmp-5.0.5/mpf/iset_str.c -rw-r--r-- tege/wheel 1416 2012-05-06 13:19 gmp-5.0.5/mpf/iset_si.c -rw-r--r-- tege/wheel 1884 2012-05-06 13:19 gmp-5.0.5/mpf/set_prc.c -rw-r--r-- tege/wheel 1458 2012-05-06 13:19 gmp-5.0.5/mpf/cmp_d.c -rw-r--r-- tege/wheel 955 2012-05-06 13:19 gmp-5.0.5/mpf/get_prc.c -rw-r--r-- tege/wheel 917 2012-05-06 13:19 gmp-5.0.5/mpf/fits_sshort.c -rw-r--r-- tege/wheel 4105 2012-05-06 13:19 gmp-5.0.5/mpf/add.c -rw-r--r-- tege/wheel 1352 2012-05-06 13:19 gmp-5.0.5/mpf/neg.c -rw-r--r-- tege/wheel 2237 2012-05-06 13:19 gmp-5.0.5/mpf/cmp_ui.c -rw-r--r-- tege/wheel 4196 2012-05-06 13:19 gmp-5.0.5/mpf/mul_2exp.c -rw-r--r-- tege/wheel 35883 2012-05-06 13:19 gmp-5.0.5/mpf/Makefile.in -rw-r--r-- tege/wheel 891 2012-05-06 13:19 gmp-5.0.5/mpf/fits_uint.c -rw-r--r-- tege/wheel 2291 2012-05-06 13:19 gmp-5.0.5/mpf/div_ui.c -rw-r--r-- tege/wheel 3162 2012-05-06 13:19 gmp-5.0.5/mpf/sqrt_ui.c -rw-r--r-- tege/wheel 1711 2012-05-06 13:19 gmp-5.0.5/mpf/urandomb.c -rw-r--r-- tege/wheel 1286 2012-05-06 13:19 gmp-5.0.5/mpf/clears.c -rw-r--r-- tege/wheel 1092 2012-05-06 13:19 gmp-5.0.5/mpf/set_prc_raw.c -rw-r--r-- tege/wheel 9395 2012-05-06 13:19 gmp-5.0.5/mpf/sub.c -rw-r--r-- tege/wheel 1305 2012-05-06 13:19 gmp-5.0.5/mpf/inits.c -rw-r--r-- tege/wheel 1557 2012-05-06 13:19 gmp-5.0.5/mpf/fits_u.h -rw-r--r-- tege/wheel 3487 2012-05-06 13:19 gmp-5.0.5/mpf/add_ui.c -rw-r--r-- tege/wheel 910 2012-05-06 13:19 gmp-5.0.5/mpf/fits_sint.c -rw-r--r-- tege/wheel 2945 2012-05-06 13:19 gmp-5.0.5/mpf/get_ui.c -rw-r--r-- tege/wheel 2650 2012-05-06 13:19 gmp-5.0.5/mpf/out_str.c -rw-r--r-- tege/wheel 1296 2012-05-06 13:19 gmp-5.0.5/mpf/set.c -rw-r--r-- tege/wheel 1107 2012-05-06 13:19 gmp-5.0.5/mpf/iset_d.c -rw-r--r-- tege/wheel 977 2012-05-06 13:19 gmp-5.0.5/mpf/size.c -rw-r--r-- tege/wheel 1518 2012-05-06 13:19 gmp-5.0.5/mpf/random2.c -rw-r--r-- tege/wheel 1192 2012-05-06 13:19 gmp-5.0.5/mpf/pow_ui.c -rw-r--r-- tege/wheel 901 2012-05-06 13:19 gmp-5.0.5/mpf/fits_ulong.c -rw-r--r-- tege/wheel 1401 2012-05-06 13:19 gmp-5.0.5/mpf/get_d_2exp.c -rw-r--r-- tege/wheel 2037 2012-05-06 13:19 gmp-5.0.5/mpf/mul.c -rw-r--r-- tege/wheel 5890 2012-05-06 13:19 gmp-5.0.5/mpf/mul_ui.c -rw-r--r-- tege/wheel 1142 2012-05-06 13:19 gmp-5.0.5/mpf/init2.c -rw-r--r-- tege/wheel 1281 2012-05-06 13:19 gmp-5.0.5/mpf/int_p.c -rw-r--r-- tege/wheel 1326 2012-05-06 13:19 gmp-5.0.5/mpf/swap.c -rw-r--r-- tege/wheel 3610 2012-05-06 13:19 gmp-5.0.5/mpf/div.c -rw-r--r-- tege/wheel 968 2012-05-06 13:19 gmp-5.0.5/mpf/get_dfl_prec.c -rw-r--r-- tege/wheel 2207 2012-05-06 13:19 gmp-5.0.5/mpf/get_si.c -rw-r--r-- tege/wheel 1102 2012-05-06 13:19 gmp-5.0.5/mpf/init.c -rw-r--r-- tege/wheel 3096 2012-05-06 13:19 gmp-5.0.5/tests/x86call.asm -rw-r--r-- tege/wheel 1488 2012-05-06 13:19 gmp-5.0.5/tests/Makefile.am drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/mpbsd/ drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/mpq/ -rw-r--r-- tege/wheel 1601 2012-05-06 13:19 gmp-5.0.5/tests/t-popc.c -rw-r--r-- tege/wheel 37905 2012-05-06 13:19 gmp-5.0.5/tests/Makefile.in drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/mpf/ -rw-r--r-- tege/wheel 2947 2012-05-06 13:19 gmp-5.0.5/tests/t-sub.c -rw-r--r-- tege/wheel 6305 2012-05-06 13:19 gmp-5.0.5/tests/memory.c -rw-r--r-- tege/wheel 1717 2012-05-06 13:19 gmp-5.0.5/tests/t-modlinv.c -rw-r--r-- tege/wheel 2278 2012-05-06 13:19 gmp-5.0.5/tests/t-gmpmax.c -rw-r--r-- tege/wheel 5689 2012-05-06 13:19 gmp-5.0.5/tests/refmpz.c -rw-r--r-- tege/wheel 4347 2012-05-06 13:19 gmp-5.0.5/tests/amd64call.asm -rw-r--r-- tege/wheel 2921 2012-05-06 13:19 gmp-5.0.5/tests/spinner.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/mpn/ drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/mpz/ -rw-r--r-- tege/wheel 2835 2012-05-06 13:19 gmp-5.0.5/tests/x86check.c -rw-r--r-- tege/wheel 1520 2012-05-06 13:19 gmp-5.0.5/tests/t-parity.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/cxx/ drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/devel/ -rw-r--r-- tege/wheel 51523 2012-05-06 13:19 gmp-5.0.5/tests/refmpn.c -rw-r--r-- tege/wheel 1365 2012-05-06 13:19 gmp-5.0.5/tests/refmpq.c drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/misc/ drwxr-xr-x tege/wheel 0 2012-05-06 13:20 gmp-5.0.5/tests/rand/ -rw-r--r-- tege/wheel 2041 2012-05-06 13:19 gmp-5.0.5/tests/t-count_zeros.c -rw-r--r-- tege/wheel 1525 2012-05-06 13:19 gmp-5.0.5/tests/t-hightomask.c -rw-r--r-- tege/wheel 10705 2012-05-06 13:19 gmp-5.0.5/tests/refmpf.c -rw-r--r-- tege/wheel 1748 2012-05-06 13:19 gmp-5.0.5/tests/t-bswap.c -rw-r--r-- tege/wheel 12957 2012-05-06 13:19 gmp-5.0.5/tests/t-constants.c -rw-r--r-- tege/wheel 23106 2012-05-06 13:19 gmp-5.0.5/tests/tests.h -rw-r--r-- tege/wheel 7430 2012-05-06 13:19 gmp-5.0.5/tests/trace.c -rw-r--r-- tege/wheel 2945 2012-05-06 13:19 gmp-5.0.5/tests/amd64check.c -rw-r--r-- tege/wheel 12840 2012-05-06 13:19 gmp-5.0.5/tests/misc.c -rw-r--r-- tege/wheel 1745 2012-05-06 13:19 gmp-5.0.5/tests/rand/t-iset.c -rw-r--r-- tege/wheel 1823 2012-05-06 13:19 gmp-5.0.5/tests/rand/t-urbui.c -rw-r--r-- tege/wheel 1896 2012-05-06 13:19 gmp-5.0.5/tests/rand/t-urmui.c -rw-r--r-- tege/wheel 5734 2012-05-06 13:19 gmp-5.0.5/tests/rand/findlc.c -rw-r--r-- tege/wheel 20577 2012-05-06 13:19 gmp-5.0.5/tests/rand/statlib.c -rw-r--r-- tege/wheel 1171 2012-05-06 13:19 gmp-5.0.5/tests/rand/zdiv_round.c -rw-r--r-- tege/wheel 3523 2012-05-06 13:19 gmp-5.0.5/tests/rand/t-urndmm.c -rw-r--r-- tege/wheel 1870 2012-05-06 13:19 gmp-5.0.5/tests/rand/t-mt.c -rw-r--r-- tege/wheel 1894 2012-05-06 13:19 gmp-5.0.5/tests/rand/gmpstat.h -rw-r--r-- tege/wheel 4410 2012-05-06 13:19 gmp-5.0.5/tests/rand/t-lc2exp.c -rw-r--r-- tege/wheel 10736 2012-05-06 13:19 gmp-5.0.5/tests/rand/gen.c -rw-r--r-- tege/wheel 28654 2012-05-06 13:19 gmp-5.0.5/tests/rand/Makefile.in -rw-r--r-- tege/wheel 10689 2012-05-06 13:19 gmp-5.0.5/tests/rand/t-rand.c -rw-r--r-- tege/wheel 3580 2012-05-06 13:19 gmp-5.0.5/tests/rand/Makefile.am -rw-r--r-- tege/wheel 3137 2012-05-06 13:19 gmp-5.0.5/tests/rand/spect.c -rw-r--r-- tege/wheel 9892 2012-05-06 13:19 gmp-5.0.5/tests/rand/stat.c -rw-r--r-- tege/wheel 20181 2012-05-06 13:19 gmp-5.0.5/tests/misc/Makefile.in -rw-r--r-- tege/wheel 49818 2012-05-06 13:19 gmp-5.0.5/tests/misc/t-scanf.c -rw-r--r-- tege/wheel 4820 2012-05-06 13:19 gmp-5.0.5/tests/misc/t-locale.c -rw-r--r-- tege/wheel 1264 2012-05-06 13:19 gmp-5.0.5/tests/misc/Makefile.am -rw-r--r-- tege/wheel 25273 2012-05-06 13:19 gmp-5.0.5/tests/misc/t-printf.c -rw-r--r-- tege/wheel 4642 2012-05-06 13:19 gmp-5.0.5/tests/devel/divmod_1.c -rw-r--r-- tege/wheel 2426 2012-05-06 13:19 gmp-5.0.5/tests/devel/tst-addsub.c -rw-r--r-- tege/wheel 4953 2012-05-06 13:19 gmp-5.0.5/tests/devel/aors_n.c -rw-r--r-- tege/wheel 74729 2012-05-06 13:19 gmp-5.0.5/tests/devel/try.c -rw-r--r-- tege/wheel 4454 2012-05-06 13:19 gmp-5.0.5/tests/devel/shift.c -rw-r--r-- tege/wheel 20620 2012-05-06 13:19 gmp-5.0.5/tests/devel/Makefile.in -rw-r--r-- tege/wheel 1149 2012-05-06 13:19 gmp-5.0.5/tests/devel/README -rw-r--r-- tege/wheel 4091 2012-05-06 13:19 gmp-5.0.5/tests/devel/copy.c -rw-r--r-- tege/wheel 5808 2012-05-06 13:19 gmp-5.0.5/tests/devel/anymul_1.c -rw-r--r-- tege/wheel 2777 2012-05-06 13:19 gmp-5.0.5/tests/devel/divrem.c -rw-r--r-- tege/wheel 4965 2012-05-06 13:19 gmp-5.0.5/tests/devel/logops_n.c -rw-r--r-- tege/wheel 1290 2012-05-06 13:19 gmp-5.0.5/tests/devel/Makefile.am -rw-r--r-- tege/wheel 26407 2012-05-06 13:19 gmp-5.0.5/tests/cxx/Makefile.in -rw-r--r-- tege/wheel 2773 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-rand.cc -rw-r--r-- tege/wheel 13936 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-ostream.cc -rw-r--r-- tege/wheel 843 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-headers.cc -rw-r--r-- tege/wheel 2749 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-unary.cc -rw-r--r-- tege/wheel 6259 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-prec.cc -rw-r--r-- tege/wheel 2669 2012-05-06 13:19 gmp-5.0.5/tests/cxx/Makefile.am -rw-r--r-- tege/wheel 4487 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-locale.cc -rw-r--r-- tege/wheel 16670 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-istream.cc -rw-r--r-- tege/wheel 9635 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-assign.cc -rw-r--r-- tege/wheel 16120 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-constr.cc -rw-r--r-- tege/wheel 1563 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-cast.cc -rw-r--r-- tege/wheel 11700 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-binary.cc -rw-r--r-- tege/wheel 12876 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-ops.cc -rw-r--r-- tege/wheel 17797 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-ternary.cc -rw-r--r-- tege/wheel 12327 2012-05-06 13:19 gmp-5.0.5/tests/cxx/t-misc.cc -rw-r--r-- tege/wheel 1630 2012-05-06 13:19 gmp-5.0.5/tests/cxx/clocale.c -rw-r--r-- tege/wheel 2252 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-oddeven.c -rw-r--r-- tege/wheel 6130 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-nextprime.c -rw-r--r-- tege/wheel 3059 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-get_si.c -rw-r--r-- tege/wheel 3027 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-addsub.c -rw-r--r-- tege/wheel 4645 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-fib_ui.c -rw-r--r-- tege/wheel 1868 2012-05-06 13:19 gmp-5.0.5/tests/mpz/Makefile.am -rw-r--r-- tege/wheel 4254 2012-05-06 13:19 gmp-5.0.5/tests/mpz/convert.c -rw-r--r-- tege/wheel 11356 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-gcd.c -rw-r--r-- tege/wheel 3705 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-powm_ui.c -rw-r--r-- tege/wheel 4645 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-div_2exp.c -rw-r--r-- tege/wheel 4063 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-tdiv.c -rw-r--r-- tege/wheel 3024 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-divis_2exp.c -rw-r--r-- tege/wheel 8055 2012-05-06 13:19 gmp-5.0.5/tests/mpz/bit.c -rw-r--r-- tege/wheel 2978 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-invert.c -rw-r--r-- tege/wheel 2656 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-mul_i.c -rw-r--r-- tege/wheel 18367 2012-05-06 13:19 gmp-5.0.5/tests/mpz/reuse.c -rw-r--r-- tege/wheel 4747 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-tdiv_ui.c -rw-r--r-- tege/wheel 3892 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-perfsqr.c -rw-r--r-- tege/wheel 57331 2012-05-06 13:19 gmp-5.0.5/tests/mpz/Makefile.in -rw-r--r-- tege/wheel 8845 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-aorsmul.c -rw-r--r-- tege/wheel 5108 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-fits.c -rw-r--r-- tege/wheel 4950 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-bin.c -rw-r--r-- tege/wheel 6439 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-import.c -rw-r--r-- tege/wheel 16214 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-jac.c -rw-r--r-- tege/wheel 4045 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-root.c -rw-r--r-- tege/wheel 3663 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-cmp.c -rw-r--r-- tege/wheel 3553 2012-05-06 13:19 gmp-5.0.5/tests/mpz/logic.c -rw-r--r-- tege/wheel 6668 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-io_raw.c -rw-r--r-- tege/wheel 5652 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-perfpow.c -rw-r--r-- tege/wheel 7043 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-export.c -rw-r--r-- tege/wheel 5399 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-get_d_2exp.c -rw-r--r-- tege/wheel 4733 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-fdiv_ui.c -rw-r--r-- tege/wheel 1964 2012-05-06 13:19 gmp-5.0.5/tests/mpz/dive_ui.c -rw-r--r-- tege/wheel 4375 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-powm.c -rw-r--r-- tege/wheel 2446 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-set_f.c -rw-r--r-- tege/wheel 2650 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-lucnum_ui.c -rw-r--r-- tege/wheel 5649 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-mul.c -rw-r--r-- tege/wheel 2917 2012-05-06 13:19 gmp-5.0.5/tests/mpz/io.c -rw-r--r-- tege/wheel 2354 2012-05-06 13:19 gmp-5.0.5/tests/mpz/dive.c -rw-r--r-- tege/wheel 2209 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-pprime_p.c -rw-r--r-- tege/wheel 4074 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-fdiv.c -rw-r--r-- tege/wheel 4783 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-pow.c -rw-r--r-- tege/wheel 2492 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-sizeinbase.c -rw-r--r-- tege/wheel 3556 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-popcount.c -rw-r--r-- tege/wheel 6582 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-cmp_d.c -rw-r--r-- tege/wheel 3010 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-hamdist.c -rw-r--r-- tege/wheel 3553 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-scan.c -rw-r--r-- tege/wheel 4732 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-cong.c -rw-r--r-- tege/wheel 4578 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-inp_str.c -rw-r--r-- tege/wheel 2497 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-cmp_si.c -rw-r--r-- tege/wheel 1520 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-gcd_ui.c -rw-r--r-- tege/wheel 4739 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-cdiv_ui.c -rw-r--r-- tege/wheel 2562 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-set_si.c -rw-r--r-- tege/wheel 3592 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-set_d.c -rw-r--r-- tege/wheel 3714 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-divis.c -rw-r--r-- tege/wheel 3604 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-cong_2exp.c -rw-r--r-- tege/wheel 2009 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-fac_ui.c -rw-r--r-- tege/wheel 2782 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-sqrtrem.c -rw-r--r-- tege/wheel 2127 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-set_str.c -rw-r--r-- tege/wheel 4007 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-lcm.c -rw-r--r-- tege/wheel 1646 2012-05-06 13:19 gmp-5.0.5/tests/mpz/t-get_d.c -rw-r--r-- tege/wheel 323 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom33.c -rw-r--r-- tege/wheel 252 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom22.c -rw-r--r-- tege/wheel 4087 2012-05-06 13:19 gmp-5.0.5/tests/mpn/toom-shared.h -rw-r--r-- tege/wheel 2774 2012-05-06 13:19 gmp-5.0.5/tests/mpn/logic.c -rw-r--r-- tege/wheel 205 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom32.c -rw-r--r-- tege/wheel 592 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom8h.c -rw-r--r-- tege/wheel 7666 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-aors_1.c -rw-r--r-- tege/wheel 3037 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-mp_bases.c -rw-r--r-- tege/wheel 224 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom53.c -rw-r--r-- tege/wheel 202 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom43.c -rw-r--r-- tege/wheel 224 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom62.c -rw-r--r-- tege/wheel 13545 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-get_d.c -rw-r--r-- tege/wheel 250 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom63.c -rw-r--r-- tege/wheel 213 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom42.c -rw-r--r-- tege/wheel 213 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom52.c -rw-r--r-- tege/wheel 5161 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-matrix22.c -rw-r--r-- tege/wheel 8133 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-bdiv.c -rw-r--r-- tege/wheel 8775 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-instrument.c -rw-r--r-- tege/wheel 1473 2012-05-06 13:19 gmp-5.0.5/tests/mpn/Makefile.am -rw-r--r-- tege/wheel 2040 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-asmtype.c -rw-r--r-- tege/wheel 3833 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-invert.c -rw-r--r-- tege/wheel 6202 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-mulmod_bnm1.c -rw-r--r-- tege/wheel 2678 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-mod_1.c -rw-r--r-- tege/wheel 5079 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-sqrmod_bnm1.c -rw-r--r-- tege/wheel 10852 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-div.c -rw-r--r-- tege/wheel 2242 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-mul.c -rw-r--r-- tege/wheel 9039 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-fat.c -rw-r--r-- tege/wheel 363 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom6h.c -rw-r--r-- tege/wheel 9989 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-hgcd.c -rw-r--r-- tege/wheel 329 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-toom44.c -rw-r--r-- tege/wheel 3513 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-mullo.c -rw-r--r-- tege/wheel 6878 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-iord_u.c -rw-r--r-- tege/wheel 3628 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-divrem_1.c -rw-r--r-- tege/wheel 2993 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-scan.c -rw-r--r-- tege/wheel 3130 2012-05-06 13:19 gmp-5.0.5/tests/mpn/t-perfsqr.c -rw-r--r-- tege/wheel 40251 2012-05-06 13:19 gmp-5.0.5/tests/mpn/Makefile.in -rw-r--r-- tege/wheel 2505 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-set_si.c -rw-r--r-- tege/wheel 4762 2012-05-06 13:19 gmp-5.0.5/tests/mpf/reuse.c -rw-r--r-- tege/wheel 3397 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-ui_div.c -rw-r--r-- tege/wheel 2485 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-cmp_d.c -rw-r--r-- tege/wheel 2872 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-cmp_si.c -rw-r--r-- tege/wheel 5651 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-inp_str.c -rw-r--r-- tege/wheel 2433 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-set_ui.c -rw-r--r-- tege/wheel 7012 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-trunc.c -rw-r--r-- tege/wheel 2433 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-add.c -rw-r--r-- tege/wheel 2833 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-dm2exp.c -rw-r--r-- tege/wheel 2802 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-set_q.c -rw-r--r-- tege/wheel 2337 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-get_d.c -rw-r--r-- tege/wheel 8392 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-fits.c -rw-r--r-- tege/wheel 3185 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-sqrt_ui.c -rw-r--r-- tege/wheel 1382 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-set.c -rw-r--r-- tege/wheel 1665 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-int_p.c -rw-r--r-- tege/wheel 1483 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-gsprec.c -rw-r--r-- tege/wheel 5362 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-sub.c -rw-r--r-- tege/wheel 35639 2012-05-06 13:19 gmp-5.0.5/tests/mpf/Makefile.in -rw-r--r-- tege/wheel 4825 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-sqrt.c -rw-r--r-- tege/wheel 3643 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-get_ui.c -rw-r--r-- tege/wheel 4313 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-div.c -rw-r--r-- tege/wheel 6203 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-get_si.c -rw-r--r-- tege/wheel 3646 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-eq.c -rw-r--r-- tege/wheel 3864 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-mul_ui.c -rw-r--r-- tege/wheel 1357 2012-05-06 13:19 gmp-5.0.5/tests/mpf/Makefile.am -rw-r--r-- tege/wheel 3554 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-muldiv.c -rw-r--r-- tege/wheel 3187 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-get_d_2exp.c -rw-r--r-- tege/wheel 3199 2012-05-06 13:19 gmp-5.0.5/tests/mpf/t-conv.c -rw-r--r-- tege/wheel 4131 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-aors.c -rw-r--r-- tege/wheel 2299 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-set_str.c -rw-r--r-- tege/wheel 3593 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-get_str.c -rw-r--r-- tege/wheel 3951 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-inp_str.c -rw-r--r-- tege/wheel 6169 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-md_2exp.c -rw-r--r-- tege/wheel 25508 2012-05-06 13:19 gmp-5.0.5/tests/mpq/Makefile.in -rw-r--r-- tege/wheel 2468 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-cmp_ui.c -rw-r--r-- tege/wheel 5700 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-get_d.c -rw-r--r-- tege/wheel 5419 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-set_f.c -rw-r--r-- tege/wheel 2670 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-cmp_si.c -rw-r--r-- tege/wheel 2222 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-cmp.c -rw-r--r-- tege/wheel 3460 2012-05-06 13:19 gmp-5.0.5/tests/mpq/t-equal.c -rw-r--r-- tege/wheel 1355 2012-05-06 13:19 gmp-5.0.5/tests/mpq/Makefile.am -rw-r--r-- tege/wheel 1409 2012-05-06 13:19 gmp-5.0.5/tests/mpbsd/allfuns.c -rw-r--r-- tege/wheel 1612 2012-05-06 13:19 gmp-5.0.5/tests/mpbsd/t-itom.c -rw-r--r-- tege/wheel 1928 2012-05-06 13:19 gmp-5.0.5/tests/mpbsd/t-mtox.c -rw-r--r-- tege/wheel 20048 2012-05-06 13:19 gmp-5.0.5/tests/mpbsd/Makefile.in -rw-r--r-- tege/wheel 1262 2012-05-06 13:19 gmp-5.0.5/tests/mpbsd/Makefile.am + /bin/chmod -R a+rX,g-w,o-w . + cd gmp-5.0.5 + cd .. + /bin/rm -f gcc-4.8.0/gmp + ln -s /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gmp-5.0.5 gcc-4.8.0/gmp + echo RTEMS 4.11-RSB(5172f31f41bceb1a07702aeea6674aaaf58cae97)-1,gcc-4.8.0/newlib-13-May-2013 + cd gcc-4.8.0 + contrib/gcc_update --touch + cd .. + SB_CXC=no + echo ==> clean %{buildroot}: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-root-alaya + /bin/rm -rf /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-root-alaya ==> clean %{buildroot}: /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-root-alaya + /bin/mkdir -p /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-root-alaya ==> %build: + echo ==> %build: + test i686-linux-gnu != i686-linux-gnu + build_dir=build + mkdir -p build + cd build + languages=c + languages=c,c++ + test i686-linux-gnu != i686-linux-gnu + echo /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + sed -e s,-std=gnu99 ,, + CC=/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + sed -e s,-std=gnu99 ,, + echo /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + CXX=/usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + CC_FOR_BUILD=/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + CXX_FOR_BUILD=/usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib + export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD + ../gcc-4.8.0/configure --prefix=/home/alaya/developement/rtems/4.11 --bindir=/home/alaya/developement/rtems/4.11/bin --exec_prefix=/home/alaya/developement/rtems/4.11 --includedir=/home/alaya/developement/rtems/4.11/include --libdir=/home/alaya/developement/rtems/4.11/lib --libexecdir=/home/alaya/developement/rtems/4.11/libexec --mandir=/home/alaya/developement/rtems/4.11/share/man --infodir=/home/alaya/developement/rtems/4.11/share/info --datadir=/home/alaya/developement/rtems/4.11/share --build=i686-linux-gnu --host=i686-linux-gnu --target=sparc-rtems4.11 --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --verbose --with-newlib --with-system-zlib --disable-nls --without-included-gettext --disable-win32-registry --enable-version-specific-runtime-libs --disable-lto --enable-newlib-io-c99-formats --enable-newlib-iconv --enable-threads --disable-plugin --enable-languages=c,c++ checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... sparc-unknown-rtems4.11 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... no checking for mawk... mawk checking for libatomic support... no checking for libitm support... no checking for libsanitizer support... no checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib 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... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for i686-linux-gnu-gnatbind... no checking for gnatbind... no checking for i686-linux-gnu-gnatmake... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs checking for version 0.10 of ISL... no checking for version 0.11 of ISL... no *** This configuration is not supported in the following subdirectories: zlib target-libmudflap target-libgomp target-libatomic target-libitm target-libsanitizer target-libffi target-zlib target-libjava gnattools target-libada target-libgfortran target-libgo target-libbacktrace target-libobjc target-boehm-gc (Any other directories should still work fine.) checking for default BUILD_CONFIG... checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for i686-linux-gnu-ar... no checking for ar... ar checking for i686-linux-gnu-as... no checking for as... as checking for i686-linux-gnu-dlltool... no checking for dlltool... no checking for i686-linux-gnu-ld... no checking for ld... ld checking for i686-linux-gnu-lipo... no checking for lipo... no checking for i686-linux-gnu-nm... no checking for nm... nm checking for i686-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-windres... no checking for windres... no checking for i686-linux-gnu-windmc... no checking for windmc... no checking for i686-linux-gnu-objcopy... no checking for objcopy... objcopy checking for i686-linux-gnu-objdump... no checking for objdump... objdump checking for i686-linux-gnu-readelf... no checking for readelf... readelf checking for sparc-rtems4.11-cc... no checking for sparc-rtems4.11-gcc... no checking for sparc-rtems4.11-c++... no checking for sparc-rtems4.11-g++... no checking for sparc-rtems4.11-cxx... no checking for sparc-rtems4.11-gxx... no checking for sparc-rtems4.11-gcc... no checking for sparc-rtems4.11-gcj... no checking for sparc-rtems4.11-gfortran... no checking for sparc-rtems4.11-gccgo... no checking for ar... no checking for sparc-rtems4.11-ar... sparc-rtems4.11-ar checking for as... no checking for sparc-rtems4.11-as... sparc-rtems4.11-as checking for dlltool... no checking for sparc-rtems4.11-dlltool... no checking for ld... no checking for sparc-rtems4.11-ld... sparc-rtems4.11-ld checking for lipo... no checking for sparc-rtems4.11-lipo... no checking for nm... no checking for sparc-rtems4.11-nm... sparc-rtems4.11-nm checking for objdump... no checking for sparc-rtems4.11-objdump... sparc-rtems4.11-objdump checking for ranlib... no checking for sparc-rtems4.11-ranlib... sparc-rtems4.11-ranlib checking for readelf... no checking for sparc-rtems4.11-readelf... sparc-rtems4.11-readelf checking for strip... no checking for sparc-rtems4.11-strip... sparc-rtems4.11-strip checking for windres... no checking for sparc-rtems4.11-windres... no checking for windmc... no checking for sparc-rtems4.11-windmc... no checking where to find the target ar... pre-installed checking where to find the target as... pre-installed checking where to find the target cc... just compiled checking where to find the target c++... just compiled checking where to find the target c++ for libstdc++... just compiled checking where to find the target dlltool... pre-installed checking where to find the target gcc... just compiled checking where to find the target gcj... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target gccgo... pre-installed checking where to find the target ld... pre-installed checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed checking where to find the target objdump... pre-installed checking where to find the target ranlib... pre-installed checking where to find the target readelf... pre-installed checking where to find the target strip... pre-installed checking where to find the target windres... pre-installed checking where to find the target windmc... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile + test %_host != %_build + mkdir -p gcc/include + cp ../gcc-4.8.0/gcc/gsyslimits.h gcc/include/syslimits.h + make -j 2 all make[1]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build' mkdir -p -- ./fixincludes mkdir -p -- ./libiberty Configuring in ./libiberty Configuring in ./fixincludes configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... perl configure: creating cache ./config.cache checking build system type... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-ranlib... ranlib checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib i686-pc-linux-gnu checking target system type... sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking for C compiler default output file name... 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... 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... checking for suffix of object files... o checking whether we are using the GNU C compiler... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed checking how to run the C preprocessor... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 64 checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... yes checking for sys/types.h... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... yes yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wc++-compat... checking for sys/stat.h... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... yes checking for stdlib.h... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -pedantic ... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib and cc understand -c and -o together... yes checking for string.h... yes checking for memory.h... yes checking for an ANSI C-conforming const... yes checking for strings.h... yes checking for inline... inline checking for grep that handles long lines and -e... yes /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking minix/config.h usability... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking minix/config.h presence... yes checking for unistd.h... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether byte ordering is bigendian... yes checking for a sed that does not truncate output... /bin/sed checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... yes no checking for a BSD-compatible install... /usr/bin/install -c checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... checking for sys/file.h... yes yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... checking for sys/param.h... yes checking for limits.h... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-prototypes... yes checking for stdlib.h... (cached) yes yes checking for malloc.h... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wold-style-definition... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-format-attribute... checking for strings.h... (cached) yes checking for sys/time.h... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Woverlength-strings... yes checking for time.h... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -pedantic -Wlong-long... yes checking for sys/resource.h... yes checking for ANSI C header files... (cached) yes yes checking stddef.h usability... checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes checking stddef.h presence... yes yes checking for stddef.h... yes checking for alloca.h... checking for stdlib.h... (cached) yes yes checking for strings.h... (cached) yes checking for sys/pstat.h... checking for unistd.h... (cached) yes checking fcntl.h usability... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... yes checking fcntl.h presence... no yes checking for fcntl.h... yes checking for sys/table.h... checking sys/file.h usability... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no yes checking sys/file.h presence... checking for stdint.h... (cached) yes checking for stdio_ext.h... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes yes checking for clearerr_unlocked... checking for process.h... no checking for sys/prctl.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for feof_unlocked... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... yes checking for ferror_unlocked... no checking size of int... yes checking for fflush_unlocked... 4 checking for a 64-bit type... yes uint64_t checking for intptr_t... checking for fgetc_unlocked... yes checking for fgets_unlocked... yes yes checking for uintptr_t... checking for fileno_unlocked... yes checking for fprintf_unlocked... yes checking for ssize_t... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for pid_t... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for library containing strerror... yes checking for getchar_unlocked... none required checking for asprintf... yes checking for getc_unlocked... yes checking for atexit... yes checking for putchar_unlocked... yes checking for basename... yes yes checking for putc_unlocked... checking for bcmp... yes yes checking whether abort is declared... checking for bcopy... yes yes checking whether asprintf is declared... checking for bsearch... yes yes checking whether basename is declared... checking for bzero... yes yes checking whether errno is declared... checking for calloc... no yes checking whether vasprintf is declared... checking for clock... yes checking whether clearerr_unlocked is declared... yes checking for ffs... yes checking whether feof_unlocked is declared... yes checking for getcwd... yes checking whether ferror_unlocked is declared... yes checking for getpagesize... yes checking whether fflush_unlocked is declared... yes checking for gettimeofday... yes checking whether fgetc_unlocked is declared... yes checking for index... yes checking whether fgets_unlocked is declared... yes checking for insque... yes checking whether fileno_unlocked is declared... yes checking for memchr... yes checking whether fprintf_unlocked is declared... yes checking for memcmp... no checking whether fputc_unlocked is declared... yes checking for memcpy... yes checking whether fputs_unlocked is declared... yes checking for memmem... yes checking whether fread_unlocked is declared... yes checking for memmove... yes checking whether fwrite_unlocked is declared... yes checking for mempcpy... yes checking whether getchar_unlocked is declared... yes checking for memset... yes checking whether getc_unlocked is declared... yes checking for mkstemps... yes checking whether putchar_unlocked is declared... yes checking for putenv... yes checking whether putc_unlocked is declared... yes checking for random... yes checking for an ANSI C-conforming const... yes checking for rename... yes checking sys/mman.h usability... yes yes checking sys/mman.h presence... checking for rindex... yes checking for sys/mman.h... yes checking for mmap... yes yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... checking for setenv... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no yes checking for snprintf... configure: updating cache ./config.cache configure: creating ./config.status yes checking for sigsetmask... yes checking for stpcpy... config.status: creating Makefile yes checking for stpncpy... config.status: creating mkheaders.almost config.status: creating config.h yes checking for strcasecmp... mkdir -p -- ./gmp Configuring in ./gmp yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes configure: creating cache ./config.cache checking for strnlen... checking build system type... yes i686-pc-linux-gnu checking host system type... checking for strrchr... none-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes yes configure: WARNING: using cross tools not prefixed with host triplet checking for none-pc-linux-gnu-strip... no checking for strip... strip checking for a thread-safe mkdir -p... checking for setproctitle... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking ABI=long no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... checking compiler /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DNO_ASM... -1 checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for __fsetlocking... yes checking for canonicalize_file_name... yes checking for dup3... yes checking for none-pc-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib yes checking whether the C compiler works... checking for getrlimit... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for getrusage... checking whether we are cross compiling... yes checking for suffix of object files... yes o checking whether we are using the GNU C compiler... checking for getsysinfo... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... no checking for gettimeofday... (cached) yes checking for on_exit... none needed checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C99... yes checking for psignal... yes checking for pstat_getdynamic... -std=gnu99 checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 -E no checking for pstat_getstatic... no checking build system compiler /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... checking for realpath... yes yes checking for build system preprocessor... checking for setrlimit... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for build system executable suffix... yes checking for sbrk... yes checking for spawnve... checking whether build system compiler is ANSI... yes checking for build system compiler math library... no checking for spawnvpe... -lm checking for grep that handles long lines and -e... no /bin/grep checking for egrep... /bin/grep -E checking for strerror... using ABI="long" CC="/usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99" CFLAGS="-g -O2" CPPFLAGS="-DNO_ASM" MPN_PATH=" generic" checking for function prototypes... yes checking for ANSI C header files... yes checking for strsignal... yes checking for sys/types.h... yes checking for sysconf... yes checking for sys/stat.h... yes yes checking for sysctl... checking for stdlib.h... yes yes checking for string.h... checking for sysmp... yes checking for memory.h... no checking for table... yes checking for strings.h... no checking for times... yes checking for inttypes.h... yes checking for wait3... yes checking for stdint.h... yes checking for wait4... yes checking for unistd.h... yes checking whether basename is declared... yes checking for string.h... (cached) yes checking whether assembler supports --noexecstack option... no yes checking for none-pc-linux-gnu-ar... ar checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... checking whether ffs is declared... BSD nm checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F yes checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99... ld checking if the linker (ld) is GNU ld... yes checking whether ln -s works... yes checking the maximum length of command line arguments... checking whether asprintf is declared... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to none-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for none-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for none-pc-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for none-pc-linux-gnu-ar... (cached) ar checking for archiver @FILE support... @ checking for none-pc-linux-gnu-strip... strip checking for none-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 object... no checking whether vasprintf is declared... no checking whether snprintf is declared... ok checking for sysroot... no checking for none-pc-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking whether vsnprintf is declared... yes checking for objdir... .libs yes checking whether calloc is declared... checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 supports -fno-rtti -fno-exceptions... yes checking whether getenv is declared... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 PIC flag -fPIC -DPIC works... yes yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 static flag -static works... checking whether getopt is declared... yes checking whether malloc is declared... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 supports -c -o file.o... yes checking whether realloc is declared... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -std=gnu99 linker (ld) supports shared libraries... yes checking dynamic linker characteristics... yes checking whether sbrk is declared... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... yes checking whether strverscmp is declared... /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking whether the /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... checking for getpagesize... (cached) yes yes checking for working mmap... checking for /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -DPIC checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -DPIC works... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag works... yes checking for working strncmp... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... unsupported yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... configure: updating cache ./config.cache configure: creating ./config.status yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking invent.h usability... config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands no checking invent.h presence... mkdir -p -- ./intl no checking for invent.h... no Configuring in ./intl checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking sys/attributes.h usability... configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib no checking sys/attributes.h presence... checking for C compiler default output file name... no checking for sys/attributes.h... no checking sys/iograph.h usability... 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... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... no checking sys/iograph.h presence... no checking for sys/iograph.h... no checking sys/mman.h usability... none needed checking build system type... yes checking sys/mman.h presence... i686-pc-linux-gnu checking host system type... yes checking for sys/mman.h... yes i686-pc-linux-gnu checking for i686-linux-gnu-ranlib... ranlib checking for library containing strerror... checking sys/param.h usability... none required checking how to run the C preprocessor... yes checking sys/param.h presence... yes checking for sys/param.h... yes /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking sys/processor.h usability... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... no checking sys/processor.h presence... no checking for sys/processor.h... no checking sys/pstat.h usability... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for sys/types.h... yes checking for sys/stat.h... yes no checking sys/pstat.h presence... checking for stdlib.h... no checking for sys/pstat.h... no checking sys/sysinfo.h usability... yes checking for string.h... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking sys/syssgi.h usability... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... no checking sys/syssgi.h presence... yes checking for stdint.h... no checking for sys/syssgi.h... no checking sys/systemcfg.h usability... yes checking for unistd.h... yes checking for off_t... no checking sys/systemcfg.h presence... no checking for sys/systemcfg.h... no checking sys/time.h usability... yes checking for size_t... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes yes checking for working alloca.h... checking for sys/resource.h... yes checking for sys/sysctl.h... yes checking for alloca... yes checking for machine/hal_sysinfo.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... no checking whether fgetc is declared... yes checking for working mmap... yes checking whether fscanf is declared... yes checking whether optarg is declared... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes checking whether ungetc is declared... yes checking for inttypes.h... yes checking whether vfprintf is declared... yes checking for stdint.h... yes checking for unsigned long long... yes checking whether sys_errlist is declared... yes checking whether sys_nerr is declared... yes checking for inttypes.h... yes checking return type of signal handlers... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... void yes checking for shared library run path origin... checking for intmax_t... done checking argz.h usability... yes yes checking argz.h presence... checking for long double... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking for long long... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for ptrdiff_t... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking for quad_t... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking for uint_least32_t... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for fgets_unlocked... yes checking for intptr_t... yes checking for getc_unlocked... yes checking for getcwd... yes checking for preprocessor stringizing operator... yes checking for working volatile... yes checking for getegid... yes checking for C/C++ restrict keyword... __restrict checking whether exists and works... yes checking whether gcc __attribute__ ((const)) works... yes checking for geteuid... yes checking whether gcc __attribute__ ((malloc)) works... yes checking whether gcc __attribute__ ((mode (XX))) works... yes yes checking whether gcc __attribute__ ((noreturn)) works... checking for getgid... yes checking for inline... inline yes checking for getuid... checking for cos in -lm... yes checking for mempcpy... yes checking for working alloca.h... yes checking for munmap... yes checking for alloca (via gmp-impl.h)... yes checking for putenv... yes checking how to allocate temporary memory... alloca checking whether byte ordering is bigendian... yes checking for setenv... yes checking for setlocale... no checking format of `double' floating point... yes IEEE little endian checking for stpcpy... checking for alarm... yes yes checking for strcasecmp... checking for attr_get... yes checking for strdup... no checking for clock... yes yes checking for strtoul... checking for clock_gettime... yes yes checking for tsearch... checking for cputime... yes checking for __argz_count... no checking for getpagesize... yes checking for __argz_stringify... yes checking for getrusage... yes checking for __argz_next... yes checking for gettimeofday... yes checking for __fsetlocking... yes checking for getsysinfo... yes checking for iconv... no checking for localeconv... yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for memset... yes checking for LC_MESSAGES... yes checking for mmap... yes checking for bison... bison checking version of bison... 2.5, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader yes checking for mprotect... configure: updating cache ./config.cache configure: creating ./config.status yes checking for nl_langinfo... yes checking for obstack_vprintf... config.status: creating Makefile yes checking for popen... config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands yes checking for processor_info... mkdir -p -- build-i686-linux-gnu/libiberty Configuring in build-i686-linux-gnu/libiberty no checking for pstat_getprocessor... no checking for raise... yes checking for read_real_time... no checking for sigaction... configure: creating cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for perl... perl checking build system type... yes i686-pc-linux-gnu checking host system type... checking for sigaltstack... i686-pc-linux-gnu checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-ranlib... ranlib checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib yes checking for sigstack... checking for C compiler default output file name... yes checking for syssgi... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... no checking for suffix of object files... checking for strchr... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... yes checking for strerror... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for strnlen... 64 checking how to run the C preprocessor... yes /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for strtol... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... yes yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... checking for strtoul... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wc++-compat... yes yes checking for sysconf... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -pedantic ... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib and cc understand -c and -o together... yes checking for sysctl... yes checking for sysctlbyname... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... no checking for times... yes checking for vsnprintf... yes checking whether vsnprintf works... probably checking whether sscanf needs writable input... no configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok checking for struct pst_processor.psp_iticksperclktick... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... no yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes checking for process.h... no checking for sys/prctl.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking size of int... 4 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for uintptr_t... yes checking for ssize_t... yes checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... checking size of void *... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... 4 checking size of unsigned short... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes 2 checking size of unsigned... checking for memcpy... yes checking for memmem... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... yes checking for putenv... 4 checking size of unsigned long... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... 4 checking size of mp_limb_t... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... 4 yes checking for strdup... checking for stack_t... yes checking for strncasecmp... yes checking for tputs in -lncurses... yes checking for strndup... yes checking for readline in -lreadline... yes checking for strnlen... no checking readline detected... no checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes -lfl checking whether yytext is a pointer... checking for vsprintf... yes checking for waitpid... yes checking for setproctitle... no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for none-pc-linux-gnu-ranlib... (cached) ranlib creating config.m4 yes checking for working fork... configure: updating cache ./config.cache configure: creating ./config.status yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for __fsetlocking... yes checking for canonicalize_file_name... yes checking for dup3... yes checking for getrlimit... yes checking for getrusage... yes checking for getsysinfo... no checking for gettimeofday... (cached) yes checking for on_exit... yes checking for psignal... yes checking for pstat_getdynamic... no checking for pstat_getstatic... no checking for realpath... yes checking for setrlimit... yes checking for sbrk... yes checking for spawnve... no checking for spawnvpe... no checking for strerror... yes config.status: creating demos/pexpr-config.h checking for strsignal... config.status: creating demos/calc/calc-config.h yes checking for sysconf... config.status: creating Makefile config.status: creating mpbsd/Makefile config.status: creating mpf/Makefile yes checking for sysctl... config.status: creating mpn/Makefile config.status: creating mpq/Makefile yes checking for sysmp... config.status: creating mpz/Makefile config.status: creating printf/Makefile no checking for table... config.status: creating scanf/Makefile config.status: creating cxx/Makefile no checking for times... config.status: creating tests/Makefile config.status: creating tests/devel/Makefile yes checking for wait3... config.status: creating tests/mpbsd/Makefile config.status: creating tests/mpf/Makefile yes checking for wait4... config.status: creating tests/mpn/Makefile config.status: creating tests/mpq/Makefile yes config.status: creating tests/mpz/Makefile checking whether basename is declared... config.status: creating tests/rand/Makefile config.status: creating tests/misc/Makefile no checking whether ffs is declared... config.status: creating tests/cxx/Makefile config.status: creating doc/Makefile yes checking whether asprintf is declared... config.status: creating tune/Makefile config.status: creating demos/Makefile no checking whether vasprintf is declared... config.status: creating demos/calc/Makefile config.status: creating demos/expr/Makefile no checking whether snprintf is declared... config.status: creating gmp.h config.status: creating mp.h yes config.status: creating config.h checking whether vsnprintf is declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/add.c to mpn/add.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/add_1.c to mpn/add_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/add_n.c to mpn/add_n.c yes checking whether calloc is declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sub.c to mpn/sub.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sub_1.c to mpn/sub_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sub_n.c to mpn/sub_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/neg.c to mpn/neg.c yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/com.c to mpn/com.c checking whether getenv is declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mul_1.c to mpn/mul_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/addmul_1.c to mpn/addmul_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/submul_1.c to mpn/submul_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/lshift.c to mpn/lshift.c yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/rshift.c to mpn/rshift.c checking whether getopt is declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/dive_1.c to mpn/dive_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/diveby3.c to mpn/diveby3.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/divis.c to mpn/divis.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/divrem.c to mpn/divrem.c yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/divrem_1.c to mpn/divrem_1.c checking whether malloc is declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/divrem_2.c to mpn/divrem_2.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/fib2_ui.c to mpn/fib2_ui.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mod_1.c to mpn/mod_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mode1o.c to mpn/mode1o.c checking whether realloc is declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/dump.c to mpn/dump.c yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mod_1_1.c to mpn/mod_1_1.c checking whether sbrk is declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mod_1_2.c to mpn/mod_1_2.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mod_1_3.c to mpn/mod_1_3.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mod_1_4.c to mpn/mod_1_4.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/lshiftc.c to mpn/lshiftc.c yes checking whether strverscmp is declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mul.c to mpn/mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mul_fft.c to mpn/mul_fft.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mul_n.c to mpn/mul_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sqr.c to mpn/sqr.c no checking whether canonicalize_file_name must be declared... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mul_basecase.c to mpn/mul_basecase.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/random.c to mpn/random.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/random2.c to mpn/random2.c yes checking for stdlib.h... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/pow_1.c to mpn/pow_1.c checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/rootrem.c to mpn/rootrem.c checking for working mmap... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sqrtrem.c to mpn/sqrtrem.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/get_str.c to mpn/get_str.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/set_str.c to mpn/set_str.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/scan0.c to mpn/scan0.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/scan1.c to mpn/scan1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/popham.c to mpn/popcount.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/popham.c to mpn/hamdist.c yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/cmp.c to mpn/cmp.c checking for working strncmp... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/perfsqr.c to mpn/perfsqr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/perfpow.c to mpn/perfpow.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gcd_1.c to mpn/gcd_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gcd.c to mpn/gcd.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gcdext_1.c to mpn/gcdext_1.c yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gcdext.c to mpn/gcdext.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c configure: updating cache ../config.cache configure: creating ./config.status config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/div_q.c to mpn/div_q.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/jacbase.c to mpn/jacbase.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/get_d.c to mpn/get_d.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/hgcd2.c to mpn/hgcd2.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/hgcd.c to mpn/hgcd.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mullo_n.c to mpn/mullo_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom22_mul.c to mpn/toom22_mul.c config.status: creating Makefile config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom32_mul.c to mpn/toom32_mul.c config.status: creating testsuite/Makefile config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom42_mul.c to mpn/toom42_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom52_mul.c to mpn/toom52_mul.c config.status: creating config.h config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom62_mul.c to mpn/toom62_mul.c config.status: executing default commands config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom33_mul.c to mpn/toom33_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom43_mul.c to mpn/toom43_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom53_mul.c to mpn/toom53_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom63_mul.c to mpn/toom63_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom44_mul.c to mpn/toom44_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c mkdir -p -- build-i686-linux-gnu/fixincludes Configuring in build-i686-linux-gnu/fixincludes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c configure: loading cache ../config.cache config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c checking build system type... (cached) config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/invertappr.c to mpn/invertappr.c i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking target system type... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/invert.c to mpn/invert.c sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/binvert.c to mpn/binvert.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c checking for C compiler default output file name... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... (cached) yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mu_div_q.c to mpn/mu_div_q.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c checking for sys/stat.h... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c checking for stdlib.h... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c checking for string.h... (cached) yes checking for memory.h... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c checking for strings.h... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c checking for unistd.h... (cached) yes checking minix/config.h usability... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/bdiv_q.c to mpn/bdiv_q.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/divexact.c to mpn/divexact.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/redc_1.c to mpn/redc_1.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/redc_2.c to mpn/redc_2.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/redc_n.c to mpn/redc_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/powm.c to mpn/powm.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/powlo.c to mpn/powlo.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/powm_sec.c to mpn/powm_sec.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/subcnd_n.c to mpn/subcnd_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/redc_1_sec.c to mpn/redc_1_sec.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/trialdiv.c to mpn/trialdiv.c no checking minix/config.h presence... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/remove.c to mpn/remove.c no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/logops_n.c to mpn/and_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/logops_n.c to mpn/andn_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/logops_n.c to mpn/nand_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/logops_n.c to mpn/ior_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/logops_n.c to mpn/iorn_n.c yes checking for a sed that does not truncate output... /bin/sed checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/logops_n.c to mpn/nior_n.c checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... (cached) yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/logops_n.c to mpn/xor_n.c checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-prototypes... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/logops_n.c to mpn/xnor_n.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/copyi.c to mpn/copyi.c yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wold-style-definition... config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/copyd.c to mpn/copyd.c config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/zero.c to mpn/zero.c yes config.status: linking ../../gcc-4.8.0/gmp/mpn/generic/gmp-mparam.h to gmp-mparam.h checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-format-attribute... config.status: executing libtool commands yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Woverlength-strings... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -pedantic -Wlong-long... yes checking for ANSI C header files... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... mkdir -p -- ./libbacktrace yes Configuring in ./libbacktrace checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... configure: creating cache ./config.cache yes checking for fileno_unlocked... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... yes checking for fprintf_unlocked... sparc-unknown-rtems4.11 checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking for C compiler default output file name... no checking for fputc_unlocked... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking for fputs_unlocked... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... checking for fread_unlocked... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... yes checking for fwrite_unlocked... none needed checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E yes checking for getchar_unlocked... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes yes checking for sys/types.h... checking for putc_unlocked... yes checking for sys/stat.h... yes checking whether abort is declared... yes checking for stdlib.h... yes checking whether asprintf is declared... (cached) no yes checking whether basename is declared... (cached) no checking whether errno is declared... checking for string.h... yes checking for memory.h... no checking whether vasprintf is declared... (cached) no checking whether clearerr_unlocked is declared... yes checking for strings.h... yes checking whether feof_unlocked is declared... yes checking for inttypes.h... yes checking whether ferror_unlocked is declared... yes checking for stdint.h... yes checking whether fflush_unlocked is declared... yes checking for unistd.h... yes checking whether fgetc_unlocked is declared... yes checking minix/config.h usability... yes checking whether fgets_unlocked is declared... yes checking whether fileno_unlocked is declared... yes no checking minix/config.h presence... checking whether fprintf_unlocked is declared... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... no checking whether fputc_unlocked is declared... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for an ANSI C-conforming const... (cached) yes checking for sys/mman.h... (cached) yes checking for mmap... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating mkheaders.almost yes config.status: creating config.h checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for i686-linux-gnu-gcc... (cached) /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... (cached) yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... (cached) none needed checking for i686-linux-gnu-ranlib... ranlib checking for gawk... (cached) mawk checking how to print strings... mkdir -p -- ./libdecnumber Configuring in ./libdecnumber printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... ok checking for dlfcn.h... yes checking for objdir... .libs configure: creating cache ./config.cache checking whether make sets $(MAKE)... yes checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... checking for C compiler default output file name... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking dynamic linker characteristics... none needed checking for i686-linux-gnu-ranlib... ranlib checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... yes GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking unwind.h usability... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... yes checking unwind.h presence... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-prototypes... yes checking for unwind.h... yes checking for _Unwind_Backtrace... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wold-style-definition... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-format-attribute... yes checking for -funwind-tables option... yes yes checking for -frandom-seed=string option... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wcast-qual... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -pedantic -Wlong-long... yes checking how to run the C preprocessor... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... yes checking for grep that handles long lines and -e... checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-prototypes... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wold-style-definition... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-format-attribute... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wcast-qual... yes checking for sys/types.h... yes checking for _Unwind_GetIPInfo... yes checking __sync extensions... yes checking for sys/stat.h... yes checking output filetype... yes checking for stdlib.h... elf32 looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for string.h... yes checking for uintptr_t... yes checking for memory.h... yes checking for int_least32_t... yes checking for strings.h... yes yes checking for int_fast32_t... checking for inttypes.h... yes yes checking for uint64_t... checking for stdint.h... yes checking for unistd.h... yes checking what to include in gstdint.h... stdint.h (already complete) checking sys/mman.h usability... yes checking ctype.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking ctype.h presence... yes checking for ctype.h... yes yes checking stddef.h usability... checking link.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes yes checking link.h presence... checking stdio.h usability... yes checking for link.h... yes checking for dl_iterate_phdr... yes checking stdio.h presence... yes yes checking for stdio.h... yes checking for fcntl... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking whether strnlen is declared... yes checking for uintptr_t... yes checking for getexecname... yes checking for int_least32_t... no checking whether tests can run... yes checking for int_fast32_t... yes yes checking for uint64_t... configure: updating cache ./config.cache configure: creating ./config.status yes checking what to include in gstdint.h... stdint.h (already complete) checking for an ANSI C-conforming const... yes checking for off_t... yes checking size of int... 4 checking size of long... 4 checking for ANSI C header files... (cached) yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu configure: WARNING: decimal float is not supported for this target, ignored checking target system type... sparc-unknown-rtems4.11 checking for decimal floating point... dpd checking whether byte ordering is bigendian... no configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating backtrace-supported.h config.status: creating config.h config.status: creating Makefile config.status: executing libtool commands config.status: creating config.h config.status: executing gstdint.h commands config.status: executing gstdint.h commands config.status: executing default commands make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/dwarfnames.c -o dwarfnames.o make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib `test -f 'gen-fac_ui.c' || echo '../../gcc-4.8.0/gmp/'`gen-fac_ui.c -o gen-fac_ui if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/fibheap.c -o fibheap.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib `test -f 'gen-fib.c' || echo '../../gcc-4.8.0/gmp/'`gen-fib.c -o gen-fib if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib `test -f 'gen-bases.c' || echo '../../gcc-4.8.0/gmp/'`gen-bases.c -o gen-bases -lm if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/hashtab.c -o hashtab.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib `test -f 'gen-trialdivtab.c' || echo '../../gcc-4.8.0/gmp/'`gen-trialdivtab.c -o gen-trialdivtab -lm if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/hex.c -o pic/hex.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/make-temp-file.c -o make-temp-file.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib `test -f 'gen-psqr.c' || echo '../../gcc-4.8.0/gmp/'`gen-psqr.c -o gen-psqr -lm if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/partition.c -o pic/partition.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/partition.c -o partition.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/physmem.c -o physmem.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/pex-common.c -o pex-common.o ./gen-fac_ui 32 0 >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1) ./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1) ./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1) ./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1) ./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1) ./gen-trialdivtab 32 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1) if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/pex-one.c -o pex-one.o ./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1) make all-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp' if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/pex-unix.c -o pex-unix.o Making all in tests make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests' Making all in . make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests' Making all in devel make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/devel' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/devel' Making all in mpn make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpn' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpn' Making all in mpz make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpz' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpz' Making all in mpq make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpq' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpq' Making all in mpf make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpf' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpf' Making all in rand make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/rand' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/rand' Making all in misc make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/misc' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/misc' Making all in cxx make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/cxx' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/cxx' Making all in mpbsd make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpbsd' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests/mpbsd' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tests' Making all in mpn make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpn' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo fib_table | sed 's/_$//'` -DNO_ASM -g -O2 -c -o fib_table.lo fib_table.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_fib_table -DNO_ASM -g -O2 -c fib_table.c -o fib_table.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/safe-ctype.c -o safe-ctype.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mp_bases | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mp_bases.lo mp_bases.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object.c -o simple-object.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mp_bases -DNO_ASM -g -O2 -c mp_bases.c -o mp_bases.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo add | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add.lo add.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_add -DNO_ASM -g -O2 -c add.c -o add.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object-coff.c -o simple-object-coff.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo add_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add_1.lo add_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_add_1 -DNO_ASM -g -O2 -c add_1.c -o add_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo add_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o add_n.lo add_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_add_n -DNO_ASM -g -O2 -c add_n.c -o add_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sub | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub.lo sub.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sub -DNO_ASM -g -O2 -c sub.c -o sub.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object-elf.c -o simple-object-elf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sub_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub_1.lo sub_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sub_1 -DNO_ASM -g -O2 -c sub_1.c -o sub_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sub_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sub_n.lo sub_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sub_n -DNO_ASM -g -O2 -c sub_n.c -o sub_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo neg | sed 's/_$//'` -DNO_ASM -g -O2 -c -o neg.lo neg.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_neg -DNO_ASM -g -O2 -c neg.c -o neg.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo com | sed 's/_$//'` -DNO_ASM -g -O2 -c -o com.lo com.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_com -DNO_ASM -g -O2 -c com.c -o com.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mul_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul_1.lo mul_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mul_1 -DNO_ASM -g -O2 -c mul_1.c -o mul_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo addmul_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o addmul_1.lo addmul_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_addmul_1 -DNO_ASM -g -O2 -c addmul_1.c -o addmul_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo submul_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o submul_1.lo submul_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_submul_1 -DNO_ASM -g -O2 -c submul_1.c -o submul_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo lshift | sed 's/_$//'` -DNO_ASM -g -O2 -c -o lshift.lo lshift.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_lshift -DNO_ASM -g -O2 -c lshift.c -o lshift.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo rshift | sed 's/_$//'` -DNO_ASM -g -O2 -c -o rshift.lo rshift.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_rshift -DNO_ASM -g -O2 -c rshift.c -o rshift.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo dive_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dive_1.lo dive_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_dive_1 -DNO_ASM -g -O2 -c dive_1.c -o dive_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo diveby3 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o diveby3.lo diveby3.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/sort.c -o pic/sort.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/sort.c -o sort.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_diveby3 -DNO_ASM -g -O2 -c diveby3.c -o diveby3.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo divis | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divis.lo divis.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/spaces.c -o pic/spaces.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/spaces.c -o spaces.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_divis -DNO_ASM -g -O2 -c divis.c -o divis.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/splay-tree.c -o splay-tree.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo divrem | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divrem.lo divrem.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_divrem -DNO_ASM -g -O2 -c divrem.c -o divrem.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/stack-limit.c -o stack-limit.o ../../gcc-4.8.0/libiberty/stack-limit.c: In function 'stack_limit_increase': ../../gcc-4.8.0/libiberty/stack-limit.c:53:27: warning: use of C99 long long integer constant [-Wlong-long] ../../gcc-4.8.0/libiberty/stack-limit.c:55:28: warning: use of C99 long long integer constant [-Wlong-long] ../../gcc-4.8.0/libiberty/stack-limit.c:58:28: warning: use of C99 long long integer constant [-Wlong-long] if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/strerror.c -o strerror.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo divrem_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divrem_1.lo divrem_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_divrem_1 -DNO_ASM -g -O2 -c divrem_1.c -o divrem_1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/strsignal.c -o strsignal.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/timeval-utils.c -o timeval-utils.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo divrem_2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divrem_2.lo divrem_2.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_divrem_2 -DNO_ASM -g -O2 -c divrem_2.c -o divrem_2.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xexit.c -o xexit.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo fib2_ui | sed 's/_$//'` -DNO_ASM -g -O2 -c -o fib2_ui.lo fib2_ui.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_fib2_ui -DNO_ASM -g -O2 -c fib2_ui.c -o fib2_ui.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mod_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1.lo mod_1.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xmemdup.c -o xmemdup.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mod_1 -DNO_ASM -g -O2 -c mod_1.c -o mod_1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/xstrndup.c -o xstrndup.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_34lsub1.lo mod_34lsub1.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/setproctitle.c -o setproctitle.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mod_34lsub1 -DNO_ASM -g -O2 -c mod_34lsub1.c -o mod_34lsub1.o echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libiberty/testsuite' if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/regex.c -o pic/regex.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/regex.c -o regex.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mode1o | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mode1o.lo mode1o.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mode1o -DNO_ASM -g -O2 -c mode1o.c -o mode1o.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o pre_divrem_1.lo pre_divrem_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_pre_divrem_1 -DNO_ASM -g -O2 -c pre_divrem_1.c -o pre_divrem_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o pre_mod_1.lo pre_mod_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_pre_mod_1 -DNO_ASM -g -O2 -c pre_mod_1.c -o pre_mod_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo dump | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dump.lo dump.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_dump -DNO_ASM -g -O2 -c dump.c -o dump.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1_1.lo mod_1_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mod_1_1 -DNO_ASM -g -O2 -c mod_1_1.c -o mod_1_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1_2.lo mod_1_2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mod_1_2 -DNO_ASM -g -O2 -c mod_1_2.c -o mod_1_2.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1_3.lo mod_1_3.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mod_1_3 -DNO_ASM -g -O2 -c mod_1_3.c -o mod_1_3.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mod_1_4.lo mod_1_4.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mod_1_4 -DNO_ASM -g -O2 -c mod_1_4.c -o mod_1_4.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo lshiftc | sed 's/_$//'` -DNO_ASM -g -O2 -c -o lshiftc.lo lshiftc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_lshiftc -DNO_ASM -g -O2 -c lshiftc.c -o lshiftc.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul.lo mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mul -DNO_ASM -g -O2 -c mul.c -o mul.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mul_fft | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul_fft.lo mul_fft.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mul_fft -DNO_ASM -g -O2 -c mul_fft.c -o mul_fft.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/cplus-dem.c -o cplus-dem.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mul_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul_n.lo mul_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mul_n -DNO_ASM -g -O2 -c mul_n.c -o mul_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqr.lo sqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sqr -DNO_ASM -g -O2 -c sqr.c -o sqr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mul_basecase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mul_basecase.lo mul_basecase.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mul_basecase -DNO_ASM -g -O2 -c mul_basecase.c -o mul_basecase.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqr_basecase.lo sqr_basecase.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sqr_basecase -DNO_ASM -g -O2 -c sqr_basecase.c -o sqr_basecase.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o nussbaumer_mul.lo nussbaumer_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_nussbaumer_mul -DNO_ASM -g -O2 -c nussbaumer_mul.c -o nussbaumer_mul.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo random | sed 's/_$//'` -DNO_ASM -g -O2 -c -o random.lo random.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_random -DNO_ASM -g -O2 -c random.c -o random.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo random2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o random2.lo random2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_random2 -DNO_ASM -g -O2 -c random2.c -o random2.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo pow_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o pow_1.lo pow_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_pow_1 -DNO_ASM -g -O2 -c pow_1.c -o pow_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo rootrem | sed 's/_$//'` -DNO_ASM -g -O2 -c -o rootrem.lo rootrem.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_rootrem -DNO_ASM -g -O2 -c rootrem.c -o rootrem.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sqrtrem | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqrtrem.lo sqrtrem.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/cp-demangle.c -o cp-demangle.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sqrtrem -DNO_ASM -g -O2 -c sqrtrem.c -o sqrtrem.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo get_str | sed 's/_$//'` -DNO_ASM -g -O2 -c -o get_str.lo get_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_get_str -DNO_ASM -g -O2 -c get_str.c -o get_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo set_str | sed 's/_$//'` -DNO_ASM -g -O2 -c -o set_str.lo set_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_set_str -DNO_ASM -g -O2 -c set_str.c -o set_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo scan0 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o scan0.lo scan0.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_scan0 -DNO_ASM -g -O2 -c scan0.c -o scan0.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo scan1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o scan1.lo scan1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_scan1 -DNO_ASM -g -O2 -c scan1.c -o scan1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo popcount | sed 's/_$//'` -DNO_ASM -g -O2 -c -o popcount.lo popcount.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_popcount -DNO_ASM -g -O2 -c popcount.c -o popcount.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo hamdist | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hamdist.lo hamdist.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_hamdist -DNO_ASM -g -O2 -c hamdist.c -o hamdist.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo cmp | sed 's/_$//'` -DNO_ASM -g -O2 -c -o cmp.lo cmp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_cmp -DNO_ASM -g -O2 -c cmp.c -o cmp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo perfsqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o perfsqr.lo perfsqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_perfsqr -DNO_ASM -g -O2 -c perfsqr.c -o perfsqr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo perfpow | sed 's/_$//'` -DNO_ASM -g -O2 -c -o perfpow.lo perfpow.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_perfpow -DNO_ASM -g -O2 -c perfpow.c -o perfpow.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo gcd_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcd_1.lo gcd_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_gcd_1 -DNO_ASM -g -O2 -c gcd_1.c -o gcd_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo gcd | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcd.lo gcd.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_gcd -DNO_ASM -g -O2 -c gcd.c -o gcd.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcdext_1.lo gcdext_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_gcdext_1 -DNO_ASM -g -O2 -c gcdext_1.c -o gcdext_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo gcdext | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcdext.lo gcdext.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_gcdext -DNO_ASM -g -O2 -c gcdext.c -o gcdext.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/md5.c -o pic/md5.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/md5.c -o md5.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/sha1.c -o pic/sha1.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/sha1.c -o sha1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo gcd_lehmer | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcd_lehmer.lo gcd_lehmer.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_gcd_lehmer -DNO_ASM -g -O2 -c gcd_lehmer.c -o gcd_lehmer.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcd_subdiv_step.lo gcd_subdiv_step.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_gcd_subdiv_step -DNO_ASM -g -O2 -c gcd_subdiv_step.c -o gcd_subdiv_step.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/alloca.c -o alloca.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcdext_lehmer.lo gcdext_lehmer.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_gcdext_lehmer -DNO_ASM -g -O2 -c gcdext_lehmer.c -o gcdext_lehmer.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/argv.c -o pic/argv.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/argv.c -o argv.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo gcdext_subdiv_step | sed 's/_$//'` -DNO_ASM -g -O2 -c -o gcdext_subdiv_step.lo gcdext_subdiv_step.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_gcdext_subdiv_step -DNO_ASM -g -O2 -c gcdext_subdiv_step.c -o gcdext_subdiv_step.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/concat.c -o pic/concat.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/concat.c -o concat.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/cp-demint.c -o cp-demint.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo div_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o div_q.lo div_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_div_q -DNO_ASM -g -O2 -c div_q.c -o div_q.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/crc32.c -o pic/crc32.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.8.0/libiberty/crc32.c -o crc32.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libiberty' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/intl' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o tdiv_qr.lo tdiv_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_tdiv_qr -DNO_ASM -g -O2 -c tdiv_qr.c -o tdiv_qr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo jacbase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o jacbase.lo jacbase.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_jacbase -DNO_ASM -g -O2 -c jacbase.c -o jacbase.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo get_d | sed 's/_$//'` -DNO_ASM -g -O2 -c -o get_d.lo get_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_get_d -DNO_ASM -g -O2 -c get_d.c -o get_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o matrix22_mul.lo matrix22_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_matrix22_mul -DNO_ASM -g -O2 -c matrix22_mul.c -o matrix22_mul.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo hgcd2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd2.lo hgcd2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_hgcd2 -DNO_ASM -g -O2 -c hgcd2.c -o hgcd2.o make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/build-i686-linux-gnu/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/dwarfnames.c -o dwarfnames.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo hgcd | sed 's/_$//'` -DNO_ASM -g -O2 -c -o hgcd.lo hgcd.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_hgcd -DNO_ASM -g -O2 -c hgcd.c -o hgcd.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/dyn-string.c -o dyn-string.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/fibheap.c -o fibheap.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mullo_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mullo_n.lo mullo_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mullo_n -DNO_ASM -g -O2 -c mullo_n.c -o mullo_n.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mullo_basecase.lo mullo_basecase.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/filename_cmp.c -o filename_cmp.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mullo_basecase -DNO_ASM -g -O2 -c mullo_basecase.c -o mullo_basecase.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/floatformat.c -o floatformat.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom22_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom22_mul.lo toom22_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom22_mul -DNO_ASM -g -O2 -c toom22_mul.c -o toom22_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/fopen_unlocked.c -o fopen_unlocked.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom32_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom32_mul.lo toom32_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom32_mul -DNO_ASM -g -O2 -c toom32_mul.c -o toom32_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/getopt.c -o pic/getopt.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/hashtab.c -o hashtab.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom42_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom42_mul.lo toom42_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom42_mul -DNO_ASM -g -O2 -c toom42_mul.c -o toom42_mul.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom52_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom52_mul.lo toom52_mul.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/hex.c -o pic/hex.o; \ else true; fi libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom52_mul -DNO_ASM -g -O2 -c toom52_mul.c -o toom52_mul.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/make-relative-prefix.c -o make-relative-prefix.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom62_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom62_mul.lo toom62_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom62_mul -DNO_ASM -g -O2 -c toom62_mul.c -o toom62_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/objalloc.c -o objalloc.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom33_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom33_mul.lo toom33_mul.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/obstack.c -o pic/obstack.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/obstack.c -o obstack.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom33_mul -DNO_ASM -g -O2 -c toom33_mul.c -o toom33_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/partition.c -o pic/partition.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/partition.c -o partition.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/physmem.c -o pic/physmem.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/physmem.c -o physmem.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom43_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom43_mul.lo toom43_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom43_mul -DNO_ASM -g -O2 -c toom43_mul.c -o toom43_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/pex-common.c -o pex-common.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom53_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom53_mul.lo toom53_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom53_mul -DNO_ASM -g -O2 -c toom53_mul.c -o toom53_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/pex-unix.c -o pex-unix.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom63_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom63_mul.lo toom63_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom63_mul -DNO_ASM -g -O2 -c toom63_mul.c -o toom63_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object.c -o simple-object.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom44_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom44_mul.lo toom44_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom44_mul -DNO_ASM -g -O2 -c toom44_mul.c -o toom44_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object-coff.c -o simple-object-coff.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom6h_mul.lo toom6h_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom6h_mul -DNO_ASM -g -O2 -c toom6h_mul.c -o toom6h_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object-elf.c -o simple-object-elf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom6_sqr.lo toom6_sqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom6_sqr -DNO_ASM -g -O2 -c toom6_sqr.c -o toom6_sqr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom8h_mul.lo toom8h_mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom8h_mul -DNO_ASM -g -O2 -c toom8h_mul.c -o toom8h_mul.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom8_sqr.lo toom8_sqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom8_sqr -DNO_ASM -g -O2 -c toom8_sqr.c -o toom8_sqr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_couple_handling.lo toom_couple_handling.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_couple_handling -DNO_ASM -g -O2 -c toom_couple_handling.c -o toom_couple_handling.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom2_sqr.lo toom2_sqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom2_sqr -DNO_ASM -g -O2 -c toom2_sqr.c -o toom2_sqr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom3_sqr.lo toom3_sqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom3_sqr -DNO_ASM -g -O2 -c toom3_sqr.c -o toom3_sqr.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/sort.c -o pic/sort.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/sort.c -o sort.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/spaces.c -o pic/spaces.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/spaces.c -o spaces.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom4_sqr.lo toom4_sqr.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/splay-tree.c -o splay-tree.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom4_sqr -DNO_ASM -g -O2 -c toom4_sqr.c -o toom4_sqr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_eval_dgr3_pm1 -DNO_ASM -g -O2 -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/stack-limit.c -o stack-limit.o ../../../gcc-4.8.0/libiberty/stack-limit.c: In function 'stack_limit_increase': ../../../gcc-4.8.0/libiberty/stack-limit.c:53:27: warning: use of C99 long long integer constant [-Wlong-long] ../../../gcc-4.8.0/libiberty/stack-limit.c:55:28: warning: use of C99 long long integer constant [-Wlong-long] ../../../gcc-4.8.0/libiberty/stack-limit.c:58:28: warning: use of C99 long long integer constant [-Wlong-long] if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/strerror.c -o strerror.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_eval_dgr3_pm2 -DNO_ASM -g -O2 -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/strsignal.c -o strsignal.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_pm1.lo toom_eval_pm1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_eval_pm1 -DNO_ASM -g -O2 -c toom_eval_pm1.c -o toom_eval_pm1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_pm2.lo toom_eval_pm2.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_eval_pm2 -DNO_ASM -g -O2 -c toom_eval_pm2.c -o toom_eval_pm2.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xexit.c -o pic/xexit.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xmalloc.c -o xmalloc.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_eval_pm2exp -DNO_ASM -g -O2 -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xmemdup.c -o xmemdup.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xstrdup.c -o xstrdup.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_eval_pm2rexp -DNO_ASM -g -O2 -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/xstrndup.c -o xstrndup.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/setproctitle.c -o setproctitle.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_interpolate_5pts -DNO_ASM -g -O2 -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/build-i686-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/build-i686-linux-gnu/libiberty/testsuite' if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/regex.c -o pic/regex.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/regex.c -o regex.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_interpolate_6pts -DNO_ASM -g -O2 -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_interpolate_7pts -DNO_ASM -g -O2 -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_interpolate_8pts -DNO_ASM -g -O2 -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_interpolate_12pts -DNO_ASM -g -O2 -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -DNO_ASM -g -O2 -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_toom_interpolate_16pts -DNO_ASM -g -O2 -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo invertappr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o invertappr.lo invertappr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_invertappr -DNO_ASM -g -O2 -c invertappr.c -o invertappr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo invert | sed 's/_$//'` -DNO_ASM -g -O2 -c -o invert.lo invert.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_invert -DNO_ASM -g -O2 -c invert.c -o invert.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo binvert | sed 's/_$//'` -DNO_ASM -g -O2 -c -o binvert.lo binvert.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_binvert -DNO_ASM -g -O2 -c binvert.c -o binvert.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mulmod_bnm1.lo mulmod_bnm1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mulmod_bnm1 -DNO_ASM -g -O2 -c mulmod_bnm1.c -o mulmod_bnm1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sqrmod_bnm1.lo sqrmod_bnm1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sqrmod_bnm1 -DNO_ASM -g -O2 -c sqrmod_bnm1.c -o sqrmod_bnm1.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/cplus-dem.c -o cplus-dem.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sbpi1_div_q.lo sbpi1_div_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sbpi1_div_q -DNO_ASM -g -O2 -c sbpi1_div_q.c -o sbpi1_div_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sbpi1_div_qr.lo sbpi1_div_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sbpi1_div_qr -DNO_ASM -g -O2 -c sbpi1_div_qr.c -o sbpi1_div_qr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sbpi1_divappr_q -DNO_ASM -g -O2 -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dcpi1_div_q.lo dcpi1_div_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_dcpi1_div_q -DNO_ASM -g -O2 -c dcpi1_div_q.c -o dcpi1_div_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dcpi1_div_qr.lo dcpi1_div_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_dcpi1_div_qr -DNO_ASM -g -O2 -c dcpi1_div_qr.c -o dcpi1_div_qr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_dcpi1_divappr_q -DNO_ASM -g -O2 -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mu_div_qr.lo mu_div_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mu_div_qr -DNO_ASM -g -O2 -c mu_div_qr.c -o mu_div_qr.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/cp-demangle.c -o cp-demangle.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mu_divappr_q.lo mu_divappr_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mu_divappr_q -DNO_ASM -g -O2 -c mu_divappr_q.c -o mu_divappr_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mu_div_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mu_div_q.lo mu_div_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mu_div_q -DNO_ASM -g -O2 -c mu_div_q.c -o mu_div_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o bdiv_q_1.lo bdiv_q_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_bdiv_q_1 -DNO_ASM -g -O2 -c bdiv_q_1.c -o bdiv_q_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sbpi1_bdiv_q -DNO_ASM -g -O2 -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_sbpi1_bdiv_qr -DNO_ASM -g -O2 -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_dcpi1_bdiv_q -DNO_ASM -g -O2 -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_dcpi1_bdiv_qr -DNO_ASM -g -O2 -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mu_bdiv_q.lo mu_bdiv_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mu_bdiv_q -DNO_ASM -g -O2 -c mu_bdiv_q.c -o mu_bdiv_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o mu_bdiv_qr.lo mu_bdiv_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_mu_bdiv_qr -DNO_ASM -g -O2 -c mu_bdiv_qr.c -o mu_bdiv_qr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo bdiv_q | sed 's/_$//'` -DNO_ASM -g -O2 -c -o bdiv_q.lo bdiv_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_bdiv_q -DNO_ASM -g -O2 -c bdiv_q.c -o bdiv_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -DNO_ASM -g -O2 -c -o bdiv_qr.lo bdiv_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_bdiv_qr -DNO_ASM -g -O2 -c bdiv_qr.c -o bdiv_qr.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/md5.c -o pic/md5.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/md5.c -o md5.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo divexact | sed 's/_$//'` -DNO_ASM -g -O2 -c -o divexact.lo divexact.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_divexact -DNO_ASM -g -O2 -c divexact.c -o divexact.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -DNO_ASM -g -O2 -c -o bdiv_dbm1c.lo bdiv_dbm1c.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_bdiv_dbm1c -DNO_ASM -g -O2 -c bdiv_dbm1c.c -o bdiv_dbm1c.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/sha1.c -o pic/sha1.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/sha1.c -o sha1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo redc_1 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o redc_1.lo redc_1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_redc_1 -DNO_ASM -g -O2 -c redc_1.c -o redc_1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo redc_2 | sed 's/_$//'` -DNO_ASM -g -O2 -c -o redc_2.lo redc_2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_redc_2 -DNO_ASM -g -O2 -c redc_2.c -o redc_2.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo redc_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o redc_n.lo redc_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_redc_n -DNO_ASM -g -O2 -c redc_n.c -o redc_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo powm | sed 's/_$//'` -DNO_ASM -g -O2 -c -o powm.lo powm.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_powm -DNO_ASM -g -O2 -c powm.c -o powm.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/alloca.c -o pic/alloca.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/argv.c -o pic/argv.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/choose-temp.c -o choose-temp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo powlo | sed 's/_$//'` -DNO_ASM -g -O2 -c -o powlo.lo powlo.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_powlo -DNO_ASM -g -O2 -c powlo.c -o powlo.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/concat.c -o pic/concat.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/concat.c -o concat.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/cp-demint.c -o cp-demint.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo powm_sec | sed 's/_$//'` -DNO_ASM -g -O2 -c -o powm_sec.lo powm_sec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_powm_sec -DNO_ASM -g -O2 -c powm_sec.c -o powm_sec.o if [ x"" != x ]; then \ /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/crc32.c -o pic/crc32.o; \ else true; fi /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.8.0/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.8.0/libiberty/crc32.c -o crc32.o rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.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 ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/build-i686-linux-gnu/libiberty' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libbacktrace' make all-am make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libbacktrace' true DO=all multi-do # make /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o dwarf.lo ../../gcc-4.8.0/libbacktrace/dwarf.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo subcnd_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o subcnd_n.lo subcnd_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/dwarf.c -o dwarf.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_subcnd_n -DNO_ASM -g -O2 -c subcnd_n.c -o subcnd_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo redc_1_sec | sed 's/_$//'` -DNO_ASM -g -O2 -c -o redc_1_sec.lo redc_1_sec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_redc_1_sec -DNO_ASM -g -O2 -c redc_1_sec.c -o redc_1_sec.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo trialdiv | sed 's/_$//'` -DNO_ASM -g -O2 -c -o trialdiv.lo trialdiv.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_trialdiv -DNO_ASM -g -O2 -c trialdiv.c -o trialdiv.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo remove | sed 's/_$//'` -DNO_ASM -g -O2 -c -o remove.lo remove.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_remove -DNO_ASM -g -O2 -c remove.c -o remove.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo and_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o and_n.lo and_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_and_n -DNO_ASM -g -O2 -c and_n.c -o and_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo andn_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o andn_n.lo andn_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_andn_n -DNO_ASM -g -O2 -c andn_n.c -o andn_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo nand_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o nand_n.lo nand_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_nand_n -DNO_ASM -g -O2 -c nand_n.c -o nand_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo ior_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o ior_n.lo ior_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_ior_n -DNO_ASM -g -O2 -c ior_n.c -o ior_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo iorn_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o iorn_n.lo iorn_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_iorn_n -DNO_ASM -g -O2 -c iorn_n.c -o iorn_n.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o fileline.lo ../../gcc-4.8.0/libbacktrace/fileline.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo nior_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o nior_n.lo nior_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/fileline.c -o fileline.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_nior_n -DNO_ASM -g -O2 -c nior_n.c -o nior_n.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo xor_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o xor_n.lo xor_n.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o posix.lo ../../gcc-4.8.0/libbacktrace/posix.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_xor_n -DNO_ASM -g -O2 -c xor_n.c -o xor_n.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/posix.c -o posix.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo xnor_n | sed 's/_$//'` -DNO_ASM -g -O2 -c -o xnor_n.lo xnor_n.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_xnor_n -DNO_ASM -g -O2 -c xnor_n.c -o xnor_n.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o print.lo ../../gcc-4.8.0/libbacktrace/print.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/print.c -o print.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo copyi | sed 's/_$//'` -DNO_ASM -g -O2 -c -o copyi.lo copyi.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_copyi -DNO_ASM -g -O2 -c copyi.c -o copyi.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o state.lo ../../gcc-4.8.0/libbacktrace/state.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/state.c -o state.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo copyd | sed 's/_$//'` -DNO_ASM -g -O2 -c -o copyd.lo copyd.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_copyd -DNO_ASM -g -O2 -c copyd.c -o copyd.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o backtrace.lo ../../gcc-4.8.0/libbacktrace/backtrace.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/backtrace.c -o backtrace.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_`echo zero | sed 's/_$//'` -DNO_ASM -g -O2 -c -o zero.lo zero.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o simple.lo ../../gcc-4.8.0/libbacktrace/simple.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DOPERATION_zero -DNO_ASM -g -O2 -c zero.c -o zero.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/simple.c -o simple.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -static-libstdc++ -static-libgcc -o libmpn.la fib_table.lo mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfsqr.lo perfpow.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_lehmer.lo gcd_subdiv_step.lo gcdext_lehmer.lo gcdext_subdiv_step.lo div_q.lo tdiv_qr.lo jacbase.lo get_d.lo matrix22_mul.lo hgcd2.lo hgcd.lo mullo_n.lo mullo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo powm_sec.lo subcnd_n.lo redc_1_sec.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o elf.lo ../../gcc-4.8.0/libbacktrace/elf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/elf.c -o elf.o libtool: link: ar rc .libs/libmpn.a fib_table.o mp_bases.o add.o add_1.o add_n.o sub.o sub_1.o sub_n.o neg.o com.o mul_1.o addmul_1.o submul_1.o lshift.o rshift.o dive_1.o diveby3.o divis.o divrem.o divrem_1.o divrem_2.o fib2_ui.o mod_1.o mod_34lsub1.o mode1o.o pre_divrem_1.o pre_mod_1.o dump.o mod_1_1.o mod_1_2.o mod_1_3.o mod_1_4.o lshiftc.o mul.o mul_fft.o mul_n.o sqr.o mul_basecase.o sqr_basecase.o nussbaumer_mul.o random.o random2.o pow_1.o rootrem.o sqrtrem.o get_str.o set_str.o scan0.o scan1.o popcount.o hamdist.o cmp.o perfsqr.o perfpow.o gcd_1.o gcd.o gcdext_1.o gcdext.o gcd_lehmer.o gcd_subdiv_step.o gcdext_lehmer.o gcdext_subdiv_step.o div_q.o tdiv_qr.o jacbase.o get_d.o matrix22_mul.o hgcd2.o hgcd.o mullo_n.o mullo_basecase.o toom22_mul.o toom32_mul.o toom42_mul.o toom52_mul.o toom62_mul.o toom33_mul.o toom43_mul.o toom53_mul.o toom63_mul.o toom44_mul.o toom6h_mul.o toom6_sqr.o toom8h_mul.o toom8_sqr.o toom_couple_handling.o toom2_sqr.o toom3_sqr.o toom4_sqr.o toom_eval_dgr3_pm1.o toom_eval_dgr3_pm2.o toom_eval_pm1.o toom_eval_pm2.o toom_eval_pm2exp.o toom_eval_pm2rexp.o toom_interpolate_5pts.o toom_interpolate_6pts.o toom_interpolate_7pts.o toom_interpolate_8pts.o toom_interpolate_12pts.o toom_interpolate_16pts.o invertappr.o invert.o binvert.o mulmod_bnm1.o sqrmod_bnm1.o sbpi1_div_q.o sbpi1_div_qr.o sbpi1_divappr_q.o dcpi1_div_q.o dcpi1_div_qr.o dcpi1_divappr_q.o mu_div_qr.o mu_divappr_q.o mu_div_q.o bdiv_q_1.o sbpi1_bdiv_q.o sbpi1_bdiv_qr.o dcpi1_bdiv_q.o dcpi1_bdiv_qr.o mu_bdiv_q.o mu_bdiv_qr.o bdiv_q.o bdiv_qr.o divexact.o bdiv_dbm1c.o redc_1.o redc_2.o redc_n.o powm.o powlo.o powm_sec.o subcnd_n.o redc_1_sec.o trialdiv.o remove.o and_n.o andn_n.o nand_n.o ior_n.o iorn_n.o nior_n.o xor_n.o xnor_n.o copyi.o copyd.o zero.o libtool: link: ranlib .libs/libmpn.a libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpn' Making all in mpz make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpz' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o add.lo ../../../gcc-4.8.0/gmp/mpz/add.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmapio.lo ../../gcc-4.8.0/libbacktrace/mmapio.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/add.c -o add.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/mmapio.c -o mmapio.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmap.lo ../../gcc-4.8.0/libbacktrace/mmap.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o add_ui.lo ../../../gcc-4.8.0/gmp/mpz/add_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/libbacktrace -I ../../gcc-4.8.0/libbacktrace/../include -I ../../gcc-4.8.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.8.0/libbacktrace/mmap.c -o mmap.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/add_ui.c -o add_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o abs.lo ../../../gcc-4.8.0/gmp/mpz/abs.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -static-libstdc++ -static-libgcc -o libbacktrace.la dwarf.lo fileline.lo posix.lo print.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/abs.c -o abs.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o aorsmul.lo ../../../gcc-4.8.0/gmp/mpz/aorsmul.c libtool: link: ar rc .libs/libbacktrace.a dwarf.o fileline.o posix.o print.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/aorsmul.c -o aorsmul.o libtool: link: ranlib .libs/libbacktrace.a libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" ) make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libbacktrace' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libbacktrace' mkdir -p -- ./libcpp Configuring in ./libcpp /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o aorsmul_i.lo ../../../gcc-4.8.0/gmp/mpz/aorsmul_i.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/aorsmul_i.c -o aorsmul_i.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o and.lo ../../../gcc-4.8.0/gmp/mpz/and.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/and.c -o and.o configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... sparc-unknown-rtems4.11 checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o array_init.lo ../../../gcc-4.8.0/gmp/mpz/array_init.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/array_init.c -o array_init.o checking for C compiler default output file name... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o bin_ui.lo ../../../gcc-4.8.0/gmp/mpz/bin_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/bin_ui.c -o bin_ui.o 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... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o bin_uiui.lo ../../../gcc-4.8.0/gmp/mpz/bin_uiui.c o checking whether we are using the GNU C compiler... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/bin_uiui.c -o bin_uiui.o yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cdiv_q.lo ../../../gcc-4.8.0/gmp/mpz/cdiv_q.c none needed libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cdiv_q.c -o cdiv_q.o checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cdiv_q_ui.lo ../../../gcc-4.8.0/gmp/mpz/cdiv_q_ui.c yes checking for i686-linux-gnu-ranlib... ranlib checking how to run the C preprocessor... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cdiv_q_ui.c -o cdiv_q_ui.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cdiv_qr.lo ../../../gcc-4.8.0/gmp/mpz/cdiv_qr.c checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cdiv_qr.c -o cdiv_qr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cdiv_qr_ui.lo ../../../gcc-4.8.0/gmp/mpz/cdiv_qr_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cdiv_qr_ui.c -o cdiv_qr_ui.o yes checking for sys/types.h... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cdiv_r.lo ../../../gcc-4.8.0/gmp/mpz/cdiv_r.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cdiv_r.c -o cdiv_r.o checking for sys/stat.h... yes /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cdiv_r_ui.lo ../../../gcc-4.8.0/gmp/mpz/cdiv_r_ui.c checking for stdlib.h... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cdiv_r_ui.c -o cdiv_r_ui.o yes checking for string.h... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cdiv_ui.lo ../../../gcc-4.8.0/gmp/mpz/cdiv_ui.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cdiv_ui.c -o cdiv_ui.o checking for memory.h... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cfdiv_q_2exp.lo ../../../gcc-4.8.0/gmp/mpz/cfdiv_q_2exp.c yes checking for strings.h... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cfdiv_q_2exp.c -o cfdiv_q_2exp.o yes checking for inttypes.h... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cfdiv_r_2exp.lo ../../../gcc-4.8.0/gmp/mpz/cfdiv_r_2exp.c yes checking for stdint.h... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cfdiv_r_2exp.c -o cfdiv_r_2exp.o yes checking for unistd.h... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o clear.lo ../../../gcc-4.8.0/gmp/mpz/clear.c yes checking minix/config.h usability... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/clear.c -o clear.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o clears.lo ../../../gcc-4.8.0/gmp/mpz/clears.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/clears.c -o clears.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o clrbit.lo ../../../gcc-4.8.0/gmp/mpz/clrbit.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/clrbit.c -o clrbit.o no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp.lo ../../../gcc-4.8.0/gmp/mpz/cmp.c yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cmp.c -o cmp.o 64 checking for aclocal... aclocal checking for autoconf... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp_d.lo ../../../gcc-4.8.0/gmp/mpz/cmp_d.c autoconf checking for autoheader... autoheader checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cmp_d.c -o cmp_d.o yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wnarrowing... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp_si.lo ../../../gcc-4.8.0/gmp/mpz/cmp_si.c yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cmp_si.c -o cmp_si.o yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-format-attribute... yes /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp_ui.lo ../../../gcc-4.8.0/gmp/mpz/cmp_ui.c checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cmp_ui.c -o cmp_ui.o checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-prototypes... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wold-style-definition... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmpabs.lo ../../../gcc-4.8.0/gmp/mpz/cmpabs.c yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wc++-compat... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cmpabs.c -o cmpabs.o yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -pedantic -Wlong-long... yes /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmpabs_d.lo ../../../gcc-4.8.0/gmp/mpz/cmpabs_d.c checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-exceptions... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cmpabs_d.c -o cmpabs_d.o yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti... yes /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmpabs_ui.lo ../../../gcc-4.8.0/gmp/mpz/cmpabs_ui.c checking dependency style of /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cmpabs_ui.c -o cmpabs_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o com.lo ../../../gcc-4.8.0/gmp/mpz/com.c gcc3 checking whether time.h and sys/time.h may both be included... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/com.c -o com.o yes checking whether string.h and strings.h may both be included... yes checking locale.h usability... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o combit.lo ../../../gcc-4.8.0/gmp/mpz/combit.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/combit.c -o combit.o yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cong.lo ../../../gcc-4.8.0/gmp/mpz/cong.c yes checking fcntl.h presence... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cong.c -o cong.o yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cong_2exp.lo ../../../gcc-4.8.0/gmp/mpz/cong_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cong_2exp.c -o cong_2exp.o yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cong_ui.lo ../../../gcc-4.8.0/gmp/mpz/cong_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/cong_ui.c -o cong_ui.o yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o divexact.lo ../../../gcc-4.8.0/gmp/mpz/divexact.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/divexact.c -o divexact.o no checking for an ANSI C-conforming const... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o divegcd.lo ../../../gcc-4.8.0/gmp/mpz/divegcd.c yes checking for inline... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/divegcd.c -o divegcd.o inline checking for obstacks... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o dive_ui.lo ../../../gcc-4.8.0/gmp/mpz/dive_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/dive_ui.c -o dive_ui.o yes checking for off_t... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o divis.lo ../../../gcc-4.8.0/gmp/mpz/divis.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/divis.c -o divis.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o divis_ui.lo ../../../gcc-4.8.0/gmp/mpz/divis_ui.c yes checking for size_t... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/divis_ui.c -o divis_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o divis_2exp.lo ../../../gcc-4.8.0/gmp/mpz/divis_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/divis_2exp.c -o divis_2exp.o yes checking for ssize_t... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o dump.lo ../../../gcc-4.8.0/gmp/mpz/dump.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/dump.c -o dump.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o export.lo ../../../gcc-4.8.0/gmp/mpz/export.c yes checking for uintptr_t... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/export.c -o export.o yes checking for ptrdiff_t... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fac_ui.lo ../../../gcc-4.8.0/gmp/mpz/fac_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fac_ui.c -o fac_ui.o yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of int... 4 checking size of long... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fdiv_q.lo ../../../gcc-4.8.0/gmp/mpz/fdiv_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fdiv_q.c -o fdiv_q.o 4 /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fdiv_q_ui.lo ../../../gcc-4.8.0/gmp/mpz/fdiv_q_ui.c checking for clearerr_unlocked... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fdiv_q_ui.c -o fdiv_q_ui.o yes checking for feof_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fdiv_qr.lo ../../../gcc-4.8.0/gmp/mpz/fdiv_qr.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fdiv_qr.c -o fdiv_qr.o checking for ferror_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fdiv_qr_ui.lo ../../../gcc-4.8.0/gmp/mpz/fdiv_qr_ui.c yes checking for fflush_unlocked... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fdiv_qr_ui.c -o fdiv_qr_ui.o yes checking for fgetc_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fdiv_r.lo ../../../gcc-4.8.0/gmp/mpz/fdiv_r.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fdiv_r.c -o fdiv_r.o yes checking for fgets_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fdiv_r_ui.lo ../../../gcc-4.8.0/gmp/mpz/fdiv_r_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fdiv_r_ui.c -o fdiv_r_ui.o yes checking for fileno_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fdiv_ui.lo ../../../gcc-4.8.0/gmp/mpz/fdiv_ui.c yes checking for fprintf_unlocked... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fdiv_ui.c -o fdiv_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fib_ui.lo ../../../gcc-4.8.0/gmp/mpz/fib_ui.c no checking for fputc_unlocked... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fib_ui.c -o fib_ui.o yes checking for fputs_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fib2_ui.lo ../../../gcc-4.8.0/gmp/mpz/fib2_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fib2_ui.c -o fib2_ui.o yes checking for fread_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_sint.lo ../../../gcc-4.8.0/gmp/mpz/fits_sint.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fits_sint.c -o fits_sint.o yes checking for fwrite_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_slong.lo ../../../gcc-4.8.0/gmp/mpz/fits_slong.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fits_slong.c -o fits_slong.o yes checking for getchar_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_sshort.lo ../../../gcc-4.8.0/gmp/mpz/fits_sshort.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fits_sshort.c -o fits_sshort.o checking for getc_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_uint.lo ../../../gcc-4.8.0/gmp/mpz/fits_uint.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fits_uint.c -o fits_uint.o yes checking for putchar_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_ulong.lo ../../../gcc-4.8.0/gmp/mpz/fits_ulong.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fits_ulong.c -o fits_ulong.o yes checking for putc_unlocked... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_ushort.lo ../../../gcc-4.8.0/gmp/mpz/fits_ushort.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/fits_ushort.c -o fits_ushort.o yes checking whether abort is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o gcd.lo ../../../gcc-4.8.0/gmp/mpz/gcd.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/gcd.c -o gcd.o yes checking whether asprintf is declared... yes checking whether basename is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o gcd_ui.lo ../../../gcc-4.8.0/gmp/mpz/gcd_ui.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/gcd_ui.c -o gcd_ui.o checking whether errno is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o gcdext.lo ../../../gcc-4.8.0/gmp/mpz/gcdext.c no checking whether getopt is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/gcdext.c -o gcdext.o yes checking whether vasprintf is declared... yes checking whether clearerr_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_d.lo ../../../gcc-4.8.0/gmp/mpz/get_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/get_d.c -o get_d.o yes checking whether feof_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_d_2exp.lo ../../../gcc-4.8.0/gmp/mpz/get_d_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/get_d_2exp.c -o get_d_2exp.o yes checking whether ferror_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_si.lo ../../../gcc-4.8.0/gmp/mpz/get_si.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/get_si.c -o get_si.o checking whether fflush_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_str.lo ../../../gcc-4.8.0/gmp/mpz/get_str.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/get_str.c -o get_str.o checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_ui.lo ../../../gcc-4.8.0/gmp/mpz/get_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/get_ui.c -o get_ui.o yes checking whether fileno_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o getlimbn.lo ../../../gcc-4.8.0/gmp/mpz/getlimbn.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/getlimbn.c -o getlimbn.o yes checking whether fprintf_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o hamdist.lo ../../../gcc-4.8.0/gmp/mpz/hamdist.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/hamdist.c -o hamdist.o no checking whether fputc_unlocked is declared... yes /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o import.lo ../../../gcc-4.8.0/gmp/mpz/import.c checking whether fputs_unlocked is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/import.c -o import.o yes checking whether fread_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o init.lo ../../../gcc-4.8.0/gmp/mpz/init.c yes checking whether fwrite_unlocked is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/init.c -o init.o yes /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o init2.lo ../../../gcc-4.8.0/gmp/mpz/init2.c checking whether getchar_unlocked is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/init2.c -o init2.o yes checking whether getc_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o inits.lo ../../../gcc-4.8.0/gmp/mpz/inits.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/inits.c -o inits.o yes checking whether putchar_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o inp_raw.lo ../../../gcc-4.8.0/gmp/mpz/inp_raw.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/inp_raw.c -o inp_raw.o yes checking whether putc_unlocked is declared... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o inp_str.lo ../../../gcc-4.8.0/gmp/mpz/inp_str.c yes checking for working alloca.h... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/inp_str.c -o inp_str.o yes checking for alloca... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o invert.lo ../../../gcc-4.8.0/gmp/mpz/invert.c yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/invert.c -o invert.o yes checking whether NLS is requested... no checking for uchar... /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o ior.lo ../../../gcc-4.8.0/gmp/mpz/ior.c checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/ior.c -o ior.o done checking for iconv... yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset.lo ../../../gcc-4.8.0/gmp/mpz/iset.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/iset.c -o iset.o configure: updating cache ./config.cache configure: creating ./config.status /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset_d.lo ../../../gcc-4.8.0/gmp/mpz/iset_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/iset_d.c -o iset_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset_si.lo ../../../gcc-4.8.0/gmp/mpz/iset_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/iset_si.c -o iset_si.o config.status: creating Makefile config.status: creating config.h /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset_str.lo ../../../gcc-4.8.0/gmp/mpz/iset_str.c config.status: executing depdir commands mkdir -p -- .deps libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/iset_str.c -o iset_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset_ui.lo ../../../gcc-4.8.0/gmp/mpz/iset_ui.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o jacobi.lo ../../../gcc-4.8.0/gmp/mpz/jacobi.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/iset_ui.c -o iset_ui.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/jacobi.c -o jacobi.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o kronsz.lo ../../../gcc-4.8.0/gmp/mpz/kronsz.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/kronsz.c -o kronsz.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o kronuz.lo ../../../gcc-4.8.0/gmp/mpz/kronuz.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/kronuz.c -o kronuz.o make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libdecnumber' source='../../gcc-4.8.0/libdecnumber/decNumber.c' object='decNumber.o' libtool=no /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.8.0/libdecnumber -I. -c ../../gcc-4.8.0/libdecnumber/decNumber.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o kronzs.lo ../../../gcc-4.8.0/gmp/mpz/kronzs.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/kronzs.c -o kronzs.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o kronzu.lo ../../../gcc-4.8.0/gmp/mpz/kronzu.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/kronzu.c -o kronzu.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o lcm.lo ../../../gcc-4.8.0/gmp/mpz/lcm.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/lcm.c -o lcm.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o lcm_ui.lo ../../../gcc-4.8.0/gmp/mpz/lcm_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/lcm_ui.c -o lcm_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o lucnum_ui.lo ../../../gcc-4.8.0/gmp/mpz/lucnum_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/lucnum_ui.c -o lucnum_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o lucnum2_ui.lo ../../../gcc-4.8.0/gmp/mpz/lucnum2_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/lucnum2_ui.c -o lucnum2_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o millerrabin.lo ../../../gcc-4.8.0/gmp/mpz/millerrabin.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/millerrabin.c -o millerrabin.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mod.lo ../../../gcc-4.8.0/gmp/mpz/mod.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/mod.c -o mod.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mul.lo ../../../gcc-4.8.0/gmp/mpz/mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/mul.c -o mul.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mul_2exp.lo ../../../gcc-4.8.0/gmp/mpz/mul_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/mul_2exp.c -o mul_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mul_si.lo ../../../gcc-4.8.0/gmp/mpz/mul_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/mul_si.c -o mul_si.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mul_ui.lo ../../../gcc-4.8.0/gmp/mpz/mul_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/mul_ui.c -o mul_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o n_pow_ui.lo ../../../gcc-4.8.0/gmp/mpz/n_pow_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/n_pow_ui.c -o n_pow_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o neg.lo ../../../gcc-4.8.0/gmp/mpz/neg.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/neg.c -o neg.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o nextprime.lo ../../../gcc-4.8.0/gmp/mpz/nextprime.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/nextprime.c -o nextprime.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o out_raw.lo ../../../gcc-4.8.0/gmp/mpz/out_raw.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/out_raw.c -o out_raw.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o out_str.lo ../../../gcc-4.8.0/gmp/mpz/out_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/out_str.c -o out_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o perfpow.lo ../../../gcc-4.8.0/gmp/mpz/perfpow.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/perfpow.c -o perfpow.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o perfsqr.lo ../../../gcc-4.8.0/gmp/mpz/perfsqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/perfsqr.c -o perfsqr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o popcount.lo ../../../gcc-4.8.0/gmp/mpz/popcount.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/popcount.c -o popcount.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o pow_ui.lo ../../../gcc-4.8.0/gmp/mpz/pow_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/pow_ui.c -o pow_ui.o source='../../gcc-4.8.0/libdecnumber/decContext.c' object='decContext.o' libtool=no /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.8.0/libdecnumber -I. -c ../../gcc-4.8.0/libdecnumber/decContext.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o powm.lo ../../../gcc-4.8.0/gmp/mpz/powm.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/powm.c -o powm.o source='../../gcc-4.8.0/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.8.0/libdecnumber -I. -c ../../gcc-4.8.0/libdecnumber/dpd/decimal32.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o powm_sec.lo ../../../gcc-4.8.0/gmp/mpz/powm_sec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/powm_sec.c -o powm_sec.o source='../../gcc-4.8.0/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.8.0/libdecnumber -I. -c ../../gcc-4.8.0/libdecnumber/dpd/decimal64.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o powm_ui.lo ../../../gcc-4.8.0/gmp/mpz/powm_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/powm_ui.c -o powm_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o pprime_p.lo ../../../gcc-4.8.0/gmp/mpz/pprime_p.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/pprime_p.c -o pprime_p.o source='../../gcc-4.8.0/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.8.0/libdecnumber -I. -c ../../gcc-4.8.0/libdecnumber/dpd/decimal128.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o random.lo ../../../gcc-4.8.0/gmp/mpz/random.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/random.c -o random.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o random2.lo ../../../gcc-4.8.0/gmp/mpz/random2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/random2.c -o random2.o rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o realloc.lo ../../../gcc-4.8.0/gmp/mpz/realloc.c ranlib libdecnumber.a make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libdecnumber' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o realloc2.lo ../../../gcc-4.8.0/gmp/mpz/realloc2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/realloc.c -o realloc.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/realloc2.c -o realloc2.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o remove.lo ../../../gcc-4.8.0/gmp/mpz/remove.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o root.lo ../../../gcc-4.8.0/gmp/mpz/root.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/remove.c -o remove.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/root.c -o root.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o rootrem.lo ../../../gcc-4.8.0/gmp/mpz/rootrem.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o rrandomb.lo ../../../gcc-4.8.0/gmp/mpz/rrandomb.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/rootrem.c -o rootrem.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/rrandomb.c -o rrandomb.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o scan0.lo ../../../gcc-4.8.0/gmp/mpz/scan0.c make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/fixincludes' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/fixincludes -I../include -I../../gcc-4.8.0/fixincludes/../include ../../gcc-4.8.0/fixincludes/fixincl.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/scan0.c -o scan0.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o scan1.lo ../../../gcc-4.8.0/gmp/mpz/scan1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/scan1.c -o scan1.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set.lo ../../../gcc-4.8.0/gmp/mpz/set.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/set.c -o set.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_d.lo ../../../gcc-4.8.0/gmp/mpz/set_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/set_d.c -o set_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_f.lo ../../../gcc-4.8.0/gmp/mpz/set_f.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/set_f.c -o set_f.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_q.lo ../../../gcc-4.8.0/gmp/mpz/set_q.c /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/fixincludes -I../include -I../../gcc-4.8.0/fixincludes/../include ../../gcc-4.8.0/fixincludes/fixtests.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/set_q.c -o set_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_si.lo ../../../gcc-4.8.0/gmp/mpz/set_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/set_si.c -o set_si.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/fixincludes -I../include -I../../gcc-4.8.0/fixincludes/../include ../../gcc-4.8.0/fixincludes/fixfixes.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_str.lo ../../../gcc-4.8.0/gmp/mpz/set_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/set_str.c -o set_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_ui.lo ../../../gcc-4.8.0/gmp/mpz/set_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/set_ui.c -o set_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o setbit.lo ../../../gcc-4.8.0/gmp/mpz/setbit.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/setbit.c -o setbit.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/fixincludes -I../include -I../../gcc-4.8.0/fixincludes/../include ../../gcc-4.8.0/fixincludes/server.c ../../gcc-4.8.0/fixincludes/server.c: In function 'server_setup': ../../gcc-4.8.0/fixincludes/server.c:195:10: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o size.lo ../../../gcc-4.8.0/gmp/mpz/size.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/size.c -o size.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/fixincludes -I../include -I../../gcc-4.8.0/fixincludes/../include ../../gcc-4.8.0/fixincludes/procopen.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sizeinbase.lo ../../../gcc-4.8.0/gmp/mpz/sizeinbase.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/sizeinbase.c -o sizeinbase.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/fixincludes -I../include -I../../gcc-4.8.0/fixincludes/../include ../../gcc-4.8.0/fixincludes/fixlib.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sqrt.lo ../../../gcc-4.8.0/gmp/mpz/sqrt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/sqrt.c -o sqrt.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/fixincludes -I../include -I../../gcc-4.8.0/fixincludes/../include ../../gcc-4.8.0/fixincludes/fixopts.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sqrtrem.lo ../../../gcc-4.8.0/gmp/mpz/sqrtrem.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/sqrtrem.c -o sqrtrem.o srcdir="../../gcc-4.8.0/fixincludes" /bin/bash ../../gcc-4.8.0/fixincludes/mkfixinc.sh sparc-unknown-rtems4.11 sed -e 's/@gcc_version@/4.8.2/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -static-libstdc++ -static-libgcc -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sub.lo ../../../gcc-4.8.0/gmp/mpz/sub.c echo timestamp > full-stamp make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/fixincludes' libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/sub.c -o sub.o make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/build-i686-linux-gnu/fixincludes' /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/fixincludes -I../include -I../../../gcc-4.8.0/fixincludes/../include ../../../gcc-4.8.0/fixincludes/fixincl.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sub_ui.lo ../../../gcc-4.8.0/gmp/mpz/sub_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/sub_ui.c -o sub_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o swap.lo ../../../gcc-4.8.0/gmp/mpz/swap.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/swap.c -o swap.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_ui.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_ui.c -o tdiv_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_q.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_q.c -o tdiv_q.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/fixincludes -I../include -I../../../gcc-4.8.0/fixincludes/../include ../../../gcc-4.8.0/fixincludes/fixtests.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_q_2exp.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_q_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_q_2exp.c -o tdiv_q_2exp.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/fixincludes -I../include -I../../../gcc-4.8.0/fixincludes/../include ../../../gcc-4.8.0/fixincludes/fixfixes.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_q_ui.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_q_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_q_ui.c -o tdiv_q_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_qr.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_qr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_qr.c -o tdiv_qr.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_qr_ui.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_qr_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_qr_ui.c -o tdiv_qr_ui.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/fixincludes -I../include -I../../../gcc-4.8.0/fixincludes/../include ../../../gcc-4.8.0/fixincludes/server.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_r.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_r.c ../../../gcc-4.8.0/fixincludes/server.c: In function 'server_setup': ../../../gcc-4.8.0/fixincludes/server.c:195:10: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_r.c -o tdiv_r.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/fixincludes -I../include -I../../../gcc-4.8.0/fixincludes/../include ../../../gcc-4.8.0/fixincludes/procopen.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_r_2exp.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_r_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_r_2exp.c -o tdiv_r_2exp.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/fixincludes -I../include -I../../../gcc-4.8.0/fixincludes/../include ../../../gcc-4.8.0/fixincludes/fixlib.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tdiv_r_ui.lo ../../../gcc-4.8.0/gmp/mpz/tdiv_r_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tdiv_r_ui.c -o tdiv_r_ui.o /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/fixincludes -I../include -I../../../gcc-4.8.0/fixincludes/../include ../../../gcc-4.8.0/fixincludes/fixopts.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o tstbit.lo ../../../gcc-4.8.0/gmp/mpz/tstbit.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/tstbit.c -o tstbit.o srcdir="../../../gcc-4.8.0/fixincludes" /bin/bash ../../../gcc-4.8.0/fixincludes/mkfixinc.sh sparc-unknown-rtems4.11 sed -e 's/@gcc_version@/4.8.2/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o ui_pow_ui.lo ../../../gcc-4.8.0/gmp/mpz/ui_pow_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/ui_pow_ui.c -o ui_pow_ui.o echo timestamp > full-stamp make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/build-i686-linux-gnu/fixincludes' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libcpp' /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../gcc-4.8.0/libcpp/charset.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o ui_sub.lo ../../../gcc-4.8.0/gmp/mpz/ui_sub.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/ui_sub.c -o ui_sub.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o urandomb.lo ../../../gcc-4.8.0/gmp/mpz/urandomb.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/urandomb.c -o urandomb.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o urandomm.lo ../../../gcc-4.8.0/gmp/mpz/urandomm.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/urandomm.c -o urandomm.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o xor.lo ../../../gcc-4.8.0/gmp/mpz/xor.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpz/xor.c -o xor.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -static-libstdc++ -static-libgcc -o libmpz.la add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo lucnum_ui.lo lucnum2_ui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo libtool: link: ar rc .libs/libmpz.a add.o add_ui.o abs.o aorsmul.o aorsmul_i.o and.o array_init.o bin_ui.o bin_uiui.o cdiv_q.o cdiv_q_ui.o cdiv_qr.o cdiv_qr_ui.o cdiv_r.o cdiv_r_ui.o cdiv_ui.o cfdiv_q_2exp.o cfdiv_r_2exp.o clear.o clears.o clrbit.o cmp.o cmp_d.o cmp_si.o cmp_ui.o cmpabs.o cmpabs_d.o cmpabs_ui.o com.o combit.o cong.o cong_2exp.o cong_ui.o divexact.o divegcd.o dive_ui.o divis.o divis_ui.o divis_2exp.o dump.o export.o fac_ui.o fdiv_q.o fdiv_q_ui.o fdiv_qr.o fdiv_qr_ui.o fdiv_r.o fdiv_r_ui.o fdiv_ui.o fib_ui.o fib2_ui.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o gcd.o gcd_ui.o gcdext.o get_d.o get_d_2exp.o get_si.o get_str.o get_ui.o getlimbn.o hamdist.o import.o init.o init2.o inits.o inp_raw.o inp_str.o invert.o ior.o iset.o iset_d.o iset_si.o iset_str.o iset_ui.o jacobi.o kronsz.o kronuz.o kronzs.o kronzu.o lcm.o lcm_ui.o lucnum_ui.o lucnum2_ui.o millerrabin.o mod.o mul.o mul_2exp.o mul_si.o mul_ui.o n_pow_ui.o neg.o nextprime.o out_raw.o out_str.o perfpow.o perfsqr.o popcount.o pow_ui.o powm.o powm_sec.o powm_ui.o pprime_p.o random.o random2.o realloc.o realloc2.o remove.o root.o rootrem.o rrandomb.o scan0.o scan1.o set.o set_d.o set_f.o set_q.o set_si.o set_str.o set_ui.o setbit.o size.o sizeinbase.o sqrt.o sqrtrem.o sub.o sub_ui.o swap.o tdiv_ui.o tdiv_q.o tdiv_q_2exp.o tdiv_q_ui.o tdiv_qr.o tdiv_qr_ui.o tdiv_r.o tdiv_r_2exp.o tdiv_r_ui.o tstbit.o ui_pow_ui.o ui_sub.o urandomb.o urandomm.o xor.o libtool: link: ranlib .libs/libmpz.a libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpz' Making all in mpq make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpq' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o abs.lo ../../../gcc-4.8.0/gmp/mpq/abs.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/abs.c -o abs.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../gcc-4.8.0/libcpp/directives.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o aors.lo ../../../gcc-4.8.0/gmp/mpq/aors.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/aors.c -o aors.o ../../gcc-4.8.0/libcpp/directives.c: In function 'void cpp_define_formatted(cpp_reader*, const char*, ...)': ../../gcc-4.8.0/libcpp/directives.c:2380:28: warning: ignoring return value of 'int vasprintf(char**, const char*, __gnuc_va_list)', declared with attribute warn_unused_result [-Wunused-result] /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o canonicalize.lo ../../../gcc-4.8.0/gmp/mpq/canonicalize.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/canonicalize.c -o canonicalize.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o clear.lo ../../../gcc-4.8.0/gmp/mpq/clear.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/clear.c -o clear.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o clears.lo ../../../gcc-4.8.0/gmp/mpq/clears.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/clears.c -o clears.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp.lo ../../../gcc-4.8.0/gmp/mpq/cmp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/cmp.c -o cmp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp_si.lo ../../../gcc-4.8.0/gmp/mpq/cmp_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/cmp_si.c -o cmp_si.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp_ui.lo ../../../gcc-4.8.0/gmp/mpq/cmp_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/cmp_ui.c -o cmp_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o div.lo ../../../gcc-4.8.0/gmp/mpq/div.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/div.c -o div.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o equal.lo ../../../gcc-4.8.0/gmp/mpq/equal.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/equal.c -o equal.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../gcc-4.8.0/libcpp/directives-only.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_d.lo ../../../gcc-4.8.0/gmp/mpq/get_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/get_d.c -o get_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_den.lo ../../../gcc-4.8.0/gmp/mpq/get_den.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../gcc-4.8.0/libcpp/errors.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/get_den.c -o get_den.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_num.lo ../../../gcc-4.8.0/gmp/mpq/get_num.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/get_num.c -o get_num.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_str.lo ../../../gcc-4.8.0/gmp/mpq/get_str.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../gcc-4.8.0/libcpp/expr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/get_str.c -o get_str.o ../../gcc-4.8.0/libcpp/expr.c: In function 'unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)': ../../gcc-4.8.0/libcpp/expr.c:629:18: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc-4.8.0/libcpp/expr.c:632:39: warning: format not a string literal and no format arguments [-Wformat-security] /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o init.lo ../../../gcc-4.8.0/gmp/mpq/init.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/init.c -o init.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o inits.lo ../../../gcc-4.8.0/gmp/mpq/inits.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/inits.c -o inits.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o inp_str.lo ../../../gcc-4.8.0/gmp/mpq/inp_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/inp_str.c -o inp_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o inv.lo ../../../gcc-4.8.0/gmp/mpq/inv.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/inv.c -o inv.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o md_2exp.lo ../../../gcc-4.8.0/gmp/mpq/md_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/md_2exp.c -o md_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mul.lo ../../../gcc-4.8.0/gmp/mpq/mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/mul.c -o mul.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o neg.lo ../../../gcc-4.8.0/gmp/mpq/neg.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/neg.c -o neg.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o out_str.lo ../../../gcc-4.8.0/gmp/mpq/out_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/out_str.c -o out_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set.lo ../../../gcc-4.8.0/gmp/mpq/set.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set.c -o set.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_den.lo ../../../gcc-4.8.0/gmp/mpq/set_den.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set_den.c -o set_den.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../gcc-4.8.0/libcpp/files.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_num.lo ../../../gcc-4.8.0/gmp/mpq/set_num.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set_num.c -o set_num.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_si.lo ../../../gcc-4.8.0/gmp/mpq/set_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set_si.c -o set_si.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_str.lo ../../../gcc-4.8.0/gmp/mpq/set_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set_str.c -o set_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_ui.lo ../../../gcc-4.8.0/gmp/mpq/set_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set_ui.c -o set_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_z.lo ../../../gcc-4.8.0/gmp/mpq/set_z.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set_z.c -o set_z.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_d.lo ../../../gcc-4.8.0/gmp/mpq/set_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set_d.c -o set_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_f.lo ../../../gcc-4.8.0/gmp/mpq/set_f.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/set_f.c -o set_f.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../gcc-4.8.0/libcpp/identifiers.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o swap.lo ../../../gcc-4.8.0/gmp/mpq/swap.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpq/swap.c -o swap.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -static-libstdc++ -static-libgcc -o libmpq.la abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo echo "#define LOCALEDIR \"/home/alaya/developement/rtems/4.11/share/locale\"" > localedir.new ../../gcc-4.8.0/libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../gcc-4.8.0/libcpp/lex.c libtool: link: ar rc .libs/libmpq.a abs.o aors.o canonicalize.o clear.o clears.o cmp.o cmp_si.o cmp_ui.o div.o equal.o get_d.o get_den.o get_num.o get_str.o init.o inits.o inp_str.o inv.o md_2exp.o mul.o neg.o out_str.o set.o set_den.o set_num.o set_si.o set_str.o set_ui.o set_z.o set_d.o set_f.o swap.o libtool: link: ranlib .libs/libmpq.a libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpq' Making all in mpf make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpf' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o init.lo ../../../gcc-4.8.0/gmp/mpf/init.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/init.c -o init.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o init2.lo ../../../gcc-4.8.0/gmp/mpf/init2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/init2.c -o init2.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o inits.lo ../../../gcc-4.8.0/gmp/mpf/inits.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/inits.c -o inits.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set.lo ../../../gcc-4.8.0/gmp/mpf/set.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set.c -o set.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_ui.lo ../../../gcc-4.8.0/gmp/mpf/set_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_ui.c -o set_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_si.lo ../../../gcc-4.8.0/gmp/mpf/set_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_si.c -o set_si.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_str.lo ../../../gcc-4.8.0/gmp/mpf/set_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_str.c -o set_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_d.lo ../../../gcc-4.8.0/gmp/mpf/set_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_d.c -o set_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_z.lo ../../../gcc-4.8.0/gmp/mpf/set_z.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_z.c -o set_z.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_q.lo ../../../gcc-4.8.0/gmp/mpf/set_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_q.c -o set_q.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset.lo ../../../gcc-4.8.0/gmp/mpf/iset.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/iset.c -o iset.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset_ui.lo ../../../gcc-4.8.0/gmp/mpf/iset_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/iset_ui.c -o iset_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset_si.lo ../../../gcc-4.8.0/gmp/mpf/iset_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/iset_si.c -o iset_si.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset_str.lo ../../../gcc-4.8.0/gmp/mpf/iset_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/iset_str.c -o iset_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o iset_d.lo ../../../gcc-4.8.0/gmp/mpf/iset_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/iset_d.c -o iset_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o clear.lo ../../../gcc-4.8.0/gmp/mpf/clear.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../gcc-4.8.0/libcpp/line-map.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/clear.c -o clear.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o clears.lo ../../../gcc-4.8.0/gmp/mpf/clears.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/clears.c -o clears.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_str.lo ../../../gcc-4.8.0/gmp/mpf/get_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/get_str.c -o get_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o dump.lo ../../../gcc-4.8.0/gmp/mpf/dump.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/dump.c -o dump.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o size.lo ../../../gcc-4.8.0/gmp/mpf/size.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/size.c -o size.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../gcc-4.8.0/libcpp/macro.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o eq.lo ../../../gcc-4.8.0/gmp/mpf/eq.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/eq.c -o eq.o ../../gcc-4.8.0/libcpp/macro.c: In function 'bool create_iso_definition(cpp_reader*, cpp_macro*)': ../../gcc-4.8.0/libcpp/macro.c:2965:58: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc-4.8.0/libcpp/macro.c:2978:58: warning: format not a string literal and no format arguments [-Wformat-security] /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o reldiff.lo ../../../gcc-4.8.0/gmp/mpf/reldiff.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/reldiff.c -o reldiff.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sqrt.lo ../../../gcc-4.8.0/gmp/mpf/sqrt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/sqrt.c -o sqrt.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o random2.lo ../../../gcc-4.8.0/gmp/mpf/random2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/random2.c -o random2.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o inp_str.lo ../../../gcc-4.8.0/gmp/mpf/inp_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/inp_str.c -o inp_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o out_str.lo ../../../gcc-4.8.0/gmp/mpf/out_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/out_str.c -o out_str.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o add.lo ../../../gcc-4.8.0/gmp/mpf/add.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/add.c -o add.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o add_ui.lo ../../../gcc-4.8.0/gmp/mpf/add_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/add_ui.c -o add_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sub.lo ../../../gcc-4.8.0/gmp/mpf/sub.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/sub.c -o sub.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../gcc-4.8.0/libcpp/mkdeps.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sub_ui.lo ../../../gcc-4.8.0/gmp/mpf/sub_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/sub_ui.c -o sub_ui.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../gcc-4.8.0/libcpp/pch.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o ui_sub.lo ../../../gcc-4.8.0/gmp/mpf/ui_sub.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/ui_sub.c -o ui_sub.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mul.lo ../../../gcc-4.8.0/gmp/mpf/mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/mul.c -o mul.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mul_ui.lo ../../../gcc-4.8.0/gmp/mpf/mul_ui.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../gcc-4.8.0/libcpp/symtab.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/mul_ui.c -o mul_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o div.lo ../../../gcc-4.8.0/gmp/mpf/div.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/div.c -o div.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../gcc-4.8.0/libcpp/traditional.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o div_ui.lo ../../../gcc-4.8.0/gmp/mpf/div_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/div_ui.c -o div_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp.lo ../../../gcc-4.8.0/gmp/mpf/cmp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/cmp.c -o cmp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp_d.lo ../../../gcc-4.8.0/gmp/mpf/cmp_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/cmp_d.c -o cmp_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp_si.lo ../../../gcc-4.8.0/gmp/mpf/cmp_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/cmp_si.c -o cmp_si.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o cmp_ui.lo ../../../gcc-4.8.0/gmp/mpf/cmp_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/cmp_ui.c -o cmp_ui.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.8.0/libcpp -I. -I../../gcc-4.8.0/libcpp/../include -I../../gcc-4.8.0/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../gcc-4.8.0/libcpp/init.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o mul_2exp.lo ../../../gcc-4.8.0/gmp/mpf/mul_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/mul_2exp.c -o mul_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o div_2exp.lo ../../../gcc-4.8.0/gmp/mpf/div_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/div_2exp.c -o div_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o abs.lo ../../../gcc-4.8.0/gmp/mpf/abs.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/abs.c -o abs.o rm -f libcpp.a ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/libcpp' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o neg.lo ../../../gcc-4.8.0/gmp/mpf/neg.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_d.lo ../../../gcc-4.8.0/gmp/mpf/get_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/neg.c -o neg.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/get_d.c -o get_d.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_d_2exp.lo ../../../gcc-4.8.0/gmp/mpf/get_d_2exp.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_dfl_prec.lo ../../../gcc-4.8.0/gmp/mpf/set_dfl_prec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/get_d_2exp.c -o get_d_2exp.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_dfl_prec.c -o set_dfl_prec.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_prc.lo ../../../gcc-4.8.0/gmp/mpf/set_prc.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o set_prc_raw.lo ../../../gcc-4.8.0/gmp/mpf/set_prc_raw.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_prc.c -o set_prc.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/set_prc_raw.c -o set_prc_raw.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_dfl_prec.lo ../../../gcc-4.8.0/gmp/mpf/get_dfl_prec.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_prc.lo ../../../gcc-4.8.0/gmp/mpf/get_prc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/get_dfl_prec.c -o get_dfl_prec.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/get_prc.c -o get_prc.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o ui_div.lo ../../../gcc-4.8.0/gmp/mpf/ui_div.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sqrt_ui.lo ../../../gcc-4.8.0/gmp/mpf/sqrt_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/ui_div.c -o ui_div.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/sqrt_ui.c -o sqrt_ui.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o pow_ui.lo ../../../gcc-4.8.0/gmp/mpf/pow_ui.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o urandomb.lo ../../../gcc-4.8.0/gmp/mpf/urandomb.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/pow_ui.c -o pow_ui.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/urandomb.c -o urandomb.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o swap.lo ../../../gcc-4.8.0/gmp/mpf/swap.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_si.lo ../../../gcc-4.8.0/gmp/mpf/get_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/swap.c -o swap.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/get_si.c -o get_si.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o get_ui.lo ../../../gcc-4.8.0/gmp/mpf/get_ui.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o int_p.lo ../../../gcc-4.8.0/gmp/mpf/int_p.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/get_ui.c -o get_ui.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/int_p.c -o int_p.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o ceilfloor.lo ../../../gcc-4.8.0/gmp/mpf/ceilfloor.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o trunc.lo ../../../gcc-4.8.0/gmp/mpf/trunc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/ceilfloor.c -o ceilfloor.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/trunc.c -o trunc.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_sint.lo ../../../gcc-4.8.0/gmp/mpf/fits_sint.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_slong.lo ../../../gcc-4.8.0/gmp/mpf/fits_slong.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/fits_sint.c -o fits_sint.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/fits_slong.c -o fits_slong.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_sshort.lo ../../../gcc-4.8.0/gmp/mpf/fits_sshort.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_uint.lo ../../../gcc-4.8.0/gmp/mpf/fits_uint.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/fits_sshort.c -o fits_sshort.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/fits_uint.c -o fits_uint.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_ulong.lo ../../../gcc-4.8.0/gmp/mpf/fits_ulong.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fits_ushort.lo ../../../gcc-4.8.0/gmp/mpf/fits_ushort.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/fits_ulong.c -o fits_ulong.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/mpf/fits_ushort.c -o fits_ushort.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -static-libstdc++ -static-libgcc -o libmpf.la init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo libtool: link: ar rc .libs/libmpf.a init.o init2.o inits.o set.o set_ui.o set_si.o set_str.o set_d.o set_z.o set_q.o iset.o iset_ui.o iset_si.o iset_str.o iset_d.o clear.o clears.o get_str.o dump.o size.o eq.o reldiff.o sqrt.o random2.o inp_str.o out_str.o add.o add_ui.o sub.o sub_ui.o ui_sub.o mul.o mul_ui.o div.o div_ui.o cmp.o cmp_d.o cmp_si.o cmp_ui.o mul_2exp.o div_2exp.o abs.o neg.o get_d.o get_d_2exp.o set_dfl_prec.o set_prc.o set_prc_raw.o get_dfl_prec.o get_prc.o ui_div.o sqrt_ui.o pow_ui.o urandomb.o swap.o get_si.o get_ui.o int_p.o ceilfloor.o trunc.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o libtool: link: ranlib .libs/libmpf.a libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpf' Making all in printf make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/printf' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o asprintf.lo ../../../gcc-4.8.0/gmp/printf/asprintf.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o asprntffuns.lo ../../../gcc-4.8.0/gmp/printf/asprntffuns.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/asprintf.c -o asprintf.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/asprntffuns.c -o asprntffuns.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o doprnt.lo ../../../gcc-4.8.0/gmp/printf/doprnt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/doprnt.c -o doprnt.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o doprntf.lo ../../../gcc-4.8.0/gmp/printf/doprntf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/doprntf.c -o doprntf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o doprnti.lo ../../../gcc-4.8.0/gmp/printf/doprnti.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/doprnti.c -o doprnti.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fprintf.lo ../../../gcc-4.8.0/gmp/printf/fprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/fprintf.c -o fprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o obprintf.lo ../../../gcc-4.8.0/gmp/printf/obprintf.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o obvprintf.lo ../../../gcc-4.8.0/gmp/printf/obvprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/obprintf.c -o obprintf.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/obvprintf.c -o obvprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o obprntffuns.lo ../../../gcc-4.8.0/gmp/printf/obprntffuns.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o printf.lo ../../../gcc-4.8.0/gmp/printf/printf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/obprntffuns.c -o obprntffuns.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/printf.c -o printf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o printffuns.lo ../../../gcc-4.8.0/gmp/printf/printffuns.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o snprintf.lo ../../../gcc-4.8.0/gmp/printf/snprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/printffuns.c -o printffuns.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/snprintf.c -o snprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o snprntffuns.lo ../../../gcc-4.8.0/gmp/printf/snprntffuns.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sprintf.lo ../../../gcc-4.8.0/gmp/printf/sprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/snprntffuns.c -o snprntffuns.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/sprintf.c -o sprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sprintffuns.lo ../../../gcc-4.8.0/gmp/printf/sprintffuns.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/sprintffuns.c -o sprintffuns.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o vasprintf.lo ../../../gcc-4.8.0/gmp/printf/vasprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/vasprintf.c -o vasprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o vfprintf.lo ../../../gcc-4.8.0/gmp/printf/vfprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/vfprintf.c -o vfprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o vprintf.lo ../../../gcc-4.8.0/gmp/printf/vprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/vprintf.c -o vprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o vsnprintf.lo ../../../gcc-4.8.0/gmp/printf/vsnprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/vsnprintf.c -o vsnprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o vsprintf.lo ../../../gcc-4.8.0/gmp/printf/vsprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/vsprintf.c -o vsprintf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o repl-vsnprintf.lo ../../../gcc-4.8.0/gmp/printf/repl-vsnprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/printf/repl-vsnprintf.c -o repl-vsnprintf.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -static-libstdc++ -static-libgcc -o libprintf.la asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo libtool: link: ar rc .libs/libprintf.a asprintf.o asprntffuns.o doprnt.o doprntf.o doprnti.o fprintf.o obprintf.o obvprintf.o obprntffuns.o printf.o printffuns.o snprintf.o snprntffuns.o sprintf.o sprintffuns.o vasprintf.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o repl-vsnprintf.o libtool: link: ranlib .libs/libprintf.a libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/printf' Making all in scanf make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/scanf' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o doscan.lo ../../../gcc-4.8.0/gmp/scanf/doscan.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fscanf.lo ../../../gcc-4.8.0/gmp/scanf/fscanf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/doscan.c -o doscan.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/fscanf.c -o fscanf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o fscanffuns.lo ../../../gcc-4.8.0/gmp/scanf/fscanffuns.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/fscanffuns.c -o fscanffuns.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o scanf.lo ../../../gcc-4.8.0/gmp/scanf/scanf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/scanf.c -o scanf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sscanf.lo ../../../gcc-4.8.0/gmp/scanf/sscanf.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o sscanffuns.lo ../../../gcc-4.8.0/gmp/scanf/sscanffuns.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/sscanf.c -o sscanf.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/sscanffuns.c -o sscanffuns.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o vfscanf.lo ../../../gcc-4.8.0/gmp/scanf/vfscanf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/vfscanf.c -o vfscanf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o vscanf.lo ../../../gcc-4.8.0/gmp/scanf/vscanf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/vscanf.c -o vscanf.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c -o vsscanf.lo ../../../gcc-4.8.0/gmp/scanf/vsscanf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gcc-4.8.0/gmp -DNO_ASM -g -O2 -c ../../../gcc-4.8.0/gmp/scanf/vsscanf.c -o vsscanf.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -static-libstdc++ -static-libgcc -o libscanf.la doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo libtool: link: ar rc .libs/libscanf.a doscan.o fscanf.o fscanffuns.o scanf.o sscanf.o sscanffuns.o vfscanf.o vscanf.o vsscanf.o libtool: link: ranlib .libs/libscanf.a libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/scanf' Making all in cxx make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/cxx' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/cxx' Making all in mpbsd make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpbsd' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/mpbsd' Making all in demos make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos' Making all in calc make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos/calc' make all-am make[6]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos/calc' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos/calc' make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos/calc' Making all in expr make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos/expr' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos/expr' make[5]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/demos' Making all in tune make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tune' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/tune' Making all in doc make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/doc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp/doc' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o assert.lo ../../gcc-4.8.0/gmp/assert.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o compat.lo ../../gcc-4.8.0/gmp/compat.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/assert.c -o assert.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/compat.c -o compat.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o errno.lo ../../gcc-4.8.0/gmp/errno.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o extract-dbl.lo ../../gcc-4.8.0/gmp/extract-dbl.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/errno.c -o errno.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/extract-dbl.c -o extract-dbl.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o invalid.lo ../../gcc-4.8.0/gmp/invalid.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o memory.lo ../../gcc-4.8.0/gmp/memory.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/invalid.c -o invalid.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/memory.c -o memory.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o mp_bpl.lo ../../gcc-4.8.0/gmp/mp_bpl.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o mp_clz_tab.lo ../../gcc-4.8.0/gmp/mp_clz_tab.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/mp_bpl.c -o mp_bpl.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/mp_clz_tab.c -o mp_clz_tab.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o mp_dv_tab.lo ../../gcc-4.8.0/gmp/mp_dv_tab.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o mp_minv_tab.lo ../../gcc-4.8.0/gmp/mp_minv_tab.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/mp_dv_tab.c -o mp_dv_tab.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/mp_minv_tab.c -o mp_minv_tab.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o mp_get_fns.lo ../../gcc-4.8.0/gmp/mp_get_fns.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o mp_set_fns.lo ../../gcc-4.8.0/gmp/mp_set_fns.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/mp_get_fns.c -o mp_get_fns.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/mp_set_fns.c -o mp_set_fns.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o rand.lo ../../gcc-4.8.0/gmp/rand.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/rand.c -o rand.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randclr.lo ../../gcc-4.8.0/gmp/randclr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randclr.c -o randclr.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randdef.lo ../../gcc-4.8.0/gmp/randdef.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randiset.lo ../../gcc-4.8.0/gmp/randiset.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randdef.c -o randdef.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randiset.c -o randiset.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randlc2s.lo ../../gcc-4.8.0/gmp/randlc2s.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randlc2s.c -o randlc2s.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randlc2x.lo ../../gcc-4.8.0/gmp/randlc2x.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randlc2x.c -o randlc2x.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randmt.lo ../../gcc-4.8.0/gmp/randmt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randmt.c -o randmt.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randmts.lo ../../gcc-4.8.0/gmp/randmts.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o rands.lo ../../gcc-4.8.0/gmp/rands.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randmts.c -o randmts.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/rands.c -o rands.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randsd.lo ../../gcc-4.8.0/gmp/randsd.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randsdui.lo ../../gcc-4.8.0/gmp/randsdui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randsd.c -o randsd.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randsdui.c -o randsdui.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randbui.lo ../../gcc-4.8.0/gmp/randbui.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o randmui.lo ../../gcc-4.8.0/gmp/randmui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randbui.c -o randbui.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/randmui.c -o randmui.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o version.lo ../../gcc-4.8.0/gmp/version.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/version.c -o version.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o nextprime.lo ../../gcc-4.8.0/gmp/nextprime.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/nextprime.c -o nextprime.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c -o tal-reent.lo ../../gcc-4.8.0/gmp/tal-reent.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../gcc-4.8.0/gmp -D__GMP_WITHIN_GMP -DNO_ASM -g -O2 -c ../../gcc-4.8.0/gmp/tal-reent.c -o tal-reent.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -version-info 10:5:0 -static-libstdc++ -static-libgcc -o libgmp.la -rpath /home/alaya/developement/rtems/4.11/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo version.lo nextprime.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/fac_ui.lo mpz/fdiv_q.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_lehmer.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/gcdext_subdiv_step.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/hgcd2.lo mpn/hgcd.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/powm_sec.lo mpn/subcnd_n.lo mpn/redc_1_sec.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo copying selected object files to avoid basename conflicts... libtool: link: ln mpz/abs.o .libs/libgmp.lax/lt1-abs.o || cp mpz/abs.o .libs/libgmp.lax/lt1-abs.o libtool: link: ln mpz/add.o .libs/libgmp.lax/lt2-add.o || cp mpz/add.o .libs/libgmp.lax/lt2-add.o libtool: link: ln mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o || cp mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o libtool: link: ln mpz/clear.o .libs/libgmp.lax/lt4-clear.o || cp mpz/clear.o .libs/libgmp.lax/lt4-clear.o libtool: link: ln mpz/clears.o .libs/libgmp.lax/lt5-clears.o || cp mpz/clears.o .libs/libgmp.lax/lt5-clears.o libtool: link: ln mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o || cp mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o libtool: link: ln mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o || cp mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o libtool: link: ln mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o || cp mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o libtool: link: ln mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o || cp mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o libtool: link: ln mpz/dump.o .libs/libgmp.lax/lt10-dump.o || cp mpz/dump.o .libs/libgmp.lax/lt10-dump.o libtool: link: ln mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o || cp mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o libtool: link: ln mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o || cp mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o libtool: link: ln mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o || cp mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o libtool: link: ln mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o || cp mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o libtool: link: ln mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o || cp mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o libtool: link: ln mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o || cp mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o libtool: link: ln mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o || cp mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o libtool: link: ln mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o || cp mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o libtool: link: ln mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o || cp mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o libtool: link: ln mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o || cp mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o libtool: link: ln mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o || cp mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o libtool: link: ln mpz/init.o .libs/libgmp.lax/lt22-init.o || cp mpz/init.o .libs/libgmp.lax/lt22-init.o libtool: link: ln mpz/init2.o .libs/libgmp.lax/lt23-init2.o || cp mpz/init2.o .libs/libgmp.lax/lt23-init2.o libtool: link: ln mpz/inits.o .libs/libgmp.lax/lt24-inits.o || cp mpz/inits.o .libs/libgmp.lax/lt24-inits.o libtool: link: ln mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o || cp mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o libtool: link: ln mpz/iset.o .libs/libgmp.lax/lt26-iset.o || cp mpz/iset.o .libs/libgmp.lax/lt26-iset.o libtool: link: ln mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o || cp mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o libtool: link: ln mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o || cp mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o libtool: link: ln mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o || cp mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o libtool: link: ln mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o || cp mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o libtool: link: ln mpz/mul.o .libs/libgmp.lax/lt31-mul.o || cp mpz/mul.o .libs/libgmp.lax/lt31-mul.o libtool: link: ln mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o || cp mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o libtool: link: ln mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o || cp mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o libtool: link: ln mpz/neg.o .libs/libgmp.lax/lt34-neg.o || cp mpz/neg.o .libs/libgmp.lax/lt34-neg.o libtool: link: ln mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o || cp mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o libtool: link: ln mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o || cp mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o libtool: link: ln mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o || cp mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o libtool: link: ln mpz/random2.o .libs/libgmp.lax/lt38-random2.o || cp mpz/random2.o .libs/libgmp.lax/lt38-random2.o libtool: link: ln mpz/set.o .libs/libgmp.lax/lt39-set.o || cp mpz/set.o .libs/libgmp.lax/lt39-set.o libtool: link: ln mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o || cp mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o libtool: link: ln mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o || cp mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o libtool: link: ln mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o || cp mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o libtool: link: ln mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o || cp mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o libtool: link: ln mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o || cp mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o libtool: link: ln mpz/size.o .libs/libgmp.lax/lt45-size.o || cp mpz/size.o .libs/libgmp.lax/lt45-size.o libtool: link: ln mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o || cp mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o libtool: link: ln mpz/sub.o .libs/libgmp.lax/lt47-sub.o || cp mpz/sub.o .libs/libgmp.lax/lt47-sub.o libtool: link: ln mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o || cp mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o libtool: link: ln mpz/swap.o .libs/libgmp.lax/lt49-swap.o || cp mpz/swap.o .libs/libgmp.lax/lt49-swap.o libtool: link: ln mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o || cp mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o libtool: link: ln mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o || cp mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o libtool: link: ln mpq/abs.o .libs/libgmp.lax/lt52-abs.o || cp mpq/abs.o .libs/libgmp.lax/lt52-abs.o libtool: link: ln mpq/clear.o .libs/libgmp.lax/lt53-clear.o || cp mpq/clear.o .libs/libgmp.lax/lt53-clear.o libtool: link: ln mpq/clears.o .libs/libgmp.lax/lt54-clears.o || cp mpq/clears.o .libs/libgmp.lax/lt54-clears.o libtool: link: ln mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o || cp mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o libtool: link: ln mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o || cp mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o libtool: link: ln mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o || cp mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o libtool: link: ln mpq/div.o .libs/libgmp.lax/lt58-div.o || cp mpq/div.o .libs/libgmp.lax/lt58-div.o libtool: link: ln mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o || cp mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o libtool: link: ln mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o || cp mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o libtool: link: ln mpq/init.o .libs/libgmp.lax/lt61-init.o || cp mpq/init.o .libs/libgmp.lax/lt61-init.o libtool: link: ln mpq/inits.o .libs/libgmp.lax/lt62-inits.o || cp mpq/inits.o .libs/libgmp.lax/lt62-inits.o libtool: link: ln mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o || cp mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o libtool: link: ln mpq/mul.o .libs/libgmp.lax/lt64-mul.o || cp mpq/mul.o .libs/libgmp.lax/lt64-mul.o libtool: link: ln mpq/neg.o .libs/libgmp.lax/lt65-neg.o || cp mpq/neg.o .libs/libgmp.lax/lt65-neg.o libtool: link: ln mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o || cp mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o libtool: link: ln mpq/set.o .libs/libgmp.lax/lt67-set.o || cp mpq/set.o .libs/libgmp.lax/lt67-set.o libtool: link: ln mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o || cp mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o libtool: link: ln mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o || cp mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o libtool: link: ln mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o || cp mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o libtool: link: ln mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o || cp mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o libtool: link: ln mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o || cp mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o libtool: link: ln mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o || cp mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o libtool: link: ln mpq/swap.o .libs/libgmp.lax/lt74-swap.o || cp mpq/swap.o .libs/libgmp.lax/lt74-swap.o libtool: link: ln mpn/add.o .libs/libgmp.lax/lt75-add.o || cp mpn/add.o .libs/libgmp.lax/lt75-add.o libtool: link: ln mpn/sub.o .libs/libgmp.lax/lt76-sub.o || cp mpn/sub.o .libs/libgmp.lax/lt76-sub.o libtool: link: ln mpn/neg.o .libs/libgmp.lax/lt77-neg.o || cp mpn/neg.o .libs/libgmp.lax/lt77-neg.o libtool: link: ln mpn/com.o .libs/libgmp.lax/lt78-com.o || cp mpn/com.o .libs/libgmp.lax/lt78-com.o libtool: link: ln mpn/divis.o .libs/libgmp.lax/lt79-divis.o || cp mpn/divis.o .libs/libgmp.lax/lt79-divis.o libtool: link: ln mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o || cp mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o libtool: link: ln mpn/dump.o .libs/libgmp.lax/lt81-dump.o || cp mpn/dump.o .libs/libgmp.lax/lt81-dump.o libtool: link: ln mpn/mul.o .libs/libgmp.lax/lt82-mul.o || cp mpn/mul.o .libs/libgmp.lax/lt82-mul.o libtool: link: ln mpn/random.o .libs/libgmp.lax/lt83-random.o || cp mpn/random.o .libs/libgmp.lax/lt83-random.o libtool: link: ln mpn/random2.o .libs/libgmp.lax/lt84-random2.o || cp mpn/random2.o .libs/libgmp.lax/lt84-random2.o libtool: link: ln mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o || cp mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o libtool: link: ln mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o || cp mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o libtool: link: ln mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o || cp mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o libtool: link: ln mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o || cp mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o libtool: link: ln mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o || cp mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o libtool: link: ln mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o || cp mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o libtool: link: ln mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o || cp mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o libtool: link: ln mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o || cp mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o libtool: link: ln mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o || cp mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o libtool: link: ln mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o || cp mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o libtool: link: ln mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o || cp mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o libtool: link: ln mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o || cp mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o libtool: link: ln mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o || cp mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o libtool: link: ln mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o libtool: link: ln mpn/get_d.o .libs/libgmp.lax/lt99-get_d.o || cp mpn/get_d.o .libs/libgmp.lax/lt99-get_d.o libtool: link: ln mpn/invert.o .libs/libgmp.lax/lt100-invert.o || cp mpn/invert.o .libs/libgmp.lax/lt100-invert.o libtool: link: ln mpn/divexact.o .libs/libgmp.lax/lt101-divexact.o || cp mpn/divexact.o .libs/libgmp.lax/lt101-divexact.o libtool: link: ln mpn/powm.o .libs/libgmp.lax/lt102-powm.o || cp mpn/powm.o .libs/libgmp.lax/lt102-powm.o libtool: link: ln mpn/powm_sec.o .libs/libgmp.lax/lt103-powm_sec.o || cp mpn/powm_sec.o .libs/libgmp.lax/lt103-powm_sec.o libtool: link: ln mpn/remove.o .libs/libgmp.lax/lt104-remove.o || cp mpn/remove.o .libs/libgmp.lax/lt104-remove.o libtool: link: ar rc .libs/libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o rand.o randclr.o randdef.o randiset.o randlc2s.o randlc2x.o randmt.o randmts.o rands.o randsd.o randsdui.o randbui.o randmui.o version.o nextprime.o tal-reent.o mpf/init.o mpf/init2.o mpf/inits.o mpf/set.o mpf/set_ui.o mpf/set_si.o mpf/set_str.o mpf/set_d.o mpf/set_z.o mpf/iset.o mpf/iset_ui.o mpf/iset_si.o mpf/iset_str.o mpf/iset_d.o mpf/clear.o mpf/clears.o mpf/get_str.o mpf/dump.o mpf/size.o mpf/eq.o mpf/reldiff.o mpf/sqrt.o mpf/random2.o mpf/inp_str.o mpf/out_str.o mpf/add.o mpf/add_ui.o mpf/sub.o mpf/sub_ui.o mpf/ui_sub.o mpf/mul.o mpf/mul_ui.o mpf/div.o mpf/div_ui.o mpf/cmp.o mpf/cmp_d.o mpf/cmp_ui.o mpf/cmp_si.o mpf/mul_2exp.o mpf/div_2exp.o mpf/abs.o mpf/neg.o mpf/set_q.o mpf/get_d.o mpf/get_d_2exp.o mpf/set_dfl_prec.o mpf/set_prc.o mpf/set_prc_raw.o mpf/get_dfl_prec.o mpf/get_prc.o mpf/ui_div.o mpf/sqrt_ui.o mpf/ceilfloor.o mpf/trunc.o mpf/pow_ui.o mpf/urandomb.o mpf/swap.o mpf/fits_sint.o mpf/fits_slong.o mpf/fits_sshort.o mpf/fits_uint.o mpf/fits_ulong.o mpf/fits_ushort.o mpf/get_si.o mpf/get_ui.o mpf/int_p.o .libs/libgmp.lax/lt1-abs.o .libs/libgmp.lax/lt2-add.o .libs/libgmp.lax/lt3-add_ui.o mpz/aorsmul.o mpz/aorsmul_i.o mpz/and.o mpz/array_init.o mpz/bin_ui.o mpz/bin_uiui.o mpz/cdiv_q.o mpz/cdiv_q_ui.o mpz/cdiv_qr.o mpz/cdiv_qr_ui.o mpz/cdiv_r.o mpz/cdiv_r_ui.o mpz/cdiv_ui.o mpz/cfdiv_q_2exp.o mpz/cfdiv_r_2exp.o .libs/libgmp.lax/lt4-clear.o .libs/libgmp.lax/lt5-clears.o mpz/clrbit.o .libs/libgmp.lax/lt6-cmp.o .libs/libgmp.lax/lt7-cmp_d.o .libs/libgmp.lax/lt8-cmp_si.o .libs/libgmp.lax/lt9-cmp_ui.o mpz/cmpabs.o mpz/cmpabs_d.o mpz/cmpabs_ui.o mpz/com.o mpz/combit.o mpz/cong.o mpz/cong_2exp.o mpz/cong_ui.o mpz/divexact.o mpz/divegcd.o mpz/dive_ui.o mpz/divis.o mpz/divis_ui.o mpz/divis_2exp.o .libs/libgmp.lax/lt10-dump.o mpz/export.o mpz/fac_ui.o mpz/fdiv_q.o mpz/fdiv_q_ui.o mpz/fdiv_qr.o mpz/fdiv_qr_ui.o mpz/fdiv_r.o mpz/fdiv_r_ui.o mpz/fdiv_ui.o mpz/fib_ui.o mpz/fib2_ui.o .libs/libgmp.lax/lt11-fits_sint.o .libs/libgmp.lax/lt12-fits_slong.o .libs/libgmp.lax/lt13-fits_sshort.o .libs/libgmp.lax/lt14-fits_uint.o .libs/libgmp.lax/lt15-fits_ulong.o .libs/libgmp.lax/lt16-fits_ushort.o mpz/gcd.o mpz/gcd_ui.o mpz/gcdext.o .libs/libgmp.lax/lt17-get_d.o .libs/libgmp.lax/lt18-get_d_2exp.o .libs/libgmp.lax/lt19-get_si.o .libs/libgmp.lax/lt20-get_str.o .libs/libgmp.lax/lt21-get_ui.o mpz/getlimbn.o mpz/hamdist.o mpz/import.o .libs/libgmp.lax/lt22-init.o .libs/libgmp.lax/lt23-init2.o .libs/libgmp.lax/lt24-inits.o mpz/inp_raw.o .libs/libgmp.lax/lt25-inp_str.o mpz/invert.o mpz/ior.o .libs/libgmp.lax/lt26-iset.o .libs/libgmp.lax/lt27-iset_d.o .libs/libgmp.lax/lt28-iset_si.o .libs/libgmp.lax/lt29-iset_str.o .libs/libgmp.lax/lt30-iset_ui.o mpz/jacobi.o mpz/kronsz.o mpz/kronuz.o mpz/kronzs.o mpz/kronzu.o mpz/lcm.o mpz/lcm_ui.o mpz/lucnum_ui.o mpz/lucnum2_ui.o mpz/millerrabin.o mpz/mod.o .libs/libgmp.lax/lt31-mul.o .libs/libgmp.lax/lt32-mul_2exp.o mpz/mul_si.o .libs/libgmp.lax/lt33-mul_ui.o mpz/n_pow_ui.o .libs/libgmp.lax/lt34-neg.o .libs/libgmp.lax/lt35-nextprime.o mpz/out_raw.o .libs/libgmp.lax/lt36-out_str.o mpz/perfpow.o mpz/perfsqr.o mpz/popcount.o .libs/libgmp.lax/lt37-pow_ui.o mpz/powm.o mpz/powm_sec.o mpz/powm_ui.o mpz/pprime_p.o mpz/random.o .libs/libgmp.lax/lt38-random2.o mpz/realloc.o mpz/realloc2.o mpz/remove.o mpz/root.o mpz/rootrem.o mpz/rrandomb.o mpz/scan0.o mpz/scan1.o .libs/libgmp.lax/lt39-set.o .libs/libgmp.lax/lt40-set_d.o mpz/set_f.o .libs/libgmp.lax/lt41-set_q.o .libs/libgmp.lax/lt42-set_si.o .libs/libgmp.lax/lt43-set_str.o .libs/libgmp.lax/lt44-set_ui.o mpz/setbit.o .libs/libgmp.lax/lt45-size.o mpz/sizeinbase.o .libs/libgmp.lax/lt46-sqrt.o mpz/sqrtrem.o .libs/libgmp.lax/lt47-sub.o .libs/libgmp.lax/lt48-sub_ui.o .libs/libgmp.lax/lt49-swap.o mpz/tdiv_ui.o mpz/tdiv_q.o mpz/tdiv_q_2exp.o mpz/tdiv_q_ui.o mpz/tdiv_qr.o mpz/tdiv_qr_ui.o mpz/tdiv_r.o mpz/tdiv_r_2exp.o mpz/tdiv_r_ui.o mpz/tstbit.o mpz/ui_pow_ui.o .libs/libgmp.lax/lt50-ui_sub.o .libs/libgmp.lax/lt51-urandomb.o mpz/urandomm.o mpz/xor.o .libs/libgmp.lax/lt52-abs.o mpq/aors.o mpq/canonicalize.o .libs/libgmp.lax/lt53-clear.o .libs/libgmp.lax/lt54-clears.o .libs/libgmp.lax/lt55-cmp.o .libs/libgmp.lax/lt56-cmp_si.o .libs/libgmp.lax/lt57-cmp_ui.o .libs/libgmp.lax/lt58-div.o .libs/libgmp.lax/lt59-get_d.o mpq/get_den.o mpq/get_num.o .libs/libgmp.lax/lt60-get_str.o .libs/libgmp.lax/lt61-init.o .libs/libgmp.lax/lt62-inits.o .libs/libgmp.lax/lt63-inp_str.o mpq/inv.o mpq/md_2exp.o .libs/libgmp.lax/lt64-mul.o .libs/libgmp.lax/lt65-neg.o .libs/libgmp.lax/lt66-out_str.o .libs/libgmp.lax/lt67-set.o mpq/set_den.o mpq/set_num.o .libs/libgmp.lax/lt68-set_si.o .libs/libgmp.lax/lt69-set_str.o .libs/libgmp.lax/lt70-set_ui.o mpq/equal.o .libs/libgmp.lax/lt71-set_z.o .libs/libgmp.lax/lt72-set_d.o .libs/libgmp.lax/lt73-set_f.o .libs/libgmp.lax/lt74-swap.o mpn/fib_table.o mpn/mp_bases.o .libs/libgmp.lax/lt75-add.o mpn/add_1.o mpn/add_n.o .libs/libgmp.lax/lt76-sub.o mpn/sub_1.o mpn/sub_n.o .libs/libgmp.lax/lt77-neg.o .libs/libgmp.lax/lt78-com.o mpn/mul_1.o mpn/addmul_1.o mpn/submul_1.o mpn/lshift.o mpn/rshift.o mpn/dive_1.o mpn/diveby3.o .libs/libgmp.lax/lt79-divis.o mpn/divrem.o mpn/divrem_1.o mpn/divrem_2.o .libs/libgmp.lax/lt80-fib2_ui.o mpn/mod_1.o mpn/mod_34lsub1.o mpn/mode1o.o mpn/pre_divrem_1.o mpn/pre_mod_1.o .libs/libgmp.lax/lt81-dump.o mpn/mod_1_1.o mpn/mod_1_2.o mpn/mod_1_3.o mpn/mod_1_4.o mpn/lshiftc.o .libs/libgmp.lax/lt82-mul.o mpn/mul_fft.o mpn/mul_n.o mpn/sqr.o mpn/mul_basecase.o mpn/sqr_basecase.o mpn/nussbaumer_mul.o .libs/libgmp.lax/lt83-random.o .libs/libgmp.lax/lt84-random2.o mpn/pow_1.o .libs/libgmp.lax/lt85-rootrem.o .libs/libgmp.lax/lt86-sqrtrem.o .libs/libgmp.lax/lt87-get_str.o .libs/libgmp.lax/lt88-set_str.o .libs/libgmp.lax/lt89-scan0.o .libs/libgmp.lax/lt90-scan1.o .libs/libgmp.lax/lt91-popcount.o .libs/libgmp.lax/lt92-hamdist.o .libs/libgmp.lax/lt93-cmp.o .libs/libgmp.lax/lt94-perfsqr.o .libs/libgmp.lax/lt95-perfpow.o mpn/gcd_1.o .libs/libgmp.lax/lt96-gcd.o mpn/gcdext_1.o .libs/libgmp.lax/lt97-gcdext.o mpn/gcd_lehmer.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/gcdext_subdiv_step.o mpn/div_q.o .libs/libgmp.lax/lt98-tdiv_qr.o mpn/jacbase.o .libs/libgmp.lax/lt99-get_d.o mpn/matrix22_mul.o mpn/hgcd2.o mpn/hgcd.o mpn/mullo_n.o mpn/mullo_basecase.o mpn/toom22_mul.o mpn/toom32_mul.o mpn/toom42_mul.o mpn/toom52_mul.o mpn/toom62_mul.o mpn/toom33_mul.o mpn/toom43_mul.o mpn/toom53_mul.o mpn/toom63_mul.o mpn/toom44_mul.o mpn/toom6h_mul.o mpn/toom6_sqr.o mpn/toom8h_mul.o mpn/toom8_sqr.o mpn/toom_couple_handling.o mpn/toom2_sqr.o mpn/toom3_sqr.o mpn/toom4_sqr.o mpn/toom_eval_dgr3_pm1.o mpn/toom_eval_dgr3_pm2.o mpn/toom_eval_pm1.o mpn/toom_eval_pm2.o mpn/toom_eval_pm2exp.o mpn/toom_eval_pm2rexp.o mpn/toom_interpolate_5pts.o mpn/toom_interpolate_6pts.o mpn/toom_interpolate_7pts.o mpn/toom_interpolate_8pts.o mpn/toom_interpolate_12pts.o mpn/toom_interpolate_16pts.o mpn/invertappr.o .libs/libgmp.lax/lt100-invert.o mpn/binvert.o mpn/mulmod_bnm1.o mpn/sqrmod_bnm1.o mpn/sbpi1_div_q.o mpn/sbpi1_div_qr.o mpn/sbpi1_divappr_q.o mpn/dcpi1_div_q.o mpn/dcpi1_div_qr.o mpn/dcpi1_divappr_q.o mpn/mu_div_qr.o mpn/mu_divappr_q.o mpn/mu_div_q.o mpn/bdiv_q_1.o mpn/sbpi1_bdiv_q.o mpn/sbpi1_bdiv_qr.o mpn/dcpi1_bdiv_q.o mpn/dcpi1_bdiv_qr.o mpn/mu_bdiv_q.o mpn/mu_bdiv_qr.o mpn/bdiv_q.o mpn/bdiv_qr.o .libs/libgmp.lax/lt101-divexact.o mpn/bdiv_dbm1c.o mpn/redc_1.o mpn/redc_2.o mpn/redc_n.o .libs/libgmp.lax/lt102-powm.o mpn/powlo.o .libs/libgmp.lax/lt103-powm_sec.o mpn/subcnd_n.o mpn/redc_1_sec.o mpn/trialdiv.o .libs/libgmp.lax/lt104-remove.o mpn/and_n.o mpn/andn_n.o mpn/nand_n.o mpn/ior_n.o mpn/iorn_n.o mpn/nior_n.o mpn/xor_n.o mpn/xnor_n.o mpn/copyi.o mpn/copyd.o mpn/zero.o printf/asprintf.o printf/asprntffuns.o printf/doprnt.o printf/doprntf.o printf/doprnti.o printf/fprintf.o printf/obprintf.o printf/obvprintf.o printf/obprntffuns.o printf/printf.o printf/printffuns.o printf/snprintf.o printf/snprntffuns.o printf/sprintf.o printf/sprintffuns.o printf/vasprintf.o printf/vfprintf.o printf/vprintf.o printf/vsnprintf.o printf/vsprintf.o printf/repl-vsnprintf.o scanf/doscan.o scanf/fscanf.o scanf/fscanffuns.o scanf/scanf.o scanf/sscanf.o scanf/sscanffuns.o scanf/vfscanf.o scanf/vscanf.o scanf/vsscanf.o libtool: link: ranlib .libs/libgmp.a libtool: link: rm -fr .libs/libgmp.lax libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gmp' mkdir -p -- ./mpfr Configuring in ./gcc Configuring in ./mpfr configure: creating cache ./config.cache checking build system type... configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... sparc-unknown-rtems4.11 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-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib 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... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib and cc understand -c and -o together... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for i686-linux-gnu-gnatbind... no checking for i686-linux-gnu-gnatmake... no checking whether compiler driver understands Ada... no checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking whether to disable maintainer-specific portions of Makefiles... yes yes checking for sys/types.h... checking build system type... i686-pc-linux-gnu checking host system type... yes checking for sys/stat.h... i686-pc-linux-gnu checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib yes checking for stdlib.h... checking whether the C compiler works... yes yes checking for C compiler default output file name... a.out checking for string.h... checking for suffix of executables... yes checking whether we are cross compiling... checking for memory.h... yes no checking for suffix of object files... checking for strings.h... o checking whether we are using the GNU C compiler... yes yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... checking for inttypes.h... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... yes checking for stdint.h... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... yes checking for unistd.h... gcc3 checking how to run the C preprocessor... yes checking minix/config.h usability... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for ICC... no checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib and cc understand -c and -o together... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for function prototypes... yes checking for ANSI C header files... yes checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for inline... inline checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for sys/types.h... 64 checking size of void *... yes checking for sys/stat.h... yes checking for stdlib.h... 4 checking size of short... yes checking for string.h... yes checking for memory.h... 2 checking size of int... yes checking for strings.h... 4 checking size of long... yes checking for inttypes.h... yes checking for stdint.h... 4 checking for long long... yes checking for unistd.h... yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes yes checking for working volatile... checking size of long long... yes checking for main in -lm... yes checking whether time.h and sys/time.h may both be included... 8 checking for __int64... yes checking limits.h usability... no checking for int8_t... yes checking limits.h presence... yes checking for limits.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for string.h... (cached) yes checking locale.h usability... yes checking for int16_t... yes checking locale.h presence... yes checking for locale.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking stdarg.h usability... yes checking for int32_t... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking sys/time.h usability... yes checking for int64_t... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/fpu.h usability... yes checking for long long int... no checking sys/fpu.h presence... no checking for sys/fpu.h... no checking for working alloca.h... yes checking for intmax_t... yes checking for alloca... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking how to copy va_list... yes checking for intptr_t... va_copy checking for memmove... yes checking for memset... yes checking for uint8_t... yes checking for setlocale... yes checking for uint16_t... yes checking for strtol... yes checking for uint32_t... yes checking for uint64_t... yes checking for gettimeofday... yes checking for unsigned long long int... yes checking for long long int... yes checking for uintmax_t... yes checking for intmax_t... yes checking for uintptr_t... yes checking for working INTMAX_MAX... yes checking for union fpc_csr... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -W... no checking for fesetround... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wall... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wnarrowing... yes checking for gcc float-conversion bug... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wwrite-strings... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wcast-qual... yes, use -ffloat-store checking for denormalized numbers... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wstrict-prototypes... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-prototypes... yes checking if NAN == NAN... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wmissing-format-attribute... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wold-style-definition... no checking if charset has consecutive values... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -Wc++-compat... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes checking for math/round... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-exceptions... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti... yes checking for math/trunc... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fasynchronous-unwind-tables... yes checking valgrind.h usability... yes checking for math/floor... yes checking for math/ceil... yes checking for math/rint... no checking valgrind.h presence... no checking for valgrind.h... no checking for multiarch configuration... no, disabled auto check (cross build configured without --with-sysroot) configure: WARNING: decimal float is not supported for this target, ignored configure: WARNING: fixed-point is not supported for this target, ignored checking whether make sets $(MAKE)... yes checking for long double... yes checking for gawk... mawk checking whether ln -s works... yes checking whether ln works... yes checking for i686-linux-gnu-ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c checking for cmp's capabilities... gnucompare checking for mktemp... yes checking for makeinfo... makeinfo --split-size=5000000 checking for modern makeinfo... yes checking for recent Pod::Man... yes checking format of `long double' floating point... IEEE extended, little endian checking for gmp.h... yes checking for flex... flex checking for bison... bison checking for nm... nm checking for ar... ar checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... yes checking whether string.h and strings.h may both be included... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... yes checking for sys/wait.h that is POSIX.1 compatible... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... yes checking for limits.h... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes ok checking for dlfcn.h... checking for time.h... yes checking for iconv.h... yes yes checking for fcntl.h... checking for objdir... .libs yes checking for unistd.h... (cached) yes checking for sys/file.h... yes checking for sys/time.h... yes checking for sys/mman.h... checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... yes checking for sys/resource.h... yes checking for sys/param.h... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking for sys/times.h... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... yes checking for sys/stat.h... (cached) yes checking for direct.h... no checking for malloc.h... yes checking for langinfo.h... yes yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... checking for ldfcn.h... no checking for locale.h... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking for wchar.h... yes checking dynamic linker characteristics... yes checking for thread.h... no checking for pthread.h... yes checking for CHAR_BIT... yes checking whether byte ordering is bigendian... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking whether gcc __attribute__ ((mode (XX))) works... yes checking for recent GMP... yes checking for __gmpz_init in -lgmp... no checking how to run the C++ preprocessor... yes checking if gmp.h version and libgmp version are the same... /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for unordered_map... (5.0.5/5.0.5) yes checking if gmp_printf supports "%jd"... no checking for tr1/unordered_map... yes checking if gmp_printf supports "%hhd"... yes checking for ext/hash_map... yes checking if gmp_printf supports "%lld"... yes checking if gmp_printf supports "%Lf"... yes checking if gmp_printf supports "%td"... yes checking for collect2 libraries... yes configure: updating cache ./config.cache configure: creating ./config.status none required checking for library containing exc_resume... no checking for library containing kstat_open... no checking for library containing ldexp... none required checking for inttypes.h... yes checking for times... yes checking for clock... yes checking for kill... yes checking for getrlimit... yes checking for setrlimit... yes checking for atoll... config.status: creating Makefile config.status: creating tests/Makefile yes checking for atoq... config.status: creating mparam.h config.status: executing depfiles commands no checking for sysconf... yes checking for strsignal... yes checking for getrusage... yes checking for nl_langinfo... yes checking for gettimeofday... yes checking for mbstowcs... yes checking for wcswidth... yes checking for mmap... yes checking for setlocale... yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... config.status: executing libtool commands yes checking for fputs_unlocked... yes checking for fread_unlocked... make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpfr' make all-recursive yes make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpfr' Making all in tests checking for fwrite_unlocked... make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpfr/tests' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpfr/tests' yes make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpfr' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c -o exceptions.lo ../../gcc-4.8.0/mpfr/exceptions.c checking for getchar_unlocked... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c ../../gcc-4.8.0/mpfr/exceptions.c -o exceptions.o yes checking for getc_unlocked... yes checking for putchar_unlocked... mv -f .deps/exceptions.Tpo .deps/exceptions.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c -o extract.lo ../../gcc-4.8.0/mpfr/extract.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c ../../gcc-4.8.0/mpfr/extract.c -o extract.o checking for putc_unlocked... yes mv -f .deps/extract.Tpo .deps/extract.Plo checking for madvise... /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c -o uceil_exp2.lo ../../gcc-4.8.0/mpfr/uceil_exp2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c ../../gcc-4.8.0/mpfr/uceil_exp2.c -o uceil_exp2.o yes checking whether mbstowcs works... mv -f .deps/uceil_exp2.Tpo .deps/uceil_exp2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo ../../gcc-4.8.0/mpfr/uceil_log2.c yes checking for ssize_t... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c ../../gcc-4.8.0/mpfr/uceil_log2.c -o uceil_log2.o mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c -o ufloor_log2.lo ../../gcc-4.8.0/mpfr/ufloor_log2.c yes checking for caddr_t... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c ../../gcc-4.8.0/mpfr/ufloor_log2.c -o ufloor_log2.o mv -f .deps/ufloor_log2.Tpo .deps/ufloor_log2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo ../../gcc-4.8.0/mpfr/add.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c ../../gcc-4.8.0/mpfr/add.c -o add.o yes checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for pid_t... mv -f .deps/add.Tpo .deps/add.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c -o add1.lo ../../gcc-4.8.0/mpfr/add1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c ../../gcc-4.8.0/mpfr/add1.c -o add1.o yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... mv -f .deps/add1.Tpo .deps/add1.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo ../../gcc-4.8.0/mpfr/add_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c ../../gcc-4.8.0/mpfr/add_ui.c -o add_ui.o yes checking for working vfork... (cached) yes checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... mv -f .deps/add_ui.Tpo .deps/add_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c -o agm.lo ../../gcc-4.8.0/mpfr/agm.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c ../../gcc-4.8.0/mpfr/agm.c -o agm.o yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... yes checking for nl_langinfo and CODESET... mv -f .deps/agm.Tpo .deps/agm.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo ../../gcc-4.8.0/mpfr/clear.c yes checking whether getenv is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c ../../gcc-4.8.0/mpfr/clear.c -o clear.o mv -f .deps/clear.Tpo .deps/clear.Plo yes /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo ../../gcc-4.8.0/mpfr/cmp.c checking whether atol is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c ../../gcc-4.8.0/mpfr/cmp.c -o cmp.o yes checking whether asprintf is declared... mv -f .deps/cmp.Tpo .deps/cmp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c -o cmp_abs.lo ../../gcc-4.8.0/mpfr/cmp_abs.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c ../../gcc-4.8.0/mpfr/cmp_abs.c -o cmp_abs.o yes checking whether sbrk is declared... mv -f .deps/cmp_abs.Tpo .deps/cmp_abs.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c -o cmp_si.lo ../../gcc-4.8.0/mpfr/cmp_si.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c ../../gcc-4.8.0/mpfr/cmp_si.c -o cmp_si.o checking whether abort is declared... mv -f .deps/cmp_si.Tpo .deps/cmp_si.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c -o cmp_ui.lo ../../gcc-4.8.0/mpfr/cmp_ui.c yes checking whether atof is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c ../../gcc-4.8.0/mpfr/cmp_ui.c -o cmp_ui.o yes checking whether getcwd is declared... mv -f .deps/cmp_ui.Tpo .deps/cmp_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c -o comparisons.lo ../../gcc-4.8.0/mpfr/comparisons.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c ../../gcc-4.8.0/mpfr/comparisons.c -o comparisons.o yes checking whether getwd is declared... mv -f .deps/comparisons.Tpo .deps/comparisons.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c -o div_2exp.lo ../../gcc-4.8.0/mpfr/div_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c ../../gcc-4.8.0/mpfr/div_2exp.c -o div_2exp.o yes checking whether strsignal is declared... mv -f .deps/div_2exp.Tpo .deps/div_2exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo ../../gcc-4.8.0/mpfr/div_2si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c ../../gcc-4.8.0/mpfr/div_2si.c -o div_2si.o yes checking whether strstr is declared... yes checking whether stpcpy is declared... mv -f .deps/div_2si.Tpo .deps/div_2si.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo ../../gcc-4.8.0/mpfr/div_2ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c ../../gcc-4.8.0/mpfr/div_2ui.c -o div_2ui.o yes checking whether strverscmp is declared... mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo yes /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo ../../gcc-4.8.0/mpfr/div.c checking whether errno is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div.lo -MD -MP -MF .deps/div.Tpo -c ../../gcc-4.8.0/mpfr/div.c -o div.o yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether vasprintf is declared... mv -f .deps/div.Tpo .deps/div.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo ../../gcc-4.8.0/mpfr/div_ui.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c ../../gcc-4.8.0/mpfr/div_ui.c -o div_ui.o checking whether malloc is declared... yes checking whether realloc is declared... mv -f .deps/div_ui.Tpo .deps/div_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c -o dump.lo ../../gcc-4.8.0/mpfr/dump.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c ../../gcc-4.8.0/mpfr/dump.c -o dump.o yes checking whether calloc is declared... mv -f .deps/dump.Tpo .deps/dump.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c -o eq.lo ../../gcc-4.8.0/mpfr/eq.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c ../../gcc-4.8.0/mpfr/eq.c -o eq.o yes checking whether free is declared... mv -f .deps/eq.Tpo .deps/eq.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c -o exp10.lo ../../gcc-4.8.0/mpfr/exp10.c yes checking whether basename is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c ../../gcc-4.8.0/mpfr/exp10.c -o exp10.o mv -f .deps/exp10.Tpo .deps/exp10.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c -o exp2.lo ../../gcc-4.8.0/mpfr/exp2.c yes checking whether getopt is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c ../../gcc-4.8.0/mpfr/exp2.c -o exp2.o no checking whether clock is declared... mv -f .deps/exp2.Tpo .deps/exp2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c -o exp3.lo ../../gcc-4.8.0/mpfr/exp3.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c ../../gcc-4.8.0/mpfr/exp3.c -o exp3.o yes checking whether getpagesize is declared... yes checking whether ffs is declared... mv -f .deps/exp3.Tpo .deps/exp3.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo ../../gcc-4.8.0/mpfr/exp.c yes checking whether clearerr_unlocked is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c ../../gcc-4.8.0/mpfr/exp.c -o exp.o yes checking whether feof_unlocked is declared... mv -f .deps/exp.Tpo .deps/exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c -o frac.lo ../../gcc-4.8.0/mpfr/frac.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c ../../gcc-4.8.0/mpfr/frac.c -o frac.o yes checking whether ferror_unlocked is declared... mv -f .deps/frac.Tpo .deps/frac.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c -o get_d.lo ../../gcc-4.8.0/mpfr/get_d.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c ../../gcc-4.8.0/mpfr/get_d.c -o get_d.o checking whether fflush_unlocked is declared... yes mv -f .deps/get_d.Tpo .deps/get_d.Plo checking whether fgetc_unlocked is declared... /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c -o get_exp.lo ../../gcc-4.8.0/mpfr/get_exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c ../../gcc-4.8.0/mpfr/get_exp.c -o get_exp.o yes checking whether fgets_unlocked is declared... mv -f .deps/get_exp.Tpo .deps/get_exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c -o get_str.lo ../../gcc-4.8.0/mpfr/get_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c ../../gcc-4.8.0/mpfr/get_str.c -o get_str.o yes checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... mv -f .deps/get_str.Tpo .deps/get_str.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../../gcc-4.8.0/mpfr/init.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../gcc-4.8.0/mpfr/init.c -o init.o yes checking whether fputs_unlocked is declared... mv -f .deps/init.Tpo .deps/init.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo ../../gcc-4.8.0/mpfr/inp_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c ../../gcc-4.8.0/mpfr/inp_str.c -o inp_str.o yes checking whether fread_unlocked is declared... mv -f .deps/inp_str.Tpo .deps/inp_str.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c -o isinteger.lo ../../gcc-4.8.0/mpfr/isinteger.c yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c ../../gcc-4.8.0/mpfr/isinteger.c -o isinteger.o checking whether fwrite_unlocked is declared... mv -f .deps/isinteger.Tpo .deps/isinteger.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c -o isinf.lo ../../gcc-4.8.0/mpfr/isinf.c yes checking whether getchar_unlocked is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c ../../gcc-4.8.0/mpfr/isinf.c -o isinf.o mv -f .deps/isinf.Tpo .deps/isinf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c -o isnan.lo ../../gcc-4.8.0/mpfr/isnan.c yes checking whether getc_unlocked is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c ../../gcc-4.8.0/mpfr/isnan.c -o isnan.o mv -f .deps/isnan.Tpo .deps/isnan.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c -o isnum.lo ../../gcc-4.8.0/mpfr/isnum.c yes checking whether putchar_unlocked is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c ../../gcc-4.8.0/mpfr/isnum.c -o isnum.o mv -f .deps/isnum.Tpo .deps/isnum.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c -o const_log2.lo ../../gcc-4.8.0/mpfr/const_log2.c yes checking whether putc_unlocked is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c ../../gcc-4.8.0/mpfr/const_log2.c -o const_log2.o yes checking whether getrlimit is declared... mv -f .deps/const_log2.Tpo .deps/const_log2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo ../../gcc-4.8.0/mpfr/log.c yes checking whether setrlimit is declared... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c ../../gcc-4.8.0/mpfr/log.c -o log.o yes checking whether getrusage is declared... mv -f .deps/log.Tpo .deps/log.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c -o modf.lo ../../gcc-4.8.0/mpfr/modf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c ../../gcc-4.8.0/mpfr/modf.c -o modf.o yes mv -f .deps/modf.Tpo .deps/modf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c -o mul_2exp.lo ../../gcc-4.8.0/mpfr/mul_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c ../../gcc-4.8.0/mpfr/mul_2exp.c -o mul_2exp.o checking whether ldgetname is declared... mv -f .deps/mul_2exp.Tpo .deps/mul_2exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo ../../gcc-4.8.0/mpfr/mul_2si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c ../../gcc-4.8.0/mpfr/mul_2si.c -o mul_2si.o no checking whether times is declared... yes checking whether sigaltstack is declared... mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo ../../gcc-4.8.0/mpfr/mul_2ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c ../../gcc-4.8.0/mpfr/mul_2ui.c -o mul_2ui.o yes checking whether madvise is declared... mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo ../../gcc-4.8.0/mpfr/mul.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c ../../gcc-4.8.0/mpfr/mul.c -o mul.o yes checking for struct tms... yes checking for clock_t... mv -f .deps/mul.Tpo .deps/mul.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo ../../gcc-4.8.0/mpfr/mul_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c ../../gcc-4.8.0/mpfr/mul_ui.c -o mul_ui.o yes checking for F_SETLKW... yes checking if mkdir takes one argument... no mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo ../../gcc-4.8.0/mpfr/neg.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c ../../gcc-4.8.0/mpfr/neg.c -o neg.o Using `../../gcc-4.8.0/gcc/config/sparc/sparc.c' for machine-specific logic. Using `../../gcc-4.8.0/gcc/config/sparc/sparc.md' as machine description file. Using the following target machine macro files: ../../gcc-4.8.0/gcc/config/vxworks-dummy.h ../../gcc-4.8.0/gcc/config/sparc/sparc.h ../../gcc-4.8.0/gcc/config/dbxelf.h ../../gcc-4.8.0/gcc/config/elfos.h ../../gcc-4.8.0/gcc/config/sparc/sysv4.h ../../gcc-4.8.0/gcc/config/sparc/sp-elf.h ../../gcc-4.8.0/gcc/config/sparc/rtemself.h ../../gcc-4.8.0/gcc/config/rtems.h ../../gcc-4.8.0/gcc/config/newlib-stdint.h ../../gcc-4.8.0/gcc/config/initfini-array.h Using host-linux.o for host machine hooks. mv -f .deps/neg.Tpo .deps/neg.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT next.lo -MD -MP -MF .deps/next.Tpo -c -o next.lo ../../gcc-4.8.0/mpfr/next.c checking whether NLS is requested... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT next.lo -MD -MP -MF .deps/next.Tpo -c ../../gcc-4.8.0/mpfr/next.c -o next.o ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... (cached) ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... mv -f .deps/next.Tpo .deps/next.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo ../../gcc-4.8.0/mpfr/out_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c ../../gcc-4.8.0/mpfr/out_str.c -o out_str.o ok checking for dlfcn.h... yes checking for objdir... .libs mv -f .deps/out_str.Tpo .deps/out_str.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c -o printf.lo ../../gcc-4.8.0/mpfr/printf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c ../../gcc-4.8.0/mpfr/printf.c -o printf.o checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... mv -f .deps/printf.Tpo .deps/printf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c -o vasprintf.lo ../../gcc-4.8.0/mpfr/vasprintf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c ../../gcc-4.8.0/mpfr/vasprintf.c -o vasprintf.o yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for ld used by /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... yes checking whether the /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking for /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for sparc-rtems4.11-as... /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-as checking what assembler to use... /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-as checking for sparc-rtems4.11-ld... /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-ld checking whether we are using gold... no checking what linker to use... /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-ld checking for sparc-rtems4.11-nm... /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-nm checking what nm to use... /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-nm checking for sparc-rtems4.11-objdump... /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-objdump checking what objdump to use... /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/bin/sparc-rtems4.11-objdump checking for readelf... /usr/bin/readelf checking what readelf to use... /usr/bin/readelf checking assembler flags... checking assembler for .balign and .p2align... yes checking assembler for .p2align with maximum skip... yes checking assembler for .literal16... no checking assembler for working .subsection -1... mv -f .deps/vasprintf.Tpo .deps/vasprintf.Plo yes checking assembler for .weak... /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c -o const_pi.lo ../../gcc-4.8.0/mpfr/const_pi.c yes checking assembler for .weakref... yes checking assembler for .nsubspa comdat... no checking assembler for .hidden... yes libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c ../../gcc-4.8.0/mpfr/const_pi.c -o const_pi.o checking linker for .hidden support... yes checking linker read-only and read-write section mixing... read-write checking for .preinit_array/.init_array/.fini_array support... checking cross compile... guessing... no checking assembler for .sleb128 and .uleb128... yes checking assembler for cfi directives... yes checking assembler for working cfi advance... mv -f .deps/const_pi.Tpo .deps/const_pi.Plo yes /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo ../../gcc-4.8.0/mpfr/pow.c checking assembler for cfi personality directive... yes checking assembler for cfi sections directive... yes checking assembler for eh_frame optimization... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c ../../gcc-4.8.0/mpfr/pow.c -o pow.o yes checking assembler for section merging support... yes checking assembler for COMDAT group support (GNU as)... yes checking assembler for line table discriminator support... yes checking assembler for thread-local storage support... yes checking linker -Bstatic/-Bdynamic option... yes checking linker --demangle support... yes checking linker plugin support... 0 checking assembler for .register... yes checking assembler for #nobits... yes checking assembler for -relax option... yes checking assembler for GOTDATA_OP relocs... yes checking assembler for unaligned pcrel relocs... yes checking assembler for unaligned pcrel relocs against hidden symbols... yes checking assembler for offsetable %lo()... no checking assembler for FMAF, HPC, and VIS 3.0 instructions... no checking assembler for SPARC4 instructions... yes checking assembler for dwarf2 debug_line support... yes checking assembler for buggy dwarf2 .file directive... no checking assembler for --gdwarf2 option... yes checking assembler for --gstabs option... yes checking assembler for --debug-prefix-map option... yes checking assembler for .lcomm with alignment... mv -f .deps/pow.Tpo .deps/pow.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo ../../gcc-4.8.0/mpfr/pow_si.c no checking assembler for gnu_unique_object... yes checking assembler for tolerance to line number 0... yes checking linker PT_GNU_EH_FRAME support... yes checking linker position independent executable support... yes checking linker EH-compatible garbage collection of sections... libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c ../../gcc-4.8.0/mpfr/pow_si.c -o pow_si.o yes checking linker EH garbage collection of sections bug... no checking linker --as-needed support... yes checking linker --build-id support... yes checking linker *_sol2 emulation support... no checking linker --sysroot support... yes checking __stack_chk_fail in target C library... no checking sys/sdt.h in the target C library... no checking dl_iterate_phdr in target C library... unknown checking whether to enable maintainer-specific portions of Makefiles... no mv -f .deps/pow_si.Tpo .deps/pow_si.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo ../../gcc-4.8.0/mpfr/pow_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c ../../gcc-4.8.0/mpfr/pow_ui.c -o pow_ui.o Links are now set up to build a cross-compiler from i686-pc-linux-gnu to sparc-unknown-rtems4.11. mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c -o print_raw.lo ../../gcc-4.8.0/mpfr/print_raw.c configure: updating cache ./config.cache libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c ../../gcc-4.8.0/mpfr/print_raw.c -o print_raw.o configure: creating ./config.status mv -f .deps/print_raw.Tpo .deps/print_raw.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c -o print_rnd_mode.lo ../../gcc-4.8.0/mpfr/print_rnd_mode.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c ../../gcc-4.8.0/mpfr/print_rnd_mode.c -o print_rnd_mode.o config.status: creating as mv -f .deps/print_rnd_mode.Tpo .deps/print_rnd_mode.Plo config.status: creating collect-ld /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c -o reldiff.lo ../../gcc-4.8.0/mpfr/reldiff.c config.status: creating nm libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c ../../gcc-4.8.0/mpfr/reldiff.c -o reldiff.o config.status: creating Makefile config.status: creating ada/gcc-interface/Makefile mv -f .deps/reldiff.Tpo .deps/reldiff.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c -o round_prec.lo ../../gcc-4.8.0/mpfr/round_prec.c config.status: creating ada/Makefile libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c ../../gcc-4.8.0/mpfr/round_prec.c -o round_prec.o config.status: creating auto-host.h config.status: executing default commands /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo ../../gcc-4.8.0/mpfr/set.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c ../../gcc-4.8.0/mpfr/set.c -o set.o mv -f .deps/set.Tpo .deps/set.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c -o setmax.lo ../../gcc-4.8.0/mpfr/setmax.c mv -f .deps/round_prec.Tpo .deps/round_prec.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c -o setmin.lo ../../gcc-4.8.0/mpfr/setmin.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c ../../gcc-4.8.0/mpfr/setmax.c -o setmax.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c ../../gcc-4.8.0/mpfr/setmin.c -o setmin.o mv -f .deps/setmax.Tpo .deps/setmax.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c -o set_d.lo ../../gcc-4.8.0/mpfr/set_d.c mv -f .deps/setmin.Tpo .deps/setmin.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c -o set_dfl_prec.lo ../../gcc-4.8.0/mpfr/set_dfl_prec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c ../../gcc-4.8.0/mpfr/set_d.c -o set_d.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c ../../gcc-4.8.0/mpfr/set_dfl_prec.c -o set_dfl_prec.o mv -f .deps/set_dfl_prec.Tpo .deps/set_dfl_prec.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c -o set_exp.lo ../../gcc-4.8.0/mpfr/set_exp.c mv -f .deps/set_d.Tpo .deps/set_d.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c -o set_rnd.lo ../../gcc-4.8.0/mpfr/set_rnd.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c ../../gcc-4.8.0/mpfr/set_exp.c -o set_exp.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c ../../gcc-4.8.0/mpfr/set_rnd.c -o set_rnd.o mv -f .deps/set_rnd.Tpo .deps/set_rnd.Plo mv -f .deps/set_exp.Tpo .deps/set_exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c -o set_f.lo ../../gcc-4.8.0/mpfr/set_f.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c -o set_prc_raw.lo ../../gcc-4.8.0/mpfr/set_prc_raw.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c ../../gcc-4.8.0/mpfr/set_f.c -o set_f.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c ../../gcc-4.8.0/mpfr/set_prc_raw.c -o set_prc_raw.o mv -f .deps/set_prc_raw.Tpo .deps/set_prc_raw.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo ../../gcc-4.8.0/mpfr/set_prec.c mv -f .deps/set_f.Tpo .deps/set_f.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c -o set_q.lo ../../gcc-4.8.0/mpfr/set_q.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c ../../gcc-4.8.0/mpfr/set_prec.c -o set_prec.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c ../../gcc-4.8.0/mpfr/set_q.c -o set_q.o mv -f .deps/set_prec.Tpo .deps/set_prec.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c -o set_si.lo ../../gcc-4.8.0/mpfr/set_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c ../../gcc-4.8.0/mpfr/set_si.c -o set_si.o mv -f .deps/set_q.Tpo .deps/set_q.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo ../../gcc-4.8.0/mpfr/set_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c ../../gcc-4.8.0/mpfr/set_str.c -o set_str.o mv -f .deps/set_si.Tpo .deps/set_si.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c -o set_str_raw.lo ../../gcc-4.8.0/mpfr/set_str_raw.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c ../../gcc-4.8.0/mpfr/set_str_raw.c -o set_str_raw.o mv -f .deps/set_str.Tpo .deps/set_str.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c -o set_ui.lo ../../gcc-4.8.0/mpfr/set_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c ../../gcc-4.8.0/mpfr/set_ui.c -o set_ui.o mv -f .deps/set_str_raw.Tpo .deps/set_str_raw.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c -o set_z.lo ../../gcc-4.8.0/mpfr/set_z.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c ../../gcc-4.8.0/mpfr/set_z.c -o set_z.o mv -f .deps/set_ui.Tpo .deps/set_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo ../../gcc-4.8.0/mpfr/sqrt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c ../../gcc-4.8.0/mpfr/sqrt.c -o sqrt.o mv -f .deps/set_z.Tpo .deps/set_z.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c -o sqrt_ui.lo ../../gcc-4.8.0/mpfr/sqrt_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c ../../gcc-4.8.0/mpfr/sqrt_ui.c -o sqrt_ui.o mv -f .deps/sqrt_ui.Tpo .deps/sqrt_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo ../../gcc-4.8.0/mpfr/sub.c mv -f .deps/sqrt.Tpo .deps/sqrt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c -o sub1.lo ../../gcc-4.8.0/mpfr/sub1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c ../../gcc-4.8.0/mpfr/sub.c -o sub.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c ../../gcc-4.8.0/mpfr/sub1.c -o sub1.o mv -f .deps/sub.Tpo .deps/sub.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo ../../gcc-4.8.0/mpfr/sub_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c ../../gcc-4.8.0/mpfr/sub_ui.c -o sub_ui.o mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c -o rint.lo ../../gcc-4.8.0/mpfr/rint.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c ../../gcc-4.8.0/mpfr/rint.c -o rint.o mv -f .deps/sub1.Tpo .deps/sub1.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo ../../gcc-4.8.0/mpfr/ui_div.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ../../gcc-4.8.0/mpfr/ui_div.c -o ui_div.o mv -f .deps/ui_div.Tpo .deps/ui_div.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c -o ui_sub.lo ../../gcc-4.8.0/mpfr/ui_sub.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c ../../gcc-4.8.0/mpfr/ui_sub.c -o ui_sub.o mv -f .deps/rint.Tpo .deps/rint.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo ../../gcc-4.8.0/mpfr/urandom.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c ../../gcc-4.8.0/mpfr/urandom.c -o urandom.o mv -f .deps/ui_sub.Tpo .deps/ui_sub.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c -o urandomb.lo ../../gcc-4.8.0/mpfr/urandomb.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c ../../gcc-4.8.0/mpfr/urandomb.c -o urandomb.o mv -f .deps/urandom.Tpo .deps/urandom.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c -o get_z_exp.lo ../../gcc-4.8.0/mpfr/get_z_exp.c mv -f .deps/urandomb.Tpo .deps/urandomb.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c ../../gcc-4.8.0/mpfr/get_z_exp.c -o get_z_exp.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo ../../gcc-4.8.0/mpfr/swap.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c ../../gcc-4.8.0/mpfr/swap.c -o swap.o mv -f .deps/get_z_exp.Tpo .deps/get_z_exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c -o factorial.lo ../../gcc-4.8.0/mpfr/factorial.c mv -f .deps/swap.Tpo .deps/swap.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo ../../gcc-4.8.0/mpfr/cosh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c ../../gcc-4.8.0/mpfr/factorial.c -o factorial.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c ../../gcc-4.8.0/mpfr/cosh.c -o cosh.o mv -f .deps/factorial.Tpo .deps/factorial.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo ../../gcc-4.8.0/mpfr/sinh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c ../../gcc-4.8.0/mpfr/sinh.c -o sinh.o mv -f .deps/cosh.Tpo .deps/cosh.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo ../../gcc-4.8.0/mpfr/tanh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c ../../gcc-4.8.0/mpfr/tanh.c -o tanh.o mv -f .deps/sinh.Tpo .deps/sinh.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c -o sinh_cosh.lo ../../gcc-4.8.0/mpfr/sinh_cosh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c ../../gcc-4.8.0/mpfr/sinh_cosh.c -o sinh_cosh.o mv -f .deps/tanh.Tpo .deps/tanh.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo ../../gcc-4.8.0/mpfr/acosh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c ../../gcc-4.8.0/mpfr/acosh.c -o acosh.o mv -f .deps/sinh_cosh.Tpo .deps/sinh_cosh.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo ../../gcc-4.8.0/mpfr/asinh.c mv -f .deps/acosh.Tpo .deps/acosh.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c ../../gcc-4.8.0/mpfr/asinh.c -o asinh.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo ../../gcc-4.8.0/mpfr/atanh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c ../../gcc-4.8.0/mpfr/atanh.c -o atanh.o mv -f .deps/asinh.Tpo .deps/asinh.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo ../../gcc-4.8.0/mpfr/atan.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c ../../gcc-4.8.0/mpfr/atan.c -o atan.o mv -f .deps/atanh.Tpo .deps/atanh.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c -o cmp2.lo ../../gcc-4.8.0/mpfr/cmp2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c ../../gcc-4.8.0/mpfr/cmp2.c -o cmp2.o mv -f .deps/cmp2.Tpo .deps/cmp2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c -o exp_2.lo ../../gcc-4.8.0/mpfr/exp_2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c ../../gcc-4.8.0/mpfr/exp_2.c -o exp_2.o mv -f .deps/atan.Tpo .deps/atan.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo ../../gcc-4.8.0/mpfr/asin.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c ../../gcc-4.8.0/mpfr/asin.c -o asin.o mv -f .deps/exp_2.Tpo .deps/exp_2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c -o const_euler.lo ../../gcc-4.8.0/mpfr/const_euler.c mv -f .deps/asin.Tpo .deps/asin.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo ../../gcc-4.8.0/mpfr/cos.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c ../../gcc-4.8.0/mpfr/const_euler.c -o const_euler.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c ../../gcc-4.8.0/mpfr/cos.c -o cos.o mv -f .deps/const_euler.Tpo .deps/const_euler.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo ../../gcc-4.8.0/mpfr/sin.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c ../../gcc-4.8.0/mpfr/sin.c -o sin.o mv -f .deps/cos.Tpo .deps/cos.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo ../../gcc-4.8.0/mpfr/tan.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c ../../gcc-4.8.0/mpfr/tan.c -o tan.o mv -f .deps/sin.Tpo .deps/sin.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo ../../gcc-4.8.0/mpfr/fma.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c ../../gcc-4.8.0/mpfr/fma.c -o fma.o mv -f .deps/tan.Tpo .deps/tan.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c -o fms.lo ../../gcc-4.8.0/mpfr/fms.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c ../../gcc-4.8.0/mpfr/fms.c -o fms.o mv -f .deps/fma.Tpo .deps/fma.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c -o hypot.lo ../../gcc-4.8.0/mpfr/hypot.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c ../../gcc-4.8.0/mpfr/hypot.c -o hypot.o mv -f .deps/fms.Tpo .deps/fms.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c -o log1p.lo ../../gcc-4.8.0/mpfr/log1p.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c ../../gcc-4.8.0/mpfr/log1p.c -o log1p.o mv -f .deps/hypot.Tpo .deps/hypot.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c -o expm1.lo ../../gcc-4.8.0/mpfr/expm1.c mv -f .deps/log1p.Tpo .deps/log1p.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c -o log2.lo ../../gcc-4.8.0/mpfr/log2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c ../../gcc-4.8.0/mpfr/expm1.c -o expm1.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c ../../gcc-4.8.0/mpfr/log2.c -o log2.o mv -f .deps/log2.Tpo .deps/log2.Plo mv -f .deps/expm1.Tpo .deps/expm1.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo ../../gcc-4.8.0/mpfr/log10.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c -o ui_pow.lo ../../gcc-4.8.0/mpfr/ui_pow.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c ../../gcc-4.8.0/mpfr/ui_pow.c -o ui_pow.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c ../../gcc-4.8.0/mpfr/log10.c -o log10.o mv -f .deps/ui_pow.Tpo .deps/ui_pow.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c -o ui_pow_ui.lo ../../gcc-4.8.0/mpfr/ui_pow_ui.c mv -f .deps/log10.Tpo .deps/log10.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo ../../gcc-4.8.0/mpfr/minmax.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c ../../gcc-4.8.0/mpfr/ui_pow_ui.c -o ui_pow_ui.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c ../../gcc-4.8.0/mpfr/minmax.c -o minmax.o mv -f .deps/ui_pow_ui.Tpo .deps/ui_pow_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c -o dim.lo ../../gcc-4.8.0/mpfr/dim.c mv -f .deps/minmax.Tpo .deps/minmax.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c -o signbit.lo ../../gcc-4.8.0/mpfr/signbit.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c ../../gcc-4.8.0/mpfr/dim.c -o dim.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c ../../gcc-4.8.0/mpfr/signbit.c -o signbit.o mv -f .deps/dim.Tpo .deps/dim.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c -o copysign.lo ../../gcc-4.8.0/mpfr/copysign.c mv -f .deps/signbit.Tpo .deps/signbit.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c -o setsign.lo ../../gcc-4.8.0/mpfr/setsign.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c ../../gcc-4.8.0/mpfr/copysign.c -o copysign.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c ../../gcc-4.8.0/mpfr/setsign.c -o setsign.o mv -f .deps/copysign.Tpo .deps/copysign.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c -o gmp_op.lo ../../gcc-4.8.0/mpfr/gmp_op.c mv -f .deps/setsign.Tpo .deps/setsign.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo ../../gcc-4.8.0/mpfr/init2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c ../../gcc-4.8.0/mpfr/gmp_op.c -o gmp_op.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c ../../gcc-4.8.0/mpfr/init2.c -o init2.o mv -f .deps/init2.Tpo .deps/init2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo ../../gcc-4.8.0/mpfr/acos.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c ../../gcc-4.8.0/mpfr/acos.c -o acos.o mv -f .deps/gmp_op.Tpo .deps/gmp_op.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo ../../gcc-4.8.0/mpfr/sin_cos.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c ../../gcc-4.8.0/mpfr/sin_cos.c -o sin_cos.o mv -f .deps/acos.Tpo .deps/acos.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c -o set_nan.lo ../../gcc-4.8.0/mpfr/set_nan.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c ../../gcc-4.8.0/mpfr/set_nan.c -o set_nan.o mv -f .deps/set_nan.Tpo .deps/set_nan.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c -o set_inf.lo ../../gcc-4.8.0/mpfr/set_inf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c ../../gcc-4.8.0/mpfr/set_inf.c -o set_inf.o mv -f .deps/set_inf.Tpo .deps/set_inf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c -o set_zero.lo ../../gcc-4.8.0/mpfr/set_zero.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c ../../gcc-4.8.0/mpfr/set_zero.c -o set_zero.o mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c -o powerof2.lo ../../gcc-4.8.0/mpfr/powerof2.c mv -f .deps/set_zero.Tpo .deps/set_zero.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c -o gamma.lo ../../gcc-4.8.0/mpfr/gamma.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c ../../gcc-4.8.0/mpfr/powerof2.c -o powerof2.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c ../../gcc-4.8.0/mpfr/gamma.c -o gamma.o mv -f .deps/powerof2.Tpo .deps/powerof2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c -o set_ld.lo ../../gcc-4.8.0/mpfr/set_ld.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c ../../gcc-4.8.0/mpfr/set_ld.c -o set_ld.o mv -f .deps/set_ld.Tpo .deps/set_ld.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c -o get_ld.lo ../../gcc-4.8.0/mpfr/get_ld.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c ../../gcc-4.8.0/mpfr/get_ld.c -o get_ld.o mv -f .deps/get_ld.Tpo .deps/get_ld.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c -o cbrt.lo ../../gcc-4.8.0/mpfr/cbrt.c mv -f .deps/gamma.Tpo .deps/gamma.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c -o volatile.lo ../../gcc-4.8.0/mpfr/volatile.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c ../../gcc-4.8.0/mpfr/cbrt.c -o cbrt.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c ../../gcc-4.8.0/mpfr/volatile.c -o volatile.o mv -f .deps/volatile.Tpo .deps/volatile.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c -o fits_sshort.lo ../../gcc-4.8.0/mpfr/fits_sshort.c mv -f .deps/cbrt.Tpo .deps/cbrt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c -o fits_sint.lo ../../gcc-4.8.0/mpfr/fits_sint.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c ../../gcc-4.8.0/mpfr/fits_sshort.c -o fits_sshort.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c ../../gcc-4.8.0/mpfr/fits_sint.c -o fits_sint.o mv -f .deps/fits_sshort.Tpo .deps/fits_sshort.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c -o fits_slong.lo ../../gcc-4.8.0/mpfr/fits_slong.c mv -f .deps/fits_sint.Tpo .deps/fits_sint.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c -o fits_ushort.lo ../../gcc-4.8.0/mpfr/fits_ushort.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c ../../gcc-4.8.0/mpfr/fits_slong.c -o fits_slong.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c ../../gcc-4.8.0/mpfr/fits_ushort.c -o fits_ushort.o mv -f .deps/fits_slong.Tpo .deps/fits_slong.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c -o fits_uint.lo ../../gcc-4.8.0/mpfr/fits_uint.c mv -f .deps/fits_ushort.Tpo .deps/fits_ushort.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c -o fits_ulong.lo ../../gcc-4.8.0/mpfr/fits_ulong.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c ../../gcc-4.8.0/mpfr/fits_uint.c -o fits_uint.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c ../../gcc-4.8.0/mpfr/fits_ulong.c -o fits_ulong.o mv -f .deps/fits_uint.Tpo .deps/fits_uint.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c -o fits_uintmax.lo ../../gcc-4.8.0/mpfr/fits_uintmax.c mv -f .deps/fits_ulong.Tpo .deps/fits_ulong.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c -o fits_intmax.lo ../../gcc-4.8.0/mpfr/fits_intmax.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c ../../gcc-4.8.0/mpfr/fits_uintmax.c -o fits_uintmax.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c ../../gcc-4.8.0/mpfr/fits_intmax.c -o fits_intmax.o mv -f .deps/fits_uintmax.Tpo .deps/fits_uintmax.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c -o get_si.lo ../../gcc-4.8.0/mpfr/get_si.c mv -f .deps/fits_intmax.Tpo .deps/fits_intmax.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c -o get_ui.lo ../../gcc-4.8.0/mpfr/get_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c ../../gcc-4.8.0/mpfr/get_si.c -o get_si.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c ../../gcc-4.8.0/mpfr/get_ui.c -o get_ui.o mv -f .deps/get_si.Tpo .deps/get_si.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c -o zeta.lo ../../gcc-4.8.0/mpfr/zeta.c mv -f .deps/get_ui.Tpo .deps/get_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c -o cmp_d.lo ../../gcc-4.8.0/mpfr/cmp_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c ../../gcc-4.8.0/mpfr/zeta.c -o zeta.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c ../../gcc-4.8.0/mpfr/cmp_d.c -o cmp_d.o mv -f .deps/cmp_d.Tpo .deps/cmp_d.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c -o erf.lo ../../gcc-4.8.0/mpfr/erf.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c ../../gcc-4.8.0/mpfr/erf.c -o erf.o mv -f .deps/zeta.Tpo .deps/zeta.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c -o inits.lo ../../gcc-4.8.0/mpfr/inits.c mv -f .deps/erf.Tpo .deps/erf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c -o inits2.lo ../../gcc-4.8.0/mpfr/inits2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c ../../gcc-4.8.0/mpfr/inits.c -o inits.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c ../../gcc-4.8.0/mpfr/inits2.c -o inits2.o mv -f .deps/inits.Tpo .deps/inits.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c -o clears.lo ../../gcc-4.8.0/mpfr/clears.c mv -f .deps/inits2.Tpo .deps/inits2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c -o sgn.lo ../../gcc-4.8.0/mpfr/sgn.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c ../../gcc-4.8.0/mpfr/clears.c -o clears.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c ../../gcc-4.8.0/mpfr/sgn.c -o sgn.o mv -f .deps/clears.Tpo .deps/clears.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT check.lo -MD -MP -MF .deps/check.Tpo -c -o check.lo ../../gcc-4.8.0/mpfr/check.c mv -f .deps/sgn.Tpo .deps/sgn.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c -o sub1sp.lo ../../gcc-4.8.0/mpfr/sub1sp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT check.lo -MD -MP -MF .deps/check.Tpo -c ../../gcc-4.8.0/mpfr/check.c -o check.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c ../../gcc-4.8.0/mpfr/sub1sp.c -o sub1sp.o mv -f .deps/check.Tpo .deps/check.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo ../../gcc-4.8.0/mpfr/version.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c ../../gcc-4.8.0/mpfr/version.c -o version.o mv -f .deps/version.Tpo .deps/version.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c -o mpn_exp.lo ../../gcc-4.8.0/mpfr/mpn_exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c ../../gcc-4.8.0/mpfr/mpn_exp.c -o mpn_exp.o mv -f .deps/sub1sp.Tpo .deps/sub1sp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c -o mpfr-gmp.lo ../../gcc-4.8.0/mpfr/mpfr-gmp.c mv -f .deps/mpn_exp.Tpo .deps/mpn_exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c -o mp_clz_tab.lo ../../gcc-4.8.0/mpfr/mp_clz_tab.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c ../../gcc-4.8.0/mpfr/mpfr-gmp.c -o mpfr-gmp.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c ../../gcc-4.8.0/mpfr/mp_clz_tab.c -o mp_clz_tab.o mv -f .deps/mp_clz_tab.Tpo .deps/mp_clz_tab.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c -o sum.lo ../../gcc-4.8.0/mpfr/sum.c mv -f .deps/mpfr-gmp.Tpo .deps/mpfr-gmp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c -o add1sp.lo ../../gcc-4.8.0/mpfr/add1sp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c ../../gcc-4.8.0/mpfr/sum.c -o sum.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c ../../gcc-4.8.0/mpfr/add1sp.c -o add1sp.o mv -f .deps/add1sp.Tpo .deps/add1sp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c -o free_cache.lo ../../gcc-4.8.0/mpfr/free_cache.c mv -f .deps/sum.Tpo .deps/sum.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c -o si_op.lo ../../gcc-4.8.0/mpfr/si_op.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c ../../gcc-4.8.0/mpfr/free_cache.c -o free_cache.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c ../../gcc-4.8.0/mpfr/si_op.c -o si_op.o mv -f .deps/free_cache.Tpo .deps/free_cache.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c -o cmp_ld.lo ../../gcc-4.8.0/mpfr/cmp_ld.c mv -f .deps/si_op.Tpo .deps/si_op.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c -o set_ui_2exp.lo ../../gcc-4.8.0/mpfr/set_ui_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c ../../gcc-4.8.0/mpfr/cmp_ld.c -o cmp_ld.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c ../../gcc-4.8.0/mpfr/set_ui_2exp.c -o set_ui_2exp.o mv -f .deps/cmp_ld.Tpo .deps/cmp_ld.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c -o set_si_2exp.lo ../../gcc-4.8.0/mpfr/set_si_2exp.c mv -f .deps/set_ui_2exp.Tpo .deps/set_ui_2exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c -o set_uj.lo ../../gcc-4.8.0/mpfr/set_uj.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c ../../gcc-4.8.0/mpfr/set_si_2exp.c -o set_si_2exp.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c ../../gcc-4.8.0/mpfr/set_uj.c -o set_uj.o mv -f .deps/set_si_2exp.Tpo .deps/set_si_2exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c -o set_sj.lo ../../gcc-4.8.0/mpfr/set_sj.c mv -f .deps/set_uj.Tpo .deps/set_uj.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c -o get_sj.lo ../../gcc-4.8.0/mpfr/get_sj.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c ../../gcc-4.8.0/mpfr/set_sj.c -o set_sj.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c ../../gcc-4.8.0/mpfr/get_sj.c -o get_sj.o mv -f .deps/set_sj.Tpo .deps/set_sj.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c -o get_uj.lo ../../gcc-4.8.0/mpfr/get_uj.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c ../../gcc-4.8.0/mpfr/get_uj.c -o get_uj.o mv -f .deps/get_sj.Tpo .deps/get_sj.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c -o get_z.lo ../../gcc-4.8.0/mpfr/get_z.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c ../../gcc-4.8.0/mpfr/get_z.c -o get_z.o mv -f .deps/get_uj.Tpo .deps/get_uj.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c -o iszero.lo ../../gcc-4.8.0/mpfr/iszero.c mv -f .deps/get_z.Tpo .deps/get_z.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../../gcc-4.8.0/mpfr/cache.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c ../../gcc-4.8.0/mpfr/iszero.c -o iszero.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../gcc-4.8.0/mpfr/cache.c -o cache.o mv -f .deps/iszero.Tpo .deps/iszero.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo ../../gcc-4.8.0/mpfr/sqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c ../../gcc-4.8.0/mpfr/sqr.c -o sqr.o mv -f .deps/cache.Tpo .deps/cache.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c -o int_ceil_log2.lo ../../gcc-4.8.0/mpfr/int_ceil_log2.c mv -f .deps/sqr.Tpo .deps/sqr.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c -o isqrt.lo ../../gcc-4.8.0/mpfr/isqrt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c ../../gcc-4.8.0/mpfr/int_ceil_log2.c -o int_ceil_log2.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c ../../gcc-4.8.0/mpfr/isqrt.c -o isqrt.o mv -f .deps/int_ceil_log2.Tpo .deps/int_ceil_log2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c -o strtofr.lo ../../gcc-4.8.0/mpfr/strtofr.c mv -f .deps/isqrt.Tpo .deps/isqrt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo ../../gcc-4.8.0/mpfr/pow_z.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c ../../gcc-4.8.0/mpfr/strtofr.c -o strtofr.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c ../../gcc-4.8.0/mpfr/pow_z.c -o pow_z.o mv -f .deps/pow_z.Tpo .deps/pow_z.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo ../../gcc-4.8.0/mpfr/logging.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c ../../gcc-4.8.0/mpfr/logging.c -o logging.o mv -f .deps/logging.Tpo .deps/logging.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c -o mulders.lo ../../gcc-4.8.0/mpfr/mulders.c mv -f .deps/strtofr.Tpo .deps/strtofr.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c -o get_f.lo ../../gcc-4.8.0/mpfr/get_f.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c ../../gcc-4.8.0/mpfr/mulders.c -o mulders.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c ../../gcc-4.8.0/mpfr/get_f.c -o get_f.o mv -f .deps/mulders.Tpo .deps/mulders.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c -o round_p.lo ../../gcc-4.8.0/mpfr/round_p.c mv -f .deps/get_f.Tpo .deps/get_f.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c -o erfc.lo ../../gcc-4.8.0/mpfr/erfc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c ../../gcc-4.8.0/mpfr/round_p.c -o round_p.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c ../../gcc-4.8.0/mpfr/erfc.c -o erfc.o mv -f .deps/round_p.Tpo .deps/round_p.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c -o atan2.lo ../../gcc-4.8.0/mpfr/atan2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c ../../gcc-4.8.0/mpfr/atan2.c -o atan2.o mv -f .deps/erfc.Tpo .deps/erfc.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c -o subnormal.lo ../../gcc-4.8.0/mpfr/subnormal.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c ../../gcc-4.8.0/mpfr/subnormal.c -o subnormal.o mv -f .deps/atan2.Tpo .deps/atan2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c -o const_catalan.lo ../../gcc-4.8.0/mpfr/const_catalan.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c ../../gcc-4.8.0/mpfr/const_catalan.c -o const_catalan.o mv -f .deps/subnormal.Tpo .deps/subnormal.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT root.lo -MD -MP -MF .deps/root.Tpo -c -o root.lo ../../gcc-4.8.0/mpfr/root.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT root.lo -MD -MP -MF .deps/root.Tpo -c ../../gcc-4.8.0/mpfr/root.c -o root.o mv -f .deps/const_catalan.Tpo .deps/const_catalan.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c -o sec.lo ../../gcc-4.8.0/mpfr/sec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c ../../gcc-4.8.0/mpfr/sec.c -o sec.o mv -f .deps/root.Tpo .deps/root.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c -o csc.lo ../../gcc-4.8.0/mpfr/csc.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c ../../gcc-4.8.0/mpfr/csc.c -o csc.o mv -f .deps/sec.Tpo .deps/sec.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c -o cot.lo ../../gcc-4.8.0/mpfr/cot.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c ../../gcc-4.8.0/mpfr/cot.c -o cot.o mv -f .deps/csc.Tpo .deps/csc.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c -o eint.lo ../../gcc-4.8.0/mpfr/eint.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c ../../gcc-4.8.0/mpfr/eint.c -o eint.o mv -f .deps/cot.Tpo .deps/cot.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c -o sech.lo ../../gcc-4.8.0/mpfr/sech.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c ../../gcc-4.8.0/mpfr/sech.c -o sech.o mv -f .deps/sech.Tpo .deps/sech.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c -o csch.lo ../../gcc-4.8.0/mpfr/csch.c mv -f .deps/eint.Tpo .deps/eint.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c -o coth.lo ../../gcc-4.8.0/mpfr/coth.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c ../../gcc-4.8.0/mpfr/csch.c -o csch.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c ../../gcc-4.8.0/mpfr/coth.c -o coth.o mv -f .deps/csch.Tpo .deps/csch.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c -o round_near_x.lo ../../gcc-4.8.0/mpfr/round_near_x.c mv -f .deps/coth.Tpo .deps/coth.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c -o constant.lo ../../gcc-4.8.0/mpfr/constant.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c ../../gcc-4.8.0/mpfr/round_near_x.c -o round_near_x.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c ../../gcc-4.8.0/mpfr/constant.c -o constant.o mv -f .deps/constant.Tpo .deps/constant.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c -o abort_prec_max.lo ../../gcc-4.8.0/mpfr/abort_prec_max.c mv -f .deps/round_near_x.Tpo .deps/round_near_x.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c -o stack_interface.lo ../../gcc-4.8.0/mpfr/stack_interface.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c ../../gcc-4.8.0/mpfr/abort_prec_max.c -o abort_prec_max.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c ../../gcc-4.8.0/mpfr/stack_interface.c -o stack_interface.o mv -f .deps/abort_prec_max.Tpo .deps/abort_prec_max.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c -o lngamma.lo ../../gcc-4.8.0/mpfr/lngamma.c mv -f .deps/stack_interface.Tpo .deps/stack_interface.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c ../../gcc-4.8.0/mpfr/lngamma.c -o lngamma.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c -o zeta_ui.lo ../../gcc-4.8.0/mpfr/zeta_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c ../../gcc-4.8.0/mpfr/zeta_ui.c -o zeta_ui.o mv -f .deps/zeta_ui.Tpo .deps/zeta_ui.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c -o set_d64.lo ../../gcc-4.8.0/mpfr/set_d64.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c ../../gcc-4.8.0/mpfr/set_d64.c -o set_d64.o mv -f .deps/lngamma.Tpo .deps/lngamma.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c -o get_d64.lo ../../gcc-4.8.0/mpfr/get_d64.c mv -f .deps/set_d64.Tpo .deps/set_d64.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c -o jn.lo ../../gcc-4.8.0/mpfr/jn.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c ../../gcc-4.8.0/mpfr/get_d64.c -o get_d64.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c ../../gcc-4.8.0/mpfr/jn.c -o jn.o mv -f .deps/get_d64.Tpo .deps/get_d64.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c -o yn.lo ../../gcc-4.8.0/mpfr/yn.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c ../../gcc-4.8.0/mpfr/yn.c -o yn.o mv -f .deps/jn.Tpo .deps/jn.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c -o rem1.lo ../../gcc-4.8.0/mpfr/rem1.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c ../../gcc-4.8.0/mpfr/rem1.c -o rem1.o mv -f .deps/yn.Tpo .deps/yn.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c -o get_patches.lo ../../gcc-4.8.0/mpfr/get_patches.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c ../../gcc-4.8.0/mpfr/get_patches.c -o get_patches.o mv -f .deps/rem1.Tpo .deps/rem1.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c -o add_d.lo ../../gcc-4.8.0/mpfr/add_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c ../../gcc-4.8.0/mpfr/add_d.c -o add_d.o mv -f .deps/get_patches.Tpo .deps/get_patches.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c -o sub_d.lo ../../gcc-4.8.0/mpfr/sub_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c ../../gcc-4.8.0/mpfr/sub_d.c -o sub_d.o mv -f .deps/add_d.Tpo .deps/add_d.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c -o d_sub.lo ../../gcc-4.8.0/mpfr/d_sub.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c ../../gcc-4.8.0/mpfr/d_sub.c -o d_sub.o mv -f .deps/sub_d.Tpo .deps/sub_d.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c -o mul_d.lo ../../gcc-4.8.0/mpfr/mul_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c ../../gcc-4.8.0/mpfr/mul_d.c -o mul_d.o mv -f .deps/d_sub.Tpo .deps/d_sub.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c -o div_d.lo ../../gcc-4.8.0/mpfr/div_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c ../../gcc-4.8.0/mpfr/div_d.c -o div_d.o mv -f .deps/mul_d.Tpo .deps/mul_d.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c -o d_div.lo ../../gcc-4.8.0/mpfr/d_div.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c ../../gcc-4.8.0/mpfr/d_div.c -o d_div.o mv -f .deps/div_d.Tpo .deps/div_d.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c -o li2.lo ../../gcc-4.8.0/mpfr/li2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c ../../gcc-4.8.0/mpfr/li2.c -o li2.o mv -f .deps/d_div.Tpo .deps/d_div.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c -o rec_sqrt.lo ../../gcc-4.8.0/mpfr/rec_sqrt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c ../../gcc-4.8.0/mpfr/rec_sqrt.c -o rec_sqrt.o mv -f .deps/rec_sqrt.Tpo .deps/rec_sqrt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c -o min_prec.lo ../../gcc-4.8.0/mpfr/min_prec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c ../../gcc-4.8.0/mpfr/min_prec.c -o min_prec.o mv -f .deps/li2.Tpo .deps/li2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c -o buildopt.lo ../../gcc-4.8.0/mpfr/buildopt.c mv -f .deps/min_prec.Tpo .deps/min_prec.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c -o digamma.lo ../../gcc-4.8.0/mpfr/digamma.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c ../../gcc-4.8.0/mpfr/buildopt.c -o buildopt.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c ../../gcc-4.8.0/mpfr/digamma.c -o digamma.o mv -f .deps/buildopt.Tpo .deps/buildopt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c -o bernoulli.lo ../../gcc-4.8.0/mpfr/bernoulli.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c ../../gcc-4.8.0/mpfr/bernoulli.c -o bernoulli.o mv -f .deps/bernoulli.Tpo .deps/bernoulli.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c -o isregular.lo ../../gcc-4.8.0/mpfr/isregular.c mv -f .deps/digamma.Tpo .deps/digamma.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c -o set_flt.lo ../../gcc-4.8.0/mpfr/set_flt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c ../../gcc-4.8.0/mpfr/isregular.c -o isregular.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c ../../gcc-4.8.0/mpfr/set_flt.c -o set_flt.o mv -f .deps/isregular.Tpo .deps/isregular.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c -o get_flt.lo ../../gcc-4.8.0/mpfr/get_flt.c mv -f .deps/set_flt.Tpo .deps/set_flt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c -o scale2.lo ../../gcc-4.8.0/mpfr/scale2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c ../../gcc-4.8.0/mpfr/get_flt.c -o get_flt.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c ../../gcc-4.8.0/mpfr/scale2.c -o scale2.o mv -f .deps/get_flt.Tpo .deps/get_flt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c -o set_z_exp.lo ../../gcc-4.8.0/mpfr/set_z_exp.c mv -f .deps/scale2.Tpo .deps/scale2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c -o ai.lo ../../gcc-4.8.0/mpfr/ai.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c ../../gcc-4.8.0/mpfr/set_z_exp.c -o set_z_exp.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c ../../gcc-4.8.0/mpfr/ai.c -o ai.o mv -f .deps/set_z_exp.Tpo .deps/set_z_exp.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c -o gammaonethird.lo ../../gcc-4.8.0/mpfr/gammaonethird.c mv -f .deps/ai.Tpo .deps/ai.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -I. -I../../gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -g -O2 -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c ../../gcc-4.8.0/mpfr/gammaonethird.c -o gammaonethird.o mv -f .deps/gammaonethird.Tpo .deps/gammaonethird.Plo /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -version-info 4:1:0 -static-libstdc++ -static-libgcc -o libmpfr.la -rpath /home/alaya/developement/rtems/4.11/lib exceptions.lo extract.lo uceil_exp2.lo uceil_log2.lo ufloor_log2.lo add.lo add1.lo add_ui.lo agm.lo clear.lo cmp.lo cmp_abs.lo cmp_si.lo cmp_ui.lo comparisons.lo div_2exp.lo div_2si.lo div_2ui.lo div.lo div_ui.lo dump.lo eq.lo exp10.lo exp2.lo exp3.lo exp.lo frac.lo get_d.lo get_exp.lo get_str.lo init.lo inp_str.lo isinteger.lo isinf.lo isnan.lo isnum.lo const_log2.lo log.lo modf.lo mul_2exp.lo mul_2si.lo mul_2ui.lo mul.lo mul_ui.lo neg.lo next.lo out_str.lo printf.lo vasprintf.lo const_pi.lo pow.lo pow_si.lo pow_ui.lo print_raw.lo print_rnd_mode.lo reldiff.lo round_prec.lo set.lo setmax.lo setmin.lo set_d.lo set_dfl_prec.lo set_exp.lo set_rnd.lo set_f.lo set_prc_raw.lo set_prec.lo set_q.lo set_si.lo set_str.lo set_str_raw.lo set_ui.lo set_z.lo sqrt.lo sqrt_ui.lo sub.lo sub1.lo sub_ui.lo rint.lo ui_div.lo ui_sub.lo urandom.lo urandomb.lo get_z_exp.lo swap.lo factorial.lo cosh.lo sinh.lo tanh.lo sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo exp_2.lo asin.lo const_euler.lo cos.lo sin.lo tan.lo fma.lo fms.lo hypot.lo log1p.lo expm1.lo log2.lo log10.lo ui_pow.lo ui_pow_ui.lo minmax.lo dim.lo signbit.lo copysign.lo setsign.lo gmp_op.lo init2.lo acos.lo sin_cos.lo set_nan.lo set_inf.lo set_zero.lo powerof2.lo gamma.lo set_ld.lo get_ld.lo cbrt.lo volatile.lo fits_sshort.lo fits_sint.lo fits_slong.lo fits_ushort.lo fits_uint.lo fits_ulong.lo fits_uintmax.lo fits_intmax.lo get_si.lo get_ui.lo zeta.lo cmp_d.lo erf.lo inits.lo inits2.lo clears.lo sgn.lo check.lo sub1sp.lo version.lo mpn_exp.lo mpfr-gmp.lo mp_clz_tab.lo sum.lo add1sp.lo free_cache.lo si_op.lo cmp_ld.lo set_ui_2exp.lo set_si_2exp.lo set_uj.lo set_sj.lo get_sj.lo get_uj.lo get_z.lo iszero.lo cache.lo sqr.lo int_ceil_log2.lo isqrt.lo strtofr.lo pow_z.lo logging.lo mulders.lo get_f.lo round_p.lo erfc.lo atan2.lo subnormal.lo const_catalan.lo root.lo sec.lo csc.lo cot.lo eint.lo sech.lo csch.lo coth.lo round_near_x.lo constant.lo abort_prec_max.lo stack_interface.lo lngamma.lo zeta_ui.lo set_d64.lo get_d64.lo jn.lo yn.lo rem1.lo get_patches.lo add_d.lo sub_d.lo d_sub.lo mul_d.lo div_d.lo d_div.lo li2.lo rec_sqrt.lo min_prec.lo buildopt.lo digamma.lo bernoulli.lo isregular.lo set_flt.lo get_flt.lo scale2.lo set_z_exp.lo ai.lo gammaonethird.lo -lgmp libtool: link: ar rc .libs/libmpfr.a exceptions.o extract.o uceil_exp2.o uceil_log2.o ufloor_log2.o add.o add1.o add_ui.o agm.o clear.o cmp.o cmp_abs.o cmp_si.o cmp_ui.o comparisons.o div_2exp.o div_2si.o div_2ui.o div.o div_ui.o dump.o eq.o exp10.o exp2.o exp3.o exp.o frac.o get_d.o get_exp.o get_str.o init.o inp_str.o isinteger.o isinf.o isnan.o isnum.o const_log2.o log.o modf.o mul_2exp.o mul_2si.o mul_2ui.o mul.o mul_ui.o neg.o next.o out_str.o printf.o vasprintf.o const_pi.o pow.o pow_si.o pow_ui.o print_raw.o print_rnd_mode.o reldiff.o round_prec.o set.o setmax.o setmin.o set_d.o set_dfl_prec.o set_exp.o set_rnd.o set_f.o set_prc_raw.o set_prec.o set_q.o set_si.o set_str.o set_str_raw.o set_ui.o set_z.o sqrt.o sqrt_ui.o sub.o sub1.o sub_ui.o rint.o ui_div.o ui_sub.o urandom.o urandomb.o get_z_exp.o swap.o factorial.o cosh.o sinh.o tanh.o sinh_cosh.o acosh.o asinh.o atanh.o atan.o cmp2.o exp_2.o asin.o const_euler.o cos.o sin.o tan.o fma.o fms.o hypot.o log1p.o expm1.o log2.o log10.o ui_pow.o ui_pow_ui.o minmax.o dim.o signbit.o copysign.o setsign.o gmp_op.o init2.o acos.o sin_cos.o set_nan.o set_inf.o set_zero.o powerof2.o gamma.o set_ld.o get_ld.o cbrt.o volatile.o fits_sshort.o fits_sint.o fits_slong.o fits_ushort.o fits_uint.o fits_ulong.o fits_uintmax.o fits_intmax.o get_si.o get_ui.o zeta.o cmp_d.o erf.o inits.o inits2.o clears.o sgn.o check.o sub1sp.o version.o mpn_exp.o mpfr-gmp.o mp_clz_tab.o sum.o add1sp.o free_cache.o si_op.o cmp_ld.o set_ui_2exp.o set_si_2exp.o set_uj.o set_sj.o get_sj.o get_uj.o get_z.o iszero.o cache.o sqr.o int_ceil_log2.o isqrt.o strtofr.o pow_z.o logging.o mulders.o get_f.o round_p.o erfc.o atan2.o subnormal.o const_catalan.o root.o sec.o csc.o cot.o eint.o sech.o csch.o coth.o round_near_x.o constant.o abort_prec_max.o stack_interface.o lngamma.o zeta_ui.o set_d64.o get_d64.o jn.o yn.o rem1.o get_patches.o add_d.o sub_d.o d_sub.o mul_d.o div_d.o d_div.o li2.o rec_sqrt.o min_prec.o buildopt.o digamma.o bernoulli.o isregular.o set_flt.o get_flt.o scale2.o set_z_exp.o ai.o gammaonethird.o libtool: link: ranlib .libs/libmpfr.a libtool: link: ( cd ".libs" && rm -f "libmpfr.la" && ln -s "../libmpfr.la" "libmpfr.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpfr' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpfr' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpfr' mkdir -p -- ./mpc Configuring in ./mpc configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-linux-gnu-gcc... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib accepts -g... yes checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... gcc3 checking how to run the C preprocessor... /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib ... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for i686-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-linux-gnu-ar... ar checking for i686-linux-gnu-strip... no checking for strip... strip checking for i686-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib object... ok checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib static flag -static works... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... yes checking if /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib linker (ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for __gmpz_init in -lgmp... yes checking for MPFR... yes checking for recent GMP... yes checking for recent MPFR... yes checking for ANSI C header files... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for gettimeofday... yes checking for localeconv... yes checking for setlocale... yes checking for dup... yes checking for dup2... yes checking for fileno... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc' make all-recursive make[3]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc' Making all in src make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc/src' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c -o abs.lo ../../../gcc-4.8.0/mpc/src/abs.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo ../../../gcc-4.8.0/mpc/src/acos.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c ../../../gcc-4.8.0/mpc/src/abs.c -o abs.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c ../../../gcc-4.8.0/mpc/src/acos.c -o acos.o mv -f .deps/abs.Tpo .deps/abs.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo ../../../gcc-4.8.0/mpc/src/acosh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c ../../../gcc-4.8.0/mpc/src/acosh.c -o acosh.o mv -f .deps/acos.Tpo .deps/acos.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo ../../../gcc-4.8.0/mpc/src/add.c mv -f .deps/acosh.Tpo .deps/acosh.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c -o add_fr.lo ../../../gcc-4.8.0/mpc/src/add_fr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT add.lo -MD -MP -MF .deps/add.Tpo -c ../../../gcc-4.8.0/mpc/src/add.c -o add.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c ../../../gcc-4.8.0/mpc/src/add_fr.c -o add_fr.o mv -f .deps/add.Tpo .deps/add.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo ../../../gcc-4.8.0/mpc/src/add_ui.c mv -f .deps/add_fr.Tpo .deps/add_fr.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c -o arg.lo ../../../gcc-4.8.0/mpc/src/arg.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c ../../../gcc-4.8.0/mpc/src/add_ui.c -o add_ui.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c ../../../gcc-4.8.0/mpc/src/arg.c -o arg.o mv -f .deps/add_ui.Tpo .deps/add_ui.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo ../../../gcc-4.8.0/mpc/src/asin.c mv -f .deps/arg.Tpo .deps/arg.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo ../../../gcc-4.8.0/mpc/src/asinh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c ../../../gcc-4.8.0/mpc/src/asin.c -o asin.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c ../../../gcc-4.8.0/mpc/src/asinh.c -o asinh.o mv -f .deps/asinh.Tpo .deps/asinh.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo ../../../gcc-4.8.0/mpc/src/atan.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c ../../../gcc-4.8.0/mpc/src/atan.c -o atan.o mv -f .deps/asin.Tpo .deps/asin.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo ../../../gcc-4.8.0/mpc/src/atanh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c ../../../gcc-4.8.0/mpc/src/atanh.c -o atanh.o mv -f .deps/atanh.Tpo .deps/atanh.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo ../../../gcc-4.8.0/mpc/src/clear.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c ../../../gcc-4.8.0/mpc/src/clear.c -o clear.o mv -f .deps/atan.Tpo .deps/atan.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo ../../../gcc-4.8.0/mpc/src/cmp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c ../../../gcc-4.8.0/mpc/src/cmp.c -o cmp.o mv -f .deps/clear.Tpo .deps/clear.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c -o cmp_si_si.lo ../../../gcc-4.8.0/mpc/src/cmp_si_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c ../../../gcc-4.8.0/mpc/src/cmp_si_si.c -o cmp_si_si.o mv -f .deps/cmp.Tpo .deps/cmp.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c -o conj.lo ../../../gcc-4.8.0/mpc/src/conj.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c ../../../gcc-4.8.0/mpc/src/conj.c -o conj.o mv -f .deps/cmp_si_si.Tpo .deps/cmp_si_si.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo ../../../gcc-4.8.0/mpc/src/cos.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c ../../../gcc-4.8.0/mpc/src/cos.c -o cos.o mv -f .deps/conj.Tpo .deps/conj.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo ../../../gcc-4.8.0/mpc/src/cosh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c ../../../gcc-4.8.0/mpc/src/cosh.c -o cosh.o mv -f .deps/cosh.Tpo .deps/cosh.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c -o div_2exp.lo ../../../gcc-4.8.0/mpc/src/div_2exp.c mv -f .deps/cos.Tpo .deps/cos.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo ../../../gcc-4.8.0/mpc/src/div.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c ../../../gcc-4.8.0/mpc/src/div_2exp.c -o div_2exp.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT div.lo -MD -MP -MF .deps/div.Tpo -c ../../../gcc-4.8.0/mpc/src/div.c -o div.o mv -f .deps/div_2exp.Tpo .deps/div_2exp.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c -o div_fr.lo ../../../gcc-4.8.0/mpc/src/div_fr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c ../../../gcc-4.8.0/mpc/src/div_fr.c -o div_fr.o mv -f .deps/div_fr.Tpo .deps/div_fr.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo ../../../gcc-4.8.0/mpc/src/div_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c ../../../gcc-4.8.0/mpc/src/div_ui.c -o div_ui.o mv -f .deps/div_ui.Tpo .deps/div_ui.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo ../../../gcc-4.8.0/mpc/src/exp.c mv -f .deps/div.Tpo .deps/div.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c ../../../gcc-4.8.0/mpc/src/exp.c -o exp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c -o fr_div.lo ../../../gcc-4.8.0/mpc/src/fr_div.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c ../../../gcc-4.8.0/mpc/src/fr_div.c -o fr_div.o mv -f .deps/fr_div.Tpo .deps/fr_div.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c -o fr_sub.lo ../../../gcc-4.8.0/mpc/src/fr_sub.c mv -f .deps/exp.Tpo .deps/exp.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c -o get_prec2.lo ../../../gcc-4.8.0/mpc/src/get_prec2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c ../../../gcc-4.8.0/mpc/src/fr_sub.c -o fr_sub.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c ../../../gcc-4.8.0/mpc/src/get_prec2.c -o get_prec2.o mv -f .deps/fr_sub.Tpo .deps/fr_sub.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c -o get_prec.lo ../../../gcc-4.8.0/mpc/src/get_prec.c mv -f .deps/get_prec2.Tpo .deps/get_prec2.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c -o get_str.lo ../../../gcc-4.8.0/mpc/src/get_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c ../../../gcc-4.8.0/mpc/src/get_prec.c -o get_prec.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c ../../../gcc-4.8.0/mpc/src/get_str.c -o get_str.o mv -f .deps/get_prec.Tpo .deps/get_prec.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c -o get_version.lo ../../../gcc-4.8.0/mpc/src/get_version.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c ../../../gcc-4.8.0/mpc/src/get_version.c -o get_version.o mv -f .deps/get_str.Tpo .deps/get_str.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c -o imag.lo ../../../gcc-4.8.0/mpc/src/imag.c mv -f .deps/get_version.Tpo .deps/get_version.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo ../../../gcc-4.8.0/mpc/src/init2.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c ../../../gcc-4.8.0/mpc/src/imag.c -o imag.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c ../../../gcc-4.8.0/mpc/src/init2.c -o init2.o mv -f .deps/imag.Tpo .deps/imag.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c -o init3.lo ../../../gcc-4.8.0/mpc/src/init3.c mv -f .deps/init2.Tpo .deps/init2.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo ../../../gcc-4.8.0/mpc/src/inp_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c ../../../gcc-4.8.0/mpc/src/init3.c -o init3.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c ../../../gcc-4.8.0/mpc/src/inp_str.c -o inp_str.o mv -f .deps/init3.Tpo .deps/init3.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo ../../../gcc-4.8.0/mpc/src/log.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c ../../../gcc-4.8.0/mpc/src/log.c -o log.o mv -f .deps/inp_str.Tpo .deps/inp_str.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo ../../../gcc-4.8.0/mpc/src/mem.c mv -f .deps/log.Tpo .deps/log.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c -o mul_2exp.lo ../../../gcc-4.8.0/mpc/src/mul_2exp.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c ../../../gcc-4.8.0/mpc/src/mem.c -o mem.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c ../../../gcc-4.8.0/mpc/src/mul_2exp.c -o mul_2exp.o mv -f .deps/mem.Tpo .deps/mem.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo ../../../gcc-4.8.0/mpc/src/mul.c mv -f .deps/mul_2exp.Tpo .deps/mul_2exp.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c -o mul_fr.lo ../../../gcc-4.8.0/mpc/src/mul_fr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c ../../../gcc-4.8.0/mpc/src/mul.c -o mul.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c ../../../gcc-4.8.0/mpc/src/mul_fr.c -o mul_fr.o mv -f .deps/mul_fr.Tpo .deps/mul_fr.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c -o mul_i.lo ../../../gcc-4.8.0/mpc/src/mul_i.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c ../../../gcc-4.8.0/mpc/src/mul_i.c -o mul_i.o mv -f .deps/mul_i.Tpo .deps/mul_i.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c -o mul_si.lo ../../../gcc-4.8.0/mpc/src/mul_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c ../../../gcc-4.8.0/mpc/src/mul_si.c -o mul_si.o mv -f .deps/mul.Tpo .deps/mul.Plo mv -f .deps/mul_si.Tpo .deps/mul_si.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo ../../../gcc-4.8.0/mpc/src/mul_ui.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo ../../../gcc-4.8.0/mpc/src/neg.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c ../../../gcc-4.8.0/mpc/src/mul_ui.c -o mul_ui.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c ../../../gcc-4.8.0/mpc/src/neg.c -o neg.o mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo mv -f .deps/neg.Tpo .deps/neg.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c -o norm.lo ../../../gcc-4.8.0/mpc/src/norm.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo ../../../gcc-4.8.0/mpc/src/out_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c ../../../gcc-4.8.0/mpc/src/out_str.c -o out_str.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c ../../../gcc-4.8.0/mpc/src/norm.c -o norm.o mv -f .deps/out_str.Tpo .deps/out_str.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo ../../../gcc-4.8.0/mpc/src/pow.c mv -f .deps/norm.Tpo .deps/norm.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c -o pow_fr.lo ../../../gcc-4.8.0/mpc/src/pow_fr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c ../../../gcc-4.8.0/mpc/src/pow.c -o pow.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c ../../../gcc-4.8.0/mpc/src/pow_fr.c -o pow_fr.o mv -f .deps/pow_fr.Tpo .deps/pow_fr.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c -o pow_ld.lo ../../../gcc-4.8.0/mpc/src/pow_ld.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c ../../../gcc-4.8.0/mpc/src/pow_ld.c -o pow_ld.o mv -f .deps/pow_ld.Tpo .deps/pow_ld.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c -o pow_d.lo ../../../gcc-4.8.0/mpc/src/pow_d.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c ../../../gcc-4.8.0/mpc/src/pow_d.c -o pow_d.o mv -f .deps/pow_d.Tpo .deps/pow_d.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo ../../../gcc-4.8.0/mpc/src/pow_si.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c ../../../gcc-4.8.0/mpc/src/pow_si.c -o pow_si.o mv -f .deps/pow.Tpo .deps/pow.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo ../../../gcc-4.8.0/mpc/src/pow_ui.c mv -f .deps/pow_si.Tpo .deps/pow_si.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo ../../../gcc-4.8.0/mpc/src/pow_z.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c ../../../gcc-4.8.0/mpc/src/pow_ui.c -o pow_ui.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c ../../../gcc-4.8.0/mpc/src/pow_z.c -o pow_z.o mv -f .deps/pow_z.Tpo .deps/pow_z.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c -o proj.lo ../../../gcc-4.8.0/mpc/src/proj.c mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c ../../../gcc-4.8.0/mpc/src/proj.c -o proj.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT real.lo -MD -MP -MF .deps/real.Tpo -c -o real.lo ../../../gcc-4.8.0/mpc/src/real.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT real.lo -MD -MP -MF .deps/real.Tpo -c ../../../gcc-4.8.0/mpc/src/real.c -o real.o mv -f .deps/proj.Tpo .deps/proj.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo ../../../gcc-4.8.0/mpc/src/urandom.c mv -f .deps/real.Tpo .deps/real.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo ../../../gcc-4.8.0/mpc/src/set.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c ../../../gcc-4.8.0/mpc/src/urandom.c -o urandom.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c ../../../gcc-4.8.0/mpc/src/set.c -o set.o mv -f .deps/urandom.Tpo .deps/urandom.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo ../../../gcc-4.8.0/mpc/src/set_prec.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c ../../../gcc-4.8.0/mpc/src/set_prec.c -o set_prec.o mv -f .deps/set.Tpo .deps/set.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo ../../../gcc-4.8.0/mpc/src/set_str.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c ../../../gcc-4.8.0/mpc/src/set_str.c -o set_str.o mv -f .deps/set_prec.Tpo .deps/set_prec.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c -o set_x.lo ../../../gcc-4.8.0/mpc/src/set_x.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c ../../../gcc-4.8.0/mpc/src/set_x.c -o set_x.o mv -f .deps/set_str.Tpo .deps/set_str.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c -o set_x_x.lo ../../../gcc-4.8.0/mpc/src/set_x_x.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c ../../../gcc-4.8.0/mpc/src/set_x_x.c -o set_x_x.o mv -f .deps/set_x.Tpo .deps/set_x.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo ../../../gcc-4.8.0/mpc/src/sin.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c ../../../gcc-4.8.0/mpc/src/sin.c -o sin.o mv -f .deps/set_x_x.Tpo .deps/set_x_x.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo ../../../gcc-4.8.0/mpc/src/sinh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c ../../../gcc-4.8.0/mpc/src/sinh.c -o sinh.o mv -f .deps/sin.Tpo .deps/sin.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo ../../../gcc-4.8.0/mpc/src/sqr.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c ../../../gcc-4.8.0/mpc/src/sqr.c -o sqr.o mv -f .deps/sinh.Tpo .deps/sinh.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo ../../../gcc-4.8.0/mpc/src/sqrt.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c ../../../gcc-4.8.0/mpc/src/sqrt.c -o sqrt.o mv -f .deps/sqr.Tpo .deps/sqr.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c -o strtoc.lo ../../../gcc-4.8.0/mpc/src/strtoc.c mv -f .deps/sqrt.Tpo .deps/sqrt.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c ../../../gcc-4.8.0/mpc/src/strtoc.c -o strtoc.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo ../../../gcc-4.8.0/mpc/src/sub.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c ../../../gcc-4.8.0/mpc/src/sub.c -o sub.o mv -f .deps/strtoc.Tpo .deps/strtoc.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c -o sub_fr.lo ../../../gcc-4.8.0/mpc/src/sub_fr.c mv -f .deps/sub.Tpo .deps/sub.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo ../../../gcc-4.8.0/mpc/src/sub_ui.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c ../../../gcc-4.8.0/mpc/src/sub_fr.c -o sub_fr.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c ../../../gcc-4.8.0/mpc/src/sub_ui.c -o sub_ui.o mv -f .deps/sub_fr.Tpo .deps/sub_fr.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo ../../../gcc-4.8.0/mpc/src/swap.c mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo ../../../gcc-4.8.0/mpc/src/tan.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c ../../../gcc-4.8.0/mpc/src/swap.c -o swap.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c ../../../gcc-4.8.0/mpc/src/tan.c -o tan.o mv -f .deps/swap.Tpo .deps/swap.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo ../../../gcc-4.8.0/mpc/src/tanh.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c ../../../gcc-4.8.0/mpc/src/tanh.c -o tanh.o mv -f .deps/tan.Tpo .deps/tan.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo ../../../gcc-4.8.0/mpc/src/uceil_log2.c mv -f .deps/tanh.Tpo .deps/tanh.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo ../../../gcc-4.8.0/mpc/src/ui_div.c libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c ../../../gcc-4.8.0/mpc/src/uceil_log2.c -o uceil_log2.o libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ../../../gcc-4.8.0/mpc/src/ui_div.c -o ui_div.o mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c -o ui_ui_sub.lo ../../../gcc-4.8.0/mpc/src/ui_ui_sub.c mv -f .deps/ui_div.Tpo .deps/ui_div.Plo libtool: compile: /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -DHAVE_CONFIG_H -I. -I../../../gcc-4.8.0/mpc/src -I.. -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -g -O2 -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c ../../../gcc-4.8.0/mpc/src/ui_ui_sub.c -o ui_ui_sub.o mv -f .deps/ui_ui_sub.Tpo .deps/ui_ui_sub.Plo /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -version-info 2:0:0 -static-libstdc++ -static-libgcc -o libmpc.la -rpath /home/alaya/developement/rtems/4.11/lib abs.lo acos.lo acosh.lo add.lo add_fr.lo add_ui.lo arg.lo asin.lo asinh.lo atan.lo atanh.lo clear.lo cmp.lo cmp_si_si.lo conj.lo cos.lo cosh.lo div_2exp.lo div.lo div_fr.lo div_ui.lo exp.lo fr_div.lo fr_sub.lo get_prec2.lo get_prec.lo get_str.lo get_version.lo imag.lo init2.lo init3.lo inp_str.lo log.lo mem.lo mul_2exp.lo mul.lo mul_fr.lo mul_i.lo mul_si.lo mul_ui.lo neg.lo norm.lo out_str.lo pow.lo pow_fr.lo pow_ld.lo pow_d.lo pow_si.lo pow_ui.lo pow_z.lo proj.lo real.lo urandom.lo set.lo set_prec.lo set_str.lo set_x.lo set_x_x.lo sin.lo sinh.lo sqr.lo sqrt.lo strtoc.lo sub.lo sub_fr.lo sub_ui.lo swap.lo tan.lo tanh.lo uceil_log2.lo ui_div.lo ui_ui_sub.lo -lmpfr -lgmp libtool: link: ar rc .libs/libmpc.a abs.o acos.o acosh.o add.o add_fr.o add_ui.o arg.o asin.o asinh.o atan.o atanh.o clear.o cmp.o cmp_si_si.o conj.o cos.o cosh.o div_2exp.o div.o div_fr.o div_ui.o exp.o fr_div.o fr_sub.o get_prec2.o get_prec.o get_str.o get_version.o imag.o init2.o init3.o inp_str.o log.o mem.o mul_2exp.o mul.o mul_fr.o mul_i.o mul_si.o mul_ui.o neg.o norm.o out_str.o pow.o pow_fr.o pow_ld.o pow_d.o pow_si.o pow_ui.o pow_z.o proj.o real.o urandom.o set.o set_prec.o set_str.o set_x.o set_x_x.o sin.o sinh.o sqr.o sqrt.o strtoc.o sub.o sub_fr.o sub_ui.o swap.o tan.o tanh.o uceil_log2.o ui_div.o ui_ui_sub.o libtool: link: ranlib .libs/libmpc.a libtool: link: ( cd ".libs" && rm -f "libmpc.la" && ln -s "../libmpc.la" "libmpc.la" ) make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc/src' Making all in tests make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc/tests' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc/tests' Making all in doc make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc/doc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc/doc' make[4]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc' make[4]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc' make[3]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc' make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/mpc' make[2]: Entering directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/bash ../../gcc-4.8.0/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="TARGET_CPU_v7" \ HEADERS="options.h insn-constants.h config/vxworks-dummy.h config/sparc/sparc.h config/dbxelf.h config/elfos.h config/sparc/sysv4.h config/sparc/sp-elf.h config/sparc/rtemself.h config/rtems.h config/newlib-stdint.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3" \ /bin/bash ../../gcc-4.8.0/gcc/mkconfig.sh tm.h mawk -f ../../gcc-4.8.0/gcc/opt-gather.awk ../../gcc-4.8.0/gcc/ada/gcc-interface/lang.opt ../../gcc-4.8.0/gcc/fortran/lang.opt ../../gcc-4.8.0/gcc/go/lang.opt ../../gcc-4.8.0/gcc/java/lang.opt ../../gcc-4.8.0/gcc/lto/lang.opt ../../gcc-4.8.0/gcc/c-family/c.opt ../../gcc-4.8.0/gcc/common.opt ../../gcc-4.8.0/gcc/config/sparc/sparc.opt ../../gcc-4.8.0/gcc/config/rtems.opt > tmp-optionlist TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/bash ../../gcc-4.8.0/gcc/mkconfig.sh bconfig.h flex -ogengtype-lex.c ../../gcc-4.8.0/gcc/gengtype-lex.l && { \ echo '#include "bconfig.h"' > gengtype-lex.c.tmp; \ cat gengtype-lex.c >> gengtype-lex.c.tmp; \ mv gengtype-lex.c.tmp gengtype-lex.c; \ } /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -DBASEVER="\"4.8.2\"" -DDATESTAMP="\" 20130614\"" \ -DREVISION="\"\"" \ -DDEVPHASE="\" (RTEMS 4.11-RSB(5172f31f41bceb1a07702aeea6674aaaf58cae97)-1,gcc-4.8.0/newlib-13-May-2013)\"" -DPKGVERSION="\"(GCC) \"" \ -DBUGURL="\"\"" -o build/version.o ../../gcc-4.8.0/gcc/version.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-gi.list gtyp-input.list echo timestamp > s-gtyp-input echo "#define BUILDING_GCC_MAJOR `echo 4.8.2 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h echo "#define BUILDING_GCC_MINOR `echo 4.8.2 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h echo "#define BUILDING_GCC_PATCHLEVEL `echo 4.8.2 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h echo timestamp > s-bversion TARGET_CPU_DEFAULT="" \ HEADERS="config/sparc/sparc-protos.h tm-preds.h" DEFINES="" \ /bin/bash ../../gcc-4.8.0/gcc/mkconfig.sh tm_p.h rm -f tmp-all-tree.def echo '#include "tree.def"' > tmp-all-tree.def echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def echo '#include "c-family/c-common.def"' >> tmp-all-tree.def ltf="../../gcc-4.8.0/gcc/ada/gcc-interface/ada-tree.def ../../gcc-4.8.0/gcc/cp/cp-tree.def ../../gcc-4.8.0/gcc/java/java-tree.def ../../gcc-4.8.0/gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-4.8.0/gcc/||' >> tmp-all-tree.def /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-optionlist optionlist /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-all-tree.def all-tree.def echo timestamp > s-options echo timestamp > s-alltree if test yes = yes \ || test -n ""; then \ /bin/bash ../../gcc-4.8.0/gcc/genmultilib \ "msoft-float mcpu=v8" \ "soft v8" \ "msoft-float=mno-fpu" \ "" \ "" \ "" \ "" \ "" \ "" \ "" \ "yes" \ > tmp-mlib.h; \ else \ /bin/bash ../../gcc-4.8.0/gcc/genmultilib '' '' '' '' '' '' '' '' \ "" '' no \ > tmp-mlib.h; \ fi lsf="../../gcc-4.8.0/gcc/cp/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc-4.8.0/gcc/||' > tmp-specs.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-specs echo "/usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc " > checksum-options.tmp \ && ../../gcc-4.8.0/gcc/../move-if-change checksum-options.tmp checksum-options cp ../../gcc-4.8.0/gcc/gcc-ar.c gcc-nm.c cp ../../gcc-4.8.0/gcc/gcc-ar.c gcc-ranlib.c TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/bash ../../gcc-4.8.0/gcc/mkconfig.sh tconfig.h (echo "@set version-GCC 4.8.2"; \ if [ "RTEMS 4.11-RSB(5172f31f41bceb1a07702aeea6674aaaf58cae97)-1,gcc-4.8.0/newlib-13-May-2013" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT echo @set srcdir /home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gcc/../../gcc-4.8.0/gcc >> gcc-vers.texiT if [ -n "(GCC) " ]; then \ echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \ fi echo "@set BUGURL @uref{http://gcc.gnu.org/bugs.html}" >> gcc-vers.texiT; \ mv -f gcc-vers.texiT gcc-vers.texi echo timestamp > gcov.pod perl ../../gcc-4.8.0/gcc/../contrib/texi2pod.pl -DBUGURL="@uref{http://gcc.gnu.org/bugs.html}" ../../gcc-4.8.0/gcc/doc/gcov.texi > gcov.pod /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib echo timestamp > cpp.pod perl ../../gcc-4.8.0/gcc/../contrib/texi2pod.pl -DBUGURL="@uref{http://gcc.gnu.org/bugs.html}" ../../gcc-4.8.0/gcc/doc/cpp.texi > cpp.pod echo timestamp > gcc.pod perl ../../gcc-4.8.0/gcc/../contrib/texi2pod.pl ../../gcc-4.8.0/gcc/doc/invoke.texi > gcc.pod echo timestamp > gfdl.pod perl ../../gcc-4.8.0/gcc/../contrib/texi2pod.pl ../../gcc-4.8.0/gcc/doc/include/fdl.texi > gfdl.pod echo timestamp > gpl.pod perl ../../gcc-4.8.0/gcc/../contrib/texi2pod.pl ../../gcc-4.8.0/gcc/doc/include/gpl_v3.texi > gpl.pod echo timestamp > fsf-funding.pod perl ../../gcc-4.8.0/gcc/../contrib/texi2pod.pl ../../gcc-4.8.0/gcc/doc/include/funding.texi > fsf-funding.pod /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gengenrtl.o ../../gcc-4.8.0/gcc/gengenrtl.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genhooks.o ../../gcc-4.8.0/gcc/genhooks.c ../../gcc-4.8.0/gcc/genhooks.c: In function 'void emit_documentation(const char*)': ../../gcc-4.8.0/gcc/genhooks.c:140:31: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] ../../gcc-4.8.0/gcc/genhooks.c:131:3: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] ../../gcc-4.8.0/gcc/genhooks.c:193:34: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] ../../gcc-4.8.0/gcc/genhooks.c:199:31: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genchecksum.o ../../gcc-4.8.0/gcc/genchecksum.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genenums.o ../../gcc-4.8.0/gcc/genenums.c mawk -f ../../gcc-4.8.0/gcc/opt-functions.awk -f ../../gcc-4.8.0/gcc/opt-read.awk \ -f ../../gcc-4.8.0/gcc/optc-save-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c mawk -f ../../gcc-4.8.0/gcc/opt-functions.awk -f ../../gcc-4.8.0/gcc/opt-read.awk \ -f ../../gcc-4.8.0/gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.8.2\" -DDEFAULT_TARGET_MACHINE=\"sparc-rtems4.11\" -DSTANDARD_BINDIR_PREFIX=\"/home/alaya/developement/rtems/4.11/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"sparc-rtems4.11\" -DPERSONALITY=\"ar\" -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gcc-ar.c -o gcc-ar.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.8.2\" -DDEFAULT_TARGET_MACHINE=\"sparc-rtems4.11\" -DSTANDARD_BINDIR_PREFIX=\"/home/alaya/developement/rtems/4.11/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"sparc-rtems4.11\" -DPERSONALITY=\"nm\" -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace gcc-nm.c -o gcc-nm.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.8.2\" -DDEFAULT_TARGET_MACHINE=\"sparc-rtems4.11\" -DSTANDARD_BINDIR_PREFIX=\"/home/alaya/developement/rtems/4.11/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" -DTARGET_MACHINE=\"sparc-rtems4.11\" -DPERSONALITY=\"ranlib\" -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace gcc-ranlib.c -o gcc-ranlib.o if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.8.0/gcc/doc \ -I ../../gcc-4.8.0/gcc/doc/include -o doc/cpp.info ../../gcc-4.8.0/gcc/doc/cpp.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.8.0/gcc/doc \ -I ../../gcc-4.8.0/gcc/doc/include -o doc/gcc.info ../../gcc-4.8.0/gcc/doc/gcc.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc-4.8.0/gcc/doc \ -I ../../gcc-4.8.0/gcc/doc/include -o doc/gccinstall.info ../../gcc-4.8.0/gcc/doc/install.texi; \ fi if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.8.0/gcc/doc \ -I ../../gcc-4.8.0/gcc/doc/include -o doc/cppinternals.info ../../gcc-4.8.0/gcc/doc/cppinternals.texi; \ fi echo timestamp > doc/gcov.1 (pod2man --center="GNU" --release="gcc-4.8.2" --date=2013-06-14 --section=1 gcov.pod > doc/gcov.1.T$$ && \ mv -f doc/gcov.1.T$$ doc/gcov.1) || \ (rm -f doc/gcov.1.T$$ && exit 1) echo timestamp > doc/cpp.1 (pod2man --center="GNU" --release="gcc-4.8.2" --date=2013-06-14 --section=1 cpp.pod > doc/cpp.1.T$$ && \ mv -f doc/cpp.1.T$$ doc/cpp.1) || \ (rm -f doc/cpp.1.T$$ && exit 1) echo timestamp > doc/gcc.1 (pod2man --center="GNU" --release="gcc-4.8.2" --date=2013-06-14 --section=1 gcc.pod > doc/gcc.1.T$$ && \ mv -f doc/gcc.1.T$$ doc/gcc.1) || \ (rm -f doc/gcc.1.T$$ && exit 1) echo timestamp > doc/gfdl.7 (pod2man --center="GNU" --release="gcc-4.8.2" --date=2013-06-14 --section=7 gfdl.pod > doc/gfdl.7.T$$ && \ mv -f doc/gfdl.7.T$$ doc/gfdl.7) || \ (rm -f doc/gfdl.7.T$$ && exit 1) echo timestamp > doc/gpl.7 (pod2man --center="GNU" --release="gcc-4.8.2" --date=2013-06-14 --section=7 gpl.pod > doc/gpl.7.T$$ && \ mv -f doc/gpl.7.T$$ doc/gpl.7) || \ (rm -f doc/gpl.7.T$$ && exit 1) echo timestamp > doc/fsf-funding.7 (pod2man --center="GNU" --release="gcc-4.8.2" --date=2013-06-14 --section=7 fsf-funding.pod > doc/fsf-funding.7.T$$ && \ mv -f doc/fsf-funding.7.T$$ doc/fsf-funding.7) || \ (rm -f doc/fsf-funding.7.T$$ && exit 1) mawk -f ../../gcc-4.8.0/gcc/opt-functions.awk -f ../../gcc-4.8.0/gcc/opt-read.awk \ -f ../../gcc-4.8.0/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genconstants.o ../../gcc-4.8.0/gcc/genconstants.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/read-md.o ../../gcc-4.8.0/gcc/read-md.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/errors.o ../../gcc-4.8.0/gcc/errors.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genmddeps.o ../../gcc-4.8.0/gcc/genmddeps.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genmodes.o ../../gcc-4.8.0/gcc/genmodes.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gengtype.o ../../gcc-4.8.0/gcc/gengtype.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gengtype-lex.o gengtype-lex.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gengtype-parse.o ../../gcc-4.8.0/gcc/gengtype-parse.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gengtype-state.o ../../gcc-4.8.0/gcc/gengtype-state.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gengenrtl \ build/gengenrtl.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genhooks \ build/genhooks.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genchecksum \ build/genchecksum.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genenums \ build/genenums.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a build/genhooks "Common Target Hook" \ > tmp-common-target-hooks-def.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-common-target-hooks-def.h \ common/common-target-hooks-def.h echo timestamp > s-common-target-hooks-def-h build/genhooks -d \ ../../gcc-4.8.0/gcc/doc/tm.texi.in > tmp-tm.texi case `echo X|tr X '\101'` in \ A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \ *) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \ esac mv tmp2-tm.texi tmp-tm.texi /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-tm.texi tm.texi cp doc/gcc.1 doc/g++.1 /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genconstants \ build/genconstants.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmddeps \ build/genmddeps.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genmodes \ build/genmodes.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a build/gengenrtl > tmp-genrtl.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h build/genmodes -m > tmp-min-modes.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c echo timestamp > s-modes-m build/genhooks "Target Hook" \ > tmp-target-hooks-def.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-target-hooks-def.h \ target-hooks-def.h echo timestamp > s-target-hooks-def-h build/genhooks "C Target Hook" \ > tmp-c-target-hooks-def.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-c-target-hooks-def.h \ c-family/c-target-hooks-def.h echo timestamp > s-c-target-hooks-def-h build/genmodes > tmp-modes.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-modes.c insn-modes.c echo timestamp > s-modes build/genmddeps ../../gcc-4.8.0/gcc/config/sparc/sparc.md > tmp-mddeps build/genmodes -h > tmp-modes.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-mddeps mddeps.mk /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-modes.h insn-modes.h echo timestamp > s-mddeps echo timestamp > s-modes-h /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gengtype \ build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-i686-linux-gnu/libiberty/libiberty.a build/genenums ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ > tmp-enums.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-enums.c insn-enums.c echo timestamp > s-enums if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc-4.8.0/gcc/doc \ -I ../../gcc-4.8.0/gcc/doc/include -o doc/gccint.info ../../gcc-4.8.0/gcc/doc/gccint.texi; \ fi build/genconstants ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ > tmp-constants.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants build/gengtype \ -S ../../gcc-4.8.0/gcc -I gtyp-input.list -w tmp-gtype.state /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/min-insn-modes.o min-insn-modes.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gencheck.o ../../gcc-4.8.0/gcc/gencheck.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-gtype.state gtype.state build/gengtype \ -r gtype.state /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencheck \ build/gencheck.o ../build-i686-linux-gnu/libiberty/libiberty.a echo timestamp > s-gtype /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genattr.o ../../gcc-4.8.0/gcc/genattr.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genattr-common.o ../../gcc-4.8.0/gcc/genattr-common.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gencodes.o ../../gcc-4.8.0/gcc/gencodes.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genconfig.o ../../gcc-4.8.0/gcc/genconfig.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genattrtab.o ../../gcc-4.8.0/gcc/genattrtab.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genautomata.o ../../gcc-4.8.0/gcc/genautomata.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genemit.o ../../gcc-4.8.0/gcc/genemit.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genopinit.o ../../gcc-4.8.0/gcc/genopinit.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genextract.o ../../gcc-4.8.0/gcc/genextract.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genoutput.o ../../gcc-4.8.0/gcc/genoutput.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genpeep.o ../../gcc-4.8.0/gcc/genpeep.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genrecog.o ../../gcc-4.8.0/gcc/genrecog.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-wrapper.c -o lto-wrapper.o ../../gcc-4.8.0/gcc/lto-wrapper.c: In function 'pex_obj* collect_execute(char**)': ../../gcc-4.8.0/gcc/lto-wrapper.c:195:24: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc-4.8.0/gcc/lto-wrapper.c:198:15: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc-4.8.0/gcc/lto-wrapper.c: In function 'void run_gcc(unsigned int, char**)': ../../gcc-4.8.0/gcc/lto-wrapper.c:514:30: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genflags.o ../../gcc-4.8.0/gcc/genflags.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/rtl.o ../../gcc-4.8.0/gcc/rtl.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/read-rtl.o ../../gcc-4.8.0/gcc/read-rtl.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/ggc-none.o ../../gcc-4.8.0/gcc/ggc-none.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/vec.o ../../gcc-4.8.0/gcc/vec.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gensupport.o ../../gcc-4.8.0/gcc/gensupport.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/print-rtl.o ../../gcc-4.8.0/gcc/print-rtl.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genconditions.o ../../gcc-4.8.0/gcc/genconditions.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/genpreds.o ../../gcc-4.8.0/gcc/genpreds.c build/gencheck > tmp-check.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-check.h tree-check.h echo timestamp > s-check /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genattr \ build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genattr-common \ build/genattr-common.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencodes \ build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genconfig \ build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genattrtab \ build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genautomata \ build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a -lm /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genemit \ build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genopinit \ build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genextract \ build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genoutput \ build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genpeep \ build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genrecog \ build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genflags \ build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genconditions \ build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/genpreds \ build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-i686-linux-gnu/libiberty/libiberty.a build/genconditions ../../gcc-4.8.0/gcc/config/sparc/sparc.md > tmp-condmd.c build/genpreds -h ../../gcc-4.8.0/gcc/config/sparc/sparc.md > tmp-preds.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-condmd.c build/gencondmd.c echo timestamp > s-conditions build/genpreds -c ../../gcc-4.8.0/gcc/config/sparc/sparc.md > tmp-constrs.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-preds.h tm-preds.h echo timestamp > s-preds-h build/genpreds ../../gcc-4.8.0/gcc/config/sparc/sparc.md > tmp-preds.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-constrs.h tm-constrs.h echo timestamp > s-constrs-h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-preds.c insn-preds.c echo timestamp > s-preds /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gencondmd.o build/gencondmd.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc -o build/gencondmd \ build/gencondmd.o ../build-i686-linux-gnu/libiberty/libiberty.a build/gencondmd > tmp-cond.md /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-cond.md insn-conditions.md echo timestamp > s-condmd build/genflags ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-flags.h build/genattr ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-attr.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-flags.h insn-flags.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp > s-flags echo timestamp > s-attr build/genattr-common ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-attr-common.h build/gencodes ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-codes.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-attr-common.h insn-attr-common.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes echo timestamp > s-attr-common build/genconfig ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-config.h build/genattrtab ../../gcc-4.8.0/gcc/config/sparc/sparc.md insn-conditions.md \ -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-config.h insn-config.h echo timestamp > s-config build/genautomata ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-automata.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-automata.c insn-automata.c echo timestamp > s-automata build/genemit ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-emit.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit build/genopinit ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md -htmp-opinit.h -ctmp-opinit.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-opinit.h insn-opinit.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit build/genextract ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-extract.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-attrtab.c insn-attrtab.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-dfatab.c insn-dfatab.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-extract.c insn-extract.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-latencytab.c insn-latencytab.c echo timestamp > s-extract build/genoutput ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-output.c echo timestamp > s-attrtab build/genpeep ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-peep.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-peep.c insn-peep.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-output.c insn-output.c echo timestamp > s-peep build/genrecog ../../gcc-4.8.0/gcc/config/sparc/sparc.md \ insn-conditions.md > tmp-recog.c echo timestamp > s-output ../../gcc-4.8.0/gcc/config/sparc/sparc.md:6515: warning: operand 0 missing mode? /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/build -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ -o build/gcov-iov.o ../../gcc-4.8.0/gcc/gcov-iov.c /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog (SHLIB=''; \ /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.8.2\" -DDEFAULT_TARGET_MACHINE=\"sparc-rtems4.11\" -DSTANDARD_BINDIR_PREFIX=\"/home/alaya/developement/rtems/4.11/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` -DCONFIGURE_SPECS="\"\"" \ -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cp/g++spec.c) /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -static-libstdc++ -static-libgcc \ build/gcov-iov.o -o build/gcov-iov build/gcov-iov '4.8.2' 'RTEMS 4.11-RSB(5172f31f41bceb1a07702aeea6674aaaf58cae97)-1,gcc-4.8.0/newlib-13-May-2013' \ > tmp-gcov-iov.h /bin/bash ../../gcc-4.8.0/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h echo timestamp > s-iov /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c/c-lang.c -o c/c-lang.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/stub-objc.c -o c-family/stub-objc.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/attribs.c -o attribs.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c/c-errors.c -o c/c-errors.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c/c-decl.c -o c/c-decl.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c/c-typeck.c -o c/c-typeck.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c/c-convert.c -o c/c-convert.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c/c-aux-info.c -o c/c-aux-info.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c/c-objc-common.c -o c/c-objc-common.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c/c-parser.c -o c/c-parser.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-common.c -o c-family/c-common.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-cppbuiltin.c -o c-family/c-cppbuiltin.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-dump.c -o c-family/c-dump.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-format.c -o c-family/c-format.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-gimplify.c -o c-family/c-gimplify.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-lex.c -o c-family/c-lex.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-omp.c -o c-family/c-omp.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-opts.c -o c-family/c-opts.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DHOST_MACHINE=\"i686-pc-linux-gnu\" -DTARGET_MACHINE=\"sparc-unknown-rtems4.11\" -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-pch.c -o c-family/c-pch.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-ppoutput.c -o c-family/c-ppoutput.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-pragma.c -o c-family/c-pragma.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-pretty-print.c -o c-family/c-pretty-print.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-semantics.c -o c-family/c-semantics.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/c-family -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/c-family/c-ada-spec.c -o c-family/c-ada-spec.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/tree-mudflap.c -o tree-mudflap.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ ../../gcc-4.8.0/gcc/config/sparc/sparc-c.c /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace \ ../../gcc-4.8.0/gcc/config/default-c.c -o default-c.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-attrtab.c -o insn-attrtab.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-automata.c -o insn-automata.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-dfatab.c -o insn-dfatab.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-emit.c -o insn-emit.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-extract.c -o insn-extract.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-latencytab.c -o insn-latencytab.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-modes.c -o insn-modes.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-opinit.c -o insn-opinit.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-output.c -o insn-output.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-peep.c -o insn-peep.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-preds.c -o insn-preds.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-recog.c -o insn-recog.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace insn-enums.c -o insn-enums.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ggc-page.c -o ggc-page.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/alias.c -o alias.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/alloc-pool.c -o alloc-pool.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/auto-inc-dec.c -o auto-inc-dec.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/bb-reorder.c -o bb-reorder.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/bitmap.c -o bitmap.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/bt-load.c -o bt-load.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/builtins.c -o builtins.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/caller-save.c -o caller-save.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/calls.c -o calls.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfg.c -o cfg.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfganal.c -o cfganal.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfgbuild.c -o cfgbuild.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfgcleanup.c -o cfgcleanup.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfgexpand.c -o cfgexpand.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfghooks.c -o cfghooks.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfgloop.c -o cfgloop.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfgloopanal.c -o cfgloopanal.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfgloopmanip.c -o cfgloopmanip.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cfgrtl.c -o cfgrtl.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/symtab.c -o symtab.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cgraph.c -o cgraph.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cgraphbuild.c -o cgraphbuild.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cgraphunit.c -o cgraphunit.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cgraphclones.c -o cgraphclones.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/combine.c -o combine.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/combine-stack-adj.c -o combine-stack-adj.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/compare-elim.c -o compare-elim.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/convert.c -o convert.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/coverage.c -o coverage.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DGCC_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include\" -DFIXED_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include/c++\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include/c++/sparc-rtems4.11\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include/c++/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/../../../../sparc-rtems4.11/sys-include\" -DTOOL_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/../../../../sparc-rtems4.11/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/home/alaya/developement/rtems/4.11/\" -DSTANDARD_EXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/lib/gcc/\" -DBASEVER="\"4.8.2\"" -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cppbuiltin.c -o cppbuiltin.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DGCC_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include\" -DFIXED_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include/c++\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include/c++/sparc-rtems4.11\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/include/c++/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/../../../../sparc-rtems4.11/sys-include\" -DTOOL_INCLUDE_DIR=\"/home/alaya/developement/rtems/4.11/lib/gcc/sparc-rtems4.11/4.8.2/../../../../sparc-rtems4.11/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/home/alaya/developement/rtems/4.11/\" -DSTANDARD_EXEC_PREFIX=\"/home/alaya/developement/rtems/4.11/lib/gcc/\" -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cppdefault.c -o cppdefault.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cprop.c -o cprop.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cse.c -o cse.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/cselib.c -o cselib.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/data-streamer.c -o data-streamer.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/data-streamer-in.c -o data-streamer-in.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/data-streamer-out.c -o data-streamer-out.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dbxout.c -o dbxout.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dbgcnt.c -o dbgcnt.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dce.c -o dce.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ddg.c -o ddg.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/debug.c -o debug.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/df-core.c -o df-core.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/df-problems.c -o df-problems.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/df-scan.c -o df-scan.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dfp.c -o dfp.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dojump.c -o dojump.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dominance.c -o dominance.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/domwalk.c -o domwalk.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/double-int.c -o double-int.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dse.c -o dse.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dumpfile.c -o dumpfile.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dwarf2asm.c -o dwarf2asm.o ../../gcc-4.8.0/gcc/dwarf2asm.c: In function 'void dw2_asm_output_vms_delta(int, const char*, const char*, const char*, ...)': ../../gcc-4.8.0/gcc/dwarf2asm.c:165:50: warning: format not a string literal and no format arguments [-Wformat-security] /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dwarf2cfi.c -o dwarf2cfi.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/dwarf2out.c -o dwarf2out.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/emit-rtl.c -o emit-rtl.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/et-forest.c -o et-forest.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/except.c -o except.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/explow.c -o explow.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/expmed.c -o expmed.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/expr.c -o expr.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/final.c -o final.o ../../gcc-4.8.0/gcc/final.c: In function 'void output_operand_lossage(const char*, ...)': ../../gcc-4.8.0/gcc/final.c:3307:53: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] ../../gcc-4.8.0/gcc/final.c:3308:43: warning: ignoring return value of 'int vasprintf(char**, const char*, __gnuc_va_list)', declared with attribute warn_unused_result [-Wunused-result] /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/fixed-value.c -o fixed-value.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/fold-const.c -o fold-const.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/function.c -o function.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/fwprop.c -o fwprop.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gcse.c -o gcse.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ggc-common.c -o ggc-common.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimple.c -o gimple.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimple-iterator.c -o gimple-iterator.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimple-fold.c -o gimple-fold.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimple-low.c -o gimple-low.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimple-pretty-print.c -o gimple-pretty-print.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimple-ssa-strength-reduction.c -o gimple-ssa-strength-reduction.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimple-streamer-in.c -o gimple-streamer-in.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimple-streamer-out.c -o gimple-streamer-out.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/gimplify.c -o gimplify.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/godump.c -o godump.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graph.c -o graph.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphds.c -o graphds.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite.c -o graphite.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite-blocking.c -o graphite-blocking.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite-clast-to-gimple.c -o graphite-clast-to-gimple.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite-dependences.c -o graphite-dependences.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite-interchange.c -o graphite-interchange.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite-optimize-isl.c -o graphite-optimize-isl.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite-poly.c -o graphite-poly.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite-scop-detection.c -o graphite-scop-detection.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/graphite-sese-to-poly.c -o graphite-sese-to-poly.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace gtype-desc.c -o gtype-desc.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/haifa-sched.c -o haifa-sched.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/hw-doloop.c -o hw-doloop.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/hwint.c -o hwint.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ifcvt.c -o ifcvt.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ree.c -o ree.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/incpath.c -o incpath.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/init-regs.c -o init-regs.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/internal-fn.c -o internal-fn.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-cp.c -o ipa-cp.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-split.c -o ipa-split.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-inline.c -o ipa-inline.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-inline-analysis.c -o ipa-inline-analysis.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-inline-transform.c -o ipa-inline-transform.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-prop.c -o ipa-prop.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-pure-const.c -o ipa-pure-const.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-reference.c -o ipa-reference.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-ref.c -o ipa-ref.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa-utils.c -o ipa-utils.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ipa.c -o ipa.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ira.c -o ira.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ira-build.c -o ira-build.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ira-costs.c -o ira-costs.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ira-conflicts.c -o ira-conflicts.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ira-color.c -o ira-color.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ira-emit.c -o ira-emit.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/ira-lives.c -o ira-lives.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/jump.c -o jump.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/langhooks.c -o langhooks.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lcm.c -o lcm.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lists.c -o lists.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/loop-doloop.c -o loop-doloop.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/loop-init.c -o loop-init.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/loop-invariant.c -o loop-invariant.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/loop-iv.c -o loop-iv.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/loop-unroll.c -o loop-unroll.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/loop-unswitch.c -o loop-unswitch.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lower-subreg.c -o lower-subreg.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lra.c -o lra.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lra-assigns.c -o lra-assigns.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lra-coalesce.c -o lra-coalesce.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lra-constraints.c -o lra-constraints.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lra-eliminations.c -o lra-eliminations.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lra-lives.c -o lra-lives.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lra-spills.c -o lra-spills.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-cgraph.c -o lto-cgraph.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-streamer.c -o lto-streamer.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-streamer-in.c -o lto-streamer-in.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-streamer-out.c -o lto-streamer-out.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-section-in.c -o lto-section-in.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-section-out.c -o lto-section-out.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-symtab.c -o lto-symtab.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-opts.c -o lto-opts.o /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/lto-compress.c -o lto-compress.o ../../gcc-4.8.0/gcc/lto-compress.c:28:18: fatal error: zlib.h: No such file or directory compilation terminated. /usr/bin/g++ -O2 -pipe -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/include -L/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/tmp/sb-alaya/4.11/rtems-sparc/home/alaya/developement/rtems/4.11/lib -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.8.0/gcc -I../../gcc-4.8.0/gcc/. -I../../gcc-4.8.0/gcc/../include -I../../gcc-4.8.0/gcc/../libcpp/include -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/gmp -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/./mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpfr -I/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/gcc-4.8.0/mpc/src -I../../gcc-4.8.0/gcc/../libdecnumber -I../../gcc-4.8.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.8.0/gcc/../libbacktrace ../../gcc-4.8.0/gcc/mcf.c -o mcf.o make[2]: *** [lto-compress.o] Error 1 make[2]: *** Waiting for unfinished jobs.... rm gcov.pod cpp.pod gfdl.pod fsf-funding.pod gcc.pod make[2]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/home/alaya/developement/rtems/src/rtems-source-builder/rtems/build/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1/sparc-rtems4.11-gcc-4.8.0-newlib-13-May-2013-1-4.8.0/build' make: *** [all] Error 2 Build Set: Time 0:09:32.590431