From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1780 invoked by alias); 10 Feb 2012 14:04:48 -0000 Received: (qmail 1767 invoked by uid 22791); 10 Feb 2012 14:04:41 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_GJ X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Feb 2012 14:04:22 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 03E3329000B; Fri, 10 Feb 2012 15:04:21 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id doL9dln-bTE5; Fri, 10 Feb 2012 15:04:20 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id E0AA5290001; Fri, 10 Feb 2012 15:04:20 +0100 (CET) Subject: Re: RFA: Try to include libunwind-ia64.h in libunwind-frame.h Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20120210123032.GA739@host2.jankratochvil.net> Date: Fri, 10 Feb 2012 14:04:00 -0000 Cc: "gdb-patches@sourceware.org ml" Content-Transfer-Encoding: quoted-printable Message-Id: <84365244-8607-465E-9BA9-7BCD729C7ABA@adacore.com> References: <5D1CD28F-F628-475C-B6D8-5FCBF5290C63@adacore.com> <20120210123032.GA739@host2.jankratochvil.net> To: Jan Kratochvil X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00191.txt.bz2 On Feb 10, 2012, at 1:30 PM, Jan Kratochvil wrote: > On Thu, 02 Feb 2012 17:32:39 +0100, Tristan Gingold wrote: >> building a cross debugger for ia64 isn't as easy as for most other platf= orms. >> Part of the issue is libunwind.h, which is not well designed for cross o= peration: >=20 > Which libunwind do you test GDB against? I cannot build libunwind HEAD as > cross: > ./configure --target=3Dia64-linux > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking target system type... ia64-unknown-linux-gnu >=20 > In file included from ../include/tdep-x86_64/libunwind_i.h:39:0, > from ../include/tdep/libunwind_i.h:19, > from ../include/libunwind_i.h:312, > from ia64/mk_Gcursor_i.c:30: > ../include/dwarf.h:41:26: fatal error: dwarf-config.h: No such file or di= rectory Jan, I cannot reproduce this on our x86-64 GNU Linux system. See below the log. Tristan. $ uname -a Linux saumur 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 x86_64 x8= 6_64 x86_64 GNU/Linux $ cat /etc/SuSE-release=20 SUSE Linux Enterprise Server 10 (x86_64) VERSION =3D 10 $ git log commit 59328832f7ee48682fcd0fd1ca0cb9cfdb32ec4a Author: Konstantin Belousov Date: Sun Feb 5 11:47:47 2012 +0200 Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. On FreeBSD, _NSIG is at least 128, so just pass a pointer to the signal mask in the register. Add my copyright. commit 1774384098bc52588eccf454c0d076857ad182eb Author: Konstantin Belousov Date: Sun Feb 5 11:42:02 2012 +0200 FreeBSD also supports PT_GNU_STACK. commit 29dae2171e764b885553aa6c3b9a18448790fd12 Author: Konstantin Belousov Date: Sun Feb 5 11:40:17 2012 +0200 Style. commit 29b32cf142e5e1ad5f6cfa7145c774513d8f2534 Author: Konstantin Belousov $ git status # On branch master nothing to commit (working directory clean) $ ./configure --target=3Dia64-linux checking build system type... x86_64-suse-linux checking host system type... x86_64-suse-linux checking target system type... ia64-unknown-linux checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no 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...=20 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for /usr/x86_64-suse-linux/bin/ld option to reload object files...= -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_6= 4) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: N= o such file or directory 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU= ld... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_6= 4) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_6= 4) supports shared libraries... yes checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: N= o such file or directory GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran linker (/usr/x86_64-suse-linux/bin/ld -m elf_= x86_64) supports shared libraries... yes checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: N= o such file or directory GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether gcc and cc understand -c and -o together... yes checking for __uc_get_grs in -luca... no checking for library containing dlopen... -ldl checking atomic_ops.h usability... no checking atomic_ops.h presence... no checking for atomic_ops.h... no checking for ANSI C header files... (cached) yes checking asm/ptrace_offsets.h usability... no checking asm/ptrace_offsets.h presence... no checking for asm/ptrace_offsets.h... no checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking ia64intrin.h usability... no checking ia64intrin.h presence... no checking for ia64intrin.h... no checking sys/uc_access.h usability... no checking sys/uc_access.h presence... no checking for sys/uc_access.h... no checking for unistd.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sys/types.h... (cached) yes checking sys/procfs.h usability... yes checking sys/procfs.h presence... yes checking for sys/procfs.h... yes checking sys/ptrace.h usability... yes checking sys/ptrace.h presence... yes checking for sys/ptrace.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking return type of signal handlers... void checking for size_t... yes checking for struct dl_phdr_info.dlpi_subs... yes checking for sighandler_t... yes checking whether PTRACE_POKEUSER is declared... yes checking whether PTRACE_POKEDATA is declared... yes checking whether PTRACE_TRACEME is declared... yes checking whether PTRACE_CONT is declared... yes checking whether PTRACE_SINGLESTEP is declared... yes checking whether PTRACE_SYSCALL is declared... yes checking whether PT_IO is declared... no checking whether PT_GETREGS is declared... yes checking whether PT_GETFPREGS is declared... yes checking whether PT_CONTINUE is declared... yes checking whether PT_TRACE_ME is declared... yes checking whether PT_STEP is declared... yes checking whether PT_SYSCALL is declared... yes checking for working memcmp... yes checking return type of signal handlers... (cached) void checking for dl_iterate_phdr... yes checking for dl_phdr_removals_counter... no checking for dlmodinfo... no checking for getunwind... no checking for ttrace... no checking for mincore... yes checking if building with AltiVec... no checking for build architecture... x86_64 checking for host architecture... x86_64 checking for target architecture... ia64 checking for target operating system... linux checking for ELF helper width... 64 checking whether to include DWARF support... no checking whether to restrict build to remote support... yes checking whether to enable debug support... no checking whether to enable C++ exception support... yes checking whether to load .debug_frame sections... no checking whether to block signals during mutex ops... yes checking whether to validate memory addresses before use... yes checking whether to enable msabi support... no checking for __thread... yes checking for Intel compiler... no checking for library containing backtrace... none required configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/check-namespace.sh config.status: creating doc/Makefile config.status: creating doc/common.tex config.status: creating include/libunwind-common.h config.status: creating include/libunwind.h config.status: creating include/tdep/libunwind_i.h config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands $ make Making all in src make[1]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositor= ies/fsf/libunwind.git/src' depbase=3D`echo ia64/mk_Gcursor_i.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep= -ia64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wa= ll -Wsign-compare -MT ia64/mk_Gcursor_i.o -MD -MP -MF "$depbase.Tpo" -c -o = ia64/mk_Gcursor_i.o ia64/mk_Gcursor_i.c; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;= fi /bin/sh ../libtool --tag=3DCC --mode=3Dlink gcc -g -O2 -fexceptions -Wall = -Wsign-compare -o ia64/mk_Gcursor_i ia64/mk_Gcursor_i.o=20=20 gcc -g -O2 -fexceptions -Wall -Wsign-compare -o ia64/mk_Gcursor_i ia64/mk_G= cursor_i.o=20 ia64/mk_Gcursor_i > Gcursor_i.h depbase=3D`echo ia64/mk_Lcursor_i.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep= -ia64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wa= ll -Wsign-compare -MT ia64/mk_Lcursor_i.o -MD -MP -MF "$depbase.Tpo" -c -o = ia64/mk_Lcursor_i.o ia64/mk_Lcursor_i.c; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;= fi /bin/sh ../libtool --tag=3DCC --mode=3Dlink gcc -g -O2 -fexceptions -Wall = -Wsign-compare -o ia64/mk_Lcursor_i ia64/mk_Lcursor_i.o=20=20 gcc -g -O2 -fexceptions -Wall -Wsign-compare -o ia64/mk_Lcursor_i ia64/mk_L= cursor_i.o=20 ia64/mk_Lcursor_i > Lcursor_i.h make all-am make[2]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositor= ies/fsf/libunwind.git/src' depbase=3D`echo os-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT os-lin= ux.lo -MD -MP -MF "$depbase.Tpo" -c -o os-linux.lo os-linux.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT os-linux.lo -MD -MP -MF .deps/os-linux.Tpo -c os-linux.c = -fPIC -DPIC -o .libs/os-linux.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT os-linux.lo -MD -MP -MF .deps/os-linux.Tpo -c os-linux.c = -o os-linux.o >/dev/null 2>&1 depbase=3D`echo mi/init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/ini= t.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/init.lo mi/init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c -f= PIC -DPIC -o mi/.libs/init.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c -o = mi/init.o >/dev/null 2>&1 depbase=3D`echo mi/flush_cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/flu= sh_cache.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/flush_cache.lo mi/flush_cac= he.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/flush_cache.lo -MD -MP -MF mi/.deps/flush_cache.Tpo -c= mi/flush_cache.c -fPIC -DPIC -o mi/.libs/flush_cache.o mi/flush_cache.c:56:3: warning: #warning unw_flush_cache(): need a way to a= tomically increment an integer. gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/flush_cache.lo -MD -MP -MF mi/.deps/flush_cache.Tpo -c= mi/flush_cache.c -o mi/flush_cache.o >/dev/null 2>&1 depbase=3D`echo mi/mempool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/mem= pool.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/mempool.lo mi/mempool.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/memp= ool.c -fPIC -DPIC -o mi/.libs/mempool.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/memp= ool.c -o mi/mempool.o >/dev/null 2>&1 depbase=3D`echo mi/strerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/str= error.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/strerror.lo mi/strerror.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/st= rerror.c -fPIC -DPIC -o mi/.libs/strerror.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/st= rerror.c -o mi/strerror.o >/dev/null 2>&1 depbase=3D`echo ia64/regname.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/r= egname.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/regname.lo ia64/regname.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/regname.lo -MD -MP -MF ia64/.deps/regname.Tpo -c ia6= 4/regname.c -fPIC -DPIC -o ia64/.libs/regname.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/regname.lo -MD -MP -MF ia64/.deps/regname.Tpo -c ia6= 4/regname.c -o ia64/regname.o >/dev/null 2>&1 depbase=3D`echo mi/Gdyn-extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gdy= n-extract.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gdyn-extract.lo mi/Gdyn-ex= tract.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gdyn-extract.lo -MD -MP -MF mi/.deps/Gdyn-extract.Tpo = -c mi/Gdyn-extract.c -fPIC -DPIC -o mi/.libs/Gdyn-extract.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gdyn-extract.lo -MD -MP -MF mi/.deps/Gdyn-extract.Tpo = -c mi/Gdyn-extract.c -o mi/Gdyn-extract.o >/dev/null 2>&1 depbase=3D`echo mi/Gdyn-remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gdy= n-remote.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gdyn-remote.lo mi/Gdyn-remo= te.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gdyn-remote.lo -MD -MP -MF mi/.deps/Gdyn-remote.Tpo -c= mi/Gdyn-remote.c -fPIC -DPIC -o mi/.libs/Gdyn-remote.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gdyn-remote.lo -MD -MP -MF mi/.deps/Gdyn-remote.Tpo -c= mi/Gdyn-remote.c -o mi/Gdyn-remote.o >/dev/null 2>&1 depbase=3D`echo mi/Gfind_dynamic_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.= lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gfi= nd_dynamic_proc_info.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gfind_dynamic_p= roc_info.lo mi/Gfind_dynamic_proc_info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Gfind_= dynamic_proc_info.Tpo -c mi/Gfind_dynamic_proc_info.c -fPIC -DPIC -o mi/.l= ibs/Gfind_dynamic_proc_info.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Gfind_= dynamic_proc_info.Tpo -c mi/Gfind_dynamic_proc_info.c -o mi/Gfind_dynamic_p= roc_info.o >/dev/null 2>&1 depbase=3D`echo mi/Gget_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gge= t_accessors.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gget_accessors.lo mi/Gge= t_accessors.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_accessors.lo -MD -MP -MF mi/.deps/Gget_accessors.= Tpo -c mi/Gget_accessors.c -fPIC -DPIC -o mi/.libs/Gget_accessors.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_accessors.lo -MD -MP -MF mi/.deps/Gget_accessors.= Tpo -c mi/Gget_accessors.c -o mi/Gget_accessors.o >/dev/null 2>&1 depbase=3D`echo mi/Gget_proc_info_by_ip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$= ||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gge= t_proc_info_by_ip.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gget_proc_info_by_= ip.lo mi/Gget_proc_info_by_ip.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Gget_proc= _info_by_ip.Tpo -c mi/Gget_proc_info_by_ip.c -fPIC -DPIC -o mi/.libs/Gget_= proc_info_by_ip.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Gget_proc= _info_by_ip.Tpo -c mi/Gget_proc_info_by_ip.c -o mi/Gget_proc_info_by_ip.o >= /dev/null 2>&1 depbase=3D`echo mi/Gget_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gge= t_proc_name.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gget_proc_name.lo mi/Gge= t_proc_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_proc_name.lo -MD -MP -MF mi/.deps/Gget_proc_name.= Tpo -c mi/Gget_proc_name.c -fPIC -DPIC -o mi/.libs/Gget_proc_name.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_proc_name.lo -MD -MP -MF mi/.deps/Gget_proc_name.= Tpo -c mi/Gget_proc_name.c -o mi/Gget_proc_name.o >/dev/null 2>&1 depbase=3D`echo mi/Gput_dynamic_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\= .lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gpu= t_dynamic_unwind_info.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gput_dynamic_u= nwind_info.lo mi/Gput_dynamic_unwind_info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Gput_= dynamic_unwind_info.Tpo -c mi/Gput_dynamic_unwind_info.c -fPIC -DPIC -o mi= /.libs/Gput_dynamic_unwind_info.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Gput_= dynamic_unwind_info.Tpo -c mi/Gput_dynamic_unwind_info.c -o mi/Gput_dynamic= _unwind_info.o >/dev/null 2>&1 depbase=3D`echo mi/Gdestroy_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$|= |'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gde= stroy_addr_space.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gdestroy_addr_space= .lo mi/Gdestroy_addr_space.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gdestroy_addr_space.lo -MD -MP -MF mi/.deps/Gdestroy_a= ddr_space.Tpo -c mi/Gdestroy_addr_space.c -fPIC -DPIC -o mi/.libs/Gdestroy= _addr_space.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gdestroy_addr_space.lo -MD -MP -MF mi/.deps/Gdestroy_a= ddr_space.Tpo -c mi/Gdestroy_addr_space.c -o mi/Gdestroy_addr_space.o >/dev= /null 2>&1 depbase=3D`echo mi/Gget_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gge= t_reg.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gget_reg.lo mi/Gget_reg.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gg= et_reg.c -fPIC -DPIC -o mi/.libs/Gget_reg.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gg= et_reg.c -o mi/Gget_reg.o >/dev/null 2>&1 depbase=3D`echo mi/Gset_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gse= t_reg.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gset_reg.lo mi/Gset_reg.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gs= et_reg.c -fPIC -DPIC -o mi/.libs/Gset_reg.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gs= et_reg.c -o mi/Gset_reg.o >/dev/null 2>&1 depbase=3D`echo mi/Gget_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gge= t_fpreg.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gget_fpreg.lo mi/Gget_fpreg.= c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c m= i/Gget_fpreg.c -fPIC -DPIC -o mi/.libs/Gget_fpreg.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c m= i/Gget_fpreg.c -o mi/Gget_fpreg.o >/dev/null 2>&1 depbase=3D`echo mi/Gset_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gse= t_fpreg.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gset_fpreg.lo mi/Gset_fpreg.= c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c m= i/Gset_fpreg.c -fPIC -DPIC -o mi/.libs/Gset_fpreg.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c m= i/Gset_fpreg.c -o mi/Gset_fpreg.o >/dev/null 2>&1 depbase=3D`echo mi/Gset_caching_policy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$|= |'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT mi/Gse= t_caching_policy.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gset_caching_policy= .lo mi/Gset_caching_policy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_cachi= ng_policy.Tpo -c mi/Gset_caching_policy.c -fPIC -DPIC -o mi/.libs/Gset_cac= hing_policy.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_cachi= ng_policy.Tpo -c mi/Gset_caching_policy.c -o mi/Gset_caching_policy.o >/dev= /null 2>&1 depbase=3D`echo ia64/Gcreate_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$= ||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= create_addr_space.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gcreate_addr_spa= ce.lo ia64/Gcreate_addr_space.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gcreate_addr_space.lo -MD -MP -MF ia64/.deps/Gcreate= _addr_space.Tpo -c ia64/Gcreate_addr_space.c -fPIC -DPIC -o ia64/.libs/Gcr= eate_addr_space.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gcreate_addr_space.lo -MD -MP -MF ia64/.deps/Gcreate= _addr_space.Tpo -c ia64/Gcreate_addr_space.c -o ia64/Gcreate_addr_space.o >= /dev/null 2>&1 depbase=3D`echo ia64/Gget_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`= ; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= get_proc_info.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gget_proc_info.lo ia= 64/Gget_proc_info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gget_proc_info.lo -MD -MP -MF ia64/.deps/Gget_proc_i= nfo.Tpo -c ia64/Gget_proc_info.c -fPIC -DPIC -o ia64/.libs/Gget_proc_info.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gget_proc_info.lo -MD -MP -MF ia64/.deps/Gget_proc_i= nfo.Tpo -c ia64/Gget_proc_info.c -o ia64/Gget_proc_info.o >/dev/null 2>&1 depbase=3D`echo ia64/Gget_save_loc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;= \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= get_save_loc.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gget_save_loc.lo ia64= /Gget_save_loc.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gget_save_loc.lo -MD -MP -MF ia64/.deps/Gget_save_lo= c.Tpo -c ia64/Gget_save_loc.c -fPIC -DPIC -o ia64/.libs/Gget_save_loc.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gget_save_loc.lo -MD -MP -MF ia64/.deps/Gget_save_lo= c.Tpo -c ia64/Gget_save_loc.c -o ia64/Gget_save_loc.o >/dev/null 2>&1 depbase=3D`echo ia64/Gglobal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= global.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gglobal.lo ia64/Gglobal.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gglobal.lo -MD -MP -MF ia64/.deps/Gglobal.Tpo -c ia6= 4/Gglobal.c -fPIC -DPIC -o ia64/.libs/Gglobal.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gglobal.lo -MD -MP -MF ia64/.deps/Gglobal.Tpo -c ia6= 4/Gglobal.c -o ia64/Gglobal.o >/dev/null 2>&1 depbase=3D`echo ia64/Ginit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= init.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Ginit.lo ia64/Ginit.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Ginit.lo -MD -MP -MF ia64/.deps/Ginit.Tpo -c ia64/Gi= nit.c -fPIC -DPIC -o ia64/.libs/Ginit.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Ginit.lo -MD -MP -MF ia64/.deps/Ginit.Tpo -c ia64/Gi= nit.c -o ia64/Ginit.o >/dev/null 2>&1 depbase=3D`echo ia64/Ginit_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= init_local.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Ginit_local.lo ia64/Gin= it_local.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Ginit_local.lo -MD -MP -MF ia64/.deps/Ginit_local.Tp= o -c ia64/Ginit_local.c -fPIC -DPIC -o ia64/.libs/Ginit_local.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Ginit_local.lo -MD -MP -MF ia64/.deps/Ginit_local.Tp= o -c ia64/Ginit_local.c -o ia64/Ginit_local.o >/dev/null 2>&1 depbase=3D`echo ia64/Ginit_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= init_remote.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Ginit_remote.lo ia64/G= init_remote.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Ginit_remote.lo -MD -MP -MF ia64/.deps/Ginit_remote.= Tpo -c ia64/Ginit_remote.c -fPIC -DPIC -o ia64/.libs/Ginit_remote.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Ginit_remote.lo -MD -MP -MF ia64/.deps/Ginit_remote.= Tpo -c ia64/Ginit_remote.c -o ia64/Ginit_remote.o >/dev/null 2>&1 depbase=3D`echo ia64/Gis_signal_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||= '`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= is_signal_frame.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gis_signal_frame.l= o ia64/Gis_signal_frame.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gis_signal_frame.lo -MD -MP -MF ia64/.deps/Gis_signa= l_frame.Tpo -c ia64/Gis_signal_frame.c -fPIC -DPIC -o ia64/.libs/Gis_signa= l_frame.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gis_signal_frame.lo -MD -MP -MF ia64/.deps/Gis_signa= l_frame.Tpo -c ia64/Gis_signal_frame.c -o ia64/Gis_signal_frame.o >/dev/nul= l 2>&1 depbase=3D`echo ia64/Gparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= parser.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gparser.lo ia64/Gparser.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gparser.lo -MD -MP -MF ia64/.deps/Gparser.Tpo -c ia6= 4/Gparser.c -fPIC -DPIC -o ia64/.libs/Gparser.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gparser.lo -MD -MP -MF ia64/.deps/Gparser.Tpo -c ia6= 4/Gparser.c -o ia64/Gparser.o >/dev/null 2>&1 depbase=3D`echo ia64/Grbs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= rbs.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Grbs.lo ia64/Grbs.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Grbs.lo -MD -MP -MF ia64/.deps/Grbs.Tpo -c ia64/Grbs= .c -fPIC -DPIC -o ia64/.libs/Grbs.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Grbs.lo -MD -MP -MF ia64/.deps/Grbs.Tpo -c ia64/Grbs= .c -o ia64/Grbs.o >/dev/null 2>&1 depbase=3D`echo ia64/Gregs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= regs.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gregs.lo ia64/Gregs.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gregs.lo -MD -MP -MF ia64/.deps/Gregs.Tpo -c ia64/Gr= egs.c -fPIC -DPIC -o ia64/.libs/Gregs.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gregs.lo -MD -MP -MF ia64/.deps/Gregs.Tpo -c ia64/Gr= egs.c -o ia64/Gregs.o >/dev/null 2>&1 depbase=3D`echo ia64/Gresume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= resume.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gresume.lo ia64/Gresume.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gresume.lo -MD -MP -MF ia64/.deps/Gresume.Tpo -c ia6= 4/Gresume.c -fPIC -DPIC -o ia64/.libs/Gresume.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gresume.lo -MD -MP -MF ia64/.deps/Gresume.Tpo -c ia6= 4/Gresume.c -o ia64/Gresume.o >/dev/null 2>&1 depbase=3D`echo ia64/Gscript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= script.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gscript.lo ia64/Gscript.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gscript.lo -MD -MP -MF ia64/.deps/Gscript.Tpo -c ia6= 4/Gscript.c -fPIC -DPIC -o ia64/.libs/Gscript.o ia64/Gscript.c: In function 'uncached_find_save_locs': ia64/Gscript.c:260: warning: 'insn.dst' is used uninitialized in this funct= ion ia64/Gscript.c: In function '_Uia64_find_save_locs': ia64/Gscript.c:260: warning: 'insn.dst' is used uninitialized in this funct= ion gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gscript.lo -MD -MP -MF ia64/.deps/Gscript.Tpo -c ia6= 4/Gscript.c -o ia64/Gscript.o >/dev/null 2>&1 depbase=3D`echo ia64/Gstep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= step.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gstep.lo ia64/Gstep.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gstep.lo -MD -MP -MF ia64/.deps/Gstep.Tpo -c ia64/Gs= tep.c -fPIC -DPIC -o ia64/.libs/Gstep.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gstep.lo -MD -MP -MF ia64/.deps/Gstep.Tpo -c ia64/Gs= tep.c -o ia64/Gstep.o >/dev/null 2>&1 depbase=3D`echo ia64/Gtables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -= I. -I../include -I../include -I../include/tdep-ia64 -I. -D_GNU_SOURCE -DUN= W_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT ia64/G= tables.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gtables.lo ia64/Gtables.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1= ; fi gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gtables.lo -MD -MP -MF ia64/.deps/Gtables.Tpo -c ia6= 4/Gtables.c -fPIC -DPIC -o ia64/.libs/Gtables.o gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include/tdep-ia= 64 -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -g -O2 -fexceptions -Wall -= Wsign-compare -MT ia64/Gtables.lo -MD -MP -MF ia64/.deps/Gtables.Tpo -c ia6= 4/Gtables.c -o ia64/Gtables.o >/dev/null 2>&1 /bin/sh ../libtool --tag=3DCC --mode=3Dlink gcc -g -O2 -fexceptions -Wall = -Wsign-compare -o libunwind-ia64.la -rpath /usr/local/lib -XCClinker -nos= tartfiles -version-info 8:0:0 os-linux.lo mi/init.lo mi/flush_cache.lo mi= /mempool.lo mi/strerror.lo ia64/regname.lo mi/Gdyn-extract.lo mi/Gdyn-remot= e.lo mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo mi/Gget_proc_info_b= y_ip.lo mi/Gget_proc_name.lo mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_add= r_space.lo mi/Gget_reg.lo mi/Gset_reg.lo mi/Gget_fpreg.lo mi/Gset_fpreg.lo = mi/Gset_caching_policy.lo ia64/Gcreate_addr_space.lo ia64/Gget_proc_info.lo= ia64/Gget_save_loc.lo ia64/Gglobal.lo ia64/Ginit.lo ia64/Ginit_local.lo ia= 64/Ginit_remote.lo ia64/Ginstall_cursor.lo ia64/Gis_signal_frame.lo ia64/Gp= arser.lo ia64/Grbs.lo ia64/Gregs.lo ia64/Gresume.lo ia64/Gscript.lo ia64/Gs= tep.lo ia64/Gtables.lo libunwind-elf64.la=20=20 rm -fr .libs/libunwind-ia64.a .libs/libunwind-ia64.la .libs/libunwind-ia64= .lai .libs/libunwind-ia64.so .libs/libunwind-ia64.so.8 .libs/libunwind-ia64= .so.8.0.0 gcc -shared .libs/os-linux.o mi/.libs/init.o mi/.libs/flush_cache.o mi/.li= bs/mempool.o mi/.libs/strerror.o ia64/.libs/regname.o mi/.libs/Gdyn-extract= .o mi/.libs/Gdyn-remote.o mi/.libs/Gfind_dynamic_proc_info.o mi/.libs/Gget_= accessors.o mi/.libs/Gget_proc_info_by_ip.o mi/.libs/Gget_proc_name.o mi/.l= ibs/Gput_dynamic_unwind_info.o mi/.libs/Gdestroy_addr_space.o mi/.libs/Gget= _reg.o mi/.libs/Gset_reg.o mi/.libs/Gget_fpreg.o mi/.libs/Gset_fpreg.o mi/.= libs/Gset_caching_policy.o ia64/.libs/Gcreate_addr_space.o ia64/.libs/Gget_= proc_info.o ia64/.libs/Gget_save_loc.o ia64/.libs/Gglobal.o ia64/.libs/Gini= t.o ia64/.libs/Ginit_local.o ia64/.libs/Ginit_remote.o ia64/.libs/Ginstall_= cursor.o ia64/.libs/Gis_signal_frame.o ia64/.libs/Gparser.o ia64/.libs/Grbs= .o ia64/.libs/Gregs.o ia64/.libs/Gresume.o ia64/.libs/Gscript.o ia64/.libs/= Gstep.o ia64/.libs/Gtables.o -Wl,--whole-archive ./.libs/libunwind-elf64.a = -Wl,--no-whole-archive -nostartfiles -Wl,-soname -Wl,libunwind-ia64.so.8 = -o .libs/libunwind-ia64.so.8.0.0 (cd .libs && rm -f libunwind-ia64.so.8 && ln -s libunwind-ia64.so.8.0.0 lib= unwind-ia64.so.8) (cd .libs && rm -f libunwind-ia64.so && ln -s libunwind-ia64.so.8.0.0 libun= wind-ia64.so) rm -fr .libs/libunwind-ia64.lax mkdir .libs/libunwind-ia64.lax rm -fr .libs/libunwind-ia64.lax/libunwind-elf64.a mkdir .libs/libunwind-ia64.lax/libunwind-elf64.a (cd .libs/libunwind-ia64.lax/libunwind-elf64.a && ar x /homes/gingold/Repos= itories/fsf/libunwind.git/src/./.libs/libunwind-elf64.a) ar cru .libs/libunwind-ia64.a os-linux.o mi/init.o mi/flush_cache.o mi/mem= pool.o mi/strerror.o ia64/regname.o mi/Gdyn-extract.o mi/Gdyn-remote.o mi/G= find_dynamic_proc_info.o mi/Gget_accessors.o mi/Gget_proc_info_by_ip.o mi/G= get_proc_name.o mi/Gput_dynamic_unwind_info.o mi/Gdestroy_addr_space.o mi/G= get_reg.o mi/Gset_reg.o mi/Gget_fpreg.o mi/Gset_fpreg.o mi/Gset_caching_pol= icy.o ia64/Gcreate_addr_space.o ia64/Gget_proc_info.o ia64/Gget_save_loc.o = ia64/Gglobal.o ia64/Ginit.o ia64/Ginit_local.o ia64/Ginit_remote.o ia64/Gin= stall_cursor.o ia64/Gis_signal_frame.o ia64/Gparser.o ia64/Grbs.o ia64/Greg= s.o ia64/Gresume.o ia64/Gscript.o ia64/Gstep.o ia64/Gtables.o .libs/libunw= ind-ia64.lax/libunwind-elf64.a/elf64.o=20 ranlib .libs/libunwind-ia64.a rm -fr .libs/libunwind-ia64.lax creating libunwind-ia64.la (cd .libs && rm -f libunwind-ia64.la && ln -s ../libunwind-ia64.la libunwin= d-ia64.la) make[2]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositori= es/fsf/libunwind.git/src' make[1]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositori= es/fsf/libunwind.git/src' Making all in tests make[1]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositor= ies/fsf/libunwind.git/tests' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositori= es/fsf/libunwind.git/tests' Making all in doc make[1]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositor= ies/fsf/libunwind.git/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositori= es/fsf/libunwind.git/doc' make[1]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositor= ies/fsf/libunwind.git' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositori= es/fsf/libunwind.git'