This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: Try to include libunwind-ia64.h in libunwind-frame.h


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 platforms.
>> Part of the issue is libunwind.h, which is not well designed for cross operation:
> 
> Which libunwind do you test GDB against?  I cannot build libunwind HEAD as
> cross:
> ./configure --target=ia64-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
> 
> 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 directory

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 x86_64 x86_64 GNU/Linux

$ cat /etc/SuSE-release 
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10

$ git log
commit 59328832f7ee48682fcd0fd1ca0cb9cfdb32ec4a
Author: Konstantin Belousov <kib@freebsd.org>
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 <kib@freebsd.org>
Date:   Sun Feb 5 11:42:02 2012 +0200

    FreeBSD also supports PT_GNU_STACK.

commit 29dae2171e764b885553aa6c3b9a18448790fd12
Author: Konstantin Belousov <kib@freebsd.org>
Date:   Sun Feb 5 11:40:17 2012 +0200

    Style.

commit 29b32cf142e5e1ad5f6cfa7145c774513d8f2534
Author: Konstantin Belousov <kib@freebsd.org>


$ git status
# On branch master
nothing to commit (working directory clean)

$ ./configure --target=ia64-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... 
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_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No 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_64) 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_64) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No 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: No 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/Repositories/fsf/libunwind.git/src'
depbase=`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 -Wall -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=CC --mode=link gcc  -g -O2 -fexceptions -Wall -Wsign-compare   -o ia64/mk_Gcursor_i  ia64/mk_Gcursor_i.o  
gcc -g -O2 -fexceptions -Wall -Wsign-compare -o ia64/mk_Gcursor_i ia64/mk_Gcursor_i.o 
ia64/mk_Gcursor_i > Gcursor_i.h
depbase=`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 -Wall -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=CC --mode=link gcc  -g -O2 -fexceptions -Wall -Wsign-compare   -o ia64/mk_Lcursor_i  ia64/mk_Lcursor_i.o  
gcc -g -O2 -fexceptions -Wall -Wsign-compare -o ia64/mk_Lcursor_i ia64/mk_Lcursor_i.o 
ia64/mk_Lcursor_i > Lcursor_i.h
make  all-am
make[2]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git/src'
depbase=`echo os-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT os-linux.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-ia64 -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-ia64 -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=`echo mi/init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/init.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-ia64 -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  -fPIC -DPIC -o mi/.libs/init.o
 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 -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=`echo mi/flush_cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/flush_cache.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/flush_cache.lo mi/flush_cache.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-ia64 -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 atomically increment an integer.
 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 -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=`echo mi/mempool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/mempool.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-ia64 -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/mempool.c  -fPIC -DPIC -o mi/.libs/mempool.o
 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 -Wall -Wsign-compare -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c -o mi/mempool.o >/dev/null 2>&1
depbase=`echo mi/strerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/strerror.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-ia64 -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/strerror.c  -fPIC -DPIC -o mi/.libs/strerror.o
 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 -Wall -Wsign-compare -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/strerror.c -o mi/strerror.o >/dev/null 2>&1
depbase=`echo ia64/regname.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/regname.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-ia64 -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 ia64/regname.c  -fPIC -DPIC -o ia64/.libs/regname.o
 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 -Wall -Wsign-compare -MT ia64/regname.lo -MD -MP -MF ia64/.deps/regname.Tpo -c ia64/regname.c -o ia64/regname.o >/dev/null 2>&1
depbase=`echo mi/Gdyn-extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gdyn-extract.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gdyn-extract.lo mi/Gdyn-extract.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-ia64 -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-ia64 -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=`echo mi/Gdyn-remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gdyn-remote.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gdyn-remote.lo mi/Gdyn-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-ia64 -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-ia64 -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=`echo mi/Gfind_dynamic_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gfind_dynamic_proc_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-ia64 -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/.libs/Gfind_dynamic_proc_info.o
 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 -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_proc_info.o >/dev/null 2>&1
depbase=`echo mi/Gget_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gget_accessors.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gget_accessors.lo mi/Gget_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-ia64 -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-ia64 -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=`echo mi/Gget_proc_info_by_ip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gget_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-ia64 -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-ia64 -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=`echo mi/Gget_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gget_proc_name.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gget_proc_name.lo mi/Gget_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-ia64 -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-ia64 -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=`echo mi/Gput_dynamic_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF "$depbase.Tpo" -c -o mi/Gput_dynamic_unwind_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-ia64 -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-ia64 -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=`echo mi/Gdestroy_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gdestroy_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-ia64 -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_addr_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-ia64 -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_addr_space.Tpo -c mi/Gdestroy_addr_space.c -o mi/Gdestroy_addr_space.o >/dev/null 2>&1
depbase=`echo mi/Gget_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gget_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-ia64 -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/Gget_reg.c  -fPIC -DPIC -o mi/.libs/Gget_reg.o
 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 -Wall -Wsign-compare -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gget_reg.c -o mi/Gget_reg.o >/dev/null 2>&1
depbase=`echo mi/Gset_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gset_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-ia64 -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/Gset_reg.c  -fPIC -DPIC -o mi/.libs/Gset_reg.o
 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 -Wall -Wsign-compare -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gset_reg.c -o mi/Gset_reg.o >/dev/null 2>&1
depbase=`echo mi/Gget_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gget_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-ia64 -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 mi/Gget_fpreg.c  -fPIC -DPIC -o mi/.libs/Gget_fpreg.o
 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 -Wall -Wsign-compare -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c mi/Gget_fpreg.c -o mi/Gget_fpreg.o >/dev/null 2>&1
depbase=`echo mi/Gset_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gset_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-ia64 -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 mi/Gset_fpreg.c  -fPIC -DPIC -o mi/.libs/Gset_fpreg.o
 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 -Wall -Wsign-compare -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c mi/Gset_fpreg.c -o mi/Gset_fpreg.o >/dev/null 2>&1
depbase=`echo mi/Gset_caching_policy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT mi/Gset_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-ia64 -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_caching_policy.Tpo -c mi/Gset_caching_policy.c  -fPIC -DPIC -o mi/.libs/Gset_caching_policy.o
 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 -Wall -Wsign-compare -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_caching_policy.Tpo -c mi/Gset_caching_policy.c -o mi/Gset_caching_policy.o >/dev/null 2>&1
depbase=`echo ia64/Gcreate_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gcreate_addr_space.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gcreate_addr_space.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-ia64 -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/Gcreate_addr_space.o
 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 -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=`echo ia64/Gget_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gget_proc_info.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gget_proc_info.lo ia64/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-ia64 -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_info.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-ia64 -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_info.Tpo -c ia64/Gget_proc_info.c -o ia64/Gget_proc_info.o >/dev/null 2>&1
depbase=`echo ia64/Gget_save_loc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gget_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-ia64 -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_loc.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-ia64 -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_loc.Tpo -c ia64/Gget_save_loc.c -o ia64/Gget_save_loc.o >/dev/null 2>&1
depbase=`echo ia64/Gglobal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gglobal.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-ia64 -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 ia64/Gglobal.c  -fPIC -DPIC -o ia64/.libs/Gglobal.o
 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 -Wall -Wsign-compare -MT ia64/Gglobal.lo -MD -MP -MF ia64/.deps/Gglobal.Tpo -c ia64/Gglobal.c -o ia64/Gglobal.o >/dev/null 2>&1
depbase=`echo ia64/Ginit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Ginit.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-ia64 -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/Ginit.c  -fPIC -DPIC -o ia64/.libs/Ginit.o
 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 -Wall -Wsign-compare -MT ia64/Ginit.lo -MD -MP -MF ia64/.deps/Ginit.Tpo -c ia64/Ginit.c -o ia64/Ginit.o >/dev/null 2>&1
depbase=`echo ia64/Ginit_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Ginit_local.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Ginit_local.lo ia64/Ginit_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-ia64 -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.Tpo -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-ia64 -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.Tpo -c ia64/Ginit_local.c -o ia64/Ginit_local.o >/dev/null 2>&1
depbase=`echo ia64/Ginit_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Ginit_remote.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Ginit_remote.lo ia64/Ginit_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-ia64 -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-ia64 -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=`echo ia64/Gis_signal_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gis_signal_frame.lo -MD -MP -MF "$depbase.Tpo" -c -o ia64/Gis_signal_frame.lo 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-ia64 -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_signal_frame.Tpo -c ia64/Gis_signal_frame.c  -fPIC -DPIC -o ia64/.libs/Gis_signal_frame.o
 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 -Wall -Wsign-compare -MT ia64/Gis_signal_frame.lo -MD -MP -MF ia64/.deps/Gis_signal_frame.Tpo -c ia64/Gis_signal_frame.c -o ia64/Gis_signal_frame.o >/dev/null 2>&1
depbase=`echo ia64/Gparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gparser.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-ia64 -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 ia64/Gparser.c  -fPIC -DPIC -o ia64/.libs/Gparser.o
 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 -Wall -Wsign-compare -MT ia64/Gparser.lo -MD -MP -MF ia64/.deps/Gparser.Tpo -c ia64/Gparser.c -o ia64/Gparser.o >/dev/null 2>&1
depbase=`echo ia64/Grbs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Grbs.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-ia64 -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-ia64 -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=`echo ia64/Gregs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gregs.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-ia64 -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/Gregs.c  -fPIC -DPIC -o ia64/.libs/Gregs.o
 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 -Wall -Wsign-compare -MT ia64/Gregs.lo -MD -MP -MF ia64/.deps/Gregs.Tpo -c ia64/Gregs.c -o ia64/Gregs.o >/dev/null 2>&1
depbase=`echo ia64/Gresume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gresume.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-ia64 -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 ia64/Gresume.c  -fPIC -DPIC -o ia64/.libs/Gresume.o
 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 -Wall -Wsign-compare -MT ia64/Gresume.lo -MD -MP -MF ia64/.deps/Gresume.Tpo -c ia64/Gresume.c -o ia64/Gresume.o >/dev/null 2>&1
depbase=`echo ia64/Gscript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gscript.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-ia64 -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 ia64/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 function
ia64/Gscript.c: In function '_Uia64_find_save_locs':
ia64/Gscript.c:260: warning: 'insn.dst' is used uninitialized in this function
 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 -Wall -Wsign-compare -MT ia64/Gscript.lo -MD -MP -MF ia64/.deps/Gscript.Tpo -c ia64/Gscript.c -o ia64/Gscript.o >/dev/null 2>&1
depbase=`echo ia64/Gstep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gstep.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-ia64 -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/Gstep.c  -fPIC -DPIC -o ia64/.libs/Gstep.o
 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 -Wall -Wsign-compare -MT ia64/Gstep.lo -MD -MP -MF ia64/.deps/Gstep.Tpo -c ia64/Gstep.c -o ia64/Gstep.o >/dev/null 2>&1
depbase=`echo ia64/Gtables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile 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 -Wall -Wsign-compare -MT ia64/Gtables.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-ia64 -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 ia64/Gtables.c  -fPIC -DPIC -o ia64/.libs/Gtables.o
 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 -Wall -Wsign-compare -MT ia64/Gtables.lo -MD -MP -MF ia64/.deps/Gtables.Tpo -c ia64/Gtables.c -o ia64/Gtables.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -fexceptions -Wall -Wsign-compare   -o libunwind-ia64.la -rpath /usr/local/lib -XCClinker -nostartfiles -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-remote.lo mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo mi/Gget_proc_info_by_ip.lo mi/Gget_proc_name.lo mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_addr_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 ia64/Ginit_remote.lo ia64/Ginstall_cursor.lo ia64/Gis_signal_frame.lo ia64/Gparser.lo ia64/Grbs.lo ia64/Gregs.lo ia64/Gresume.lo ia64/Gscript.lo ia64/Gstep.lo ia64/Gtables.lo libunwind-elf64.la  
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/.libs/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/.libs/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/Ginit.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 libunwind-ia64.so.8)
(cd .libs && rm -f libunwind-ia64.so && ln -s libunwind-ia64.so.8.0.0 libunwind-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/Repositories/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/mempool.o mi/strerror.o ia64/regname.o mi/Gdyn-extract.o mi/Gdyn-remote.o mi/Gfind_dynamic_proc_info.o mi/Gget_accessors.o mi/Gget_proc_info_by_ip.o mi/Gget_proc_name.o mi/Gput_dynamic_unwind_info.o mi/Gdestroy_addr_space.o mi/Gget_reg.o mi/Gset_reg.o mi/Gget_fpreg.o mi/Gset_fpreg.o mi/Gset_caching_policy.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/Ginstall_cursor.o ia64/Gis_signal_frame.o ia64/Gparser.o ia64/Grbs.o ia64/Gregs.o ia64/Gresume.o ia64/Gscript.o ia64/Gstep.o ia64/Gtables.o  .libs/libunwind-ia64.lax/libunwind-elf64.a/elf64.o 
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 libunwind-ia64.la)
make[2]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git/src'
make[1]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git/src'
Making all in tests
make[1]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git/tests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git/tests'
Making all in doc
make[1]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git/doc'
make[1]: Entering directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/nfs/tolbiac/tolbiac.a/homes/gingold/Repositories/fsf/libunwind.git'



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