Skip to content

Instantly share code, notes, and snippets.

@RLovelett
Last active May 8, 2022 19:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RLovelett/f73fb5f701035b33417c to your computer and use it in GitHub Desktop.
Save RLovelett/f73fb5f701035b33417c to your computer and use it in GitHub Desktop.
A Git bisect run script to find the binutils commit that introduced the move bug
#!/usr/bin/env bash
# Good: 2bd25930
# Bad: 71090e7a
set -ex
BINUTILS_DIR=$HOME/packages/trunk
SWIFT_DIR=$HOME/swift
# Get back to a regular binutils
sudo pacman -S binutils --noconfirm
# Get rid of any compilation cruft
cd $BINUTILS_DIR/src
rm -rf binutils-build
# Build binutils and install; or `git bisect skip`
cd $BINUTILS_DIR
makepkg --syncdeps --rmdeps --noextract --force || exit 125
sudo pacman -U binutils-2.25.1-3-x86_64.pkg.tar.xz --noconfirm
# Reset the git tree
cd $BINUTILS_DIR/src/binutils-gdb
git checkout .
# Build Swift if anything goes wrong this is a bad commit
cd $SWIFT_DIR/../build/Ninja-ReleaseAssert
rm -rf swift-linux-x86_64
cd $SWIFT_DIR
utils/build-script --release || exit 1
# If the script got here then the build was good
exit 0
This file has been truncated, but you can view the full file.
running /home/ryan/binutils-bisect.sh
+ BINUTILS_DIR=/home/ryan/packages/trunk
+ SWIFT_DIR=/home/ryan/swift
+ sudo pacman -S binutils --noconfirm
warning: binutils-2.25.1-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) binutils-2.25.1-3
Total Installed Size: 26.76 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
reinstalling binutils...
+ cd /home/ryan/packages/trunk/src
+ rm -rf binutils-build
+ cd /home/ryan/packages/trunk
+ makepkg --syncdeps --rmdeps --noextract --force
==> Making package: binutils 2.25.1-3 (Tue Mar 22 01:50:32 EDT 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting prepare()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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... /usr/bin/sed
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... 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
checking for version 0.12 of ISL... no
*** This configuration is not supported in the following subdirectories:
gdb
(Any other directories should still work fine.)
checking for default BUILD_CONFIG...
checking for --enable-vtable-verify... no
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... expect
checking for runtest... runtest
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for gccgo... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for objdump... objdump
checking for ranlib... ranlib
checking for readelf... readelf
checking for strip... strip
checking for windres... no
checking for 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... host tool
checking where to find the target c++... host tool
checking where to find the target c++ for libstdc++... host tool
checking where to find the target dlltool... just compiled
checking where to find the target gcc... host tool
checking where to find the target gcj... host tool
checking where to find the target gfortran... host tool
checking where to find the target gccgo... host tool
checking where to find the target ld... just compiled
checking where to find the target lipo... host tool
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
configure: creating ./config.status
config.status: creating Makefile
mkdir -p -- ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir =
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... gcc -E
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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... 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... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
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... 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... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... 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
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 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
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... no
checking whether ffs is declared... 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... 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
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
mkdir -p -- ./intl
Configuring in ./intl
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... yes
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 x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 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
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 off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... 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 inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... 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... 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
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 malloc.h usability... 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
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... 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 getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
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);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
mkdir -p -- ./bfd
Configuring in ./bfd
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 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... 1572864
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 x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... (cached) ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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 dlfcn.h... (cached) yes
checking for windows.h... no
checking for library containing dlopen... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
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... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... da es fi fr id ja ro ru rw sv tr uk vi zh_CN
checking whether NLS is requested... yes
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 size of long long... 8
checking size of void *... 8
checking size of long... 8
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 wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... 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
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... 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 whether string.h and strings.h may both be included... yes
checking for fcntl... yes
checking for getpagesize... yes
checking for setitimer... yes
checking for sysconf... yes
checking for fdopen... yes
checking for getuid... yes
checking for getgid... yes
checking for fileno... yes
checking for strtoull... yes
checking for getrlimit... yes
checking whether basename is declared... yes
checking whether ftello is declared... yes
checking whether ftello64 is declared... yes
checking whether fseeko is declared... yes
checking whether fseeko64 is declared... yes
checking whether ffs is declared... yes
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... yes
checking whether strstr is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether strnlen is declared... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking for prstatus_t in sys/procfs.h... yes
checking for prstatus32_t in sys/procfs.h... no
checking for prstatus_t.pr_who in sys/procfs.h... no
checking for prstatus32_t.pr_who in sys/procfs.h... no
checking for pstatus_t in sys/procfs.h... no
checking for pxstatus_t in sys/procfs.h... no
checking for pstatus32_t in sys/procfs.h... no
checking for prpsinfo_t in sys/procfs.h... yes
checking for prpsinfo_t.pr_pid in sys/procfs.h... yes
checking for prpsinfo32_t in sys/procfs.h... no
checking for prpsinfo32_t.pr_pid in sys/procfs.h... no
checking for psinfo_t in sys/procfs.h... no
checking for psinfo_t.pr_pid in sys/procfs.h... no
checking for psinfo32_t in sys/procfs.h... no
checking for psinfo32_t.pr_pid in sys/procfs.h... no
checking for lwpstatus_t in sys/procfs.h... no
checking for lwpxstatus_t in sys/procfs.h... no
checking for lwpstatus_t.pr_context in sys/procfs.h... no
checking for lwpstatus_t.pr_reg in sys/procfs.h... no
checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no
checking for win32_pstatus_t in sys/procfs.h... no
checking linker --as-needed support... yes
checking for cos in -lm... yes
checking for gcc version with buggy 64-bit support... no
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for fopen64... yes
checking size of off_t... 8
checking file_ptr type... BFD_HOST_64_BIT
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... 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 doc/Makefile
config.status: creating bfd-in3.h
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 bfd_stdint.h commands
config.status: executing default commands
mkdir -p -- ./opcodes
Configuring in ./opcodes
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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 for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 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... 1572864
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 x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... (cached) ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) 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 gcc supports -Wmissing-field-initializers... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... da de es fi fr ga id it nl pt_BR ro sv tr uk vi zh_CN
checking whether NLS is requested... yes
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 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 for sigsetjmp...
checking linker --as-needed support... yes
checking for cos in -lm... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
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: creating po/POTFILES
config.status: creating po/Makefile
mkdir -p -- ./binutils
Configuring in ./binutils
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 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... 1572864
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 x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) 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 dlfcn.h... (cached) yes
checking for windows.h... no
checking for library containing dlopen... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
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... -lfl
checking whether yytext is a pointer... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... bg da es fi fr hr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW
checking whether NLS is requested... yes
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 x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
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 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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether string.h and strings.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... 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
checking whether environ is declared... yes
checking whether fprintf is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getenv is declared... yes
checking whether sbrk is declared... yes
checking whether snprintf is declared... yes
checking whether stpcpy is declared... yes
checking whether strnlen is declared... yes
checking whether strstr is declared... yes
checking whether vsnprintf is declared... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for ld used by GCC... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... 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);
configure: updating cache ./config.cache
configure: creating ./config.status
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: executing libtool commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
mkdir -p -- ./etc
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install -c
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
mkdir -p -- ./gas
Configuring in ./gas
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 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... 1572864
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 x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) 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 dlfcn.h... (cached) yes
checking for windows.h... no
checking for library containing dlopen... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
checking whether byte ordering is bigendian... no
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... es fi fr id ja ru rw tr
checking whether NLS is requested... yes
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
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/stat.h... (cached) yes
checking whether string.h and strings.h may both be included... yes
checking whether compiling a cross-assembler... no
checking for working alloca.h... yes
checking for alloca... yes
checking for inline... inline
checking for unlink... yes
checking for sbrk... yes
checking for setlocale... yes
checking for LC_MESSAGES... yes
checking for working assert macro... yes
checking whether declaration is required for errno... no
checking for a known getopt prototype in unistd.h... yes
checking whether declaration is required for environ... no
checking whether declaration is required for ffs... no
checking whether declaration is required for free... no
checking whether declaration is required for malloc... no
checking whether declaration is required for sbrk... no
checking whether declaration is required for strstr... no
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether mempcpy is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... yes
checking whether strstr is declared... yes
checking whether vsnprintf is declared... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for struct tm.tm_gmtoff in time.h... yes
checking for struct stat.st_mtim.tv_sec in sys/stat.h... yes
checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes
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: 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 -- ./gold
Configuring in ./gold
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gnu-nm... nm
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for bison... bison -y
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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 whether NLS is requested... yes
checking for catalogs to be installed... es fi id it vi
checking whether NLS is requested... yes
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 byte ordering is bigendian... no
checking whether static linking works... yes
checking for gcc >= 4.1... yes
checking whether gcc supports -fmerge-constants... yes
checking for thread support... yes
checking for glibc >= 2.4... yes
checking for omp support... yes
checking for glibc >= 2.9... yes
checking for -frandom-seed support... yes
checking for glibc ifunc support... both
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for chsize... no
checking for mmap... yes
checking for pread... yes
checking for ftruncate... yes
checking for ffsll... yes
checking mremap with MREMAP_MAYMOVE... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether strverscmp is declared... yes
checking how to run the C++ preprocessor... g++ -E
checking unordered_set usability... no
checking unordered_set presence... no
checking for unordered_set... no
checking unordered_map usability... no
checking unordered_map presence... no
checking for unordered_map... no
checking tr1/unordered_set usability... yes
checking tr1/unordered_set presence... yes
checking for tr1/unordered_set... yes
checking tr1/unordered_map usability... yes
checking tr1/unordered_map presence... yes
checking for tr1/unordered_map... yes
checking ext/hash_map usability... yes
checking ext/hash_map presence... yes
checking for ext/hash_map... yes
checking ext/hash_set usability... yes
checking ext/hash_set presence... yes
checking for ext/hash_set... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for library containing dlopen... -ldl
checking for mallinfo... yes
checking for posix_fallocate... yes
checking for fallocate... yes
checking for readv... yes
checking for sysconf... yes
checking for times... yes
checking whether basename is declared... (cached) yes
checking whether ffs is declared... (cached) yes
checking whether asprintf is declared... (cached) yes
checking whether vasprintf is declared... (cached) yes
checking whether snprintf is declared... (cached) yes
checking whether vsnprintf is declared... (cached) yes
checking whether strverscmp is declared... (cached) yes
checking whether strndup is declared... yes
checking whether memmem is declared... yes
checking whether ::std::tr1::unordered_map::rehash is usable.... yes
checking whether std::tr1::hash<off_t> is defined... yes
checking whether we can use attributes with template functions... yes
checking for struct stat::st_mtim.... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale... yes
checking for LC_MESSAGES... 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 testsuite/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
mkdir -p -- ./gprof
Configuring in ./gprof
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 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... 1572864
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 x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) 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 dlfcn.h... (cached) yes
checking for windows.h... no
checking for library containing dlopen... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for setmode... no
checking whether NLS is requested... yes
checking for catalogs to be installed... bg da de eo es fi fr ga id it ja ms nl pt_BR ro ru rw sr sv tr uk vi
checking whether NLS is requested... yes
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 sys/gmon_out.h usability... yes
checking sys/gmon_out.h presence... yes
checking for sys/gmon_out.h... yes
checking for a known getopt prototype in unistd.h... 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 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
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc 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... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... 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... 1572864
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 x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) 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... g++ -E
checking for ld used by g++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for dlfcn.h... (cached) yes
checking for windows.h... no
checking for library containing dlopen... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... bg da es fi fr ga id it ja sv tr uk vi zh_CN zh_TW
checking whether NLS is requested... yes
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... -lfl
checking whether yytext is a pointer... 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 elf-hints.h presence... no
checking for elf-hints.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... 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
checking whether string.h and strings.h may both be included... yes
checking for glob... yes
checking for mkstemp... yes
checking for realpath... yes
checking for sbrk... yes
checking for setlocale... yes
checking for waitpid... yes
checking for open... yes
checking for lseek... yes
checking for close... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for library containing dlopen... (cached) -ldl
checking for .preinit_array/.init_array/.fini_array support... yes
checking for a known getopt prototype in unistd.h... yes
checking whether strstr is declared... yes
checking whether free is declared... yes
checking whether sbrk is declared... yes
checking whether getenv is declared... yes
checking whether environ is declared... yes
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether ANSI C string concatenation works... yes
checking size of void *... 8
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
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: creating po/POTFILES
config.status: creating po/Makefile
mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wcast-qual... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... 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... 8
checking for ANSI C header files... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for decimal floating point... bid
checking whether byte ordering is bigendian... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
mkdir -p -- ./readline
Configuring in ./readline
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
Beginning configuration for readline-6.2 for x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 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 whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for kill... yes
checking for lstat... yes
checking for memmove... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for working strcoll... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking for lstat... yes
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... yes
checking which library has the termcap functions... using libcurses
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for mbsrtowcs... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for wctype... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for towupper... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
mkdir -p -- ./sim
Configuring in ./sim
configure: creating cache ./config.cache
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
make[1]: Entering directory '/home/ryan/packages/trunk/src/binutils-build'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ] && [ ! -d noasan ]; then \
mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/regex.c -o noasan/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/regex.c -o regex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/md5.c -o md5.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/sha1.c -o sha1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/alloca.c -o alloca.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/argv.c -o argv.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/choose-temp.c -o choose-temp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/concat.c -o concat.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/cp-demint.c -o cp-demint.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/crc32.c -o crc32.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/d-demangle.c -o pic/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/d-demangle.c -o d-demangle.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/dwarfnames.c -o dwarfnames.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/dyn-string.c -o dyn-string.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fdmatch.c -o fdmatch.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fibheap.c -o fibheap.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/floatformat.c -o floatformat.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fnmatch.c -o fnmatch.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getopt.c -o getopt.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getopt1.c -o getopt1.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getpwd.c -o getpwd.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/getruntime.c -o getruntime.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/hashtab.c -o hashtab.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/hex.c -o hex.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/lbasename.c -o lbasename.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/lrealpath.c -o lrealpath.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/objalloc.c -o objalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/obstack.c -o obstack.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/partition.c -o partition.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pexecute.c -o pexecute.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/physmem.c -o physmem.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-common.c -o pex-common.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-one.c -o pex-one.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/pex-unix.c -o pex-unix.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object.c -o simple-object.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-coff.c -o simple-object-coff.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-elf.c -o simple-object-elf.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/sort.c -o sort.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/spaces.c -o spaces.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/splay-tree.c -o splay-tree.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/stack-limit.c -o stack-limit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/strerror.c -o strerror.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/strsignal.c -o strsignal.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/timeval-utils.c -o timeval-utils.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xatexit.c -o xatexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xexit.c -o xexit.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xmalloc.c -o xmalloc.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xmemdup.c -o xmemdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrdup.c -o xstrdup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrerror.c -o xstrerror.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/xstrndup.c -o xstrndup.o
if [ x"-fpic" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fpic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic /home/ryan/packages/trunk/src/binutils-gdb/libiberty/setproctitle.c -o setproctitle.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./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 ./d-demangle.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"-fpic" != 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 ./d-demangle.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; \
if [ x"" != x ]; then \
cd noasan; \
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 ./d-demangle.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
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 ./d-demangle.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/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/intl'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
creating bfdver.h
rm -f elf32-target.h
sed -e s/NN/32/g < /home/ryan/packages/trunk/src/binutils-gdb/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 < /home/ryan/packages/trunk/src/binutils-gdb/bfd/elfxx-target.h > elf64-target.new
mv -f elf64-target.new elf64-target.h
rm -f targmatch.h
sed -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/targmatch.sed < /home/ryan/packages/trunk/src/binutils-gdb/bfd/config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
Making info in doc
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
gcc -o chw$$ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong \
-Wl,-O1,--sort-common,--as-needed,-z,relro -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/.. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../intl -I../../intl /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/chew.c; \
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change \
chw$$ chew; \
touch chew.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../aoutx.h >aoutx.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
touch aoutx.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../archive.c >archive.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change archive.tmp archive.texi
touch archive.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../archures.c >archures.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change archures.tmp archures.texi
touch archures.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../bfd.c >bfd.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change bfd.tmp bfdt.texi
touch bfdt.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../cache.c >cache.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change cache.tmp cache.texi
touch cache.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../coffcode.h >coffcode.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi
touch coffcode.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../corefile.c >core.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change core.tmp core.texi
touch core.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../elf.c >elf.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change elf.tmp elf.texi
touch elf.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../elfcode.h >elfcode.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
touch elfcode.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../format.c >format.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change format.tmp format.texi
touch format.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../libbfd.c >libbfd.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
touch libbfd.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../bfdwin.c >bfdwin.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
touch bfdwin.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../bfdio.c >bfdio.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
touch bfdio.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../opncls.c >opncls.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change opncls.tmp opncls.texi
touch opncls.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../reloc.c >reloc.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change reloc.tmp reloc.texi
touch reloc.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../section.c >section.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change section.tmp section.texi
touch section.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../syms.c >syms.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change syms.tmp syms.texi
touch syms.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../targets.c >targets.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change targets.tmp targets.texi
touch targets.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../init.c >init.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change init.tmp init.texi
touch init.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../hash.c >hash.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change hash.tmp hash.texi
touch hash.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../linker.c >linker.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change linker.tmp linker.texi
touch linker.stamp
./chew -f /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/doc.str < /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../mmo.c >mmo.tmp
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc/../../move-if-change mmo.tmp mmo.texi
touch mmo.stamp
creating bfdver.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 /home/ryan/packages/trunk/src/binutils-gdb/bfd/doc \
-o bfd.info `test -f 'bfd.texinfo' || echo '/home/ryan/packages/trunk/src/binutils-gdb/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/ryan/packages/trunk/src/binutils-build/bfd/doc'
Making info in po
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
( if test 'x/home/ryan/packages/trunk/src/binutils-gdb/bfd/po' != 'x.'; then \
posrcprefix='/home/ryan/packages/trunk/src/binutils-gdb/bfd/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < /home/ryan/packages/trunk/src/binutils-gdb/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@.*@ ../& \\\\@" < /home/ryan/packages/trunk/src/binutils-gdb/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/sh ./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]: Nothing to be done for 'info'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[3]: Nothing to be done for 'info-am'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
Making all in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/da.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/es.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/fi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/fr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/id.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/ja.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/ro.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/ru.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/rw.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/sv.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/tr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/uk.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/vi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/zh_CN.po
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/archive.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/archive.c -fPIC -DPIC -o .libs/archive.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/archive.c -fPIC -DPIC -o archive.o >/dev/null 2>&1
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_elf64_vec -DSELECT_VECS='&x86_64_elf64_vec,&i386_elf32_vec,&x86_64_elf32_vec,&i386_aout_linux_vec,&i386_pei_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch' /home/ryan/packages/trunk/src/binutils-gdb/bfd/archures.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_elf64_vec "-DSELECT_VECS=&x86_64_elf64_vec,&i386_elf32_vec,&x86_64_elf32_vec,&i386_aout_linux_vec,&i386_pei_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch" /home/ryan/packages/trunk/src/binutils-gdb/bfd/archures.c -fPIC -DPIC -o .libs/archures.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_elf64_vec "-DSELECT_VECS=&x86_64_elf64_vec,&i386_elf32_vec,&x86_64_elf32_vec,&i386_aout_linux_vec,&i386_pei_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch" /home/ryan/packages/trunk/src/binutils-gdb/bfd/archures.c -fPIC -DPIC -o archures.o >/dev/null 2>&1
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfd.c -fPIC -DPIC -o .libs/bfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfd.c -fPIC -DPIC -o bfd.o >/dev/null 2>&1
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfdio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfdio.c -fPIC -DPIC -o .libs/bfdio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfdio.c -fPIC -DPIC -o bfdio.o >/dev/null 2>&1
mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfdwin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfdwin.c -fPIC -DPIC -o .libs/bfdwin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/bfdwin.c -fPIC -DPIC -o bfdwin.o >/dev/null 2>&1
mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/cache.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cache.c -fPIC -DPIC -o .libs/cache.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cache.c -fPIC -DPIC -o cache.o >/dev/null 2>&1
mv -f .deps/cache.Tpo .deps/cache.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/coffgen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/coffgen.c -fPIC -DPIC -o .libs/coffgen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/coffgen.c -fPIC -DPIC -o coffgen.o >/dev/null 2>&1
mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/corefile.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/corefile.c -fPIC -DPIC -o .libs/corefile.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/corefile.c -fPIC -DPIC -o corefile.o >/dev/null 2>&1
mv -f .deps/corefile.Tpo .deps/corefile.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/format.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT format.lo -MD -MP -MF .deps/format.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/format.c -fPIC -DPIC -o .libs/format.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT format.lo -MD -MP -MF .deps/format.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/format.c -fPIC -DPIC -o format.o >/dev/null 2>&1
mv -f .deps/format.Tpo .deps/format.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT init.lo -MD -MP -MF .deps/init.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/init.c -fPIC -DPIC -o .libs/init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT init.lo -MD -MP -MF .deps/init.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/init.c -fPIC -DPIC -o init.o >/dev/null 2>&1
mv -f .deps/init.Tpo .deps/init.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/libbfd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/libbfd.c -fPIC -DPIC -o .libs/libbfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/libbfd.c -fPIC -DPIC -o libbfd.o >/dev/null 2>&1
mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/opncls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/opncls.c -fPIC -DPIC -o .libs/opncls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/opncls.c -fPIC -DPIC -o opncls.o >/dev/null 2>&1
mv -f .deps/opncls.Tpo .deps/opncls.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/reloc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/reloc.c -fPIC -DPIC -o .libs/reloc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/reloc.c -fPIC -DPIC -o reloc.o >/dev/null 2>&1
mv -f .deps/reloc.Tpo .deps/reloc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/section.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT section.lo -MD -MP -MF .deps/section.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/section.c -fPIC -DPIC -o .libs/section.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT section.lo -MD -MP -MF .deps/section.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/section.c -fPIC -DPIC -o section.o >/dev/null 2>&1
mv -f .deps/section.Tpo .deps/section.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/syms.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/syms.c -fPIC -DPIC -o .libs/syms.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/syms.c -fPIC -DPIC -o syms.o >/dev/null 2>&1
mv -f .deps/syms.Tpo .deps/syms.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=x86_64_elf64_vec -DSELECT_VECS='&x86_64_elf64_vec,&i386_elf32_vec,&x86_64_elf32_vec,&i386_aout_linux_vec,&i386_pei_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch' /home/ryan/packages/trunk/src/binutils-gdb/bfd/targets.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=x86_64_elf64_vec "-DSELECT_VECS=&x86_64_elf64_vec,&i386_elf32_vec,&x86_64_elf32_vec,&i386_aout_linux_vec,&i386_pei_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch" /home/ryan/packages/trunk/src/binutils-gdb/bfd/targets.c -fPIC -DPIC -o .libs/targets.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=x86_64_elf64_vec "-DSELECT_VECS=&x86_64_elf64_vec,&i386_elf32_vec,&x86_64_elf32_vec,&i386_aout_linux_vec,&i386_pei_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_l1om_arch,&bfd_k1om_arch,&bfd_plugin_arch" /home/ryan/packages/trunk/src/binutils-gdb/bfd/targets.c -fPIC -DPIC -o targets.o >/dev/null 2>&1
mv -f .deps/targets.Tpo .deps/targets.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/hash.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/hash.c -fPIC -DPIC -o .libs/hash.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/hash.c -fPIC -DPIC -o hash.o >/dev/null 2>&1
mv -f .deps/hash.Tpo .deps/hash.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/linker.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/linker.c -fPIC -DPIC -o .libs/linker.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/linker.c -fPIC -DPIC -o linker.o >/dev/null 2>&1
mv -f .deps/linker.Tpo .deps/linker.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/srec.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/srec.c -fPIC -DPIC -o .libs/srec.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/srec.c -fPIC -DPIC -o srec.o >/dev/null 2>&1
mv -f .deps/srec.Tpo .deps/srec.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/binary.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/binary.c -fPIC -DPIC -o .libs/binary.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/binary.c -fPIC -DPIC -o binary.o >/dev/null 2>&1
mv -f .deps/binary.Tpo .deps/binary.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/tekhex.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/tekhex.c -fPIC -DPIC -o .libs/tekhex.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/tekhex.c -fPIC -DPIC -o tekhex.o >/dev/null 2>&1
mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/ihex.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/ihex.c -fPIC -DPIC -o .libs/ihex.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/ihex.c -fPIC -DPIC -o ihex.o >/dev/null 2>&1
mv -f .deps/ihex.Tpo .deps/ihex.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/stabs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/stabs.c -fPIC -DPIC -o .libs/stabs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/stabs.c -fPIC -DPIC -o stabs.o >/dev/null 2>&1
mv -f .deps/stabs.Tpo .deps/stabs.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/stab-syms.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/stab-syms.c -fPIC -DPIC -o .libs/stab-syms.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/stab-syms.c -fPIC -DPIC -o stab-syms.o >/dev/null 2>&1
mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/merge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/merge.c -fPIC -DPIC -o .libs/merge.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/merge.c -fPIC -DPIC -o merge.o >/dev/null 2>&1
mv -f .deps/merge.Tpo .deps/merge.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/debug\" /home/ryan/packages/trunk/src/binutils-gdb/bfd/dwarf2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/debug\" /home/ryan/packages/trunk/src/binutils-gdb/bfd/dwarf2.c -fPIC -DPIC -o .libs/dwarf2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/lib/debug\" /home/ryan/packages/trunk/src/binutils-gdb/bfd/dwarf2.c -fPIC -DPIC -o dwarf2.o >/dev/null 2>&1
mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/simple.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/simple.c -fPIC -DPIC -o .libs/simple.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/simple.c -fPIC -DPIC -o simple.o >/dev/null 2>&1
mv -f .deps/simple.Tpo .deps/simple.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/compress.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/compress.c -fPIC -DPIC -o .libs/compress.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/compress.c -fPIC -DPIC -o compress.o >/dev/null 2>&1
mv -f .deps/compress.Tpo .deps/compress.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/verilog.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/verilog.c -fPIC -DPIC -o .libs/verilog.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/verilog.c -fPIC -DPIC -o verilog.o >/dev/null 2>&1
mv -f .deps/verilog.Tpo .deps/verilog.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c -o elf64-x86-64.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64-x86-64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64-x86-64.c -fPIC -DPIC -o .libs/elf64-x86-64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64-x86-64.c -fPIC -DPIC -o elf64-x86-64.o >/dev/null 2>&1
mv -f .deps/elf64-x86-64.Tpo .deps/elf64-x86-64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-ifunc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-ifunc.c -fPIC -DPIC -o .libs/elf-ifunc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-ifunc.c -fPIC -DPIC -o elf-ifunc.o >/dev/null 2>&1
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c -o elf-nacl.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-nacl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-nacl.c -fPIC -DPIC -o .libs/elf-nacl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-nacl.lo -MD -MP -MF .deps/elf-nacl.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-nacl.c -fPIC -DPIC -o elf-nacl.o >/dev/null 2>&1
mv -f .deps/elf-nacl.Tpo .deps/elf-nacl.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64.c -fPIC -DPIC -o .libs/elf64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64.c -fPIC -DPIC -o elf64.o >/dev/null 2>&1
mv -f .deps/elf64.Tpo .deps/elf64.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf.c -fPIC -DPIC -o .libs/elf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf.c -fPIC -DPIC -o elf.o >/dev/null 2>&1
mv -f .deps/elf.Tpo .deps/elf.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elflink.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elflink.c -fPIC -DPIC -o .libs/elflink.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elflink.c -fPIC -DPIC -o elflink.o >/dev/null 2>&1
mv -f .deps/elflink.Tpo .deps/elflink.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-attrs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-attrs.c -fPIC -DPIC -o .libs/elf-attrs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-attrs.c -fPIC -DPIC -o elf-attrs.o >/dev/null 2>&1
mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-strtab.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-strtab.c -fPIC -DPIC -o .libs/elf-strtab.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-strtab.c -fPIC -DPIC -o elf-strtab.o >/dev/null 2>&1
mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-eh-frame.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-eh-frame.c -fPIC -DPIC -o .libs/elf-eh-frame.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-eh-frame.c -fPIC -DPIC -o elf-eh-frame.o >/dev/null 2>&1
mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/dwarf1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/dwarf1.c -fPIC -DPIC -o .libs/dwarf1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/dwarf1.c -fPIC -DPIC -o dwarf1.o >/dev/null 2>&1
mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32-i386.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32-i386.c -fPIC -DPIC -o .libs/elf32-i386.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32-i386.c -fPIC -DPIC -o elf32-i386.o >/dev/null 2>&1
mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-vxworks.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-vxworks.c -fPIC -DPIC -o .libs/elf-vxworks.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf-vxworks.c -fPIC -DPIC -o elf-vxworks.o >/dev/null 2>&1
mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32.c -fPIC -DPIC -o .libs/elf32.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32.c -fPIC -DPIC -o elf32.o >/dev/null 2>&1
mv -f .deps/elf32.Tpo .deps/elf32.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/i386linux.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/i386linux.c -fPIC -DPIC -o .libs/i386linux.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/i386linux.c -fPIC -DPIC -o i386linux.o >/dev/null 2>&1
mv -f .deps/i386linux.Tpo .deps/i386linux.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/aout32.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/aout32.c -fPIC -DPIC -o .libs/aout32.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/aout32.c -fPIC -DPIC -o aout32.o >/dev/null 2>&1
mv -f .deps/aout32.Tpo .deps/aout32.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/pei-i386.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/pei-i386.c -fPIC -DPIC -o .libs/pei-i386.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/pei-i386.c -fPIC -DPIC -o pei-i386.o >/dev/null 2>&1
mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo
rm -f peigen.c
sed -e s/XX/pe/g < /home/ryan/packages/trunk/src/binutils-gdb/bfd/peXXigen.c > peigen.new
mv -f peigen.new peigen.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -fPIC -DPIC -o .libs/peigen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -fPIC -DPIC -o peigen.o >/dev/null 2>&1
mv -f .deps/peigen.Tpo .deps/peigen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/cofflink.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cofflink.c -fPIC -DPIC -o .libs/cofflink.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cofflink.c -fPIC -DPIC -o cofflink.o >/dev/null 2>&1
mv -f .deps/cofflink.Tpo .deps/cofflink.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c -o pei-x86_64.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/pei-x86_64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/pei-x86_64.c -fPIC -DPIC -o .libs/pei-x86_64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/pei-x86_64.c -fPIC -DPIC -o pei-x86_64.o >/dev/null 2>&1
mv -f .deps/pei-x86_64.Tpo .deps/pei-x86_64.Plo
rm -f pex64igen.c
sed -e s/XX/pex64/g < /home/ryan/packages/trunk/src/binutils-gdb/bfd/peXXigen.c > pex64igen.new
mv -f pex64igen.new pex64igen.c
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c -o pex64igen.lo pex64igen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c pex64igen.c -fPIC -DPIC -o .libs/pex64igen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c pex64igen.c -fPIC -DPIC -o pex64igen.o >/dev/null 2>&1
mv -f .deps/pex64igen.Tpo .deps/pex64igen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64-gen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64-gen.c -fPIC -DPIC -o .libs/elf64-gen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf64-gen.c -fPIC -DPIC -o elf64-gen.o >/dev/null 2>&1
mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32-gen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32-gen.c -fPIC -DPIC -o .libs/elf32-gen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/elf32-gen.c -fPIC -DPIC -o elf32-gen.o >/dev/null 2>&1
mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/plugin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/plugin.c -fPIC -DPIC -o .libs/plugin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/plugin.c -fPIC -DPIC -o plugin.o >/dev/null 2>&1
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-i386.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-i386.c -fPIC -DPIC -o .libs/cpu-i386.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-i386.c -fPIC -DPIC -o cpu-i386.o >/dev/null 2>&1
mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c -o cpu-l1om.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-l1om.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-l1om.c -fPIC -DPIC -o .libs/cpu-l1om.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-l1om.c -fPIC -DPIC -o cpu-l1om.o >/dev/null 2>&1
mv -f .deps/cpu-l1om.Tpo .deps/cpu-l1om.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c -o cpu-k1om.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-k1om.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-k1om.c -fPIC -DPIC -o .libs/cpu-k1om.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-k1om.c -fPIC -DPIC -o cpu-k1om.o >/dev/null 2>&1
mv -f .deps/cpu-k1om.Tpo .deps/cpu-k1om.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c -o cpu-plugin.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-plugin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-plugin.c -fPIC -DPIC -o .libs/cpu-plugin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/cpu-plugin.c -fPIC -DPIC -o cpu-plugin.o >/dev/null 2>&1
mv -f .deps/cpu-plugin.Tpo .deps/cpu-plugin.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR='"/usr/bin"' -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo /home/ryan/packages/trunk/src/binutils-gdb/bfd/archive64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/archive64.c -fPIC -DPIC -o .libs/archive64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I. -I/home/ryan/packages/trunk/src/binutils-gdb/bfd -I/home/ryan/packages/trunk/src/binutils-gdb/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_aout_linux_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/bfd/archive64.c -fPIC -DPIC -o archive64.o >/dev/null 2>&1
mv -f .deps/archive64.Tpo .deps/archive64.Plo
rm -f tofiles
f=""; \
for i in elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-i386.lo elf-vxworks.lo elf32.lo i386linux.lo aout32.lo pei-i386.lo peigen.lo cofflink.lo pei-x86_64.lo pex64igen.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-l1om.lo cpu-k1om.lo cpu-plugin.lo archive64.lo ; do \
case " $f " in \
*" $i "*) ;; \
*) f="$f $i" ;; \
esac ; \
done ; \
echo $f > tofiles
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -release `cat libtool-soversion` -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o libbfd.la -rpath /usr/lib 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` -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed -ldl -lz -ldl
libtool: link: gcc -shared .libs/archive.o .libs/archures.o .libs/bfd.o .libs/bfdio.o .libs/bfdwin.o .libs/cache.o .libs/coffgen.o .libs/corefile.o .libs/format.o .libs/init.o .libs/libbfd.o .libs/opncls.o .libs/reloc.o .libs/section.o .libs/syms.o .libs/targets.o .libs/hash.o .libs/linker.o .libs/srec.o .libs/binary.o .libs/tekhex.o .libs/ihex.o .libs/stabs.o .libs/stab-syms.o .libs/merge.o .libs/dwarf2.o .libs/simple.o .libs/compress.o .libs/verilog.o .libs/elf64-x86-64.o .libs/elf-ifunc.o .libs/elf-nacl.o .libs/elf64.o .libs/elf.o .libs/elflink.o .libs/elf-attrs.o .libs/elf-strtab.o .libs/elf-eh-frame.o .libs/dwarf1.o .libs/elf32-i386.o .libs/elf-vxworks.o .libs/elf32.o .libs/i386linux.o .libs/aout32.o .libs/pei-i386.o .libs/peigen.o .libs/cofflink.o .libs/pei-x86_64.o .libs/pex64igen.o .libs/elf64-gen.o .libs/elf32-gen.o .libs/plugin.o .libs/cpu-i386.o .libs/cpu-l1om.o .libs/cpu-k1om.o .libs/cpu-plugin.o .libs/archive64.o -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty -lz -ldl -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libbfd-2.24.51.20141014.so -o .libs/libbfd-2.24.51.20141014.so
libtool: link: (cd ".libs" && rm -f "libbfd.so" && ln -s "libbfd-2.24.51.20141014.so" "libbfd.so")
libtool: link: ar cru .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 elf64-x86-64.o elf-ifunc.o elf-nacl.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-i386.o elf-vxworks.o elf32.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o pei-x86_64.o pex64igen.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-l1om.o cpu-k1om.o cpu-plugin.o archive64.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
cp $libtooldir/libbfd.a libbfd.tmp; \
ranlib libbfd.tmp; \
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
Making all in .
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/dis-buf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/opcodes/dis-buf.c -fPIC -DPIC -o .libs/dis-buf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/opcodes/dis-buf.c -fPIC -DPIC -o dis-buf.o >/dev/null 2>&1
mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 -DARCH_l1om -DARCH_k1om /home/ryan/packages/trunk/src/binutils-gdb/opcodes/disassemble.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 -DARCH_l1om -DARCH_k1om /home/ryan/packages/trunk/src/binutils-gdb/opcodes/disassemble.c -fPIC -DPIC -o .libs/disassemble.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 -DARCH_l1om -DARCH_k1om /home/ryan/packages/trunk/src/binutils-gdb/opcodes/disassemble.c -fPIC -DPIC -o disassemble.o >/dev/null 2>&1
mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/dis-init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/opcodes/dis-init.c -fPIC -DPIC -o .libs/dis-init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/opcodes/dis-init.c -fPIC -DPIC -o dis-init.o >/dev/null 2>&1
mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/i386-dis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/opcodes/i386-dis.c -fPIC -DPIC -o .libs/i386-dis.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/opcodes/i386-dis.c -fPIC -DPIC -o i386-dis.o >/dev/null 2>&1
mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/i386-opc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/opcodes/i386-opc.c -fPIC -DPIC -o .libs/i386-opc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I. -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include -I/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../bfd -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/opcodes/i386-opc.c -fPIC -DPIC -o i386-opc.o >/dev/null 2>&1
mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -release `cat ../bfd/libtool-soversion` -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o libopcodes.la -rpath /usr/lib dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo -Wl,/home/ryan/packages/trunk/src/binutils-build/opcodes/../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/opcodes/../libiberty/pic -liberty -Wl,-lc,--as-needed,-lm,--no-as-needed
libtool: link: gcc -shared .libs/dis-buf.o .libs/disassemble.o .libs/dis-init.o .libs/i386-dis.o .libs/i386-opc.o -L/home/ryan/packages/trunk/src/binutils-build/opcodes/../libiberty/pic -liberty -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,/home/ryan/packages/trunk/src/binutils-build/opcodes/../bfd/.libs/libbfd.so -Wl,-lc -Wl,--as-needed -Wl,-lm -Wl,--no-as-needed -Wl,-soname -Wl,libopcodes-2.24.51.20141014.so -o .libs/libopcodes-2.24.51.20141014.so
libtool: link: (cd ".libs" && rm -f "libopcodes.so" && ln -s "libopcodes-2.24.51.20141014.so" "libopcodes.so")
libtool: link: ar cru .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o i386-dis.o i386-opc.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libopcodes.a
libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" )
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
cp $libtooldir/libopcodes.a libopcodes.tmp; \
ranlib libopcodes.tmp; \
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes/po'
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/da.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/de.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/es.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/fi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/fr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/ga | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/ga.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/id.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/it.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/nl.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/pt_BR.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/ro.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/sv.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/tr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/uk.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/vi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/zh_CN.po
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes/po'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
Making all in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas/doc'
rm -f asconfig.texi
cp /home/ryan/packages/trunk/src/binutils-gdb/gas/doc/all.texi ./asconfig.texi
chmod u+w ./asconfig.texi
touch as.1
perl /home/ryan/packages/trunk/src/binutils-gdb/gas/doc/../../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/gas/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/gas/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd/doc" -I ../../bfd/doc -Dman < /home/ryan/packages/trunk/src/binutils-gdb/gas/doc/as.texinfo > as.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/gas/doc/../../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 as.pod | \
sed -e '/^.if n .na/d' > as.1.T$$ && \
mv -f as.1.T$$ as.1) || \
(rm -f as.1.T$$ && exit 1)
rm -f as.pod
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas/doc'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas/po'
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gas/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gas/po/es.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gas/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gas/po/fi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gas/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gas/po/fr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gas/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gas/po/id.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gas/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gas/po/ja.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gas/po/ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gas/po/ru.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gas/po/rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gas/po/rw.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gas/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gas/po/tr.po
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT app.o -MD -MP -MF .deps/app.Tpo -c -o app.o /home/ryan/packages/trunk/src/binutils-gdb/gas/app.c
mv -f .deps/app.Tpo .deps/app.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT as.o -MD -MP -MF .deps/as.Tpo -c -o as.o /home/ryan/packages/trunk/src/binutils-gdb/gas/as.c
mv -f .deps/as.Tpo .deps/as.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT atof-generic.o -MD -MP -MF .deps/atof-generic.Tpo -c -o atof-generic.o /home/ryan/packages/trunk/src/binutils-gdb/gas/atof-generic.c
mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT compress-debug.o -MD -MP -MF .deps/compress-debug.Tpo -c -o compress-debug.o /home/ryan/packages/trunk/src/binutils-gdb/gas/compress-debug.c
mv -f .deps/compress-debug.Tpo .deps/compress-debug.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cond.o -MD -MP -MF .deps/cond.Tpo -c -o cond.o /home/ryan/packages/trunk/src/binutils-gdb/gas/cond.c
mv -f .deps/cond.Tpo .deps/cond.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT depend.o -MD -MP -MF .deps/depend.Tpo -c -o depend.o /home/ryan/packages/trunk/src/binutils-gdb/gas/depend.c
mv -f .deps/depend.Tpo .deps/depend.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf2dbg.o -MD -MP -MF .deps/dwarf2dbg.Tpo -c -o dwarf2dbg.o /home/ryan/packages/trunk/src/binutils-gdb/gas/dwarf2dbg.c
mv -f .deps/dwarf2dbg.Tpo .deps/dwarf2dbg.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dw2gencfi.o -MD -MP -MF .deps/dw2gencfi.Tpo -c -o dw2gencfi.o /home/ryan/packages/trunk/src/binutils-gdb/gas/dw2gencfi.c
mv -f .deps/dw2gencfi.Tpo .deps/dw2gencfi.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ecoff.o -MD -MP -MF .deps/ecoff.Tpo -c -o ecoff.o /home/ryan/packages/trunk/src/binutils-gdb/gas/ecoff.c
mv -f .deps/ecoff.Tpo .deps/ecoff.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ehopt.o -MD -MP -MF .deps/ehopt.Tpo -c -o ehopt.o /home/ryan/packages/trunk/src/binutils-gdb/gas/ehopt.c
mv -f .deps/ehopt.Tpo .deps/ehopt.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o /home/ryan/packages/trunk/src/binutils-gdb/gas/expr.c
mv -f .deps/expr.Tpo .deps/expr.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o flonum-copy.o /home/ryan/packages/trunk/src/binutils-gdb/gas/flonum-copy.c
mv -f .deps/flonum-copy.Tpo .deps/flonum-copy.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT flonum-konst.o -MD -MP -MF .deps/flonum-konst.Tpo -c -o flonum-konst.o /home/ryan/packages/trunk/src/binutils-gdb/gas/flonum-konst.c
mv -f .deps/flonum-konst.Tpo .deps/flonum-konst.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT flonum-mult.o -MD -MP -MF .deps/flonum-mult.Tpo -c -o flonum-mult.o /home/ryan/packages/trunk/src/binutils-gdb/gas/flonum-mult.c
mv -f .deps/flonum-mult.Tpo .deps/flonum-mult.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT frags.o -MD -MP -MF .deps/frags.Tpo -c -o frags.o /home/ryan/packages/trunk/src/binutils-gdb/gas/frags.c
mv -f .deps/frags.Tpo .deps/frags.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o /home/ryan/packages/trunk/src/binutils-gdb/gas/hash.c
mv -f .deps/hash.Tpo .deps/hash.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT input-file.o -MD -MP -MF .deps/input-file.Tpo -c -o input-file.o /home/ryan/packages/trunk/src/binutils-gdb/gas/input-file.c
mv -f .deps/input-file.Tpo .deps/input-file.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT input-scrub.o -MD -MP -MF .deps/input-scrub.Tpo -c -o input-scrub.o /home/ryan/packages/trunk/src/binutils-gdb/gas/input-scrub.c
mv -f .deps/input-scrub.Tpo .deps/input-scrub.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT listing.o -MD -MP -MF .deps/listing.Tpo -c -o listing.o /home/ryan/packages/trunk/src/binutils-gdb/gas/listing.c
mv -f .deps/listing.Tpo .deps/listing.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT literal.o -MD -MP -MF .deps/literal.Tpo -c -o literal.o /home/ryan/packages/trunk/src/binutils-gdb/gas/literal.c
mv -f .deps/literal.Tpo .deps/literal.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT macro.o -MD -MP -MF .deps/macro.Tpo -c -o macro.o /home/ryan/packages/trunk/src/binutils-gdb/gas/macro.c
mv -f .deps/macro.Tpo .deps/macro.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o /home/ryan/packages/trunk/src/binutils-gdb/gas/messages.c
mv -f .deps/messages.Tpo .deps/messages.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT output-file.o -MD -MP -MF .deps/output-file.Tpo -c -o output-file.o /home/ryan/packages/trunk/src/binutils-gdb/gas/output-file.c
mv -f .deps/output-file.Tpo .deps/output-file.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o /home/ryan/packages/trunk/src/binutils-gdb/gas/read.c
mv -f .deps/read.Tpo .deps/read.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT remap.o -MD -MP -MF .deps/remap.Tpo -c -o remap.o /home/ryan/packages/trunk/src/binutils-gdb/gas/remap.c
mv -f .deps/remap.Tpo .deps/remap.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT sb.o -MD -MP -MF .deps/sb.Tpo -c -o sb.o /home/ryan/packages/trunk/src/binutils-gdb/gas/sb.c
mv -f .deps/sb.Tpo .deps/sb.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o /home/ryan/packages/trunk/src/binutils-gdb/gas/stabs.c
mv -f .deps/stabs.Tpo .deps/stabs.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT subsegs.o -MD -MP -MF .deps/subsegs.Tpo -c -o subsegs.o /home/ryan/packages/trunk/src/binutils-gdb/gas/subsegs.c
mv -f .deps/subsegs.Tpo .deps/subsegs.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT symbols.o -MD -MP -MF .deps/symbols.Tpo -c -o symbols.o /home/ryan/packages/trunk/src/binutils-gdb/gas/symbols.c
mv -f .deps/symbols.Tpo .deps/symbols.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT write.o -MD -MP -MF .deps/write.Tpo -c -o write.o /home/ryan/packages/trunk/src/binutils-gdb/gas/write.c
mv -f .deps/write.Tpo .deps/write.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT tc-i386.o -MD -MP -MF .deps/tc-i386.Tpo -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gas/'`config/tc-i386.c
mv -f .deps/tc-i386.Tpo .deps/tc-i386.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT obj-elf.o -MD -MP -MF .deps/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gas/'`config/obj-elf.c
mv -f .deps/obj-elf.Tpo .deps/obj-elf.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gas -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gas/config -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gas/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT atof-ieee.o -MD -MP -MF .deps/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gas/'`config/atof-ieee.c
mv -f .deps/atof-ieee.Tpo .deps/atof-ieee.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -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-i386.o obj-elf.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/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-i386.o obj-elf.o atof-ieee.o ../opcodes/.libs/libopcodes.so -L/home/ryan/packages/trunk/src/binutils-build/opcodes/../libiberty/pic ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/binutils/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/binutils/arparse.y y.tab.c arparse.c y.tab.h arparse.h y.output arparse.output -- bison -y -d
updating arparse.h
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/binutils/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/binutils/sysinfo.y y.tab.c sysinfo.c y.tab.h sysinfo.h y.output sysinfo.output -- bison -y -d
/home/ryan/packages/trunk/src/binutils-gdb/binutils/sysinfo.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
updating sysinfo.h
if [ -r sysinfo.c ]; then \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong sysinfo.c ; \
else \
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/binutils/sysinfo.c ; \
fi
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/binutils/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/binutils/syslex.l lex.yy.c syslex.c -- flex
gcc -c -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/binutils/syslex_wrap.c
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wl,-O1,--sort-common,--as-needed,-z,relro -o sysinfo sysinfo.o syslex_wrap.o
./sysinfo -d </home/ryan/packages/trunk/src/binutils-gdb/binutils/sysroff.info >sysroff.h
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/binutils/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/binutils/defparse.y y.tab.c defparse.c y.tab.h defparse.h y.output defparse.output -- bison -y -d
/home/ryan/packages/trunk/src/binutils-gdb/binutils/defparse.y: warning: 27 shift/reduce conflicts [-Wconflicts-sr]
updating defparse.h
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/binutils/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/binutils/rcparse.y y.tab.c rcparse.c y.tab.h rcparse.h y.output rcparse.output -- bison -y -d
/home/ryan/packages/trunk/src/binutils-gdb/binutils/rcparse.y: warning: 58 shift/reduce conflicts [-Wconflicts-sr]
/home/ryan/packages/trunk/src/binutils-gdb/binutils/rcparse.y: warning: 10 reduce/reduce conflicts [-Wconflicts-rr]
updating rcparse.h
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/binutils/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/binutils/mcparse.y y.tab.c mcparse.c y.tab.h mcparse.h y.output mcparse.output -- bison -y -d
/home/ryan/packages/trunk/src/binutils-gdb/binutils/mcparse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
updating mcparse.h
Making info in doc
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
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 binutils.info binutils.info-[0-9] binutils.info-[0-9][0-9] binutils.i[0-9] binutils.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 "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -I /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc \
-o binutils.info `test -f 'binutils.texi' || echo '/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/'`binutils.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./binutils.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
touch addr2line.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Daddr2line < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > addr2line.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > addr2line.1.T$$ && \
mv -f addr2line.1.T$$ addr2line.1) || (rm -f addr2line.1.T$$ && exit 1)
rm -f addr2line.pod
touch ar.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dar < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > ar.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 ar.pod | sed -e '/^.if n .na/d' > ar.1.T$$ && \
mv -f ar.1.T$$ ar.1) || (rm -f ar.1.T$$ && exit 1)
rm -f ar.pod
touch dlltool.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Ddlltool < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > dlltool.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 dlltool.pod | sed -e '/^.if n .na/d' > dlltool.1.T$$ && \
mv -f dlltool.1.T$$ dlltool.1) || (rm -f dlltool.1.T$$ && exit 1)
rm -f dlltool.pod
touch nlmconv.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnlmconv < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > nlmconv.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 nlmconv.pod | sed -e '/^.if n .na/d' > nlmconv.1.T$$ && \
mv -f nlmconv.1.T$$ nlmconv.1) || (rm -f nlmconv.1.T$$ && exit 1)
rm -f nlmconv.pod
touch nm.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dnm < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > nm.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 nm.pod | sed -e '/^.if n .na/d' > nm.1.T$$ && \
mv -f nm.1.T$$ nm.1) || (rm -f nm.1.T$$ && exit 1)
rm -f nm.pod
touch objcopy.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjcopy < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > objcopy.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 objcopy.pod | sed -e '/^.if n .na/d' > objcopy.1.T$$ && \
mv -f objcopy.1.T$$ objcopy.1) || (rm -f objcopy.1.T$$ && exit 1)
rm -f objcopy.pod
touch objdump.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dobjdump < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > objdump.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 objdump.pod | sed -e '/^.if n .na/d' > objdump.1.T$$ && \
mv -f objdump.1.T$$ objdump.1) || (rm -f objdump.1.T$$ && exit 1)
rm -f objdump.pod
touch ranlib.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dranlib < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > ranlib.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 ranlib.pod | sed -e '/^.if n .na/d' > ranlib.1.T$$ && \
mv -f ranlib.1.T$$ ranlib.1) || (rm -f ranlib.1.T$$ && exit 1)
rm -f ranlib.pod
touch readelf.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dreadelf < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > readelf.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 readelf.pod | sed -e '/^.if n .na/d' > readelf.1.T$$ && \
mv -f readelf.1.T$$ readelf.1) || (rm -f readelf.1.T$$ && exit 1)
rm -f readelf.pod
touch size.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dsize < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > size.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 size.pod | sed -e '/^.if n .na/d' > size.1.T$$ && \
mv -f size.1.T$$ size.1) || (rm -f size.1.T$$ && exit 1)
rm -f size.pod
touch strings.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrings < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > strings.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 strings.pod | sed -e '/^.if n .na/d' > strings.1.T$$ && \
mv -f strings.1.T$$ strings.1) || (rm -f strings.1.T$$ && exit 1)
rm -f strings.pod
touch strip.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dstrip < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > strip.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 strip.pod | sed -e '/^.if n .na/d' > strip.1.T$$ && \
mv -f strip.1.T$$ strip.1) || (rm -f strip.1.T$$ && exit 1)
rm -f strip.pod
touch elfedit.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Delfedit < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > elfedit.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > elfedit.1.T$$ && \
mv -f elfedit.1.T$$ elfedit.1) || (rm -f elfedit.1.T$$ && exit 1)
rm -f elfedit.pod
touch windres.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindres < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > windres.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 windres.pod | sed -e '/^.if n .na/d' > windres.1.T$$ && \
mv -f windres.1.T$$ windres.1) || (rm -f windres.1.T$$ && exit 1)
rm -f windres.pod
touch windmc.1
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dwindmc < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > windmc.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 windmc.pod | sed -e '/^.if n .na/d' > windmc.1.T$$ && \
mv -f windmc.1.T$$ windmc.1) || (rm -f windmc.1.T$$ && exit 1)
rm -f windmc.pod
touch cxxfilt.man
perl /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dcxxfilt < /home/ryan/packages/trunk/src/binutils-gdb/binutils/doc/binutils.texi > c++filt.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/binutils/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 c++filt.pod | sed -e '/^.if n .na/d' > cxxfilt.man.T$$ && \
mv -f cxxfilt.man.T$$ cxxfilt.man) || (rm -f cxxfilt.man.T$$ && exit 1)
rm -f c++filt.pod
if test -f cxxfilt.man; then \
man=cxxfilt.man; \
else \
man=/home/ryan/packages/trunk/src/binutils-gdb/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/ryan/packages/trunk/src/binutils-build/binutils/doc'
Making info in po
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[3]: Nothing to be done for 'info-am'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
Making all in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/bg.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/da.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/es.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/fi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/fr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/hr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/hr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/id.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/it.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/ja.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/ro.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/ru.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/rw.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/sk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/sk.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/sv.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/tr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/uk.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/vi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/zh_CN.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/zh_TW | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/zh_TW.po
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT size.o -MD -MP -MF .deps/size.Tpo -c -o size.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/size.c
mv -f .deps/size.Tpo .deps/size.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/bucomm.c
mv -f .deps/bucomm.Tpo .deps/bucomm.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/version.c
mv -f .deps/version.Tpo .deps/version.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/filemode.c
mv -f .deps/filemode.Tpo .deps/filemode.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" /home/ryan/packages/trunk/src/binutils-gdb/binutils/objdump.c
mv -f .deps/objdump.Tpo .deps/objdump.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf.o -MD -MP -MF .deps/dwarf.Tpo -c -o dwarf.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/dwarf.c
mv -f .deps/dwarf.Tpo .deps/dwarf.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT prdbg.o -MD -MP -MF .deps/prdbg.Tpo -c -o prdbg.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/prdbg.c
mv -f .deps/prdbg.Tpo .deps/prdbg.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/rddbg.c
mv -f .deps/rddbg.Tpo .deps/rddbg.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/stabs.c
mv -f .deps/stabs.Tpo .deps/stabs.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/ieee.c
mv -f .deps/ieee.Tpo .deps/ieee.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/rdcoff.c
mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elfcomm.o -MD -MP -MF .deps/elfcomm.Tpo -c -o elfcomm.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/elfcomm.c
mv -f .deps/elfcomm.Tpo .deps/elfcomm.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -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 -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/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/.libs/libopcodes.so -L/home/ryan/packages/trunk/src/binutils-build/opcodes/../libiberty/pic ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/`arparse.c
mv -f .deps/arparse.Tpo .deps/arparse.Po
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/binutils/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/binutils/arlex.l lex.yy.c arlex.c -- flex
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo /home/ryan/packages/trunk/src/binutils-gdb/binutils/`arlex.c
mv -f .deps/arlex.Tpo .deps/arlex.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/ar.c
mv -f .deps/ar.Tpo .deps/ar.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/not-ranlib.c
mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/arsup.c
mv -f .deps/arsup.Tpo .deps/arsup.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/rename.c
mv -f .deps/rename.Tpo .deps/rename.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/binemul.c
mv -f .deps/binemul.Tpo .deps/binemul.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/emul_vanilla.c
mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -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 -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/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/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lfl -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT strings.o -MD -MP -MF .deps/strings.Tpo -c -o strings.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/strings.c
mv -f .deps/strings.Tpo .deps/strings.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/is-ranlib.c
mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -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 -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/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/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lfl -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/objcopy.c
mv -f .deps/objcopy.Tpo .deps/objcopy.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/not-strip.c
mv -f .deps/not-strip.Tpo .deps/not-strip.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/wrstabs.c
mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -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 -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/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/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT addr2line.o -MD -MP -MF .deps/addr2line.Tpo -c -o addr2line.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/addr2line.c
mv -f .deps/addr2line.Tpo .deps/addr2line.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT readelf.o -MD -MP -MF .deps/readelf.Tpo -c -o readelf.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/readelf.c
mv -f .deps/readelf.Tpo .deps/readelf.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT unwind-ia64.o -MD -MP -MF .deps/unwind-ia64.Tpo -c -o unwind-ia64.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/unwind-ia64.c
mv -f .deps/unwind-ia64.Tpo .deps/unwind-ia64.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT elfedit.o -MD -MP -MF .deps/elfedit.Tpo -c -o elfedit.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/elfedit.c
mv -f .deps/elfedit.Tpo .deps/elfedit.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/nm.c
mv -f .deps/nm.Tpo .deps/nm.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/is-strip.c
mv -f .deps/is-strip.Tpo .deps/is-strip.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -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 -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/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/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/cxxfilt.c
mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfdtest1.o -MD -MP -MF .deps/bfdtest1.Tpo -c -o bfdtest1.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/bfdtest1.c
mv -f .deps/bfdtest1.Tpo .deps/bfdtest1.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/bfdtest1 bfdtest1.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I. -I/home/ryan/packages/trunk/src/binutils-gdb/binutils -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/binutils/../include -DLOCALEDIR="\"/usr/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bfdtest2.o -MD -MP -MF .deps/bfdtest2.Tpo -c -o bfdtest2.o /home/ryan/packages/trunk/src/binutils-gdb/binutils/bfdtest2.c
mv -f .deps/bfdtest2.Tpo .deps/bfdtest2.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/etc'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/po'
file=`echo es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gold/po/es.po
file=`echo fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gold/po/fi.po
file=`echo id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gold/po/id.po
file=`echo it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gold/po/it.po
file=`echo vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gold/po/vi.po
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/po'
Making all in testsuite
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
(for i in `seq 1 70000`; do \
echo "int var_$i __attribute__((section(\"section_$i\"))) = $i;"; \
done) > many_sections_define.h.tmp
mv -f many_sections_define.h.tmp many_sections_define.h
(for i in `seq 1 1000 70000`; do \
echo "assert(var_$i == $i);"; \
done) > many_sections_check.h.tmp
mv -f many_sections_check.h.tmp many_sections_check.h
make all-am
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=archive.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT archive.o -MD -MP -MF .deps/archive.Tpo -c -o archive.o /home/ryan/packages/trunk/src/binutils-gdb/gold/archive.cc
mv -f .deps/archive.Tpo .deps/archive.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=attributes.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT attributes.o -MD -MP -MF .deps/attributes.Tpo -c -o attributes.o /home/ryan/packages/trunk/src/binutils-gdb/gold/attributes.cc
mv -f .deps/attributes.Tpo .deps/attributes.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=binary.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT binary.o -MD -MP -MF .deps/binary.Tpo -c -o binary.o /home/ryan/packages/trunk/src/binutils-gdb/gold/binary.cc
mv -f .deps/binary.Tpo .deps/binary.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=common.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o /home/ryan/packages/trunk/src/binutils-gdb/gold/common.cc
mv -f .deps/common.Tpo .deps/common.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=compressed_output.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT compressed_output.o -MD -MP -MF .deps/compressed_output.Tpo -c -o compressed_output.o /home/ryan/packages/trunk/src/binutils-gdb/gold/compressed_output.cc
mv -f .deps/compressed_output.Tpo .deps/compressed_output.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=copy-relocs.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT copy-relocs.o -MD -MP -MF .deps/copy-relocs.Tpo -c -o copy-relocs.o /home/ryan/packages/trunk/src/binutils-gdb/gold/copy-relocs.cc
mv -f .deps/copy-relocs.Tpo .deps/copy-relocs.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=cref.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cref.o -MD -MP -MF .deps/cref.Tpo -c -o cref.o /home/ryan/packages/trunk/src/binutils-gdb/gold/cref.cc
mv -f .deps/cref.Tpo .deps/cref.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=defstd.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT defstd.o -MD -MP -MF .deps/defstd.Tpo -c -o defstd.o /home/ryan/packages/trunk/src/binutils-gdb/gold/defstd.cc
mv -f .deps/defstd.Tpo .deps/defstd.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=descriptors.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT descriptors.o -MD -MP -MF .deps/descriptors.Tpo -c -o descriptors.o /home/ryan/packages/trunk/src/binutils-gdb/gold/descriptors.cc
mv -f .deps/descriptors.Tpo .deps/descriptors.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dirsearch.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dirsearch.o -MD -MP -MF .deps/dirsearch.Tpo -c -o dirsearch.o /home/ryan/packages/trunk/src/binutils-gdb/gold/dirsearch.cc
mv -f .deps/dirsearch.Tpo .deps/dirsearch.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dynobj.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dynobj.o -MD -MP -MF .deps/dynobj.Tpo -c -o dynobj.o /home/ryan/packages/trunk/src/binutils-gdb/gold/dynobj.cc
mv -f .deps/dynobj.Tpo .deps/dynobj.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dwarf_reader.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwarf_reader.o -MD -MP -MF .deps/dwarf_reader.Tpo -c -o dwarf_reader.o /home/ryan/packages/trunk/src/binutils-gdb/gold/dwarf_reader.cc
mv -f .deps/dwarf_reader.Tpo .deps/dwarf_reader.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ehframe.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ehframe.o -MD -MP -MF .deps/ehframe.Tpo -c -o ehframe.o /home/ryan/packages/trunk/src/binutils-gdb/gold/ehframe.cc
mv -f .deps/ehframe.Tpo .deps/ehframe.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=errors.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o /home/ryan/packages/trunk/src/binutils-gdb/gold/errors.cc
mv -f .deps/errors.Tpo .deps/errors.Po
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/gold/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/gold/yyscript.y y.tab.c yyscript.c y.tab.h yyscript.h y.output yyscript.output -- bison -y -d
/home/ryan/packages/trunk/src/binutils-gdb/gold/yyscript.y: warning: 5 shift/reduce conflicts [-Wconflicts-sr]
updating yyscript.h
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=expression.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT expression.o -MD -MP -MF .deps/expression.Tpo -c -o expression.o /home/ryan/packages/trunk/src/binutils-gdb/gold/expression.cc
mv -f .deps/expression.Tpo .deps/expression.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=fileread.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT fileread.o -MD -MP -MF .deps/fileread.Tpo -c -o fileread.o /home/ryan/packages/trunk/src/binutils-gdb/gold/fileread.cc
mv -f .deps/fileread.Tpo .deps/fileread.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gc.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT gc.o -MD -MP -MF .deps/gc.Tpo -c -o gc.o /home/ryan/packages/trunk/src/binutils-gdb/gold/gc.cc
mv -f .deps/gc.Tpo .deps/gc.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gdb-index.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT gdb-index.o -MD -MP -MF .deps/gdb-index.Tpo -c -o gdb-index.o /home/ryan/packages/trunk/src/binutils-gdb/gold/gdb-index.cc
mv -f .deps/gdb-index.Tpo .deps/gdb-index.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gold.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT gold.o -MD -MP -MF .deps/gold.Tpo -c -o gold.o /home/ryan/packages/trunk/src/binutils-gdb/gold/gold.cc
mv -f .deps/gold.Tpo .deps/gold.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=gold-threads.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT gold-threads.o -MD -MP -MF .deps/gold-threads.Tpo -c -o gold-threads.o /home/ryan/packages/trunk/src/binutils-gdb/gold/gold-threads.cc
mv -f .deps/gold-threads.Tpo .deps/gold-threads.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=icf.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT icf.o -MD -MP -MF .deps/icf.Tpo -c -o icf.o /home/ryan/packages/trunk/src/binutils-gdb/gold/icf.cc
mv -f .deps/icf.Tpo .deps/icf.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT incremental.o -MD -MP -MF .deps/incremental.Tpo -c -o incremental.o /home/ryan/packages/trunk/src/binutils-gdb/gold/incremental.cc
mv -f .deps/incremental.Tpo .deps/incremental.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=int_encoding.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT int_encoding.o -MD -MP -MF .deps/int_encoding.Tpo -c -o int_encoding.o /home/ryan/packages/trunk/src/binutils-gdb/gold/int_encoding.cc
mv -f .deps/int_encoding.Tpo .deps/int_encoding.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=layout.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT layout.o -MD -MP -MF .deps/layout.Tpo -c -o layout.o /home/ryan/packages/trunk/src/binutils-gdb/gold/layout.cc
mv -f .deps/layout.Tpo .deps/layout.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=mapfile.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT mapfile.o -MD -MP -MF .deps/mapfile.Tpo -c -o mapfile.o /home/ryan/packages/trunk/src/binutils-gdb/gold/mapfile.cc
mv -f .deps/mapfile.Tpo .deps/mapfile.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=merge.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT merge.o -MD -MP -MF .deps/merge.Tpo -c -o merge.o /home/ryan/packages/trunk/src/binutils-gdb/gold/merge.cc
mv -f .deps/merge.Tpo .deps/merge.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=nacl.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT nacl.o -MD -MP -MF .deps/nacl.Tpo -c -o nacl.o /home/ryan/packages/trunk/src/binutils-gdb/gold/nacl.cc
mv -f .deps/nacl.Tpo .deps/nacl.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=object.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT object.o -MD -MP -MF .deps/object.Tpo -c -o object.o /home/ryan/packages/trunk/src/binutils-gdb/gold/object.cc
mv -f .deps/object.Tpo .deps/object.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=options.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o /home/ryan/packages/trunk/src/binutils-gdb/gold/options.cc
mv -f .deps/options.Tpo .deps/options.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=output.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT output.o -MD -MP -MF .deps/output.Tpo -c -o output.o /home/ryan/packages/trunk/src/binutils-gdb/gold/output.cc
mv -f .deps/output.Tpo .deps/output.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=parameters.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT parameters.o -MD -MP -MF .deps/parameters.Tpo -c -o parameters.o /home/ryan/packages/trunk/src/binutils-gdb/gold/parameters.cc
mv -f .deps/parameters.Tpo .deps/parameters.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=plugin.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o /home/ryan/packages/trunk/src/binutils-gdb/gold/plugin.cc
mv -f .deps/plugin.Tpo .deps/plugin.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=readsyms.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT readsyms.o -MD -MP -MF .deps/readsyms.Tpo -c -o readsyms.o /home/ryan/packages/trunk/src/binutils-gdb/gold/readsyms.cc
mv -f .deps/readsyms.Tpo .deps/readsyms.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=reduced_debug_output.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT reduced_debug_output.o -MD -MP -MF .deps/reduced_debug_output.Tpo -c -o reduced_debug_output.o /home/ryan/packages/trunk/src/binutils-gdb/gold/reduced_debug_output.cc
mv -f .deps/reduced_debug_output.Tpo .deps/reduced_debug_output.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=reloc.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT reloc.o -MD -MP -MF .deps/reloc.Tpo -c -o reloc.o /home/ryan/packages/trunk/src/binutils-gdb/gold/reloc.cc
mv -f .deps/reloc.Tpo .deps/reloc.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=resolve.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT resolve.o -MD -MP -MF .deps/resolve.Tpo -c -o resolve.o /home/ryan/packages/trunk/src/binutils-gdb/gold/resolve.cc
mv -f .deps/resolve.Tpo .deps/resolve.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script-sections.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT script-sections.o -MD -MP -MF .deps/script-sections.Tpo -c -o script-sections.o /home/ryan/packages/trunk/src/binutils-gdb/gold/script-sections.cc
mv -f .deps/script-sections.Tpo .deps/script-sections.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT script.o -MD -MP -MF .deps/script.Tpo -c -o script.o /home/ryan/packages/trunk/src/binutils-gdb/gold/script.cc
mv -f .deps/script.Tpo .deps/script.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=stringpool.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT stringpool.o -MD -MP -MF .deps/stringpool.Tpo -c -o stringpool.o /home/ryan/packages/trunk/src/binutils-gdb/gold/stringpool.cc
mv -f .deps/stringpool.Tpo .deps/stringpool.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=symtab.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o /home/ryan/packages/trunk/src/binutils-gdb/gold/symtab.cc
mv -f .deps/symtab.Tpo .deps/symtab.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=target.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT target.o -MD -MP -MF .deps/target.Tpo -c -o target.o /home/ryan/packages/trunk/src/binutils-gdb/gold/target.cc
mv -f .deps/target.Tpo .deps/target.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=target-select.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT target-select.o -MD -MP -MF .deps/target-select.Tpo -c -o target-select.o /home/ryan/packages/trunk/src/binutils-gdb/gold/target-select.cc
mv -f .deps/target-select.Tpo .deps/target-select.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=timer.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o /home/ryan/packages/trunk/src/binutils-gdb/gold/timer.cc
mv -f .deps/timer.Tpo .deps/timer.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=version.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o /home/ryan/packages/trunk/src/binutils-gdb/gold/version.cc
mv -f .deps/version.Tpo .deps/version.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=workqueue.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT workqueue.o -MD -MP -MF .deps/workqueue.Tpo -c -o workqueue.o /home/ryan/packages/trunk/src/binutils-gdb/gold/workqueue.cc
mv -f .deps/workqueue.Tpo .deps/workqueue.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=workqueue-threads.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT workqueue-threads.o -MD -MP -MF .deps/workqueue-threads.Tpo -c -o workqueue-threads.o /home/ryan/packages/trunk/src/binutils-gdb/gold/workqueue-threads.cc
mv -f .deps/workqueue-threads.Tpo .deps/workqueue-threads.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=yyscript.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT yyscript.o -MD -MP -MF .deps/yyscript.Tpo -c -o yyscript.o yyscript.c
mv -f .deps/yyscript.Tpo .deps/yyscript.Po
rm -f libgold.a
ar cru libgold.a archive.o attributes.o binary.o common.o compressed_output.o copy-relocs.o cref.o defstd.o descriptors.o dirsearch.o dynobj.o dwarf_reader.o ehframe.o errors.o expression.o fileread.o gc.o gdb-index.o gold.o gold-threads.o icf.o incremental.o int_encoding.o layout.o mapfile.o merge.o nacl.o object.o options.o output.o parameters.o plugin.o readsyms.o reduced_debug_output.o reloc.o resolve.o script-sections.o script.o stringpool.o symtab.o target.o target-select.o timer.o version.o workqueue.o workqueue-threads.o yyscript.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libgold.a
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dwp.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT dwp.o -MD -MP -MF .deps/dwp.Tpo -c -o dwp.o /home/ryan/packages/trunk/src/binutils-gdb/gold/dwp.cc
mv -f .deps/dwp.Tpo .deps/dwp.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=dwp -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o dwp dwp.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=main.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/main.cc
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=i386.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o /home/ryan/packages/trunk/src/binutils-gdb/gold/i386.cc
mv -f .deps/i386.Tpo .deps/i386.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=x86_64.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT x86_64.o -MD -MP -MF .deps/x86_64.Tpo -c -o x86_64.o /home/ryan/packages/trunk/src/binutils-gdb/gold/x86_64.cc
mv -f .deps/x86_64.Tpo .deps/x86_64.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=sparc.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o /home/ryan/packages/trunk/src/binutils-gdb/gold/sparc.cc
mv -f .deps/sparc.Tpo .deps/sparc.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=powerpc.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT powerpc.o -MD -MP -MF .deps/powerpc.Tpo -c -o powerpc.o /home/ryan/packages/trunk/src/binutils-gdb/gold/powerpc.cc
mv -f .deps/powerpc.Tpo .deps/powerpc.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=arm.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT arm.o -MD -MP -MF .deps/arm.Tpo -c -o arm.o /home/ryan/packages/trunk/src/binutils-gdb/gold/arm.cc
mv -f .deps/arm.Tpo .deps/arm.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=arm-reloc-property.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT arm-reloc-property.o -MD -MP -MF .deps/arm-reloc-property.Tpo -c -o arm-reloc-property.o /home/ryan/packages/trunk/src/binutils-gdb/gold/arm-reloc-property.cc
mv -f .deps/arm-reloc-property.Tpo .deps/arm-reloc-property.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=tilegx.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT tilegx.o -MD -MP -MF .deps/tilegx.Tpo -c -o tilegx.o /home/ryan/packages/trunk/src/binutils-gdb/gold/tilegx.cc
mv -f .deps/tilegx.Tpo .deps/tilegx.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=mips.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o /home/ryan/packages/trunk/src/binutils-gdb/gold/mips.cc
mv -f .deps/mips.Tpo .deps/mips.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=aarch64.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o /home/ryan/packages/trunk/src/binutils-gdb/gold/aarch64.cc
mv -f .deps/aarch64.Tpo .deps/aarch64.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=aarch64-reloc-property.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT aarch64-reloc-property.o -MD -MP -MF .deps/aarch64-reloc-property.Tpo -c -o aarch64-reloc-property.o /home/ryan/packages/trunk/src/binutils-gdb/gold/aarch64-reloc-property.cc
mv -f .deps/aarch64-reloc-property.Tpo .deps/aarch64-reloc-property.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld-new -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o ld-new main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o mips.o aarch64.o aarch64-reloc-property.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/bin\"" -DTOOLLIBDIR="\"/usr/lib\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental-dump.o -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT incremental-dump.o -MD -MP -MF .deps/incremental-dump.Tpo -c -o incremental-dump.o /home/ryan/packages/trunk/src/binutils-gdb/gold/incremental-dump.cc
mv -f .deps/incremental-dump.Tpo .deps/incremental-dump.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=incremental-dump -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o incremental-dump incremental-dump.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o mips.o aarch64.o aarch64-reloc-property.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
awk -f /home/ryan/packages/trunk/src/binutils-gdb/gprof/gen-c-prog.awk > flat_bl.c \
FUNCTION=`(echo flat_bl|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=flat_bl.m /home/ryan/packages/trunk/src/binutils-gdb/gprof/flat_bl.m
awk -f /home/ryan/packages/trunk/src/binutils-gdb/gprof/gen-c-prog.awk > bsd_callg_bl.c \
FUNCTION=`(echo bsd_callg_bl|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=bsd_callg_bl.m /home/ryan/packages/trunk/src/binutils-gdb/gprof/bsd_callg_bl.m
awk -f /home/ryan/packages/trunk/src/binutils-gdb/gprof/gen-c-prog.awk > fsf_callg_bl.c \
FUNCTION=`(echo fsf_callg_bl|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=fsf_callg_bl.m /home/ryan/packages/trunk/src/binutils-gdb/gprof/fsf_callg_bl.m
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof/po'
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/bg.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/da.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/de | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/de.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/eo | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/eo.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/es.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/fi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/fr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/ga | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/ga.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/id.po
file=`echo it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/it.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/ja.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/ms | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/ms.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/nl.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/pt_BR.po
file=`echo ro | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/ru.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/rw.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/sr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/sv.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/uk.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/vi.po
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
echo "@set top_srcdir /home/ryan/packages/trunk/src/binutils-gdb/gprof" >> ./config.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 gprof.info gprof.info-[0-9] gprof.info-[0-9][0-9] gprof.i[0-9] gprof.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 "/home/ryan/packages/trunk/src/binutils-gdb/gprof" -I "/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd/doc" -I ../bfd/doc -I /home/ryan/packages/trunk/src/binutils-gdb/gprof \
-o gprof.info `test -f 'gprof.texi' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gprof/'`gprof.texi; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./gprof.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/basic_blocks.c
mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/call_graph.c
mv -f .deps/call_graph.Tpo .deps/call_graph.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/cg_arcs.c
mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/cg_dfn.c
mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/cg_print.c
mv -f .deps/cg_print.Tpo .deps/cg_print.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/corefile.c
mv -f .deps/corefile.Tpo .deps/corefile.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/gmon_io.c
mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/gprof.c
mv -f .deps/gprof.Tpo .deps/gprof.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/hertz.c
mv -f .deps/hertz.Tpo .deps/hertz.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/hist.c
mv -f .deps/hist.Tpo .deps/hist.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/source.c
mv -f .deps/source.Tpo .deps/source.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/search_list.c
mv -f .deps/search_list.Tpo .deps/search_list.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/symtab.c
mv -f .deps/symtab.Tpo .deps/symtab.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/sym_ids.c
mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/utils.c
mv -f .deps/utils.Tpo .deps/utils.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/i386.c
mv -f .deps/i386.Tpo .deps/i386.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/alpha.c
mv -f .deps/alpha.Tpo .deps/alpha.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/vax.c
mv -f .deps/vax.Tpo .deps/vax.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT tahoe.o -MD -MP -MF .deps/tahoe.Tpo -c -o tahoe.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/tahoe.c
mv -f .deps/tahoe.Tpo .deps/tahoe.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/sparc.c
mv -f .deps/sparc.Tpo .deps/sparc.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/mips.c
mv -f .deps/mips.Tpo .deps/mips.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o /home/ryan/packages/trunk/src/binutils-gdb/gprof/aarch64.c
mv -f .deps/aarch64.Tpo .deps/aarch64.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o flat_bl.c
mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o bsd_callg_bl.c
mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gprof -DDEBUG -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../include -I/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd -I. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o fsf_callg_bl.c
mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -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 aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/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 aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty -lz ../libiberty/libiberty.a -lm -ldl
touch gprof.1
perl /home/ryan/packages/trunk/src/binutils-gdb/gprof/../etc/texi2pod.pl -I "/home/ryan/packages/trunk/src/binutils-gdb/gprof" -I "/home/ryan/packages/trunk/src/binutils-gdb/gprof/../bfd/doc" -I ../bfd/doc -Dman -Dgprof < /home/ryan/packages/trunk/src/binutils-gdb/gprof/gprof.texi > gprof.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/gprof/../etc/texi2pod.pl line 314.
(pod2man --center="GNU" --release="binutils-2.24.51" --section=1 gprof.pod | \
sed -e '/^.if n .na/d' > gprof.1.T$$ && \
mv -f gprof.1.T$$ gprof.1) || \
(rm -f gprof.1.T$$ && exit 1)
rm -f gprof.pod
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/ld/ldgram.y y.tab.c ldgram.c y.tab.h ldgram.h y.output ldgram.output -- bison -y -d
updating ldgram.h
(echo "/* This file is automatically generated. DO NOT EDIT! */";\
for f in `echo " " eelf_x86_64.o eelf32_x86_64.o eelf_i386.o ei386linux.o eelf_l1om.o eelf_k1om.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 " " eelf_x86_64.o eelf32_x86_64.o eelf_i386.o ei386linux.o eelf_l1om.o eelf_k1om.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
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/ld/deffilep.y y.tab.c deffilep.c y.tab.h deffilep.h y.output deffilep.output -- bison -y -d
/home/ryan/packages/trunk/src/binutils-gdb/ld/deffilep.y: warning: 76 shift/reduce conflicts [-Wconflicts-sr]
updating deffilep.h
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld/po'
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/bg | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/bg.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/da | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/da.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/es.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/fi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/fr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/ga | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/ga.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/id | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/id.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/it | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/ja.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/sv.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/tr.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/uk.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/vi.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/zh_CN.po
file=`echo /home/ryan/packages/trunk/src/binutils-gdb/ld/po/zh_TW | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file /home/ryan/packages/trunk/src/binutils-gdb/ld/po/zh_TW.po
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
cp /home/ryan/packages/trunk/src/binutils-gdb/ld/gen-doc.texi ./configdoc.texi
chmod u+w ./configdoc.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 ld.info ld.info-[0-9] ld.info-[0-9][0-9] ld.i[0-9] ld.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 /home/ryan/packages/trunk/src/binutils-gdb/ld -I /home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd/doc -I ../bfd/doc -I /home/ryan/packages/trunk/src/binutils-gdb/ld/../libiberty -I /home/ryan/packages/trunk/src/binutils-gdb/ld \
-o ld.info `test -f 'ld.texinfo' || echo '/home/ryan/packages/trunk/src/binutils-gdb/ld/'`ld.texinfo; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./ld.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/home/ryan/packages/trunk/src/binutils-gdb/ld/ld.texinfo:1362: warning: @pxref cross-reference name should not contain `:'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '/home/ryan/packages/trunk/src/binutils-gdb/ld/'`testplug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/ld/testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c /home/ryan/packages/trunk/src/binutils-gdb/ld/testplug.c -fPIC -DPIC -o libldtestplug_la-testplug.o >/dev/null 2>&1
mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -no-undefined -rpath /nowhere -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -o libldtestplug.la libldtestplug_la-testplug.lo -lz -ldl -ldl
libtool: link: gcc -shared .libs/libldtestplug_la-testplug.o -lz -ldl -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -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 cru .libs/libldtestplug.a libldtestplug_la-testplug.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libldtestplug.a
libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" )
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo /home/ryan/packages/trunk/src/binutils-gdb/ld/`ldgram.c
mv -f .deps/ldgram.Tpo .deps/ldgram.Po
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/../ylwrap /home/ryan/packages/trunk/src/binutils-gdb/ld/ldlex.l lex.yy.c ldlex.c -- flex
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldlex-wrapper.c
mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o /home/ryan/packages/trunk/src/binutils-gdb/ld/lexsup.c
mv -f .deps/lexsup.Tpo .deps/lexsup.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldlang.c
mv -f .deps/ldlang.Tpo .deps/ldlang.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o /home/ryan/packages/trunk/src/binutils-gdb/ld/mri.c
mv -f .deps/mri.Tpo .deps/mri.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldctor.c
mv -f .deps/ldctor.Tpo .deps/ldctor.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \
-DDEFAULT_EMULATION='"elf_x86_64"' \
-DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/bin"' \
-DTARGET='"x86_64-unknown-linux-gnu"' -DTARGET_SYSTEM_ROOT=\"\" \
/home/ryan/packages/trunk/src/binutils-gdb/ld/ldmain.c
mv -f .deps/ldmain.Tpo .deps/ldmain.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldwrite.c
mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldexp.c
mv -f .deps/ldexp.Tpo .deps/ldexp.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldemul.c
mv -f .deps/ldemul.Tpo .deps/ldemul.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldver.c
mv -f .deps/ldver.Tpo .deps/ldver.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldmisc.c
mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \
-DSCRIPTDIR='"/usr/lib"' -DBINDIR='"/usr/bin"' -DTOOLBINDIR='"/usr/bin"' \
/home/ryan/packages/trunk/src/binutils-gdb/ld/ldfile.c
mv -f .deps/ldfile.Tpo .deps/ldfile.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldcref.c
mv -f .deps/ldcref.Tpo .deps/ldcref.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o /home/ryan/packages/trunk/src/binutils-gdb/ld/plugin.c
mv -f .deps/plugin.Tpo .deps/plugin.Po
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o /home/ryan/packages/trunk/src/binutils-gdb/ld/ldbuildid.c
mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po
cp /home/ryan/packages/trunk/src/binutils-gdb/ld/emultempl/astring.sed stringify.sed
base=`echo eelf_x86_64.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
LIB_PATH='/usr/lib:/usr/local/lib' /bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/genscripts.sh "/home/ryan/packages/trunk/src/binutils-gdb/ld" "/usr/lib" "/usr" "/usr" x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_x86_64 "x86_64-unknown-linux-gnu"
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT eelf_x86_64.o -MD -MP -MF .deps/eelf_x86_64.Tpo -c -o eelf_x86_64.o eelf_x86_64.c
mv -f .deps/eelf_x86_64.Tpo .deps/eelf_x86_64.Po
base=`echo eelf32_x86_64.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
LIB_PATH='/usr/lib:/usr/local/lib' /bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/genscripts.sh "/home/ryan/packages/trunk/src/binutils-gdb/ld" "/usr/lib" "/usr" "/usr" x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf32_x86_64 "x86_64-unknown-linux-gnu"
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT eelf32_x86_64.o -MD -MP -MF .deps/eelf32_x86_64.Tpo -c -o eelf32_x86_64.o eelf32_x86_64.c
mv -f .deps/eelf32_x86_64.Tpo .deps/eelf32_x86_64.Po
base=`echo eelf_i386.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
LIB_PATH='/usr/lib:/usr/local/lib' /bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/genscripts.sh "/home/ryan/packages/trunk/src/binutils-gdb/ld" "/usr/lib" "/usr" "/usr" x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_i386 "i386-unknown-linux-gnu"
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT eelf_i386.o -MD -MP -MF .deps/eelf_i386.Tpo -c -o eelf_i386.o eelf_i386.c
mv -f .deps/eelf_i386.Tpo .deps/eelf_i386.Po
base=`echo ei386linux.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
LIB_PATH='/usr/lib:/usr/local/lib' /bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/genscripts.sh "/home/ryan/packages/trunk/src/binutils-gdb/ld" "/usr/lib" "/usr" "/usr" x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes i386linux "i386-unknown-linux-gnuaout"
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ei386linux.o -MD -MP -MF .deps/ei386linux.Tpo -c -o ei386linux.o ei386linux.c
mv -f .deps/ei386linux.Tpo .deps/ei386linux.Po
base=`echo eelf_l1om.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
LIB_PATH='/usr/lib:/usr/local/lib' /bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/genscripts.sh "/home/ryan/packages/trunk/src/binutils-gdb/ld" "/usr/lib" "/usr" "/usr" x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_l1om "x86_64-unknown-linux-gnu"
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT eelf_l1om.o -MD -MP -MF .deps/eelf_l1om.Tpo -c -o eelf_l1om.o eelf_l1om.c
mv -f .deps/eelf_l1om.Tpo .deps/eelf_l1om.Po
base=`echo eelf_k1om.c | sed -e 's,e\(.*\).c,\1,'`; \
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base"
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
LIB_PATH='/usr/lib:/usr/local/lib' /bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/genscripts.sh "/home/ryan/packages/trunk/src/binutils-gdb/ld" "/usr/lib" "/usr" "/usr" x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_k1om "x86_64-unknown-linux-gnu"
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I. -I/home/ryan/packages/trunk/src/binutils-gdb/ld -I../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd -I/home/ryan/packages/trunk/src/binutils-gdb/ld/../include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT eelf_k1om.o -MD -MP -MF .deps/eelf_k1om.Tpo -c -o eelf_k1om.o eelf_k1om.c
mv -f .deps/eelf_k1om.Tpo .deps/eelf_k1om.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1,--sort-common,--as-needed,-z,relro -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 ldbuildid.o eelf_x86_64.o eelf32_x86_64.o eelf_i386.o ei386linux.o eelf_l1om.o eelf_k1om.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl -ldl
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -static-libstdc++ -static-libgcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/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 ldbuildid.o eelf_x86_64.o eelf32_x86_64.o eelf_i386.o ei386linux.o eelf_l1om.o eelf_k1om.o ../bfd/.libs/libbfd.so -L/home/ryan/packages/trunk/src/binutils-build/bfd/../libiberty/pic -liberty ../libiberty/libiberty.a -lz -ldl
touch ld.1
perl /home/ryan/packages/trunk/src/binutils-gdb/ld/../etc/texi2pod.pl -I /home/ryan/packages/trunk/src/binutils-gdb/ld -I /home/ryan/packages/trunk/src/binutils-gdb/ld/../bfd/doc -I ../bfd/doc -I /home/ryan/packages/trunk/src/binutils-gdb/ld/../libiberty -Dman < /home/ryan/packages/trunk/src/binutils-gdb/ld/ld.texinfo > ld.pod
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/ryan/packages/trunk/src/binutils-gdb/ld/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.24.51" --section=1 ld.pod | \
sed -e '/^.if n .na/d' > ld.1.T$$ && \
mv -f ld.1.T$$ ld.1) || \
(rm -f ld.1.T$$ && exit 1)
rm -f ld.pod
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libdecnumber'
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/decNumber.c
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/decContext.c
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/decimal32.c
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/decimal64.c
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/decimal128.c
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/bid2dpd_dpd2bid.c
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/host-ieee32.c
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/host-ieee64.c
source='/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I/home/ryan/packages/trunk/src/binutils-gdb/libdecnumber -I. -D_FORTIFY_SOURCE=2 -c /home/ryan/packages/trunk/src/binutils-gdb/libdecnumber/bid/host-ieee128.c
rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libdecnumber.a
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libdecnumber'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/readline'
rm -f readline.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/readline.c
rm -f vi_mode.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/vi_mode.c
rm -f funmap.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/funmap.c
rm -f keymaps.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/keymaps.c
rm -f parens.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/parens.c
rm -f search.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/search.c
rm -f rltty.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/rltty.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/complete.c
/home/ryan/packages/trunk/src/binutils-gdb/readline/complete.c: In function ‘fnwidth’:
/home/ryan/packages/trunk/src/binutils-gdb/readline/complete.c:687:12: warning: implicit declaration of function ‘wcwidth’ [-Wimplicit-function-declaration]
w = wcwidth (wc);
^
rm -f bind.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/bind.c
rm -f isearch.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/isearch.c
rm -f display.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/display.c
/home/ryan/packages/trunk/src/binutils-gdb/readline/display.c: In function ‘rl_redisplay’:
/home/ryan/packages/trunk/src/binutils-gdb/readline/display.c:768:15: warning: implicit declaration of function ‘wcwidth’ [-Wimplicit-function-declaration]
temp = wcwidth (wc);
^
rm -f signals.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/signals.c
rm -f util.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/util.c
rm -f kill.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/kill.c
rm -f undo.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/undo.c
rm -f macro.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/macro.c
rm -f input.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/input.c
rm -f callback.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/callback.c
rm -f terminal.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/terminal.c
rm -f text.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/text.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/nls.c
rm -f misc.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/misc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/compat.c
rm -f xfree.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/xfree.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/xmalloc.c
rm -f history.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/history.c
rm -f histexpand.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/histexpand.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/histfile.c
/home/ryan/packages/trunk/src/binutils-gdb/readline/histfile.c: In function ‘history_truncate_file’:
/home/ryan/packages/trunk/src/binutils-gdb/readline/histfile.c:406:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (file, bp, chars_read - (bp - buffer));
^
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/histsearch.c
rm -f shell.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/shell.c
rm -f mbutil.o
gcc -c -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong /home/ryan/packages/trunk/src/binutils-gdb/readline/mbutil.c
/home/ryan/packages/trunk/src/binutils-gdb/readline/mbutil.c: In function ‘_rl_find_next_mbchar_internal’:
/home/ryan/packages/trunk/src/binutils-gdb/readline/mbutil.c:122:12: warning: implicit declaration of function ‘wcwidth’ [-Wimplicit-function-declaration]
if (wcwidth (wc) == 0)
^
rm -f tilde.o
gcc -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I. -I/home/ryan/packages/trunk/src/binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DREADLINE_LIBRARY -c /home/ryan/packages/trunk/src/binutils-gdb/readline/tilde.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
test -n "ranlib" && ranlib libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libhistory.a
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/readline'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/sim'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/sim'
make[1]: Nothing to be done for 'all-target'.
make[1]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build'
==> Starting check()...
make[1]: Entering directory '/home/ryan/packages/trunk/src/binutils-build'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make check-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
Making check in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
Making check in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
Making check in .
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
Making check in po
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes/po'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes/po'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make check-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
Making check in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
Making check in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make check-DEJAGNU
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
Making a new site.exp file...
srcdir=`cd /home/ryan/packages/trunk/src/binutils-gdb/binutils && pwd`; export srcdir; \
r=`pwd`; export r; \
LC_ALL=C; export LC_ALL; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
CC_FOR_TARGET="gcc" CFLAGS_FOR_TARGET="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" \
$runtest --tool binutils --srcdir ${srcdir}/testsuite \
; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By ryan on Tue Mar 22 01:54:17 2016
Native configuration is x86_64-unknown-linux-gnu
=== binutils tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/aarch64/aarch64.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/ar.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/arm/objdump.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/bfin/objdump.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/compress.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/dlltool.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/elfedit.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/hppa/objdump.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/i386/i386.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/m68k/objdump.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/mips/mips.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/nm.exp ...
Version /home/ryan/packages/trunk/src/binutils-build/binutils/nm-new 2.24.51.20141014
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/objcopy.exp ...
Version /home/ryan/packages/trunk/src/binutils-build/binutils/objcopy 2.24.51.20141014
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/objdump.exp ...
Version /home/ryan/packages/trunk/src/binutils-build/binutils/objdump 2.24.51.20141014
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/readelf.exp ...
Version /home/ryan/packages/trunk/src/binutils-build/binutils/readelf 2.24.51.20141014
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/size.exp ...
Version /home/ryan/packages/trunk/src/binutils-build/binutils/size 2.24.51.20141014
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/vax/objdump.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/windres/windres.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/binutils/testsuite/binutils-all/x86-64/x86-64.exp ...
=== binutils Summary ===
# of expected passes 100
# of unsupported tests 1
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/etc'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/etc'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
Making check in doc
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas/doc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas/doc'
Making check in po
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas/po'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas/po'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make check-DEJAGNU
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
Making a new site.exp file...
if [ -d testsuite ]; then \
true; \
else \
mkdir testsuite; \
fi
rm -f testsuite/site.exp
cp site.exp testsuite/site.exp
rootme=`pwd`; export rootme; \
srcdir=`cd /home/ryan/packages/trunk/src/binutils-gdb/gas; pwd` ; export srcdir ; \
LC_ALL=C; export LC_ALL; \
EXPECT=expect ; export EXPECT ; \
runtest=runtest; \
cd testsuite; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool gas --srcdir ${srcdir}/testsuite \
; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By ryan on Tue Mar 22 01:54:20 2016
Native configuration is x86_64-unknown-linux-gnu
=== gas tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/aarch64/aarch64.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/all/gas.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/alpha/alpha.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/arc/arc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/arc/warn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/arm/arm.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/avr/avr.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/bfin/bfin.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/bfin/error.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/cfi/cfi.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/cr16/cr16.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/cr16/pic.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/cris/cris.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/crx/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/d10v/d10v.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/d30v/d30.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/dlx/alltests.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/elf/elf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/epiphany/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/fr30/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/fr30/fr30.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/frv/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/h8300-coff.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/h8300-elf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/h8300.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t01_mov.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t02_mova.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t03_add.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t04_sub.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t05_cmp.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t06_ari2.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t07_ari3.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t08_or.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t09_xor.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t10_and.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t11_logs.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t12_bit.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/h8300/t13_otr.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/hppa/basic/basic.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/hppa/parse/parse.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/hppa/reloc/reloc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/hppa/unsorted/unsorted.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/i386/i386.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/i386/ilp32/elf/ilp32.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/i386/ilp32/ilp32.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/i386/ilp32/lns/ilp32.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/i860/i860.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/ia64/ia64.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/ieee-fp/x930509a.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/iq2000/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/iq2000/load-hazards.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/iq2000/odd-ldw.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/iq2000/odd-sdw.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/iq2000/yield.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/lm32/all.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/lns/lns.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m32r/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m32r/error.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m32r/m32r.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m32r/m32r2.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m32r/m32rx.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m32r/pic.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m32r/rel32.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m68hc11/m68hc11.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m68k-coff/gas.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/m68k/all.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mach-o/mach-o.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/macros/macros.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mcore/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mep/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mep/complex-relocs.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/metag/metag.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/microblaze/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/microblaze/endian.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/microblaze/relax_size.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/microblaze/reloc_sym.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/microblaze/special_reg.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mips/mips.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mmix/mmix-err.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mmix/mmix-list.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mmix/mmix.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mn10200/basic.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mn10300/basic.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mri/mri.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/msp430/msp430.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mt/errors.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mt/mt.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/mt/relocs.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/nds32/nds32.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/nios2/nios2.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/or1k/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/pdp11/pdp11.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/pe/pe.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/pj/pj.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/ppc/aix.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/ppc/ppc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/rx/rx.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/s390/s390.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/score/relax.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/score/relax_32.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sh/arch/arch.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sh/basic.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sh/err.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sh/sh64/err.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sh/sh64/sh64.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sparc-solaris/addend.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sparc-solaris/gas.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sparc/mismatch.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sparc/sparc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/sun4/addend.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/symver/symver.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/tic4x/tic4x.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/tic54x/tic54x.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/tic6x/tic6x.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/tilegx/tilegx.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/tilepro/tilepro.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/v850/basic.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/vax/vax.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/xc16x/xc16x.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/xgate/xgate.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/xstormy16/allinsn.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/xtensa/all.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/xtensa/xtensa-err.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/z80/z80.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/gas/testsuite/gas/z8k/z8k.exp ...
=== gas Summary ===
# of expected passes 892
../as-new 2.24.51.20141014
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libiberty'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/intl'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
Making info in doc
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
Making info in po
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[3]: Nothing to be done for 'info-am'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
Making all in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
Making all in .
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes/po'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
Making all in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas/doc'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
Making info in doc
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
Making info in po
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[3]: Nothing to be done for 'info-am'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make all-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
Making all in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
Making all in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
Making check in po
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/po'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/po'
Making check in testsuite
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make check-am
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make libgoldtest.a object_unittest binary_unittest leb128_unittest icf_virtual_function_folding_test large_symbol_alignment basic_test basic_pic_test basic_static_test basic_static_pic_test basic_pie_test constructor_test constructor_static_test two_file_test two_file_pic_test two_file_static_test two_file_shared_1_test two_file_shared_2_test two_file_shared_1_pic_2_test two_file_shared_2_pic_1_test two_file_same_shared_test two_file_separate_shared_12_test two_file_separate_shared_21_test two_file_relocatable_test two_file_pie_test pie_copyrelocs_test two_file_strip_test two_file_same_shared_strip_test common_test_1 common_test_2 exception_test exception_shared_1_test exception_shared_2_test exception_same_shared_test exception_separate_shared_12_test exception_separate_shared_21_test exception_static_test weak_test weak_undef_test weak_undef_test_2 weak_alias_test weak_plt copy_test tls_test tls_pic_test tls_pie_test tls_pie_pic_test tls_shared_test tls_shared_ie_test tls_shared_gd_to_ie_test tls_shared_gnu2_gd_to_ie_test tls_shared_gnu2_test tls_static_test tls_static_pic_test many_sections_test many_sections_r_test initpri1 initpri2 initpri3a flagstest_o_specialfile flagstest_compress_debug_sections flagstest_o_specialfile_and_compress_debug_sections flagstest_o_ttext_1 ver_test ver_test_2 ver_test_6 ver_test_8 ver_test_9 ver_test_11 ver_test_12 protected_1 protected_2 relro_test relro_now_test relro_strip_test relro_script_test script_test_1 script_test_2 justsyms justsyms_exec binary_test script_test_3 tls_phdrs_script_test tls_script_test script_test_11 dynamic_list_2 thin_archive_test_1 thin_archive_test_2 plugin_test_1 plugin_test_2 plugin_test_3 plugin_test_4 plugin_test_5 plugin_test_6 plugin_test_7 plugin_test_8 plugin_test_10 plugin_test_tls exclude_libs_test local_labels_test discard_locals_test large permission_test searched_file_test ifuncmain1static ifuncmain1picstatic ifuncmain1 ifuncmain1pic ifuncmain1vis ifuncmain1vispic ifuncmain1staticpic ifuncmain1pie ifuncmain1vispie ifuncmain1staticpie ifuncmain2static ifuncmain2picstatic ifuncmain2 ifuncmain2pic ifuncmain3 ifuncmain4static ifuncmain4picstatic ifuncmain4 ifuncmain5static ifuncmain5picstatic ifuncmain5 ifuncmain5pic ifuncmain5staticpic ifuncmain5pie ifuncmain6pie ifuncmain7static ifuncmain7picstatic ifuncmain7 ifuncmain7pic ifuncmain7pie ifuncvar start_lib_test ehdr_start_test_1 ehdr_start_test_2 ehdr_start_test_3 ehdr_start_test_5 incremental_test_2 incremental_test_3 incremental_test_4 incremental_test_5 incremental_test_6 incremental_copy_test incremental_common_test_1 incremental_comdat_test_1 exception_x86_64_bnd_test \
incremental_test.sh gc_comdat_test.sh gc_tls_test.sh gc_orphan_section_test.sh pr14265.sh gc_dynamic_list_test.sh icf_test.sh icf_keep_unique_test.sh icf_safe_test.sh icf_safe_so_test.sh final_layout.sh text_section_grouping.sh section_sorting_name.sh icf_preemptible_functions_test.sh icf_string_merge_test.sh icf_sht_rel_addend_test.sh merge_string_literals.sh two_file_shared.sh weak_plt.sh debug_msg.sh missing_key_func.sh undef_symbol.sh ver_test_1.sh ver_test_2.sh ver_test_4.sh ver_test_5.sh ver_test_7.sh ver_test_10.sh relro_test.sh ver_matching_test.sh script_test_3.sh script_test_4.sh script_test_5.sh script_test_6.sh script_test_7.sh script_test_8.sh script_test_9.sh dynamic_list.sh plugin_test_1.sh plugin_test_2.sh plugin_test_3.sh plugin_test_4.sh plugin_test_6.sh plugin_test_7.sh plugin_test_10.sh plugin_test_tls.sh plugin_final_layout.sh exclude_libs_test.sh discard_locals_test.sh hidden_test.sh retain_symbols_file_test.sh no_version_test.sh strong_ref_weak_def.sh dyn_weak_ref.sh memory_test.sh gdb_index_test_1.sh gdb_index_test_2.sh gdb_index_test_3.sh gdb_index_test_4.sh ehdr_start_test_4.sh defsym_test.sh script_test_10.sh split_x86_64.sh dwp_test_1.sh dwp_test_2.sh incremental_test.stdout gc_comdat_test.stdout gc_tls_test.stdout gc_orphan_section_test.stdout pr14265.stdout gc_dynamic_list_test.stdout icf_test.map icf_keep_unique_test.stdout icf_safe_test_1.stdout icf_safe_test_2.stdout icf_safe_test.map icf_safe_so_test_1.stdout icf_safe_so_test_2.stdout icf_safe_so_test.map final_layout.stdout text_section_grouping.stdout text_section_no_grouping.stdout section_sorting_name.stdout icf_preemptible_functions_test.stdout icf_string_merge_test.stdout icf_sht_rel_addend_test.stdout merge_string_literals.stdout two_file_shared.dbg weak_plt_shared.so debug_msg.err missing_key_func.err debug_msg_cdebug.err debug_msg_so.err debug_msg_ndebug.err undef_symbol.err flagstest_o_ttext_2 ver_test_1.syms ver_test_2.syms ver_test_4.syms ver_test_5.syms ver_test_7.syms ver_test_10.syms protected_3.err relro_test.stdout ver_matching_test.stdout script_test_3.stdout script_test_4.stdout script_test_5.stdout script_test_6.stdout script_test_7.stdout script_test_8.stdout script_test_9.stdout dynamic_list.stdout plugin_test_1.err plugin_test_2.err plugin_test_3.err plugin_test_4.err plugin_test_6.err plugin_test_7.err plugin_test_7.syms plugin_test_9.err plugin_test_10.sections plugin_test_tls.err plugin_final_layout.stdout plugin_final_layout_readelf.stdout exclude_libs_test.syms discard_locals_test.syms discard_locals_relocatable_test1.syms discard_locals_relocatable_test2.syms hidden_test.err retain_symbols_file_test.stdout no_version_test.stdout strong_ref_weak_def.stdout dyn_weak_ref.stdout memory_test.stdout gdb_index_test_1.stdout gdb_index_test_2.stdout gdb_index_test_3.stdout gdb_index_test_4.stdout ehdr_start_test_4.syms defsym_test.syms script_test_10.stdout split_x86_64_1.stdout split_x86_64_2.stdout split_x86_64_3.stdout split_x86_64_4.stdout split_x86_64_r.stdout dwp_test_1.stdout dwp_test_2.stdout
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/test.cc
mv -f .deps/test.Tpo .deps/test.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT testmain.o -MD -MP -MF .deps/testmain.Tpo -c -o testmain.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/testmain.cc
mv -f .deps/testmain.Tpo .deps/testmain.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT testfile.o -MD -MP -MF .deps/testfile.Tpo -c -o testfile.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/testfile.cc
mv -f .deps/testfile.Tpo .deps/testfile.Po
rm -f libgoldtest.a
ar cru libgoldtest.a test.o testmain.o testfile.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libgoldtest.a
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT object_unittest.o -MD -MP -MF .deps/object_unittest.Tpo -c -o object_unittest.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/object_unittest.cc
mv -f .deps/object_unittest.Tpo .deps/object_unittest.Po
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o object_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` object_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lpthread -ldl -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT binary_unittest.o -MD -MP -MF .deps/binary_unittest.Tpo -c -o binary_unittest.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/binary_unittest.cc
mv -f .deps/binary_unittest.Tpo .deps/binary_unittest.Po
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o binary_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` binary_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lpthread -ldl -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT leb128_unittest.o -MD -MP -MF .deps/leb128_unittest.Tpo -c -o leb128_unittest.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/leb128_unittest.cc
mv -f .deps/leb128_unittest.Tpo .deps/leb128_unittest.Po
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o leb128_unittest | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` leb128_unittest.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lpthread -ldl -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fPIE -g -o icf_virtual_function_folding_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_virtual_function_folding_test.cc
test -d gcctestdir || mkdir -p gcctestdir
rm -f gcctestdir/ld
(cd gcctestdir && ln -s ../../ld-new ld)
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o icf_virtual_function_folding_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_virtual_function_folding_test.o -pie
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT large_symbol_alignment.o -MD -MP -MF .deps/large_symbol_alignment.Tpo -c -o large_symbol_alignment.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/large_symbol_alignment.cc
mv -f .deps/large_symbol_alignment.Tpo .deps/large_symbol_alignment.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o large_symbol_alignment large_symbol_alignment.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -o basic_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/basic_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o basic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -fpic -o basic_pic_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/basic_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o basic_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_pic_test.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o basic_static_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static basic_test.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o basic_static_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static basic_pic_test.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -fpie -o basic_pie_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/basic_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o basic_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie basic_pie_test.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT constructor_test.o -MD -MP -MF .deps/constructor_test.Tpo -c -o constructor_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/constructor_test.cc
mv -f .deps/constructor_test.Tpo .deps/constructor_test.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o constructor_test constructor_test.o -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o constructor_static_test constructor_test.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT two_file_test_1.o -MD -MP -MF .deps/two_file_test_1.Tpo -c -o two_file_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1.cc
mv -f .deps/two_file_test_1.Tpo .deps/two_file_test_1.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT two_file_test_1b.o -MD -MP -MF .deps/two_file_test_1b.Tpo -c -o two_file_test_1b.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1b.cc
mv -f .deps/two_file_test_1b.Tpo .deps/two_file_test_1b.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT two_file_test_2.o -MD -MP -MF .deps/two_file_test_2.Tpo -c -o two_file_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_2.cc
mv -f .deps/two_file_test_2.Tpo .deps/two_file_test_2.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT two_file_test_main.o -MD -MP -MF .deps/two_file_test_main.Tpo -c -o two_file_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_main.cc
mv -f .deps/two_file_test_main.Tpo .deps/two_file_test_main.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o two_file_test two_file_test_1.o two_file_test_1b.o two_file_test_2.o two_file_test_main.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o two_file_test_1_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o two_file_test_1b_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1b.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o two_file_test_2_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_2.cc
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o two_file_pic_test two_file_test_main.o two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o two_file_static_test two_file_test_1.o two_file_test_1b.o two_file_test_2.o two_file_test_main.o -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o two_file_shared_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o two_file_shared_1_test two_file_test_2.o two_file_test_main.o two_file_shared_1.so -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o two_file_shared_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_2_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o two_file_shared_2_test two_file_test_1.o two_file_test_1b.o two_file_test_main.o two_file_shared_2.so -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o two_file_shared_1_pic_2_test two_file_test_main.o two_file_test_1_pic.o two_file_test_1b_pic.o two_file_shared_2.so -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o two_file_shared_2_pic_1_test two_file_test_main.o two_file_test_2_pic.o two_file_shared_1.so -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o two_file_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o two_file_same_shared_test two_file_test_main.o two_file_shared.so -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_12_test two_file_test_main.o two_file_shared_1.so two_file_shared_2.so -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o two_file_separate_shared_21_test two_file_test_main.o two_file_shared_2.so two_file_shared_1.so -ldl -lz
gcctestdir/ld -r -o two_file_relocatable.o two_file_test_1.o two_file_test_1b.o two_file_test_2.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o two_file_relocatable_test two_file_test_main.o two_file_relocatable.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpie -o two_file_test_1_pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpie -o two_file_test_1b_pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1b.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpie -o two_file_test_2_pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_2.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpie -o two_file_test_main_pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_main.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o two_file_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie two_file_test_1_pie.o two_file_test_1b_pie.o two_file_test_2_pie.o two_file_test_main_pie.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT pie_copyrelocs_test.o -MD -MP -MF .deps/pie_copyrelocs_test.Tpo -c -o pie_copyrelocs_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/pie_copyrelocs_test.cc
mv -f .deps/pie_copyrelocs_test.Tpo .deps/pie_copyrelocs_test.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O2 -fpic -c -o pie_copyrelocs_shared_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/pie_copyrelocs_shared_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o pie_copyrelocs_shared_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared pie_copyrelocs_shared_test.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -pie -o pie_copyrelocs_test pie_copyrelocs_test.o pie_copyrelocs_shared_test.so -ldl -lz
../../binutils/strip-new -o two_file_strip_test two_file_test
../../binutils/strip-new -S -o two_file_shared_strip.so two_file_shared.so
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R. -o two_file_same_shared_strip_test two_file_test_main.o two_file_shared_strip.so -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT common_test_1.o -MD -MP -MF .deps/common_test_1.Tpo -c -o common_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/common_test_1.c
mv -f .deps/common_test_1.Tpo .deps/common_test_1.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o common_test_1 common_test_1.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fpic -o common_test_2_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/common_test_2.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fpic -o common_test_3_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/common_test_3.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o common_test_3.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared common_test_3_pic.o -Wl,--version-script,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_2.script
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o common_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared common_test_2_pic.o common_test_3.so
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o common_test_2 common_test_1.o common_test_2.so common_test_3.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT exception_test_main.o -MD -MP -MF .deps/exception_test_main.Tpo -c -o exception_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exception_test_main.cc
mv -f .deps/exception_test_main.Tpo .deps/exception_test_main.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT exception_test_1.o -MD -MP -MF .deps/exception_test_1.Tpo -c -o exception_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exception_test_1.cc
mv -f .deps/exception_test_1.Tpo .deps/exception_test_1.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT exception_test_2.o -MD -MP -MF .deps/exception_test_2.Tpo -c -o exception_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exception_test_2.cc
mv -f .deps/exception_test_2.Tpo .deps/exception_test_2.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o exception_test exception_test_main.o exception_test_1.o exception_test_2.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o exception_test_1_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exception_test_1.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o exception_shared_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_1_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o exception_shared_1_test exception_test_2.o exception_test_main.o exception_shared_1.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o exception_test_2_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exception_test_2.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o exception_shared_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_2_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o exception_shared_2_test exception_test_1.o exception_test_main.o exception_shared_2.so -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o exception_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared exception_test_1_pic.o exception_test_2_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o exception_same_shared_test exception_test_main.o exception_shared.so -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -Wl,--no-as-needed -o exception_separate_shared_12_test exception_test_main.o exception_shared_1.so exception_shared_2.so -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -Wl,--no-as-needed -o exception_separate_shared_21_test exception_test_main.o exception_shared_2.so exception_shared_1.so -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o exception_static_test exception_test_main.o exception_test_1.o exception_test_2.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT weak_test.o -MD -MP -MF .deps/weak_test.Tpo -c -o weak_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_test.cc
mv -f .deps/weak_test.Tpo .deps/weak_test.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o weak_test weak_test.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT weak_undef_test.o -MD -MP -MF .deps/weak_undef_test.Tpo -c -o weak_undef_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_undef_test.cc
mv -f .deps/weak_undef_test.Tpo .deps/weak_undef_test.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o weak_undef_file1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_undef_file1.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o weak_undef_lib.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file1.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o weak_undef_file2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_undef_file2.cc
test -d alt || mkdir -p alt
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o alt/weak_undef_lib.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_undef_file2.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,alt -o weak_undef_test weak_undef_test.o -L . weak_undef_lib.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT weak_undef_test_2.o -MD -MP -MF .deps/weak_undef_test_2.Tpo -c -o weak_undef_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_undef_test_2.cc
mv -f .deps/weak_undef_test_2.Tpo .deps/weak_undef_test_2.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -o weak_undef_file3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_undef_file3.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -o weak_undef_file4.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_undef_file4.cc
../../binutils/ar rc libweak_undef_2.a weak_undef_file3.o weak_undef_file4.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -u weak_undef_2 -o weak_undef_test_2 weak_undef_test_2.o -L . -lweak_undef_2 -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT weak_alias_test_main.o -MD -MP -MF .deps/weak_alias_test_main.Tpo -c -o weak_alias_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_alias_test_main.cc
mv -f .deps/weak_alias_test_main.Tpo .deps/weak_alias_test_main.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o weak_alias_test_1_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_alias_test_1.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o weak_alias_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_1_pic.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o weak_alias_test_2_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_alias_test_2.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o weak_alias_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_2_pic.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -o weak_alias_test_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_alias_test_3.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o weak_alias_test_4_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_alias_test_4.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o weak_alias_test_4.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_4_pic.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o weak_alias_test_5_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_alias_test_5.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o weak_alias_test_5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_alias_test_5_pic.o \
-Wl,--version-script,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_alias_test.script
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o weak_alias_test weak_alias_test_main.o weak_alias_test_1.so weak_alias_test_2.so weak_alias_test_3.o weak_alias_test_4.so weak_alias_test_5.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o weak_plt_main_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_plt_main.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o weak_plt | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ weak_plt_main_pic.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT copy_test.o -MD -MP -MF .deps/copy_test.Tpo -c -o copy_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/copy_test.cc
mv -f .deps/copy_test.Tpo .deps/copy_test.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o copy_test_1_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/copy_test_1.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o copy_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared copy_test_1_pic.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o copy_test_2_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/copy_test_2.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o copy_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared copy_test_2_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o copy_test copy_test.o copy_test_1.so copy_test_2.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT tls_test.o -MD -MP -MF .deps/tls_test.Tpo -c -o tls_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test.cc
mv -f .deps/tls_test.Tpo .deps/tls_test.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT tls_test_file2.o -MD -MP -MF .deps/tls_test_file2.Tpo -c -o tls_test_file2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_file2.cc
mv -f .deps/tls_test_file2.Tpo .deps/tls_test_file2.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT tls_test_main.o -MD -MP -MF .deps/tls_test_main.Tpo -c -o tls_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_main.cc
mv -f .deps/tls_test_main.Tpo .deps/tls_test_main.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fopenmp -o tls_test_c.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_c.c
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o tls_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o tls_test_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o tls_test_file2_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_file2.cc
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fpic -fopenmp -o tls_test_c_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_c.c
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o tls_pic_test tls_test_main.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpie -o tls_test_main_pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_main.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpie -o tls_test_pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpie -o tls_test_file2_pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_file2.cc
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fpic -fopenmp -o tls_test_c_pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_c.c
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o tls_pie_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie tls_test_main_pie.o tls_test_pie.o tls_test_file2_pie.o tls_test_c_pie.o -lpthread
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o tls_pie_pic_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie tls_test_main_pie.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o tls_test_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -Wl,-z,defs
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o tls_shared_test tls_test_main.o tls_test_shared.so -lpthread -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -ftls-model=initial-exec -o tls_test_pic_ie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -ftls-model=initial-exec -o tls_test_file2_pic_ie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_file2.cc
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fpic -ftls-model=initial-exec -fopenmp -o tls_test_c_pic_ie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_c.c
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o tls_test_ie_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_pic_ie.o tls_test_file2_pic_ie.o tls_test_c_pic_ie.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o tls_shared_ie_test tls_test_main.o tls_test_ie_shared.so -lpthread -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o tls_test_shared2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_file2_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o tls_shared_gd_to_ie_test tls_test_main.o tls_test_pic.o tls_test_c_pic.o tls_test_shared2.so -lpthread -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -mtls-dialect=gnu2 -o tls_test_gnu2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test.cc
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fpic -mtls-dialect=gnu2 -fopenmp -o tls_test_c_gnu2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_c.c
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -mtls-dialect=gnu2 -o tls_test_file2_gnu2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/tls_test_file2.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o tls_test_gnu2_shared2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_file2_gnu2.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o tls_shared_gnu2_gd_to_ie_test tls_test_main.o tls_test_gnu2.o tls_test_c_gnu2.o tls_test_gnu2_shared2.so -lpthread -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o tls_test_gnu2_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared tls_test_gnu2.o tls_test_file2_gnu2.o tls_test_c_gnu2.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o tls_shared_gnu2_test tls_test_main.o tls_test_gnu2_shared.so -lpthread -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o tls_static_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o tls_static_pic_test tls_test_main.o tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -lpthread -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT many_sections_test.o -MD -MP -MF .deps/many_sections_test.Tpo -c -o many_sections_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/many_sections_test.cc
mv -f .deps/many_sections_test.Tpo .deps/many_sections_test.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -rdynamic -o many_sections_test many_sections_test.o -ldl -lz
gcctestdir/ld -r -o many_sections_r_test.o many_sections_test.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o many_sections_r_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ many_sections_r_test.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT initpri1.o -MD -MP -MF .deps/initpri1.Tpo -c -o initpri1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/initpri1.c
mv -f .deps/initpri1.Tpo .deps/initpri1.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o initpri1 initpri1.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT initpri2.o -MD -MP -MF .deps/initpri2.Tpo -c -o initpri2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/initpri2.c
mv -f .deps/initpri2.Tpo .deps/initpri2.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,--ctors-in-init-array -o initpri2 initpri2.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT initpri3.o -MD -MP -MF .deps/initpri3.Tpo -c -o initpri3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/initpri3.c
mv -f .deps/initpri3.Tpo .deps/initpri3.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o initpri3a initpri3.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g -c -o flagstest_debug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/constructor_test.cc
In file included from /usr/include/assert.h:35:0,
from /usr/include/c++/5.3.0/cassert:43,
from /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/constructor_test.cc:27:
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o flagstest_o_specialfile | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o /dev/stdout flagstest_debug.o 2>&1 | cat > flagstest_o_specialfile
chmod a+x flagstest_o_specialfile
test -s flagstest_o_specialfile
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o flagstest_compress_debug_sections | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_compress_debug_sections flagstest_debug.o -Wl,--compress-debug-sections=zlib
test -s flagstest_compress_debug_sections
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o flagstest_o_specialfile_and_compress_debug_sections | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o /dev/stdout flagstest_debug.o -Wl,--compress-debug-sections=zlib 2>&1 | cat > flagstest_o_specialfile_and_compress_debug_sections
chmod a+x flagstest_o_specialfile_and_compress_debug_sections
test -s flagstest_o_specialfile_and_compress_debug_sections
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o flagstest_o_ttext_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_o_ttext_1 flagstest_debug.o -Wl,-Ttext,0x400000 -Wl,-Tdata,0x800000
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT ver_test_main.o -MD -MP -MF .deps/ver_test_main.Tpo -c -o ver_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_main.cc
mv -f .deps/ver_test_main.Tpo .deps/ver_test_main.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o ver_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o ver_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_2.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o ver_test_4.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_4.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_4.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_4.script ver_test_4.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_2.script -Wl,-R,. ver_test_2.o ver_test_4.so
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o ver_test_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_3.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ver_test_1.o ver_test_2.so ver_test_3.o ver_test_4.so
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ver_test ver_test_main.o ver_test_1.so ver_test_2.so ver_test_4.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT ver_test_main_2.o -MD -MP -MF .deps/ver_test_main_2.Tpo -c -o ver_test_main_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_main_2.cc
mv -f .deps/ver_test_main_2.Tpo .deps/ver_test_main_2.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ver_test_2 ver_test_main_2.o ver_test_4.so ver_test_2.so -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ver_test_6.o -MD -MP -MF .deps/ver_test_6.Tpo -c -o ver_test_6.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_6.c
mv -f .deps/ver_test_6.Tpo .deps/ver_test_6.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ver_test_6 ver_test_6.o ver_test_2.so -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_8_2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_8.script two_file_test_2_pic.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_8_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o ver_test_8_2.so
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ver_test_8 two_file_test_main.o ver_test_8_1.so ver_test_8_2.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o ver_test_9.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_9.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o ver_test_5.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_5.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_5.script ver_test_5.o ver_test_4.so
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_9.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-R,. ver_test_9.o ver_test_5.so ver_test_4.so
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ver_test_9 ver_test_main.o ver_test_9.so -ldl -lz
../../binutils/ar rc ver_test_11.a ver_test_1.o ver_test_2.o ver_test_4.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ver_test_11 ver_test_main_2.o ver_test_11.a -ldl -lz
gcctestdir/ld -r -o ver_test_12.o ver_test_1.o ver_test_2.o ver_test_4.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ver_test_12 ver_test_main_2.o ver_test_12.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT protected_main_1.o -MD -MP -MF .deps/protected_main_1.Tpo -c -o protected_main_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/protected_main_1.cc
mv -f .deps/protected_main_1.Tpo .deps/protected_main_1.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT protected_main_2.o -MD -MP -MF .deps/protected_main_2.Tpo -c -o protected_main_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/protected_main_2.cc
mv -f .deps/protected_main_2.Tpo .deps/protected_main_2.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT protected_main_3.o -MD -MP -MF .deps/protected_main_3.Tpo -c -o protected_main_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/protected_main_3.cc
mv -f .deps/protected_main_3.Tpo .deps/protected_main_3.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o protected_1_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/protected_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o protected_2_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/protected_2.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o protected_3_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/protected_3.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o protected_1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared protected_1_pic.o protected_2_pic.o protected_3_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o protected_1 protected_main_1.o protected_main_2.o protected_main_3.o protected_1.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT protected_3.o -MD -MP -MF .deps/protected_3.Tpo -c -o protected_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/protected_3.cc
mv -f .deps/protected_3.Tpo .deps/protected_3.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o protected_2 protected_main_1.o protected_3.o protected_1.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT relro_test_main.o -MD -MP -MF .deps/relro_test_main.Tpo -c -o relro_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/relro_test_main.cc
mv -f .deps/relro_test_main.Tpo .deps/relro_test_main.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o relro_test_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/relro_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o relro_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro relro_test_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o relro_test relro_test_main.o relro_test.so -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o relro_now_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro -Wl,-z,now relro_test_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir -Wl,-R,. -Wl,-z,relro -Wl,-z,now -o relro_now_test relro_test_main.o relro_now_test.so -ldl -lz
../../binutils/strip-new -o relro_strip_test.so relro_test.so
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o relro_strip_test relro_test_main.o relro_strip_test.so -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o relro_script_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-z,relro -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/relro_script_test.t relro_test_pic.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o relro_script_test relro_test_main.o relro_script_test.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_1.o -MD -MP -MF .deps/script_test_1.Tpo -c -o script_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_1.cc
mv -f .deps/script_test_1.Tpo .deps/script_test_1.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_1.t -o script_test_1 script_test_1.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_2.o -MD -MP -MF .deps/script_test_2.Tpo -c -o script_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_2.cc
mv -f .deps/script_test_2.Tpo .deps/script_test_2.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_2a.o -MD -MP -MF .deps/script_test_2a.Tpo -c -o script_test_2a.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_2a.cc
mv -f .deps/script_test_2a.Tpo .deps/script_test_2a.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_2b.o -MD -MP -MF .deps/script_test_2b.Tpo -c -o script_test_2b.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_2b.cc
mv -f .deps/script_test_2b.Tpo .deps/script_test_2b.Po
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_2.t -o script_test_2 script_test_2.o script_test_2a.o script_test_2b.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT justsyms_1.o -MD -MP -MF .deps/justsyms_1.Tpo -c -o justsyms_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/justsyms_1.cc
mv -f .deps/justsyms_1.Tpo .deps/justsyms_1.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -o justsyms_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/justsyms_2.cc
gcctestdir/ld -o justsyms_2r.o -r -T /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/justsyms.t justsyms_2.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,justsyms_2r.o -o justsyms justsyms_1.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT justsyms_exec.o -MD -MP -MF .deps/justsyms_exec.Tpo -c -o justsyms_exec.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/justsyms_exec.c
mv -f .deps/justsyms_exec.Tpo .deps/justsyms_exec.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -o justsyms_lib.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/justsyms_lib.c
gcctestdir/ld -o justsyms_lib -Ttext=0x1000200 -Tdata=0x2000000 -e exported_func justsyms_lib.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,justsyms_lib -o justsyms_exec justsyms_exec.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT binary_test.o -MD -MP -MF .deps/binary_test.Tpo -c -o binary_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/binary_test.cc
mv -f .deps/binary_test.Tpo .deps/binary_test.Po
rm -f binary.txt
ln -s /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/binary.in binary.txt
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,--format,binary,binary.txt,--format,elf -o binary_test binary_test.o -ldl -lz
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o script_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_3.t
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_3.t -o tls_phdrs_script_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -ldl -lz
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_4.t -o tls_script_test tls_test.o tls_test_file2.o tls_test_main.o tls_test_c.o -lpthread -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -g -o script_test_11.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_11.c
gcctestdir/ld -r -o script_test_11_r.o -T /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_11.t script_test_11.o
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o script_test_11 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_11_r.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT dynamic_list_2.o -MD -MP -MF .deps/dynamic_list_2.Tpo -c -o dynamic_list_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dynamic_list_2.cc
mv -f .deps/dynamic_list_2.Tpo .deps/dynamic_list_2.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o dynamic_list_lib1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dynamic_list_lib1.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o dynamic_list_lib1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared dynamic_list_lib1.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o dynamic_list_lib2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dynamic_list_lib2.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o dynamic_list_lib2.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--dynamic-list,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dynamic_list_2.t dynamic_list_lib2.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -L. -Wl,-R,. -Wl,--no-as-needed -o dynamic_list_2 dynamic_list_2.o dynamic_list_lib1.so dynamic_list_lib2.so -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT thin_archive_main.o -MD -MP -MF .deps/thin_archive_main.Tpo -c -o thin_archive_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/thin_archive_main.cc
mv -f .deps/thin_archive_main.Tpo .deps/thin_archive_main.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT thin_archive_test_1.o -MD -MP -MF .deps/thin_archive_test_1.Tpo -c -o thin_archive_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/thin_archive_test_1.cc
mv -f .deps/thin_archive_test_1.Tpo .deps/thin_archive_test_1.Po
test -d alt || mkdir -p alt
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -o alt/thin_archive_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/thin_archive_test_2.cc
rm -f libthin1.a
../../binutils/ar crT libthin1.a thin_archive_test_1.o alt/thin_archive_test_2.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT thin_archive_test_3.o -MD -MP -MF .deps/thin_archive_test_3.Tpo -c -o thin_archive_test_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/thin_archive_test_3.cc
mv -f .deps/thin_archive_test_3.Tpo .deps/thin_archive_test_3.Po
test -d alt || mkdir -p alt
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -o alt/thin_archive_test_4.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/thin_archive_test_4.cc
rm -f alt/libthin2.a
../../binutils/ar crT alt/libthin2.a thin_archive_test_3.o alt/thin_archive_test_4.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Lalt -o thin_archive_test_1 thin_archive_main.o libthin1.a -lthin2 -ldl -lz
rm -f libthin3.a
../../binutils/ar crT libthin3.a thin_archive_test_1.o alt/thin_archive_test_4.o
rm -f alt/libthin4.a
../../binutils/ar crT alt/libthin4.a alt/thin_archive_test_2.o thin_archive_test_3.o
rm -f libthinall.a
../../binutils/ar crT libthinall.a libthin3.a alt/libthin4.a
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -L. -o thin_archive_test_2 thin_archive_main.o -lthinall -ldl -lz
../../binutils/readelf -sW two_file_test_1.o >two_file_test_1.syms 2>/dev/null
../../binutils/readelf -sW two_file_test_1b.o >two_file_test_1b.syms 2>/dev/null
../../binutils/readelf -sW two_file_test_2.o >two_file_test_2.syms 2>/dev/null
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -fpic -o plugin_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test.c
In file included from /usr/include/stdio.h:27:0,
from /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test.c:27:
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared plugin_test.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms 2>plugin_test_1.err
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle,-R,.,--plugin,"./plugin_test.so" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_shared_2.so 2>plugin_test_2.err
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--export-dynamic -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms 2>plugin_test_3.err
../../binutils/ar cr plugin_test_4.a two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_4 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o -Wl,--whole-archive,plugin_test_4.a,--no-whole-archive 2>plugin_test_4.err
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -o unused.o unused.c
../../binutils/readelf -sW unused.o >unused.syms 2>/dev/null
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_5 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv",--gc-sections two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms unused.syms
API version: 1
gold version: 111
option: _Z4f13iv
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/crt1.o: claim file hook called (offset = 0, size = 1896)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/crti.o: claim file hook called (offset = 0, size = 1248)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o: claim file hook called (offset = 0, size = 2800)
two_file_test_main.o: claim file hook called (offset = 0, size = 5688)
two_file_test_1.syms: claim file hook called (offset = 0, size = 3468)
two_file_test_1.syms: claiming file, adding 38 symbols
two_file_test_1b.syms: claim file hook called (offset = 0, size = 803)
two_file_test_1b.syms: claiming file, adding 2 symbols
two_file_test_2.syms: claim file hook called (offset = 0, size = 2155)
two_file_test_2.syms: claiming file, adding 16 symbols
unused.syms: claim file hook called (offset = 0, size = 594)
unused.syms: claiming file, adding 1 symbols
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o: claim file hook called (offset = 0, size = 1336)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/crtn.o: claim file hook called (offset = 0, size = 968)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libstdc++.so: claim file hook called (offset = 0, size = 11155560)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libm.so: claim file hook called (offset = 0, size = 114)
/usr/lib/libm.so.6: claim file hook called (offset = 0, size = 1038688)
/usr/lib/libmvec.so.1: claim file hook called (offset = 0, size = 166304)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libgcc_s.so: claim file hook called (offset = 0, size = 533240)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libc.so: claim file hook called (offset = 0, size = 255)
/usr/lib/libc.so.6: claim file hook called (offset = 0, size = 1991320)
/usr/lib/libc_nonshared.a: claim file hook called (offset = 492, size = 1816)
/usr/lib/ld-linux-x86-64.so.2: claim file hook called (offset = 0, size = 165608)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libgcc_s.so: claim file hook called (offset = 0, size = 533240)
all symbols read hook called
two_file_test_1.syms: _Z4f13iv: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z4f11av: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z3t12v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f12v: RESOLVED_IR
two_file_test_1.syms: _Z2t1v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z4t1_2v: RESOLVED_IR
two_file_test_1.syms: _Z2t2v: PREVAILING_DEF_REG
two_file_test_1.syms: v2: RESOLVED_IR
two_file_test_1.syms: _Z2t3v: PREVAILING_DEF_REG
two_file_test_1.syms: v3: RESOLVED_IR
two_file_test_1.syms: _Z2t4v: PREVAILING_DEF_REG
two_file_test_1.syms: v4: RESOLVED_IR
two_file_test_1.syms: _Z2t5v: PREVAILING_DEF_REG
two_file_test_1.syms: v5: RESOLVED_IR
two_file_test_1.syms: _Z2t6v: PREVAILING_DEF_REG
two_file_test_1.syms: p6: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z2t7v: PREVAILING_DEF_REG
two_file_test_1.syms: p7: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z2t8v: PREVAILING_DEF_REG
two_file_test_1.syms: p8: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z2t9v: PREVAILING_DEF_REG
two_file_test_1.syms: p9: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z3t10v: PREVAILING_DEF_REG
two_file_test_1.syms: pfn: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z3t11v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z4f11bPFivE: RESOLVED_IR
two_file_test_1.syms: _Z3t13v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f13v: RESOLVED_IR
two_file_test_1.syms: _Z3t14v: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z3f14v: RESOLVED_IR
two_file_test_1.syms: _Z3t15v: PREVAILING_DEF_IRONLY
two_file_test_1.syms: _Z3f15v: RESOLVED_IR
two_file_test_1.syms: _Z3t16v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f10v: RESOLVED_IR
two_file_test_1.syms: _Z3t17v: PREVAILING_DEF_REG
two_file_test_1.syms: t17data: RESOLVED_IR
two_file_test_1.syms: _Z3t18v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f18i: RESOLVED_IR
two_file_test_1b.syms: _Z4t16av: PREVAILING_DEF_REG
two_file_test_1b.syms: _Z3f10v: RESOLVED_IR
two_file_test_2.syms: _Z4f13iv: PREEMPTED_IR
two_file_test_2.syms: _Z4t1_2v: PREVAILING_DEF_IRONLY
two_file_test_2.syms: _Z3t1av: PREVAILING_DEF_REG
two_file_test_2.syms: _Z3f10v: PREVAILING_DEF_IRONLY
two_file_test_2.syms: _Z4f11bPFivE: PREVAILING_DEF_IRONLY
two_file_test_2.syms: _Z3f12v: PREVAILING_DEF_IRONLY
two_file_test_2.syms: _Z3t12v: RESOLVED_IR
two_file_test_2.syms: _Z3f13v: PREVAILING_DEF_IRONLY
two_file_test_2.syms: _Z3f14v: PREVAILING_DEF_IRONLY
two_file_test_2.syms: _Z3f15v: PREVAILING_DEF_IRONLY
two_file_test_2.syms: _Z3f18i: PREVAILING_DEF_IRONLY
two_file_test_2.syms: t17data: PREVAILING_DEF_IRONLY
two_file_test_2.syms: v5: PREVAILING_DEF_REG
two_file_test_2.syms: v4: PREVAILING_DEF_REG
two_file_test_2.syms: v3: PREVAILING_DEF_REG
two_file_test_2.syms: v2: PREVAILING_DEF_IRONLY
unused.syms: UNUSED: PREVAILING_DEF_IRONLY
two_file_test_1.o: adding new input file
two_file_test_1b.o: adding new input file
two_file_test_2.o: adding new input file
unused.o: adding new input file
cleanup hook called
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT plugin_common_test_1.o -MD -MP -MF .deps/plugin_common_test_1.Tpo -c -o plugin_common_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_common_test_1.c
mv -f .deps/plugin_common_test_1.Tpo .deps/plugin_common_test_1.Po
../../binutils/readelf -sW plugin_common_test_1.o >plugin_common_test_1.syms 2>/dev/null
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT plugin_common_test_2.o -MD -MP -MF .deps/plugin_common_test_2.Tpo -c -o plugin_common_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_common_test_2.c
mv -f .deps/plugin_common_test_2.Tpo .deps/plugin_common_test_2.Po
../../binutils/readelf -sW plugin_common_test_2.o >plugin_common_test_2.syms 2>/dev/null
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_6 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so" plugin_common_test_1.syms plugin_common_test_2.syms 2>plugin_test_6.err
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -DLTO -O0 -c -ffunction-sections -fdata-sections -o plugin_test_7_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_7_1.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -ffunction-sections -fdata-sections -o plugin_test_7_1_orig.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_7_1.c
../../binutils/readelf -sW plugin_test_7_1_orig.o >plugin_test_7_1.syms 2>/dev/null
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -ffunction-sections -fdata-sections -o plugin_test_7_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_7_2.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_7 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--gc-sections,--print-gc-sections plugin_test_7_1.syms plugin_test_7_2.o 2>plugin_test_7.err
../ld-new -r -o plugin_test_8.o --no-demangle --plugin "./plugin_test.so" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.o
API version: 1
gold version: 111
two_file_test_main.o: claim file hook called (offset = 0, size = 5688)
two_file_test_1.syms: claim file hook called (offset = 0, size = 3468)
two_file_test_1.syms: claiming file, adding 38 symbols
two_file_test_1b.syms: claim file hook called (offset = 0, size = 803)
two_file_test_1b.syms: claiming file, adding 2 symbols
two_file_test_2.o: claim file hook called (offset = 0, size = 3832)
all symbols read hook called
two_file_test_1.syms: _Z4f13iv: PREVAILING_DEF_REG
two_file_test_1.syms: _Z4f11av: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3t12v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f12v: RESOLVED_EXEC
two_file_test_1.syms: _Z2t1v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z4t1_2v: RESOLVED_EXEC
two_file_test_1.syms: _Z2t2v: PREVAILING_DEF_REG
two_file_test_1.syms: v2: RESOLVED_EXEC
two_file_test_1.syms: _Z2t3v: PREVAILING_DEF_REG
two_file_test_1.syms: v3: RESOLVED_EXEC
two_file_test_1.syms: _Z2t4v: PREVAILING_DEF_REG
two_file_test_1.syms: v4: RESOLVED_EXEC
two_file_test_1.syms: _Z2t5v: PREVAILING_DEF_REG
two_file_test_1.syms: v5: RESOLVED_EXEC
two_file_test_1.syms: _Z2t6v: PREVAILING_DEF_REG
two_file_test_1.syms: p6: PREVAILING_DEF_REG
two_file_test_1.syms: _Z2t7v: PREVAILING_DEF_REG
two_file_test_1.syms: p7: PREVAILING_DEF_REG
two_file_test_1.syms: _Z2t8v: PREVAILING_DEF_REG
two_file_test_1.syms: p8: PREVAILING_DEF_REG
two_file_test_1.syms: _Z2t9v: PREVAILING_DEF_REG
two_file_test_1.syms: p9: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3t10v: PREVAILING_DEF_REG
two_file_test_1.syms: pfn: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3t11v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z4f11bPFivE: RESOLVED_EXEC
two_file_test_1.syms: _Z3t13v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f13v: RESOLVED_EXEC
two_file_test_1.syms: _Z3t14v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f14v: RESOLVED_EXEC
two_file_test_1.syms: _Z3t15v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f15v: RESOLVED_EXEC
two_file_test_1.syms: _Z3t16v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f10v: RESOLVED_EXEC
two_file_test_1.syms: _Z3t17v: PREVAILING_DEF_REG
two_file_test_1.syms: t17data: RESOLVED_EXEC
two_file_test_1.syms: _Z3t18v: PREVAILING_DEF_REG
two_file_test_1.syms: _Z3f18i: RESOLVED_EXEC
two_file_test_1b.syms: _Z4t16av: PREVAILING_DEF_REG
two_file_test_1b.syms: _Z3f10v: RESOLVED_EXEC
two_file_test_1.o: adding new input file
two_file_test_1b.o: adding new input file
cleanup hook called
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_8 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle plugin_test_8.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_10 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so" plugin_common_test_1.syms plugin_common_test_2.o
API version: 1
gold version: 111
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/crt1.o: claim file hook called (offset = 0, size = 1896)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/crti.o: claim file hook called (offset = 0, size = 1248)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o: claim file hook called (offset = 0, size = 2800)
plugin_common_test_1.syms: claim file hook called (offset = 0, size = 1505)
plugin_common_test_1.syms: claiming file, adding 8 symbols
plugin_common_test_2.o: claim file hook called (offset = 0, size = 2248)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o: claim file hook called (offset = 0, size = 1336)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/crtn.o: claim file hook called (offset = 0, size = 968)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libstdc++.so: claim file hook called (offset = 0, size = 11155560)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libm.so: claim file hook called (offset = 0, size = 114)
/usr/lib/libm.so.6: claim file hook called (offset = 0, size = 1038688)
/usr/lib/libmvec.so.1: claim file hook called (offset = 0, size = 166304)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libgcc_s.so: claim file hook called (offset = 0, size = 533240)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libc.so: claim file hook called (offset = 0, size = 255)
/usr/lib/libc.so.6: claim file hook called (offset = 0, size = 1991320)
/usr/lib/libc_nonshared.a: claim file hook called (offset = 492, size = 1816)
/usr/lib/ld-linux-x86-64.so.2: claim file hook called (offset = 0, size = 165608)
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib/libgcc_s.so: claim file hook called (offset = 0, size = 533240)
all symbols read hook called
plugin_common_test_1.syms: main: PREVAILING_DEF_REG
plugin_common_test_1.syms: foo: RESOLVED_EXEC
plugin_common_test_1.syms: c1: PREVAILING_DEF_REG
plugin_common_test_1.syms: c2: PREVAILING_DEF_REG
plugin_common_test_1.syms: c3: RESOLVED_EXEC
plugin_common_test_1.syms: c4: RESOLVED_EXEC
plugin_common_test_1.syms: __assert_fail: UNDEF
plugin_common_test_1.syms: c5: PREVAILING_DEF_REG
plugin_common_test_1.o: adding new input file
cleanup hook called
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT two_file_test_tls.o -MD -MP -MF .deps/two_file_test_tls.Tpo -c -o two_file_test_tls.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_tls.cc
mv -f .deps/two_file_test_tls.Tpo .deps/two_file_test_tls.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT two_file_test_2_tls.o -MD -MP -MF .deps/two_file_test_2_tls.Tpo -c -o two_file_test_2_tls.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_2_tls.cc
mv -f .deps/two_file_test_2_tls.Tpo .deps/two_file_test_2_tls.Po
../../binutils/readelf -sW two_file_test_2_tls.o >two_file_test_2_tls.syms 2>/dev/null
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_tls | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_tls.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2_tls.syms 2>plugin_test_tls.err
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT exclude_libs_test.o -MD -MP -MF .deps/exclude_libs_test.Tpo -c -o exclude_libs_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exclude_libs_test.c
mv -f .deps/exclude_libs_test.Tpo .deps/exclude_libs_test.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT exclude_libs_test_1.o -MD -MP -MF .deps/exclude_libs_test_1.Tpo -c -o exclude_libs_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exclude_libs_test_1.c
mv -f .deps/exclude_libs_test_1.Tpo .deps/exclude_libs_test_1.Po
../../binutils/ar rc libexclude_libs_test_1.a exclude_libs_test_1.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT exclude_libs_test_2.o -MD -MP -MF .deps/exclude_libs_test_2.Tpo -c -o exclude_libs_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exclude_libs_test_2.c
mv -f .deps/exclude_libs_test_2.Tpo .deps/exclude_libs_test_2.Po
../../binutils/ar rc libexclude_libs_test_2.a exclude_libs_test_2.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT exclude_libs_test_3.o -MD -MP -MF .deps/exclude_libs_test_3.Tpo -c -o exclude_libs_test_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exclude_libs_test_3.c
mv -f .deps/exclude_libs_test_3.Tpo .deps/exclude_libs_test_3.Po
test -d alt || mkdir -p alt
../../binutils/ar rc alt/libexclude_libs_test_3.a exclude_libs_test_3.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -L. -Lalt -Wl,--exclude-libs,dummy:libexclude_libs_test_1 -Wl,--exclude-libs,libexclude_libs_test_3 -o exclude_libs_test exclude_libs_test.o -lexclude_libs_test_1 -lexclude_libs_test_2 alt/libexclude_libs_test_3.a -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -g -c -Wa,-L -o local_labels_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_6.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o local_labels_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ local_labels_test.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -Wa,-L -o discard_locals_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/discard_locals_test.c
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,--discard-locals -o discard_locals_test discard_locals_test.o libgoldtest.a ../libgold.a ../../libiberty/libiberty.a -lpthread -ldl -ldl -lz
gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -mcmodel=medium -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT large-large.o -MD -MP -MF .deps/large-large.Tpo -c -o large-large.o `test -f 'large.c' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/'`large.c
mv -f .deps/large-large.Tpo .deps/large-large.Po
gcc -mcmodel=medium -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o large large-large.o -ldl -lz
umask 022; \
rm -f permission_test; \
touch permission_test; \
chmod 600 permission_test; \
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o permission_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT searched_file_test.o -MD -MP -MF .deps/searched_file_test.Tpo -c -o searched_file_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/searched_file_test.cc
mv -f .deps/searched_file_test.Tpo .deps/searched_file_test.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -o searched_file_test_lib.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/searched_file_test_lib.cc
test -d alt || mkdir -p alt
../../binutils/ar rc alt/searched_file_test_lib.a searched_file_test_lib.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Lalt -o searched_file_test searched_file_test.o -l:searched_file_test_lib.a -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain1.o -MD -MP -MF .deps/ifuncmain1.Tpo -c -o ifuncmain1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain1.c
mv -f .deps/ifuncmain1.Tpo .deps/ifuncmain1.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -o ifuncdep1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmod1.c
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o ifuncmain1static ifuncmain1.o ifuncdep1.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmain1pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain1.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmod1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmod1.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain1picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain1pic.o ifuncmod1.o
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmod1.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod1.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ifuncmain1 ifuncmain1.o ifuncmod1.so -ldl -lz
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain1pic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.so -Wl,-R,.
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain1vis.o -MD -MP -MF .deps/ifuncmain1vis.Tpo -c -o ifuncmain1vis.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain1vis.c
mv -f .deps/ifuncmain1vis.Tpo .deps/ifuncmain1vis.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ifuncmain1vis ifuncmain1vis.o ifuncmod1.so -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmain1vispic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain1vis.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain1vispic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.so -Wl,-R,.
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain1staticpic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain1pic.o ifuncmod1.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIE -o ifuncmain1pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain1.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain1pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1pie.o ifuncmod1.so -Wl,-R,.
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIE -o ifuncmain1vispie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain1vis.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain1vispie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1vispie.o ifuncmod1.so -Wl,-R,.
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain1staticpie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain1pie.o ifuncmod1.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain2.o -MD -MP -MF .deps/ifuncmain2.Tpo -c -o ifuncmain2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain2.c
mv -f .deps/ifuncmain2.Tpo .deps/ifuncmain2.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncdep2.o -MD -MP -MF .deps/ifuncdep2.Tpo -c -o ifuncdep2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncdep2.c
mv -f .deps/ifuncdep2.Tpo .deps/ifuncdep2.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o ifuncmain2static ifuncmain2.o ifuncdep2.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmain2pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain2.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncdep2pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncdep2.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain2picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain2pic.o ifuncdep2pic.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o ifuncmain2 ifuncmain2.o ifuncdep2.o -ldl -lz
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain2pic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain2pic.o ifuncdep2pic.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain3.o -MD -MP -MF .deps/ifuncmain3.Tpo -c -o ifuncmain3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain3.c
mv -f .deps/ifuncmain3.Tpo .deps/ifuncmain3.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmod3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmod3.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmod3.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod3.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,--export-dynamic -Wl,-R,. -o ifuncmain3 ifuncmain3.o -ldl -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain4.o -MD -MP -MF .deps/ifuncmain4.Tpo -c -o ifuncmain4.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain4.c
mv -f .deps/ifuncmain4.Tpo .deps/ifuncmain4.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o ifuncmain4static ifuncmain4.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmain4pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain4.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain4picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain4pic.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o ifuncmain4 ifuncmain4.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain5.o -MD -MP -MF .deps/ifuncmain5.Tpo -c -o ifuncmain5.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain5.c
mv -f .deps/ifuncmain5.Tpo .deps/ifuncmain5.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -o ifuncdep5.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmod5.c
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o ifuncmain5static ifuncmain5.o ifuncdep5.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmain5pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain5.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmod5.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmod5.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain5picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain5pic.o ifuncmod5.o
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmod5.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod5.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ifuncmain5 ifuncmain5.o ifuncmod5.so -ldl -lz
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain5pic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain5pic.o ifuncmod5.so -Wl,-R,.
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain5staticpic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain5pic.o ifuncmod5.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIE -o ifuncmain5pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain5.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain5pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain5pie.o ifuncmod5.so -Wl,-R,.
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIE -o ifuncmain6pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain6pie.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmod6.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmod6.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmod6.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncmod6.o
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain6pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain6pie.o ifuncmod6.so -Wl,-R,.
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncmain7.o -MD -MP -MF .deps/ifuncmain7.Tpo -c -o ifuncmain7.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain7.c
mv -f .deps/ifuncmain7.Tpo .deps/ifuncmain7.Po
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -static -o ifuncmain7static ifuncmain7.o -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncmain7pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain7.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain7picstatic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -static ifuncmain7pic.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o ifuncmain7 ifuncmain7.o -ldl -lz
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain7pic | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ ifuncmain7pic.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIE -o ifuncmain7pie.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncmain7.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncmain7pie | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -pie ifuncmain7pie.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT ifuncvar3.o -MD -MP -MF .deps/ifuncvar3.Tpo -c -o ifuncvar3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncvar3.c
mv -f .deps/ifuncvar3.Tpo .deps/ifuncvar3.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncvar1_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncvar1.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -fPIC -o ifuncvar2_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ifuncvar2.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ifuncvar.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared ifuncvar1_pic.o ifuncvar2_pic.o
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-R,. -o ifuncvar ifuncvar3.o ifuncvar.so -ldl -lz
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT start_lib_test_main.o -MD -MP -MF .deps/start_lib_test_main.Tpo -c -o start_lib_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/start_lib_test_main.c
mv -f .deps/start_lib_test_main.Tpo .deps/start_lib_test_main.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT start_lib_test_1.o -MD -MP -MF .deps/start_lib_test_1.Tpo -c -o start_lib_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/start_lib_test_1.c
mv -f .deps/start_lib_test_1.Tpo .deps/start_lib_test_1.Po
../../binutils/ar rc libstart_lib_test.a start_lib_test_1.o
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT start_lib_test_2.o -MD -MP -MF .deps/start_lib_test_2.Tpo -c -o start_lib_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/start_lib_test_2.c
mv -f .deps/start_lib_test_2.Tpo .deps/start_lib_test_2.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT start_lib_test_3.o -MD -MP -MF .deps/start_lib_test_3.Tpo -c -o start_lib_test_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/start_lib_test_3.c
mv -f .deps/start_lib_test_3.Tpo .deps/start_lib_test_3.Po
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o start_lib_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o start_lib_test start_lib_test_main.o -L. -lstart_lib_test \
-Wl,--start-lib start_lib_test_2.o start_lib_test_3.o -Wl,--end-lib
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ehdr_start_test_1-ehdr_start_test.o -MD -MP -MF .deps/ehdr_start_test_1-ehdr_start_test.Tpo -c -o ehdr_start_test_1-ehdr_start_test.o `test -f 'ehdr_start_test.cc' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/'`ehdr_start_test.cc
mv -f .deps/ehdr_start_test_1-ehdr_start_test.Tpo .deps/ehdr_start_test_1-ehdr_start_test.Po
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o ehdr_start_test_1 ehdr_start_test_1-ehdr_start_test.o -ldl -lz
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -DEHDR_START_WEAK -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ehdr_start_test_2-ehdr_start_test.o -MD -MP -MF .deps/ehdr_start_test_2-ehdr_start_test.Tpo -c -o ehdr_start_test_2-ehdr_start_test.o `test -f 'ehdr_start_test.cc' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/'`ehdr_start_test.cc
mv -f .deps/ehdr_start_test_2-ehdr_start_test.Tpo .deps/ehdr_start_test_2-ehdr_start_test.Po
g++ -DEHDR_START_WEAK -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o ehdr_start_test_2 ehdr_start_test_2-ehdr_start_test.o -ldl -lz
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -DEHDR_START_WEAK -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ehdr_start_test_3-ehdr_start_test.o -MD -MP -MF .deps/ehdr_start_test_3-ehdr_start_test.Tpo -c -o ehdr_start_test_3-ehdr_start_test.o `test -f 'ehdr_start_test.cc' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/'`ehdr_start_test.cc
mv -f .deps/ehdr_start_test_3-ehdr_start_test.Tpo .deps/ehdr_start_test_3-ehdr_start_test.Po
g++ -DEHDR_START_WEAK -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ehdr_start_test.t -o ehdr_start_test_3 ehdr_start_test_3-ehdr_start_test.o -ldl -lz
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -DEHDR_START_USER_DEF -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ehdr_start_test_5-ehdr_start_test.o -MD -MP -MF .deps/ehdr_start_test_5-ehdr_start_test.Tpo -c -o ehdr_start_test_5-ehdr_start_test.o `test -f 'ehdr_start_test.cc' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/'`ehdr_start_test.cc
mv -f .deps/ehdr_start_test_5-ehdr_start_test.Tpo .deps/ehdr_start_test_5-ehdr_start_test.Po
g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -DEHDR_START_USER_DEF -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT ehdr_start_test_5-ehdr_start_def.o -MD -MP -MF .deps/ehdr_start_test_5-ehdr_start_def.Tpo -c -o ehdr_start_test_5-ehdr_start_def.o `test -f 'ehdr_start_def.cc' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/'`ehdr_start_def.cc
mv -f .deps/ehdr_start_test_5-ehdr_start_def.Tpo .deps/ehdr_start_test_5-ehdr_start_def.Po
g++ -DEHDR_START_USER_DEF -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o ehdr_start_test_5 ehdr_start_test_5-ehdr_start_test.o ehdr_start_test_5-ehdr_start_def.o -ldl -lz
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g0 -c -o two_file_test_1_v1_ndebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1_v1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g0 -c -o two_file_test_1_ndebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g0 -c -o two_file_test_1b_ndebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1b.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g0 -c -o two_file_test_2_ndebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_2.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g0 -c -o two_file_test_main_ndebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_main.cc
In file included from /usr/include/assert.h:35:0,
from /usr/include/c++/5.3.0/cassert:43,
from /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_main.cc:26:
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
cp -f two_file_test_1_v1_ndebug.o two_file_test_tmp_2.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_tmp_2.o two_file_test_1b_ndebug.o two_file_test_2_ndebug.o two_file_test_main_ndebug.o
cp -f two_file_test_1_ndebug.o two_file_test_tmp_2.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update -Bgcctestdir/ two_file_test_tmp_2.o two_file_test_1b_ndebug.o two_file_test_2_ndebug.o two_file_test_main_ndebug.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT two_file_test_1b_v1.o -MD -MP -MF .deps/two_file_test_1b_v1.Tpo -c -o two_file_test_1b_v1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_1b_v1.cc
mv -f .deps/two_file_test_1b_v1.Tpo .deps/two_file_test_1b_v1.Po
cp -f two_file_test_1b_v1.o two_file_test_tmp_3.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_1.o two_file_test_tmp_3.o two_file_test_2.o two_file_test_main.o
cp -f two_file_test_1b.o two_file_test_tmp_3.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update -Bgcctestdir/ two_file_test_1.o two_file_test_tmp_3.o two_file_test_2.o two_file_test_main.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT two_file_test_2_v1.o -MD -MP -MF .deps/two_file_test_2_v1.Tpo -c -o two_file_test_2_v1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_test_2_v1.cc
mv -f .deps/two_file_test_2_v1.Tpo .deps/two_file_test_2_v1.Po
cp -f two_file_test_2_v1.o two_file_test_tmp_4.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_4 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_1.o two_file_test_1b.o two_file_test_tmp_4.o two_file_test_main.o
mv -f incremental_test_4 incremental_test_4.base
cp -f two_file_test_2.o two_file_test_tmp_4.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_4 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update,--incremental-base=incremental_test_4.base -Bgcctestdir/ two_file_test_1.o two_file_test_1b.o two_file_test_tmp_4.o two_file_test_main.o
cp -f two_file_test_1b_v1.o two_file_test_tmp_5.o
../../binutils/ar rc two_file_test_5.a two_file_test_1.o two_file_test_tmp_5.o two_file_test_2.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_5 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_main.o two_file_test_5.a
cp -f two_file_test_1b.o two_file_test_tmp_5.o
../../binutils/ar rc two_file_test_5.a two_file_test_1.o two_file_test_tmp_5.o two_file_test_2.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_5 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update -Bgcctestdir/ two_file_test_main.o two_file_test_5.a
cp -f two_file_test_1b.o two_file_test_tmp_6.o
../../binutils/ar rc two_file_test_6.a two_file_test_1.o two_file_test_tmp_6.o two_file_test_2.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_6 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ two_file_test_main.o two_file_test_6.a
cp -f two_file_test_1b_v1.o two_file_test_tmp_6.o
../../binutils/ar rc two_file_test_6.a two_file_test_1.o two_file_test_tmp_6.o two_file_test_2.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test_6 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update -Bgcctestdir/ two_file_test_main.o -Wl,--incremental-unchanged two_file_test_6.a -Wl,--incremental-unknown
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT copy_test_v1.o -MD -MP -MF .deps/copy_test_v1.Tpo -c -o copy_test_v1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/copy_test_v1.cc
mv -f .deps/copy_test_v1.Tpo .deps/copy_test_v1.Po
cp -f copy_test_v1.o copy_test_tmp.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_copy_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ -Wl,-R,. -Wl,--no-as-needed copy_test_tmp.o copy_test_1.so copy_test_2.so
cp -f copy_test.o copy_test_tmp.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_copy_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update -Bgcctestdir/ -Wl,-R,. -Wl,--no-as-needed copy_test_tmp.o copy_test_1.so copy_test_2.so
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT common_test_1_v1.o -MD -MP -MF .deps/common_test_1_v1.Tpo -c -o common_test_1_v1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/common_test_1_v1.c
mv -f .deps/common_test_1_v1.Tpo .deps/common_test_1_v1.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT common_test_1_v2.o -MD -MP -MF .deps/common_test_1_v2.Tpo -c -o common_test_1_v2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/common_test_1_v2.c
mv -f .deps/common_test_1_v2.Tpo .deps/common_test_1_v2.Po
cp -f common_test_1_v1.o common_test_1_tmp.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_common_test_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ common_test_1_tmp.o
cp -f common_test_1_v2.o common_test_1_tmp.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_common_test_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update -Bgcctestdir/ common_test_1_tmp.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT incr_comdat_test_1.o -MD -MP -MF .deps/incr_comdat_test_1.Tpo -c -o incr_comdat_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/incr_comdat_test_1.cc
mv -f .deps/incr_comdat_test_1.Tpo .deps/incr_comdat_test_1.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT incr_comdat_test_2_v1.o -MD -MP -MF .deps/incr_comdat_test_2_v1.Tpo -c -o incr_comdat_test_2_v1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/incr_comdat_test_2_v1.cc
mv -f .deps/incr_comdat_test_2_v1.Tpo .deps/incr_comdat_test_2_v1.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT incr_comdat_test_2_v2.o -MD -MP -MF .deps/incr_comdat_test_2_v2.Tpo -c -o incr_comdat_test_2_v2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/incr_comdat_test_2_v2.cc
mv -f .deps/incr_comdat_test_2_v2.Tpo .deps/incr_comdat_test_2_v2.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT incr_comdat_test_2_v3.o -MD -MP -MF .deps/incr_comdat_test_2_v3.Tpo -c -o incr_comdat_test_2_v3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/incr_comdat_test_2_v3.cc
mv -f .deps/incr_comdat_test_2_v3.Tpo .deps/incr_comdat_test_2_v3.Po
cp -f incr_comdat_test_2_v1.o incr_comdat_test_1_tmp.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_comdat_test_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-full,--incremental-patch=100 -Bgcctestdir/ incr_comdat_test_1.o incr_comdat_test_1_tmp.o
cp -f incr_comdat_test_2_v2.o incr_comdat_test_1_tmp.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_comdat_test_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update -Bgcctestdir/ incr_comdat_test_1.o incr_comdat_test_1_tmp.o
cp -f incr_comdat_test_2_v3.o incr_comdat_test_1_tmp.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_comdat_test_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Wl,--incremental-update -Bgcctestdir/ incr_comdat_test_1.o incr_comdat_test_1_tmp.o
test -d gcctestdir || mkdir -p gcctestdir
rm -f gcctestdir/as
(cd gcctestdir && ln -s /home/ryan/packages/trunk/src/binutils-build/gold/../gas/as-new as)
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -Bgcctestdir/ -Wa,-madd-bnd-prefix -o exception_x86_64_bnd_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exception_test_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -Bgcctestdir/ -Wa,-madd-bnd-prefix -o exception_x86_64_bnd_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exception_test_2.cc
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir/ -o exception_x86_64_bnd_test exception_test_main.o exception_x86_64_bnd_1.o exception_x86_64_bnd_2.o -ldl -lz
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/incremental_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_comdat_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_tls_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_orphan_section_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/pr14265.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_dynamic_list_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_keep_unique_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_safe_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_safe_so_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/final_layout.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/text_section_grouping.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/section_sorting_name.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_preemptible_functions_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_string_merge_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_sht_rel_addend_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/merge_string_literals.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/two_file_shared.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_plt.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/debug_msg.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/missing_key_func.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/undef_symbol.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_1.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_2.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_4.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_5.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_7.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_10.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/relro_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_matching_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_3.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_4.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_5.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_6.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_7.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_8.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_9.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dynamic_list.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_1.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_2.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_3.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_4.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_6.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_7.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_10.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_test_tls.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_final_layout.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/exclude_libs_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/discard_locals_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/hidden_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/retain_symbols_file_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/no_version_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/strong_ref_weak_def.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dyn_weak_ref.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/memory_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gdb_index_test_1.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gdb_index_test_2.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gdb_index_test_3.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gdb_index_test_4.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ehdr_start_test_4.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/defsym_test.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_10.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/split_x86_64.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dwp_test_1.sh'.
make[5]: Nothing to be done for '/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dwp_test_2.sh'.
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -ffunction-sections -g -o incremental_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/incremental_test_1.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -ffunction-sections -g -o incremental_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/incremental_test_2.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o incremental_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--incremental-full incremental_test_1.o incremental_test_2.o -Wl,-debug 2> incremental_test.cmdline
../incremental-dump incremental_test > incremental_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o gc_comdat_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_comdat_test_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o gc_comdat_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_comdat_test_2.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o gc_comdat_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_comdat_test_1.o gc_comdat_test_2.o
../../binutils/nm-new -C gc_comdat_test > gc_comdat_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -g -o gc_tls_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_tls_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o gc_tls_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_tls_test.o
../../binutils/nm-new -C gc_tls_test > gc_tls_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -g -o gc_orphan_section_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_orphan_section_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o gc_orphan_section_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections gc_orphan_section_test.o
../../binutils/nm-new gc_orphan_section_test > gc_orphan_section_test.stdout
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -o pr14265.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/pr14265.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o pr14265 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/pr14265.t -o pr14265 pr14265.o
../../binutils/nm-new --format=bsd --numeric-sort pr14265 > pr14265.stdout
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -ffunction-sections -o gc_dynamic_list_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_dynamic_list_test.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o gc_dynamic_list_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gc-sections -Wl,--dynamic-list,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gc_dynamic_list_test.t gc_dynamic_list_test.o
../../binutils/nm-new gc_dynamic_list_test > gc_dynamic_list_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o icf_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_test -Bgcctestdir/ -Wl,--icf=all,-Map,icf_test.map icf_test.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_keep_unique_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_keep_unique_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o icf_keep_unique_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all -Wl,--keep-unique,_Z11unique_funcv icf_keep_unique_test.o
../../binutils/nm-new -C icf_keep_unique_test > icf_keep_unique_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o icf_safe_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_safe_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o icf_safe_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_safe_test -Bgcctestdir/ -Wl,--icf=safe,-Map,icf_safe_test.map icf_safe_test.o
../../binutils/nm-new icf_safe_test > icf_safe_test_1.stdout
../../binutils/readelf -h icf_safe_test > icf_safe_test_2.stdout
make[5]: 'icf_safe_test.map' is up to date.
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fPIC -g -o icf_safe_so_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_safe_so_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o icf_safe_so_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -o icf_safe_so_test -Bgcctestdir/ -Wl,--icf=safe,-Map,icf_safe_so_test.map icf_safe_so_test.o -fPIC -shared
../../binutils/nm-new icf_safe_so_test > icf_safe_so_test_1.stdout
../../binutils/readelf -h icf_safe_so_test > icf_safe_so_test_2.stdout
make[5]: 'icf_safe_so_test.map' is up to date.
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fdata-sections -g -o final_layout.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/final_layout.cc
(echo "*_Z3barv*" && echo ".text._Z3bazv" && echo "*_Z3foov*" && echo "*global_varb*" && echo "*global_vara*" && echo "*global_varc*") > final_layout_sequence.txt
(echo "SECTIONS { .text : { *(.text*) } .got : { *(.got .toc) } .sbss : { *(.sbss*) } .bss : { *(.bss*) } }") > final_layout_script.lds
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o final_layout | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--section-ordering-file,final_layout_sequence.txt -Wl,-T,final_layout_script.lds final_layout.o
../../binutils/nm-new -n --synthetic final_layout > final_layout.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o text_section_grouping.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/text_section_grouping.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o text_section_grouping | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ text_section_grouping.o
../../binutils/nm-new -n --synthetic text_section_grouping > text_section_grouping.stdout
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o text_section_no_grouping | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--no-text-reorder text_section_grouping.o
../../binutils/nm-new -n --synthetic text_section_no_grouping > text_section_no_grouping.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -g -o section_sorting_name.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/section_sorting_name.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o section_sorting_name | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--sort-section=name section_sorting_name.o
../../binutils/nm-new -n --synthetic section_sorting_name > section_sorting_name.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fPIC -g -o icf_preemptible_functions_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_preemptible_functions_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o icf_preemptible_functions_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_preemptible_functions_test.o -fPIC -shared
../../binutils/nm-new icf_preemptible_functions_test > icf_preemptible_functions_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fPIC -g -o icf_string_merge_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_string_merge_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o icf_string_merge_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_string_merge_test.o
../../binutils/nm-new icf_string_merge_test > icf_string_merge_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fPIC -g -o icf_sht_rel_addend_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_sht_rel_addend_test_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fPIC -g -o icf_sht_rel_addend_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/icf_sht_rel_addend_test_2.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o icf_sht_rel_addend_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--icf=all icf_sht_rel_addend_test_1.o icf_sht_rel_addend_test_2.o
../../binutils/nm-new icf_sht_rel_addend_test > icf_sht_rel_addend_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O2 -c -fPIC -g -o merge_string_literals_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/merge_string_literals_1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O2 -c -fPIC -g -o merge_string_literals_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/merge_string_literals_2.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o merge_string_literals | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ merge_string_literals_1.o merge_string_literals_2.o -O2 -shared -nostdlib
../../binutils/objdump -s -j.rodata merge_string_literals > merge_string_literals.stdout
../../binutils/readelf -w two_file_shared.so >two_file_shared.dbg 2>/dev/null
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o weak_plt_shared_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/weak_plt_shared.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o weak_plt_shared.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared weak_plt_shared_pic.o
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g -c -w -o debug_msg.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/debug_msg.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g -c -w -o odr_violation1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/odr_violation1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O2 -g -c -w -o odr_violation2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/odr_violation2.cc
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o debug_msg.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg debug_msg.o odr_violation1.o odr_violation2.o 2>debug_msg.err
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g -c -o missing_key_func.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/missing_key_func.cc
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o missing_key_func.err -Bgcctestdir/ -o missing_key_func missing_key_func.o 2>missing_key_func.err
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o debug_msg_cdebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/debug_msg.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -w -o odr_violation1_cdebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/odr_violation1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O2 -g -Wa,--compress-debug-sections -c -w -o odr_violation2_cdebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/odr_violation2.cc
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o debug_msg_cdebug.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_cdebug debug_msg_cdebug.o odr_violation1_cdebug.o odr_violation2_cdebug.o 2>debug_msg_cdebug.err
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -shared -fPIC -w -o debug_msg.so /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/debug_msg.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -shared -fPIC -w -o odr_violation1.so /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/odr_violation1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O2 -g -shared -fPIC -w -o odr_violation2.so /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/odr_violation2.cc
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o debug_msg_so.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_so debug_msg.so odr_violation1.so odr_violation2.so 2>debug_msg_so.err
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o debug_msg_ndebug.so /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/debug_msg.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o odr_violation1_ndebug.so /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/odr_violation1.cc
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O2 -g0 -shared -fPIC -w -o odr_violation2_ndebug.so /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/odr_violation2.cc
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o debug_msg_ndebug.err -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_ndebug debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so -shared-libgcc -Bdynamic -lstdc++ 2>debug_msg_ndebug.err
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT undef_symbol_main.o -MD -MP -MF .deps/undef_symbol_main.Tpo -c -o undef_symbol_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/undef_symbol_main.cc
mv -f .deps/undef_symbol_main.Tpo .deps/undef_symbol_main.Po
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g -c -fPIC /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/undef_symbol.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o undef_symbol.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared undef_symbol.o
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o undef_symbol.err -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so 2>undef_symbol.err
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o flagstest_o_ttext_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -o flagstest_o_ttext_2 flagstest_debug.o -Wl,-Ttext,0x400010 -Wl,-Tdata,0x800010
../../binutils/readelf -s ver_test_1.so >ver_test_1.syms 2>/dev/null
../../binutils/readelf -s ver_test_2 >ver_test_2.syms 2>/dev/null
../../binutils/readelf -s ver_test_4.so >ver_test_4.syms 2>/dev/null
../../binutils/readelf -s ver_test_5.so >ver_test_5.syms 2>/dev/null
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o ver_test_7.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_7.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_7.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_4.script ver_test_4.o ver_test_7.o
../../binutils/readelf -s ver_test_7.so >ver_test_7.syms 2>/dev/null
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_test_10.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,--version-script,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_test_10.script ver_test_2.o
../../binutils/readelf -s ver_test_10.so >ver_test_10.syms 2>/dev/null
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -fpic -o protected_4_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/protected_4.cc
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o protected_3.err -Bgcctestdir/ -shared -o protected_4.so protected_4_pic.o 2>protected_3.err
../../binutils/readelf -SlW relro_test.so > relro_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -fpic -o ver_matching_def_pic.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ver_matching_def.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ver_matching_def.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -Bgcctestdir/ -shared ver_matching_def_pic.o -Wl,--version-script=/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/version_script.map
../../binutils/objdump -T ver_matching_def.so | ../../binutils/cxxfilt > ver_matching_test.stdout
../../binutils/readelf -SlW script_test_3 > script_test_3.stdout
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o script_test_4 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_4.t
../../binutils/readelf -SlW script_test_4 > script_test_4.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -MT script_test_5.o -MD -MP -MF .deps/script_test_5.Tpo -c -o script_test_5.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_5.cc
mv -f .deps/script_test_5.Tpo .deps/script_test_5.Po
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o script_test_5 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_5.o -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_5.t
../../binutils/readelf -SW script_test_5 > script_test_5.stdout
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o script_test_6 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_6.t \
-Wl,-Ttext=0x10001000 -Wl,-Tdata=0x10200000 -Wl,-Tbss=0x10400000
../../binutils/readelf -SlW script_test_6 > script_test_6.stdout
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o script_test_7 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_7.t
../../binutils/readelf -SlW script_test_7 > script_test_7.stdout
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o script_test_8 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_7.t \
-Wl,-Ttext=0x20001000 -Wl,-Tdata=0x20200000 -Wl,-Tbss=0x20400000
../../binutils/readelf -SlW script_test_8 > script_test_8.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -o script_test_9.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_9.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o script_test_9 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ script_test_9.o -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_9.t
../../binutils/readelf -lW script_test_9 > script_test_9.stdout
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o dynamic_list | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ basic_test.o \
-Wl,--dynamic-list /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dynamic_list.t \
-Wl,--dynamic-list-data \
-Wl,--dynamic-list-cpp-new \
-Wl,--dynamic-list-cpp-typeinfo
../../binutils/readelf -W --dyn-syms dynamic_list > dynamic_list.stdout
make[5]: 'plugin_test_1.err' is up to date.
make[5]: 'plugin_test_2.err' is up to date.
make[5]: 'plugin_test_3.err' is up to date.
make[5]: 'plugin_test_4.err' is up to date.
make[5]: 'plugin_test_6.err' is up to date.
make[5]: Nothing to be done for 'plugin_test_7.err'.
../../binutils/readelf -sW plugin_test_7 >plugin_test_7.syms 2>/dev/null
cp two_file_test_1.o two_file_test_1c.o
cp two_file_test_1.syms two_file_test_1c.syms.tmp
grep "_Z4t16av" two_file_test_1b.syms >> two_file_test_1c.syms.tmp
mv -f two_file_test_1c.syms.tmp two_file_test_1c.syms
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_test_9.err -Bgcctestdir/ -o plugin_test_9 -Wl,--no-demangle,--plugin,./plugin_test.so two_file_test_main.o two_file_test_1c.syms two_file_test_2.syms 2>plugin_test_9.err
../../binutils/readelf -SW plugin_test_10 >plugin_test_10.sections 2>/dev/null
make[5]: 'plugin_test_tls.err' is up to date.
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -c -ffunction-sections -fdata-sections -g -o plugin_final_layout.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_final_layout.cc
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -c -fpic -o plugin_section_order.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_section_order.c
In file included from /usr/include/stdio.h:27:0,
from /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/plugin_section_order.c:27:
/usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_section_order.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared plugin_section_order.o
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o plugin_final_layout | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--plugin,"./plugin_section_order.so" plugin_final_layout.o
../../binutils/nm-new -n --synthetic plugin_final_layout > plugin_final_layout.stdout
../../binutils/readelf -Wl plugin_final_layout > plugin_final_layout_readelf.stdout
../../binutils/readelf -sW exclude_libs_test >exclude_libs_test.syms 2>/dev/null
../../binutils/readelf -sW discard_locals_test >discard_locals_test.syms 2>/dev/null
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -Wa,-L -fPIC -o discard_locals_relocatable_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/discard_locals_relocatable_test.c
../ld-new --discard-locals -relocatable -o discard_locals_relocatable_test1.out discard_locals_relocatable_test.o
../../binutils/readelf -sW discard_locals_relocatable_test1.out >discard_locals_relocatable_test1.syms 2>/dev/null
../ld-new --discard-all -relocatable -o discard_locals_relocatable_test2.out discard_locals_relocatable_test.o
../../binutils/readelf -sW discard_locals_relocatable_test2.out >discard_locals_relocatable_test2.syms 2>/dev/null
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -MT hidden_test_main.o -MD -MP -MF .deps/hidden_test_main.Tpo -c -o hidden_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/hidden_test_main.c
mv -f .deps/hidden_test_main.Tpo .deps/hidden_test_main.Po
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -Bgcctestdir/ -g -shared -fPIC -w -o libhidden.so /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/hidden_test_1.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o hidden_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,-R,. hidden_test_main.o libhidden.so 2>hidden_test.err
echo 'main' > retain_symbols_file_test.in
echo 't1' >> retain_symbols_file_test.in
echo '_ZN4t16bC1Ev' >> retain_symbols_file_test.in
echo '_ZNK4t20a3getEv' >> retain_symbols_file_test.in
echo '_Z3t18v' >> retain_symbols_file_test.in
echo '__tcf_0' >> retain_symbols_file_test.in
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o retain_symbols_file_test.so | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -shared -Wl,-retain-symbols-file,retain_symbols_file_test.in basic_pic_test.o
../../binutils/nm-new -C retain_symbols_file_test.so > retain_symbols_file_test.stdout
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -o no_version_test.o -c -fPIC /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/no_version_test.c
gcctestdir/ld -shared -o libno_version_test.so no_version_test.o
../../binutils/objdump -h libno_version_test.so > no_version_test.stdout
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -o strong_ref_weak_def_1.o -c -fPIC /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/strong_ref_weak_def_1.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -o strong_ref_weak_def_2.o -c -fPIC /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/strong_ref_weak_def_2.c
gcctestdir/ld -shared -o strong_ref_weak_def_2.so strong_ref_weak_def_2.o
gcctestdir/ld -shared -o strong_ref_weak_def_1.so strong_ref_weak_def_1.o \
strong_ref_weak_def_2.so
../../binutils/readelf -sWD strong_ref_weak_def_1.so > strong_ref_weak_def.stdout
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -o dyn_weak_ref_1.o -c -fPIC /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dyn_weak_ref_1.c
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -o dyn_weak_ref_2.o -c -fPIC /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dyn_weak_ref_2.c
gcctestdir/ld -shared -o dyn_weak_ref_2.so dyn_weak_ref_2.o
gcctestdir/ld -shared -o dyn_weak_ref_1.so dyn_weak_ref_2.so dyn_weak_ref_1.o
../../binutils/readelf -sWD dyn_weak_ref_1.so > dyn_weak_ref.stdout
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -o memory_test.o -c /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/memory_test.s
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o memory_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -nostartfiles -nostdlib -z max-page-size=0x1000 -z common-page-size=0x1000 -Wl,-T,/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/memory_test.t -o memory_test memory_test.o
../../binutils/readelf -lWS memory_test > memory_test.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g -gno-pubnames -c -o gdb_index_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gdb_index_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o gdb_index_test_1 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gdb-index gdb_index_test.o
../../binutils/readelf --debug-dump=gdb_index gdb_index_test_1 > gdb_index_test_1.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -O0 -g -Wa,--compress-debug-sections -c -o gdb_index_test_cdebug.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gdb_index_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o gdb_index_test_2 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gdb-index gdb_index_test_cdebug.o
../../binutils/readelf --debug-dump=gdb_index gdb_index_test_2 > gdb_index_test_2.stdout
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -O0 -g -c -o gdb_index_test_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gdb_index_test_3.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o gdb_index_test_3 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gdb-index,--fatal-warnings gdb_index_test_3.o
../../binutils/readelf --debug-dump=gdb_index gdb_index_test_3 > gdb_index_test_3.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -O0 -g -gpubnames -c -o gdb_index_test_pub.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/gdb_index_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o gdb_index_test_4 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--gdb-index gdb_index_test_pub.o
../../binutils/readelf --debug-dump=gdb_index gdb_index_test_4 > gdb_index_test_4.stdout
`echo g++ -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -c -DEHDR_START_WEAK -o ehdr_start_test_4.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/ehdr_start_test.cc
`echo g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o ehdr_start_test_4 | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,-Ttext=0x100100 ehdr_start_test_4.o
../../binutils/nm-new ehdr_start_test_4 > ehdr_start_test_4.syms
`echo gcc -DHAVE_CONFIG_H -I. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/.. -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../include -I/home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/../../elfcpp -I.. -DLOCALEDIR="\"/usr/share/locale\"" -D_FORTIFY_SOURCE=2 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -c -o defsym_test.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/defsym_test.c
`echo gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmerge-constants -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-use-linker-plugin -o defsym_test | sed -e 's/-Wp,-D_FORTIFY_SOURCE=[0-9][0-9]*//'` -Bgcctestdir/ -Wl,--defsym=bar=foo defsym_test.o
../../binutils/readelf -sW defsym_test > defsym_test.syms
../../gas/as-new -o script_test_10.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_10.s
gcctestdir/ld -o script_test_10 script_test_10.o -T /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/script_test_10.t
../../binutils/readelf -SW script_test_10 > script_test_10.stdout
../../gas/as-new -o split_x86_64_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/split_x86_64_1.s
../../gas/as-new -o split_x86_64_n.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/split_x86_64_n.s
../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_x86_64_1 split_x86_64_1.o split_x86_64_n.o
../../binutils/objdump -d split_x86_64_1 > split_x86_64_1.stdout
../../gas/as-new -o split_x86_64_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/split_x86_64_2.s
../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_x86_64_2 split_x86_64_2.o split_x86_64_n.o
../../binutils/objdump -d split_x86_64_2 > split_x86_64_2.stdout
../../gas/as-new -o split_x86_64_3.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/split_x86_64_3.s
../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_x86_64_3 split_x86_64_3.o split_x86_64_n.o > split_x86_64_3.stdout 2>&1 || exit 0
../../gas/as-new -o split_x86_64_4.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/split_x86_64_4.s
../ld-new --defsym __morestack=0x100 --defsym __morestack_non_split=0x200 -o split_x86_64_4 split_x86_64_4.o split_x86_64_n.o
../../binutils/objdump -d split_x86_64_4 > split_x86_64_4.stdout
../ld-new -r split_x86_64_1.o split_x86_64_n.o -o split_x86_64_r > split_x86_64_r.stdout 2>&1 || exit 0
../../gas/as-new -o dwp_test_main.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dwp_test_main.s
../../binutils/objcopy --extract-dwo dwp_test_main.o dwp_test_main.dwo
../../gas/as-new -o dwp_test_1.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dwp_test_1.s
../../binutils/objcopy --extract-dwo dwp_test_1.o dwp_test_1.dwo
../../gas/as-new -o dwp_test_1b.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dwp_test_1b.s
../../binutils/objcopy --extract-dwo dwp_test_1b.o dwp_test_1b.dwo
../../gas/as-new -o dwp_test_2.o /home/ryan/packages/trunk/src/binutils-gdb/gold/testsuite/dwp_test_2.s
../../binutils/objcopy --extract-dwo dwp_test_2.o dwp_test_2.dwo
../dwp -o dwp_test_1.dwp dwp_test_main.dwo dwp_test_1.dwo dwp_test_1b.dwo dwp_test_2.dwo
../../binutils/readelf -wi dwp_test_1.dwp > dwp_test_1.stdout
../dwp -o dwp_test_2a.dwp dwp_test_main.dwo dwp_test_1.dwo
../dwp -o dwp_test_2b.dwp dwp_test_1b.dwo dwp_test_2.dwo
../dwp -o dwp_test_2.dwp dwp_test_2a.dwp dwp_test_2b.dwp
../../binutils/readelf -wi dwp_test_2.dwp > dwp_test_2.stdout
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make check-TESTS
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[6]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
PASS: incremental_test.sh
PASS: gc_comdat_test.sh
PASS: gc_tls_test.sh
PASS: gc_orphan_section_test.sh
PASS: pr14265.sh
PASS: gc_dynamic_list_test.sh
PASS: icf_test.sh
PASS: icf_keep_unique_test.sh
PASS: icf_safe_test.sh
PASS: icf_safe_so_test.sh
PASS: final_layout.sh
PASS: text_section_grouping.sh
PASS: section_sorting_name.sh
PASS: icf_preemptible_functions_test.sh
PASS: icf_string_merge_test.sh
PASS: icf_sht_rel_addend_test.sh
PASS: merge_string_literals.sh
PASS: two_file_shared.sh
PASS: weak_plt.sh
PASS: debug_msg.sh
PASS: missing_key_func.sh
PASS: undef_symbol.sh
PASS: ver_test_1.sh
PASS: ver_test_2.sh
PASS: ver_test_4.sh
PASS: ver_test_5.sh
PASS: ver_test_7.sh
PASS: ver_test_10.sh
PASS: relro_test.sh
PASS: ver_matching_test.sh
PASS: script_test_3.sh
PASS: script_test_4.sh
PASS: script_test_5.sh
PASS: script_test_6.sh
PASS: script_test_7.sh
PASS: script_test_8.sh
PASS: script_test_9.sh
PASS: dynamic_list.sh
PASS: plugin_test_1.sh
PASS: plugin_test_2.sh
PASS: plugin_test_3.sh
PASS: plugin_test_4.sh
PASS: plugin_test_6.sh
PASS: plugin_test_7.sh
PASS: plugin_test_10.sh
PASS: plugin_test_tls.sh
PASS: plugin_final_layout.sh
PASS: exclude_libs_test.sh
PASS: discard_locals_test.sh
PASS: hidden_test.sh
PASS: retain_symbols_file_test.sh
PASS: no_version_test.sh
PASS: strong_ref_weak_def.sh
PASS: dyn_weak_ref.sh
PASS: memory_test.sh
PASS: gdb_index_test_1.sh
PASS: gdb_index_test_2.sh
PASS: gdb_index_test_3.sh
PASS: gdb_index_test_4.sh
PASS: ehdr_start_test_4.sh
PASS: defsym_test.sh
PASS: script_test_10.sh
PASS: split_x86_64.sh
PASS: dwp_test_1.sh
PASS: dwp_test_2.sh
PASS: object_unittest
PASS: binary_unittest
PASS: leb128_unittest
PASS: icf_virtual_function_folding_test
PASS: large_symbol_alignment
PASS: basic_test
PASS: basic_pic_test
PASS: basic_static_test
PASS: basic_static_pic_test
PASS: basic_pie_test
PASS: constructor_test
PASS: constructor_static_test
PASS: two_file_test
PASS: two_file_pic_test
PASS: two_file_static_test
PASS: two_file_shared_1_test
PASS: two_file_shared_2_test
PASS: two_file_shared_1_pic_2_test
PASS: two_file_shared_2_pic_1_test
PASS: two_file_same_shared_test
PASS: two_file_separate_shared_12_test
PASS: two_file_separate_shared_21_test
PASS: two_file_relocatable_test
PASS: two_file_pie_test
PASS: pie_copyrelocs_test
PASS: two_file_strip_test
PASS: two_file_same_shared_strip_test
PASS: common_test_1
PASS: common_test_2
PASS: exception_test
PASS: exception_shared_1_test
PASS: exception_shared_2_test
PASS: exception_same_shared_test
PASS: exception_separate_shared_12_test
PASS: exception_separate_shared_21_test
/bin/sh: line 1: 30393 Aborted (core dumped) "$tst" > exception_static_test.log-t 2>&1
FAIL: exception_static_test
PASS: weak_test
PASS: weak_undef_test
PASS: weak_undef_test_2
PASS: weak_alias_test
PASS: weak_plt
PASS: copy_test
PASS: tls_test
PASS: tls_pic_test
PASS: tls_pie_test
PASS: tls_pie_pic_test
PASS: tls_shared_test
PASS: tls_shared_ie_test
PASS: tls_shared_gd_to_ie_test
PASS: tls_shared_gnu2_gd_to_ie_test
PASS: tls_shared_gnu2_test
PASS: tls_static_test
PASS: tls_static_pic_test
PASS: many_sections_test
PASS: many_sections_r_test
PASS: initpri1
PASS: initpri2
PASS: initpri3a
PASS: flagstest_o_specialfile
PASS: flagstest_compress_debug_sections
PASS: flagstest_o_specialfile_and_compress_debug_sections
PASS: flagstest_o_ttext_1
PASS: ver_test
PASS: ver_test_2
PASS: ver_test_6
PASS: ver_test_8
PASS: ver_test_9
PASS: ver_test_11
PASS: ver_test_12
PASS: protected_1
PASS: protected_2
PASS: relro_test
PASS: relro_now_test
PASS: relro_strip_test
PASS: relro_script_test
/bin/sh: line 1: 30942 Aborted (core dumped) "$tst" > script_test_1.log-t 2>&1
FAIL: script_test_1
PASS: script_test_2
PASS: justsyms
PASS: justsyms_exec
PASS: binary_test
PASS: script_test_3
PASS: tls_phdrs_script_test
PASS: tls_script_test
FAIL: script_test_11
PASS: dynamic_list_2
PASS: thin_archive_test_1
PASS: thin_archive_test_2
PASS: plugin_test_1
PASS: plugin_test_2
PASS: plugin_test_3
PASS: plugin_test_4
PASS: plugin_test_5
PASS: plugin_test_6
PASS: plugin_test_7
PASS: plugin_test_8
PASS: plugin_test_10
PASS: plugin_test_tls
PASS: exclude_libs_test
PASS: local_labels_test
PASS: discard_locals_test
PASS: large
PASS: permission_test
PASS: searched_file_test
PASS: ifuncmain1static
PASS: ifuncmain1picstatic
/bin/sh: line 1: 31342 Segmentation fault (core dumped) "$tst" > ifuncmain1.log-t 2>&1
FAIL: ifuncmain1
/bin/sh: line 1: 31361 Segmentation fault (core dumped) "$tst" > ifuncmain1pic.log-t 2>&1
FAIL: ifuncmain1pic
/bin/sh: line 1: 31380 Segmentation fault (core dumped) "$tst" > ifuncmain1vis.log-t 2>&1
FAIL: ifuncmain1vis
/bin/sh: line 1: 31399 Segmentation fault (core dumped) "$tst" > ifuncmain1vispic.log-t 2>&1
FAIL: ifuncmain1vispic
PASS: ifuncmain1staticpic
/bin/sh: line 1: 31431 Segmentation fault (core dumped) "$tst" > ifuncmain1pie.log-t 2>&1
FAIL: ifuncmain1pie
/bin/sh: line 1: 31450 Segmentation fault (core dumped) "$tst" > ifuncmain1vispie.log-t 2>&1
FAIL: ifuncmain1vispie
PASS: ifuncmain1staticpie
PASS: ifuncmain2static
PASS: ifuncmain2picstatic
PASS: ifuncmain2
PASS: ifuncmain2pic
/bin/sh: line 1: 31534 Segmentation fault (core dumped) "$tst" > ifuncmain3.log-t 2>&1
FAIL: ifuncmain3
PASS: ifuncmain4static
PASS: ifuncmain4picstatic
PASS: ifuncmain4
PASS: ifuncmain5static
PASS: ifuncmain5picstatic
PASS: ifuncmain5
PASS: ifuncmain5pic
PASS: ifuncmain5staticpic
PASS: ifuncmain5pie
PASS: ifuncmain6pie
PASS: ifuncmain7static
PASS: ifuncmain7picstatic
PASS: ifuncmain7
PASS: ifuncmain7pic
PASS: ifuncmain7pie
PASS: ifuncvar
PASS: start_lib_test
PASS: ehdr_start_test_1
PASS: ehdr_start_test_2
PASS: ehdr_start_test_3
PASS: ehdr_start_test_5
PASS: incremental_test_2
PASS: incremental_test_3
PASS: incremental_test_4
PASS: incremental_test_5
PASS: incremental_test_6
PASS: incremental_copy_test
PASS: incremental_common_test_1
PASS: incremental_comdat_test_1
PASS: exception_x86_64_bnd_test
============================
10 of 213 tests failed
See testsuite/test-suite.log
============================
Makefile:3920: recipe for target 'test-suite.log' failed
make[6]: *** [test-suite.log] Error 1
make[6]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
Makefile:3999: recipe for target 'check-TESTS' failed
make[5]: *** [check-TESTS] Error 2
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
Makefile:4522: recipe for target 'check-am' failed
make[4]: *** [check-am] Error 2
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
Makefile:4526: recipe for target 'check' failed
make[3]: *** [check] Error 2
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make ld1 ld2 ld1-r ld2-r ld4 ld3
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
test -d gcctestdir1 || mkdir -p gcctestdir1
rm -f gcctestdir1/ld
(cd gcctestdir1 && ln -s ../ld-new ld)
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld1 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir1/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-file-size-for-treehash=0 -Wl,--thread-count=3 -o ld1 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o mips.o aarch64.o aarch64-reloc-property.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
test -d gcctestdir2 || mkdir -p gcctestdir2
rm -f gcctestdir2/ld
(cd gcctestdir2 && ln -s ../ld1 ld)
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir2/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-file-size-for-treehash=0 -Wl,--thread-count=3 -o ld2 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o mips.o aarch64.o aarch64-reloc-property.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
gcctestdir1/ld -o libgold-1-r.o -r --whole-archive libgold.a
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld1-r -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir1/ -o ld1-r main.o libgold-1-r.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o mips.o aarch64.o aarch64-reloc-property.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
test -d gcctestdir2-r || mkdir -p gcctestdir2-r
rm -f gcctestdir2-r/ld
(cd gcctestdir2-r && ln -s ../ld1-r ld)
gcctestdir2-r/ld -o libgold-2-r.o -r --whole-archive libgold.a
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld2-r -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir2-r/ -o ld2-r main.o libgold-2-r.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o mips.o aarch64.o aarch64-reloc-property.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
test -d gcctestdir4 || mkdir -p gcctestdir4
rm -f gcctestdir4/ld
(cd gcctestdir4 && ln -s ../ld-new ld)
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld4 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir4/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12346 -Wl,--build-id-min-file-size-for-treehash=0 -Wl,--thread-count=3 -o ld4 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o mips.o aarch64.o aarch64-reloc-property.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
test -d gcctestdir3 || mkdir -p gcctestdir3
rm -f gcctestdir3/ld
(cd gcctestdir3 && ln -s ../ld-new ld)
g++ -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=ld3 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Bgcctestdir3/ -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-file-size-for-treehash=0 -Wl,--thread-count=13 -o ld3 main.o i386.o x86_64.o sparc.o powerpc.o arm.o arm-reloc-property.o tilegx.o mips.o aarch64.o aarch64-reloc-property.o libgold.a ../libiberty/libiberty.a -lpthread -ldl -ldl -lz
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make check-TESTS
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
rm -f bootstrap-test
echo "#!/bin/sh" > bootstrap-test
echo "cmp ld1 ld2" >> bootstrap-test
chmod +x bootstrap-test
PASS: bootstrap-test
rm -f bootstrap-test-r
echo "#!/bin/sh" > bootstrap-test-r
echo "cmp ld1-r ld2-r" >> bootstrap-test-r
chmod +x bootstrap-test-r
PASS: bootstrap-test-r
rm -f bootstrap-test-treehash-chunksize
echo "#!/bin/sh" > bootstrap-test-treehash-chunksize
echo "cmp ld1 ld4 | grep ." >> bootstrap-test-treehash-chunksize
chmod +x bootstrap-test-treehash-chunksize
PASS: bootstrap-test-treehash-chunksize
==================
All 4 tests passed
==================
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
Makefile:865: recipe for target 'check-recursive' failed
make[2]: *** [check-recursive] Error 1
make[2]: Target 'check' not remade because of errors.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
Makefile:6126: recipe for target 'check-gold' failed
make[1]: *** [check-gold] Error 2
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make check-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
Making check in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof/po'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/intl'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/intl'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make check-recursive
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
Making check in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld/po'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make check-DEJAGNU
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
Making a new site.exp file...
srcroot=`cd /home/ryan/packages/trunk/src/binutils-gdb/ld && pwd`; export srcroot; \
r=`pwd`; export r; \
LC_ALL=C; export LC_ALL; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool ld --srcdir ${srcroot}/testsuite \
CC="gcc" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" \
CXX="g++" CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" \
CC_FOR_HOST="gcc" CFLAGS_FOR_HOST="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" \
OFILES="ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o plugin.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf_x86_64.o eelf32_x86_64.o eelf_i386.o ei386linux.o eelf_l1om.o eelf_k1om.o ldbuildid.o" BFDLIB="../bfd/.libs/libbfd.a" \
LIBIBERTY="../libiberty/libiberty.a " LIBS="-lz -ldl -ldl " \
DO_COMPARE="`echo 'cmp --ignore-initial=16 $f1 $f2' | sed -e 's,\\$,,g'`" \
; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By ryan on Tue Mar 22 01:55:52 2016
Native configuration is x86_64-unknown-linux-gnu
=== ld tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-aarch64/aarch64-elf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-alpha/alpha.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-arm/arm-elf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-arm/export-class.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-auto-import/auto-import.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-avr/avr.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-bootstrap/bootstrap.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-cdtest/cdtest.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-checks/checks.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-cris/cris.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-crx/crx.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-cygwin/exe-export.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-d10v/d10v.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-discard/discard.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/audit.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/binutils.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/comm-data.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/compress.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/dwarf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/eh-group.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/elf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/exclude.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/export-class.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/frame.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/indirect.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/provide-hidden.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/sec-to-seg.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/sec64k.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/shared.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/tls_common.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elf/wrap.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elfcomm/elfcomm.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elfvers/vers.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elfvsb/elfvsb.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-elfweak/elfweak.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-fastcall/fastcall.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-frv/fdpic.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-frv/frv-elf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-frv/tls.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-gc/gc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-h8300/h8300.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-i386/export-class.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-i386/i386.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-ia64/ia64.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-ia64/line.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-ifunc/binutils.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-ifunc/ifunc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-libs/libs.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-linkonce/linkonce.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-m68hc11/m68hc11.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-m68k/m68k-got.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-m68k/m68k.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-mep/mep.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-metag/metag.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-mips-elf/comm-data.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-mips-elf/export-class.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-mips-elf/mips-elf-flags.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-mips-elf/mips-elf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-misc/defsym.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-mmix/mmix.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-mn10300/mn10300.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-nds32/nds32.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-nios2/nios2.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-pe/pe-compile.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-pe/pe-run.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-pe/pe-run2.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-pe/pe.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-pie/pie.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-plugin/lto.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-plugin/plugin.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-powerpc/aix52.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-powerpc/export-class.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-powerpc/powerpc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-s390/s390.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/align.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/alignof.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/assert.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/crossref.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/data.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/default-script.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/defined.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/dynamic-sections.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/empty-address.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/empty-aligned.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/empty-orphan.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/expr.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/extern.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/include.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/log2.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/map-address.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/overlay-size.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/phdrs.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/phdrs2.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/phdrs3.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/provide.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/rgn-at.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/rgn-over.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/script.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/section-flags.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/section-match.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/size.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/sizeof.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/sort.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-scripts/weak.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-selective/sel-dump.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-selective/selective.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sh/arch/arch.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sh/rd-sh.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sh/sh-vxworks.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sh/sh.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sh/sh64/rd-sh64.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sh/sh64/relax.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sh/sh64/relfail.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sh/sh64/sh64.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-shared/shared.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-size/size.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-sparc/sparc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-spu/spu.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-srec/srec.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-tic6x/tic6x.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-tilegx/tilegx.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-tilepro/tilepro.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-undefined/entry.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-undefined/undefined.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-undefined/weak-undef.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-unique/unique.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-v850/v850.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-vax-elf/export-class.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-vax-elf/vax-elf.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-versados/versados.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-vxworks/vxworks.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-x86-64/dwarfreloc.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-x86-64/export-class.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-x86-64/line.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-x86-64/mpx.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-x86-64/x86-64.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-xc16x/xc16x.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-xstormy16/xstormy16.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-xtensa/coalesce.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-xtensa/diff_overflow.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-xtensa/lcall.exp ...
Running /home/ryan/packages/trunk/src/binutils-gdb/ld/testsuite/ld-xtensa/xtensa.exp ...
=== ld Summary ===
# of expected passes 1113
# of expected failures 57
# of untested testcases 1
/home/ryan/packages/trunk/src/binutils-build/ld/ld-new 2.24.51.20141014
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libdecnumber'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libdecnumber'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libiberty'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/testsuite/../../include -o test-demangle \
/home/ryan/packages/trunk/src/binutils-gdb/libiberty/testsuite/test-demangle.c ../libiberty.a
./test-demangle < /home/ryan/packages/trunk/src/binutils-gdb/libiberty/testsuite/demangle-expected
./test-demangle: 897 tests, 0 failures
./test-demangle < /home/ryan/packages/trunk/src/binutils-gdb/libiberty/testsuite/d-demangle-expected
./test-demangle: 230 tests, 0 failures
gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \
/home/ryan/packages/trunk/src/binutils-gdb/libiberty/testsuite/test-pexecute.c ../libiberty.a
./test-pexecute
gcc -DHAVE_CONFIG_H -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -I.. -I/home/ryan/packages/trunk/src/binutils-gdb/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \
/home/ryan/packages/trunk/src/binutils-gdb/libiberty/testsuite/test-expandargv.c ../libiberty.a
./test-expandargv
PASS: test-expandargv-0.
PASS: test-expandargv-1.
PASS: test-expandargv-2.
PASS: test-expandargv-3.
PASS: test-expandargv-4.
PASS: test-expandargv-5.
PASS: test-expandargv-6.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/readline'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/readline'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/sim'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/sim'
make[1]: Target 'check-host' not remade because of errors.
make[1]: Nothing to be done for 'check-target'.
make[1]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build'
Makefile:2127: recipe for target 'do-check' failed
make: *** [do-check] Error 2
make: Target 'check' not remade because of errors.
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/home/ryan/packages/trunk/src/binutils-build'
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr /home/ryan/packages/trunk/pkg/binutils/usr
make[1]: Nothing to be done for 'install-target'.
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr /home/ryan/packages/trunk/pkg/binutils/usr
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make install-recursive
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/etc'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/etc'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
Making install in po
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof/po'
if test -r /home/ryan/packages/trunk/src/binutils-gdb/gprof/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/gprof/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/gprof/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
fi
Making install in po
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make install-recursive
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share
Making install in doc
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/po'
if test -r /home/ryan/packages/trunk/src/binutils-gdb/gold/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/gold/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/gold/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
fi
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/intl'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/intl'
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/es/LC_MESSAGES
installing es.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/es/LC_MESSAGES/gold.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/bg/LC_MESSAGES
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas/doc'
installing bg.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/bg/LC_MESSAGES/gprof.mo
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libdecnumber'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libdecnumber'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gas/doc'
make[4]: Nothing to be done for 'install-exec-am'.
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fi/LC_MESSAGES
installing fi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fi/LC_MESSAGES/gold.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/da/LC_MESSAGES
installing da.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/da/LC_MESSAGES/gprof.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/id/LC_MESSAGES
installing id.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/id/LC_MESSAGES/gold.mo
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 as.info as.info-[0-9] as.info-[0-9][0-9] as.i[0-9] as.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 "/home/ryan/packages/trunk/src/binutils-gdb/gas/doc" -I "/home/ryan/packages/trunk/src/binutils-gdb/gas/../libiberty" -I "/home/ryan/packages/trunk/src/binutils-gdb/gas/../bfd/doc" -I ../../bfd/doc -I /home/ryan/packages/trunk/src/binutils-gdb/gas/doc \
-o as.info `test -f 'as.texinfo' || echo '/home/ryan/packages/trunk/src/binutils-gdb/gas/doc/'`as.texinfo; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./as.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/de/LC_MESSAGES
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/it/LC_MESSAGES
installing de.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/de/LC_MESSAGES/gprof.mo
installing it.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/it/LC_MESSAGES/gold.mo
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/eo/LC_MESSAGES
installing eo.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/eo/LC_MESSAGES/gprof.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/vi/LC_MESSAGES
Making install in doc
installing vi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/vi/LC_MESSAGES/gold.mo
if test "gold" = "gettext"; then \
if test -r /home/ryan/packages/trunk/src/binutils-gdb/gold/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/gold/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/gold/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/ryan/packages/trunk/src/binutils-gdb/gold/po/Makefile.in.in \
/home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libiberty'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/po'
Making install in testsuite
installing es.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/es/LC_MESSAGES/gprof.mo
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
installing fi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fi/LC_MESSAGES/gprof.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fr/LC_MESSAGES
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty/testsuite'
installing fr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fr/LC_MESSAGES/gprof.mo
if test -n ""; then \
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/lib/`gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -print-multi-os-directory`; \
/usr/bin/install -c -m 644 ./libiberty.a /home/ryan/packages/trunk/pkg/binutils/usr/lib/`gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -print-multi-os-directory`/./libiberty.an; \
( cd /home/ryan/packages/trunk/pkg/binutils/usr/lib/`gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \
mv -f /home/ryan/packages/trunk/pkg/binutils/usr/lib/`gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -print-multi-os-directory`/./libiberty.an /home/ryan/packages/trunk/pkg/binutils/usr/lib/`gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -print-multi-os-directory`/./libiberty.a; \
case "" in \
/*) thd=;; \
*) thd=/home/ryan/packages/trunk/pkg/binutils/usr/include/;; \
esac; \
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../mkinstalldirs ${thd}; \
for h in /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/ansidecl.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/demangle.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/dyn-string.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/fibheap.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/floatformat.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/hashtab.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/libiberty.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/objalloc.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/partition.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/safe-ctype.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/sort.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/splay-tree.h /home/ryan/packages/trunk/src/binutils-gdb/libiberty/../include/timeval-utils.h; do \
/usr/bin/install -c -m 644 $h ${thd}; \
done; \
fi
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make install-am
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/libiberty'
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/share/info" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/share/info"
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ga/LC_MESSAGES
installing ga.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ga/LC_MESSAGES/gprof.mo
installing id.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/id/LC_MESSAGES/gprof.mo
/usr/bin/install -c -m 644 ./bfd.info '/home/ryan/packages/trunk/pkg/binutils/usr/share/info'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/readline'
make[2]: Nothing to be done for 'install'.
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/readline'
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1"
installing it.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/it/LC_MESSAGES/gprof.mo
install-info --info-dir='/home/ryan/packages/trunk/pkg/binutils/usr/share/info' '/home/ryan/packages/trunk/pkg/binutils/usr/share/info/bfd.info'
/usr/bin/install -c -m 644 as.1 '/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/doc'
Making install in po
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
if test -r /home/ryan/packages/trunk/src/binutils-gdb/bfd/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/bfd/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/bfd/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
fi
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ja/LC_MESSAGES
installing ja.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ja/LC_MESSAGES/gprof.mo
installing da.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/da/LC_MESSAGES/bfd.mo
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/sim'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/sim'
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ms/LC_MESSAGES
installing ms.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ms/LC_MESSAGES/gprof.mo
installing es.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/es/LC_MESSAGES/bfd.mo
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/nl/LC_MESSAGES
installing fi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fi/LC_MESSAGES/bfd.mo
installing nl.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/nl/LC_MESSAGES/gprof.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/pt_BR/LC_MESSAGES
installing pt_BR.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo
installing fr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fr/LC_MESSAGES/bfd.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ro/LC_MESSAGES
installing id.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/id/LC_MESSAGES/bfd.mo
installing ro.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ro/LC_MESSAGES/gprof.mo
installing ja.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ja/LC_MESSAGES/bfd.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ru/LC_MESSAGES
installing ru.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ru/LC_MESSAGES/gprof.mo
installing ro.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ro/LC_MESSAGES/bfd.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/rw/LC_MESSAGES
installing rw.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/rw/LC_MESSAGES/gprof.mo
installing ru.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ru/LC_MESSAGES/bfd.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sr/LC_MESSAGES
installing sr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sr/LC_MESSAGES/gprof.mo
installing rw.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/rw/LC_MESSAGES/bfd.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sv/LC_MESSAGES
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
installing sv.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sv/LC_MESSAGES/gprof.mo
installing sv.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sv/LC_MESSAGES/bfd.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/tr/LC_MESSAGES
installing tr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/tr/LC_MESSAGES/gprof.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/uk/LC_MESSAGES
installing uk.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/uk/LC_MESSAGES/gprof.mo
installing tr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/tr/LC_MESSAGES/bfd.mo
installing vi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/vi/LC_MESSAGES/gprof.mo
if test "gprof" = "gettext"; then \
if test -r /home/ryan/packages/trunk/src/binutils-gdb/gprof/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/gprof/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/gprof/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/ryan/packages/trunk/src/binutils-gdb/gprof/po/Makefile.in.in \
/home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
installing uk.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/uk/LC_MESSAGES/bfd.mo
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof/po'
installing vi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/vi/LC_MESSAGES/bfd.mo
Making install-info in po
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/po'
make[5]: Nothing to be done for 'install-info'.
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/po'
Making install-info in testsuite
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/zh_CN/LC_MESSAGES
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
installing zh_CN.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo
if test "bfd" = "gettext"; then \
if test -r /home/ryan/packages/trunk/src/binutils-gdb/bfd/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/bfd/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/bfd/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/ryan/packages/trunk/src/binutils-gdb/bfd/po/Makefile.in.in \
/home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd/po'
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[5]: Nothing to be done for 'install-info'.
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold/testsuite'
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/bin" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/bin"
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/share/info" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/share/info"
/bin/sh ./libtool --mode=install /usr/bin/install -c gprof '/home/ryan/packages/trunk/pkg/binutils/usr/bin'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
/usr/bin/install -c -m 644 ./gprof.info '/home/ryan/packages/trunk/pkg/binutils/usr/share/info'
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[5]: Nothing to be done for 'install-info-am'.
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/bin" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/bin"
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
/usr/bin/install -c dwp '/home/ryan/packages/trunk/pkg/binutils/usr/bin'
libtool: install: /usr/bin/install -c .libs/gprof /home/ryan/packages/trunk/pkg/binutils/usr/bin/gprof
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/gold/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/bin /home/ryan/packages/trunk/pkg/binutils/usr/bin
install-info --info-dir='/home/ryan/packages/trunk/pkg/binutils/usr/share/info' '/home/ryan/packages/trunk/pkg/binutils/usr/share/info/gprof.info'
n=`echo ld.gold | sed 's,y,y,'`; \
/usr/bin/install -c \
ld-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/${n}; \
if test "/home/ryan/packages/trunk/pkg/binutils/usr/bin" != "/home/ryan/packages/trunk/pkg/binutils/usr/bin"; then \
rm -f /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld.gold; \
ln /home/ryan/packages/trunk/pkg/binutils/usr/bin/${n} /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld.gold >/dev/null 2>/dev/null \
|| /usr/bin/install -c ld-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld.gold; \
fi; \
if test "x" = "xyes"; then \
ld=`echo ld | sed 's,y,y,'`; \
rm -f /home/ryan/packages/trunk/pkg/binutils/usr/bin/${ld}; \
ln /home/ryan/packages/trunk/pkg/binutils/usr/bin/${n} /home/ryan/packages/trunk/pkg/binutils/usr/bin/${ld} >/dev/null 2>/dev/null \
|| /usr/bin/install -c ld-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/${ld}; \
if test "/home/ryan/packages/trunk/pkg/binutils/usr/bin" != "/home/ryan/packages/trunk/pkg/binutils/usr/bin"; then \
rm -f /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld; \
ln /home/ryan/packages/trunk/pkg/binutils/usr/bin/${n} /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld >/dev/null 2>/dev/null \
|| /usr/bin/install -c ld-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld; \
fi; \
fi
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1"
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gold'
/usr/bin/install -c -m 644 gprof.1 '/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1'
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/gprof'
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[5]: Nothing to be done for 'install-exec-am'.
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/include" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/include"
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/lib" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/lib"
/usr/bin/install -c -m 644 bfd.h /home/ryan/packages/trunk/src/binutils-gdb/bfd/../include/ansidecl.h /home/ryan/packages/trunk/src/binutils-gdb/bfd/../include/symcat.h /home/ryan/packages/trunk/src/binutils-gdb/bfd/../include/bfdlink.h /home/ryan/packages/trunk/src/binutils-gdb/bfd/../include/plugin-api.h '/home/ryan/packages/trunk/pkg/binutils/usr/include'
/bin/sh ./libtool --mode=install /usr/bin/install -c libbfd.la '/home/ryan/packages/trunk/pkg/binutils/usr/lib'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make install-recursive
libtool: install: /usr/bin/install -c .libs/libbfd-2.24.51.20141014.so /home/ryan/packages/trunk/pkg/binutils/usr/lib/libbfd-2.24.51.20141014.so
libtool: install: (cd /home/ryan/packages/trunk/pkg/binutils/usr/lib && { ln -s -f libbfd-2.24.51.20141014.so libbfd.so || { rm -f libbfd.so && ln -s libbfd-2.24.51.20141014.so libbfd.so; }; })
libtool: install: /usr/bin/install -c .libs/libbfd.lai /home/ryan/packages/trunk/pkg/binutils/usr/lib/libbfd.la
libtool: install: /usr/bin/install -c .libs/libbfd.a /home/ryan/packages/trunk/pkg/binutils/usr/lib/libbfd.a
libtool: install: chmod 644 /home/ryan/packages/trunk/pkg/binutils/usr/lib/libbfd.a
libtool: install: ranlib /home/ryan/packages/trunk/pkg/binutils/usr/lib/libbfd.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/bfd'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
Making install in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld/po'
if test -r /home/ryan/packages/trunk/src/binutils-gdb/ld/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/ld/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/ld/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
fi
installing bg.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/bg/LC_MESSAGES/ld.mo
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
installing da.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/da/LC_MESSAGES/ld.mo
Making install in .
installing es.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/es/LC_MESSAGES/ld.mo
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
installing fi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fi/LC_MESSAGES/ld.mo
installing fr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fr/LC_MESSAGES/ld.mo
installing ga.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ga/LC_MESSAGES/ld.mo
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/include" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/include"
installing id.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/id/LC_MESSAGES/ld.mo
/usr/bin/install -c -m 644 /home/ryan/packages/trunk/src/binutils-gdb/opcodes/../include/dis-asm.h '/home/ryan/packages/trunk/pkg/binutils/usr/include'
installing it.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/it/LC_MESSAGES/ld.mo
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/lib" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/lib"
installing ja.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ja/LC_MESSAGES/ld.mo
/bin/sh ./libtool --mode=install /usr/bin/install -c libopcodes.la '/home/ryan/packages/trunk/pkg/binutils/usr/lib'
installing sv.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sv/LC_MESSAGES/ld.mo
libtool: install: /usr/bin/install -c .libs/libopcodes-2.24.51.20141014.so /home/ryan/packages/trunk/pkg/binutils/usr/lib/libopcodes-2.24.51.20141014.so
libtool: install: (cd /home/ryan/packages/trunk/pkg/binutils/usr/lib && { ln -s -f libopcodes-2.24.51.20141014.so libopcodes.so || { rm -f libopcodes.so && ln -s libopcodes-2.24.51.20141014.so libopcodes.so; }; })
libtool: install: /usr/bin/install -c .libs/libopcodes.lai /home/ryan/packages/trunk/pkg/binutils/usr/lib/libopcodes.la
libtool: install: /usr/bin/install -c .libs/libopcodes.a /home/ryan/packages/trunk/pkg/binutils/usr/lib/libopcodes.a
libtool: install: chmod 644 /home/ryan/packages/trunk/pkg/binutils/usr/lib/libopcodes.a
libtool: install: ranlib /home/ryan/packages/trunk/pkg/binutils/usr/lib/libopcodes.a
installing tr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/tr/LC_MESSAGES/ld.mo
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
Making install in po
installing uk.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/uk/LC_MESSAGES/ld.mo
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/opcodes/po'
if test -r /home/ryan/packages/trunk/src/binutils-gdb/opcodes/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/opcodes/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
fi
installing vi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/vi/LC_MESSAGES/ld.mo
installing zh_CN.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/zh_CN/LC_MESSAGES/ld.mo
installing da.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/da/LC_MESSAGES/opcodes.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/zh_TW/LC_MESSAGES
installing zh_TW.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/zh_TW/LC_MESSAGES/ld.mo
if test "ld" = "gettext"; then \
if test -r /home/ryan/packages/trunk/src/binutils-gdb/ld/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/ld/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/ld/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/ryan/packages/trunk/src/binutils-gdb/ld/po/Makefile.in.in \
/home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
installing de.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/de/LC_MESSAGES/opcodes.mo
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld/po'
installing es.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/es/LC_MESSAGES/opcodes.mo
installing fi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fi/LC_MESSAGES/opcodes.mo
installing fr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fr/LC_MESSAGES/opcodes.mo
installing ga.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ga/LC_MESSAGES/opcodes.mo
installing id.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/id/LC_MESSAGES/opcodes.mo
installing it.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/it/LC_MESSAGES/opcodes.mo
installing nl.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/nl/LC_MESSAGES/opcodes.mo
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
installing pt_BR.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
installing ro.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ro/LC_MESSAGES/opcodes.mo
installing sv.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sv/LC_MESSAGES/opcodes.mo
installing tr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/tr/LC_MESSAGES/opcodes.mo
installing uk.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/uk/LC_MESSAGES/opcodes.mo
installing vi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/vi/LC_MESSAGES/opcodes.mo
installing zh_CN.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
if test "opcodes" = "gettext"; then \
if test -r /home/ryan/packages/trunk/src/binutils-gdb/opcodes/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/opcodes/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/opcodes/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/ryan/packages/trunk/src/binutils-gdb/opcodes/po/Makefile.in.in \
/home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes/po'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/opcodes'
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/ld'
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/lib/ldscripts
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/share/info" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/share/info"
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1"
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/lib/ldscripts
for f in ldscripts/* ; do \
/usr/bin/install -c -m 644 $f /home/ryan/packages/trunk/pkg/binutils/usr/lib/$f ; \
done
/usr/bin/install -c -m 644 ld.1 '/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1'
make[2]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/bin" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/bin"
/usr/bin/install -c -m 644 ./ld.info '/home/ryan/packages/trunk/pkg/binutils/usr/share/info'
make install-recursive
install-info --info-dir='/home/ryan/packages/trunk/pkg/binutils/usr/share/info' '/home/ryan/packages/trunk/pkg/binutils/usr/share/info/ld.info'
/bin/sh ./libtool --mode=install /usr/bin/install -c ld-new '/home/ryan/packages/trunk/pkg/binutils/usr/bin/./ld.bfd'
make[3]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
Making install in doc
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
make[5]: Nothing to be done for 'install-exec-am'.
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/share/info" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/share/info"
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1"
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/ld-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/./ld.bfd
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/ld/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/bin
n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s,y,y,'`; \
if test "/home/ryan/packages/trunk/pkg/binutils/usr/bin" != "/home/ryan/packages/trunk/pkg/binutils/usr/bin"; then \
rm -f /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld.bfd; \
ln /home/ryan/packages/trunk/pkg/binutils/usr/bin/$n /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld.bfd >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld.bfd; \
fi; \
if test "xyes" = "xyes"; then \
ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s,y,y,'`; \
rm -f /home/ryan/packages/trunk/pkg/binutils/usr/bin/$ld; \
ln /home/ryan/packages/trunk/pkg/binutils/usr/bin/$n /home/ryan/packages/trunk/pkg/binutils/usr/bin/$ld >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/$ld; \
if test "/home/ryan/packages/trunk/pkg/binutils/usr/bin" != "/home/ryan/packages/trunk/pkg/binutils/usr/bin"; then \
rm -f /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld; \
ln /home/ryan/packages/trunk/pkg/binutils/usr/bin/$n /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld >/dev/null 2>/dev/null \
|| /bin/sh ./libtool --mode=install /usr/bin/install -c ld-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/ld; \
fi; \
fi
/usr/bin/install -c -m 644 ./binutils.info '/home/ryan/packages/trunk/pkg/binutils/usr/share/info'
/usr/bin/install -c -m 644 addr2line.1 ar.1 dlltool.1 nlmconv.1 nm.1 objcopy.1 objdump.1 ranlib.1 readelf.1 size.1 strings.1 strip.1 elfedit.1 windres.1 windmc.1 c++filt.1 '/home/ryan/packages/trunk/pkg/binutils/usr/share/man/man1'
install-info --info-dir='/home/ryan/packages/trunk/pkg/binutils/usr/share/info' '/home/ryan/packages/trunk/pkg/binutils/usr/share/info/binutils.info'
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/doc'
Making install in po
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
if test -r /home/ryan/packages/trunk/src/binutils-gdb/binutils/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/binutils/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/binutils/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share; \
fi
make[5]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[3]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
make[2]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/ld'
installing bg.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/bg/LC_MESSAGES/binutils.mo
installing da.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/da/LC_MESSAGES/binutils.mo
installing es.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/es/LC_MESSAGES/binutils.mo
installing fi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fi/LC_MESSAGES/binutils.mo
installing fr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/fr/LC_MESSAGES/binutils.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/hr/LC_MESSAGES
installing hr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/hr/LC_MESSAGES/binutils.mo
installing id.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/id/LC_MESSAGES/binutils.mo
installing it.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/it/LC_MESSAGES/binutils.mo
installing ja.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ja/LC_MESSAGES/binutils.mo
installing ro.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ro/LC_MESSAGES/binutils.mo
installing ru.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/ru/LC_MESSAGES/binutils.mo
installing rw.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/rw/LC_MESSAGES/binutils.mo
mkdir -p -- /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sk/LC_MESSAGES
installing sk.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sk/LC_MESSAGES/binutils.mo
installing sv.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/sv/LC_MESSAGES/binutils.mo
installing tr.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/tr/LC_MESSAGES/binutils.mo
installing uk.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/uk/LC_MESSAGES/binutils.mo
installing vi.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/vi/LC_MESSAGES/binutils.mo
installing zh_CN.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo
installing zh_TW.gmo as /home/ryan/packages/trunk/pkg/binutils/usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo
if test "binutils" = "gettext"; then \
if test -r /home/ryan/packages/trunk/src/binutils-gdb/binutils/../mkinstalldirs; then \
/home/ryan/packages/trunk/src/binutils-gdb/binutils/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
else \
/home/ryan/packages/trunk/src/binutils-gdb/binutils/mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 /home/ryan/packages/trunk/src/binutils-gdb/binutils/po/Makefile.in.in \
/home/ryan/packages/trunk/pkg/binutils/usr/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[4]: Leaving directory '/home/ryan/packages/trunk/src/binutils-build/binutils/po'
make[4]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
make[5]: Entering directory '/home/ryan/packages/trunk/src/binutils-build/binutils'
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/bin" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/bin"
make[5]: Nothing to be done for 'install-data-am'.
test -z "/home/ryan/packages/trunk/pkg/binutils/usr/bin" || /usr/bin/mkdir -p "/home/ryan/packages/trunk/pkg/binutils/usr/bin"
/bin/sh ./libtool --mode=install /usr/bin/install -c size objdump ar strings ranlib objcopy addr2line readelf elfedit '/home/ryan/packages/trunk/pkg/binutils/usr/bin'
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/size /home/ryan/packages/trunk/pkg/binutils/usr/bin/size
libtool: install: warning: `../opcodes/libopcodes.la' has not been installed in `/usr/lib'
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/objdump /home/ryan/packages/trunk/pkg/binutils/usr/bin/objdump
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/ar /home/ryan/packages/trunk/pkg/binutils/usr/bin/ar
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/strings /home/ryan/packages/trunk/pkg/binutils/usr/bin/strings
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/ranlib /home/ryan/packages/trunk/pkg/binutils/usr/bin/ranlib
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/objcopy /home/ryan/packages/trunk/pkg/binutils/usr/bin/objcopy
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/addr2line /home/ryan/packages/trunk/pkg/binutils/usr/bin/addr2line
libtool: install: /usr/bin/install -c readelf /home/ryan/packages/trunk/pkg/binutils/usr/bin/readelf
libtool: install: /usr/bin/install -c elfedit /home/ryan/packages/trunk/pkg/binutils/usr/bin/elfedit
/bin/sh ./libtool --mode=install /usr/bin/install -c nm-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/nm
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/nm-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/nm
/bin/sh ./libtool --mode=install /usr/bin/install -c strip-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/strip
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/strip-new /home/ryan/packages/trunk/pkg/binutils/usr/bin/strip
/bin/sh ./libtool --mode=install /usr/bin/install -c cxxfilt /home/ryan/packages/trunk/pkg/binutils/usr/bin/c++filt
libtool: install: warning: `../bfd/libbfd.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/cxxfilt /home/ryan/packages/trunk/pkg/binutils/usr/bin/c++filt
/bin/sh /home/ryan/packages/trunk/src/binutils-gdb/binutils/../mkinstalldirs /home/ryan/packages/trunk/pkg/binutils/usr/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,y,y,'`; \
if [ "/home/ryan/packages/trunk/pkg/binutils/usr/bin/$k" != "/home/ryan/packages/trunk/pkg/binutils/usr/bin/$j" ]; then \
rm -f /home/ryan/packages/trunk/pkg/binutils/usr/bin/$j; \
ln /home/ryan/packages/trunk/pkg/binutils/usr/bin/$k /home/ryan/packages/trunk/pkg/binutil
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment