bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug: GUI and gdb not sync'ed on breakpoint numbers


From: Nathan Sheeley
Subject: bug: GUI and gdb not sync'ed on breakpoint numbers
Date: Fri, 15 Aug 2003 13:46:03 -0500
User-agent: Mutt/1.3.20i

bug-ddd@gnu.org

DDD VERSION:
  [pcslw09:Linux]~/zavala/t% ddd --configuration
  GNU DDD 3.3 (i686-pc-linux-gnu)
  Copyright (C) 1995-1999 Technische Universit?t Braunschweig, Germany.
  Copyright (C) 1999-2001 Universit?t Passau, Germany.
  
  Compiled with GCC 2.95.3 20010315 (release), GNU libc 2.1
  Requires X11R6, Xt11R6, Motif 2.1.30 (Motif Version 2.1.30)
  Includes XPM 3.4.7, Athena Panner, DDD core
  Built 2003-04-14 by Pandora Toolbox admin <NOSPAM>

GDB VERSION:
  gdb 5.3

PROBLEM:
  To get around strange behavior in the program I am debugging I
  to set a breakpoint in a command file I am passing to DDD. 

  DDD correctly passes this to gdb.  It does not however, notice
  that I have set a breakpoint, so if I set another breakpoint 
  in the GUI, the GUI marks it as "breakpoint 1" even tho
  its really "breakpoint 2" in gdb.  So when I try to set a condition on 
  the breakpoint I added in the GUI it ends up on the wrong
  breakpoint!

  Perhaps the problem is the (no debugging symbols found) message
  in front of  "Breakpoint 1..." below?  In this case the main program
  'ncsim' has no debugging symbols, but the shared libs I am loading
  and debugging do.

Let me know if you need more information, or have any ideas how to
work around this in an automated way...  For now I'll have to tell
people to set the breakpoint manually , which will be prone to error.

Nathan Sheeley

Log follows.

GNU DDD 3.3 (i686-pc-linux-gnu)
Copyright (C) 1995-1999 Technische Universit?t Braunschweig, Germany.
Copyright (C) 1999-2001 Universit?t Passau, Germany.

Compiled with GCC 2.95.3 20010315 (release), GNU libc 2.1
Requires X11R6, Xt11R6, Motif 2.1.30 (Motif Version 2.1.30)
Includes XPM 3.4.7, Athena Panner, DDD core
Built 2003-04-14 by Pandora Toolbox admin <pandora@flashbak.amd.com>.
$  ddd --command=ncsim.gdb 
--directory=/tool/cadsys/sim/systemc/systemc-2.0.1-linux-3.2 
/tool/cbar/apps/sim/ncverilog-5.0/tools/bin/ncsim
+  /bin/sh -c 'exec gdb -q -fullname '\''--command=ncsim.gdb'\'' 
'\''--directory=/tool/cadsys/sim/systemc/systemc-2.0.1-linux-3.2'\'' 
'\''/tool/cbar/apps/sim/ncverilog-5.0/tools/bin/ncsim'\'''
#  Hello, world!
#  Opening session "11a3b5296d000106097169300000237160171"...
#  Raising core file size limit from 1536 to 2147483647 bytes...
#  Raising core file size limit from 1536 to 2147483647 bytes...done.
#  Running GDB (pid 19188, tty /dev/pts/1)...
#  Current language: C/C++
#  Searching "vsllib/ddd.vsl"...
#  Trying "/home/nathans/.ddd/vsllib/ddd.vsl"
#  Trying "/tool/pandora/.package/ddd-3.3-b/share/ddd-3.3/vsllib/ddd.vsl"
#  Searching 
"vsllib/ddd.vsl"..."/tool/pandora/.package/ddd-3.3-b/share/ddd-3.3/vsllib/ddd.vsl".
#  Creating 
"/home/nathans/.ddd/sessions/11a3b5296d000106097169300000237160171/"...
#  Creating 
"/home/nathans/.ddd/sessions/11a3b5296d000106097169300000237160171/"...done.
#  Copying "/home/nathans/.ddd/init" to 
"/home/nathans/.ddd/sessions/11a3b5296d000106097169300000237160171/init"...
#  Copying "/home/nathans/.ddd/init" to 
"/home/nathans/.ddd/sessions/11a3b5296d000106097169300000237160171/init"...done.
#  Copying "/home/nathans/.ddd/history" to 
"/home/nathans/.ddd/sessions/11a3b5296d000106097169300000237160171/history"...
#  Copying "/home/nathans/.ddd/history" to 
"/home/nathans/.ddd/sessions/11a3b5296d000106097169300000237160171/history"...done.
#  Saving session in 
"/home/nathans/.ddd/sessions/11a3b5296d000106097169300000237160171/init"...
#  Saving session in 
"/home/nathans/.ddd/sessions/11a3b5296d000106097169300000237160171/init"...done.
<- "(no debugging symbols found)...Breakpoint 1 at 0x83ce728\n"
<- "ncsim: 05.00-s002: (c) Copyright 1995-2003 Cadence Design Systems, Inc.\n"
<- "Running on pcslw09.amd.com\n"
<- "Registered VCS compatibility VPI functions\n"
   "ncsim> source ./tcl/startup.tcl\n"
<- "ncsim> "
-> "\003"
<- "(no debugging symbols found)...\n"
   "Program received signal SIGINT, Interrupt.\n"
<- "0x40924b3e in __select () at __select:-1\n"
<- "-1\t__select: No such file or directory.\n"
<- "\tin __select\n"
<- "(gdb) "
-> "set prompt (gdb) \n"
<- "(gdb) "
-> "set height 0\n"
<- "(gdb) "
-> "set width 0\n"
<- "(gdb) "
-> "set annotate 1\n"
<- "(gdb) "
-> " set verbose off\n"
<- "(gdb) "
-> "info line\n"
<- "Line number 0 is out of range for \"__select\".\n"
<- "(gdb) "
-> "list\n"
<- "1\tin __select\n"
<- "(gdb) "
-> "info line\n"
<- "Line number 0 is out of range for \"__select\".\n"
<- "(gdb) "
-> "output 4711\n"
<- "4711"
<- "(gdb) "
-> "show language\n"
<- "The current source language is \"auto; currently c\".\n"
<- "(gdb) "
-> "show version\n"
<- "GNU gdb 5.3\n"
   "Copyright 2002 Free Software Foundation, Inc.\n"
<- "GDB is free software, covered by the GNU General Public License, and you 
are\n"
   "welcome to change it and/or distribute copies of it under certain 
conditions.\n"
   "Type \"show copying\" to see the conditions.\n"
   "There is absolutely no warranty for GDB.  Type \"show warranty\" for 
details.\n"
   "This GDB was configured as \"i686-pc-linux-gnu\".\n"
<- "(gdb) "
-> "pwd\n"
<- "Working directory 
/proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest.\n"
<- "(gdb) "
-> "info breakpoints\n"
<- "Num Type           Disp Enb Address    What\n"
<- "1   breakpoint     keep y   0x083ce728 <sexit+4>\n"
<- "(gdb) "
-> "show history filename\n"
<- "The filename in which to record the command history is 
\"/proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest/.gdb_history\".\n"
<- "(gdb) "
-> "show history size\n"
<- "The size of the command history is 256.\n"
<- "(gdb) "
#  Reading file 
"/proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest/__select"...
#  Reading file 
"/proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest/__select"...No
 such file or directory.
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
#  Reading file "__select" from GDB...
-> "list __select:1,1000000\n"
<- "1\tin __select\n"
<- "(gdb) "
#  Reading file "__select" from GDB...failed.
#  Reading file 
"/proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest/__select"...
!  /proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest/__select: 
No such file or directory
#  Reading file 
"/proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest/__select"...No
 such file or directory.
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info sources\n"
<- "Source files for which symbols have been read in:\n"
   "\n"
<- "__select, dl-debug.c, dl-init.c, ../sysdeps/generic/ldsodefs.h, 
../sysdeps/generic/stdint.h, ../include/link.h, dl-deps.c, 
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/i386/i486/bits/string.h, dl-lookup.c, ../locale/locale.h, 
../locale/xlocale.h, ../posix/sys/types.h, 
../sysdeps/unix/sysv/linux/bits/types.h, ../time/time.h, ../misc/sys/select.h, 
../sysdeps/unix/sysv/linux/bits/sigset.h, 
../sysdeps/unix/sysv/linux/i386/bits/time.h, ../posix/unistd.h, ../elf/elf.h, 
../sysdeps/i386/i686/dl-hash.h, do-lookup.h, dl-load.c, ../include/errno.h, 
../sysdeps/unix/sysv/linux/bits/errno.h, /usr/include/linux/errno.h, 
/usr/include/asm/errno.h, ../sysdeps/unix/sysv/linux/i386/bits/fcntl.h, 
../sysdeps/unix/sysv/linux/bits/stat.h, ../include/libintl.h, 
../intl/libintl.h, ../include/locale.h, ../include/bits/locale.h, 
../locale/bits/locale.h, ../stdlib/stdlib.h, 
../sysdeps/generic/bits/elfclass.h, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i6"
<- "86-linux/csu/abi-tag.h, ../sysdeps/unix/sysv/linux/dl-osinfo.h, 
../include/sys/sysctl.h, ../sysdeps/unix/sysv/linux/sys/sysctl.h, 
/usr/include/linux/sysctl.h, /usr/include/linux/kernel.h, 
/usr/include/linux/types.h, /usr/include/linux/posix_types.h, 
/usr/include/linux/stddef.h, /usr/include/asm/posix_types.h, 
/usr/include/asm/types.h, /usr/include/linux/list.h, ../include/sys/utsname.h, 
../posix/sys/utsname.h, ../sysdeps/unix/sysv/linux/bits/utsname.h, dl-dst.h, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux/elf/trusted-dirs.h,
 ../string/bits/string2.h, dynamic-link.h, ../sysdeps/i386/dl-machine.h, 
../sysdeps/generic/dl-cache.c, ../sysdeps/generic/dl-cache.h, 
../sysdeps/unix/sysv/linux/i386/dl-procinfo.h, rtld.c, 
../include/libc-symbols.h, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux/config.h, 
../include/fcntl.h, ../io/fcntl.h, ../include/features.h, 
../include/sys/cdefs.h, ../misc/sys/cdefs.h, ../include/sys/types.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, ../include/time.h, 
../include/endian.h, ../string/endian.h, ../sysdeps/i386/bits/endian.h, 
../include/sys/select.h, ../sysdeps/i386/bits/select.h, 
../sysdeps/unix/sysv/linux/sys/sysmacros.h, ../include/sys/stat.h, 
../io/sys/stat.h, ../include/stdlib.h, 
../sysdeps/unix/sysv/linux/bits/waitflags.h, 
../sysdeps/generic/bits/waitstatus.h, ../include/xlocale.h, 
../include/alloca.h, ../stdlib/alloca.h, ../include/string.h, 
../string/string.h, ../include/bits/string2.h, ../include/unistd.h, 
../linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h, 
../sysdeps/generic/bits/environments.h, ../sysdeps/wordsize-32/bits/wordsize.h, 
../sysdeps/generic/bits/confname.h, ../include/getopt.h, ../posix/getopt.h, 
../include/sys/mman.h, ../misc/sys/mman.h, 
../sysdeps/unix/sysv/linux/i386/bits/mman.h, 
../sysdeps/unix/sysv/linux/sys/param.h, ../include/limits.h, 
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h, 
../include/bits/posix1_lim.h, ../posix/bits/posix1_lim.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h, /usr/include/"
<- "linux/limits.h, ../include/bits/posix2_lim.h, ../posix/bits/posix2_lim.h, 
../include/bits/xopen_lim.h, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux/bits/stdio_lim.h, 
/usr/include/linux/param.h, /usr/include/asm/param.h, 
../sysdeps/unix/sysv/linux/ldsodefs.h, 
../sysdeps/unix/sysv/linux/kernel-features.h, ../include/elf.h, 
../sysdeps/unix/sysv/linux/i386/bits/wchar.h, 
../sysdeps/generic/dl-dtprocnum.h, ../include/dlfcn.h, ../dlfcn/dlfcn.h, 
../sysdeps/generic/bits/dlfcn.h, ../sysdeps/i386/bits/link.h, 
../sysdeps/generic/dl-lookupcfg.h, 
../linuxthreads/sysdeps/pthread/bits/libc-lock.h, ../include/pthread.h, 
../linuxthreads/sysdeps/pthread/pthread.h, ../include/sched.h, 
../posix/sched.h, ../include/signal.h, ../signal/signal.h, 
../linuxthreads/sysdeps/pthread/bits/initspin.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h, 
../sysdeps/generic/bp-sym.h, ../stdio-common/_itoa.h, 
../sysdeps/generic/entry.h, ../include/fpu_control.h, 
../sysdeps/i386/fpu_control.h, ../sysdeps/i386/i686/hp-timing.h, 
../include/assert.h, ../assert/assert.h, 
../sysdeps/unix/sysv/linux/i386/dl-librecon.h, ../sysdeps/generic/unsecvars.h, 
do-rel.h\n"
   "\n"
   "Source files for which symbols will be read in on demand:\n"
   "\n"
   "lstat.c, ../sysdeps/unix/sysv/linux/bits/stat.h, 
../sysdeps/unix/sysv/linux/bits/types.h, ../time/time.h, ../include/time.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h, ../misc/sys/cdefs.h, 
../include/sys/cdefs.h, ../include/features.h, ../io/sys/stat.h, 
../include/sys/stat.h, 
/usr/src/build/85131-i386/BUILD/glibc-2.2.4/build-i386-linux/config.h, 
../include/libc-symbols.h, stat.c, include/new, ../../gcc/cp/new.cc, 
../../gcc/cp/tinfo.h, ../../gcc/cp/tinfo2.cc, ../../gcc/config/i386/i386.h, 
include/typeinfo, ../../gcc/cp/tinfo.cc, ../../gcc/eh-common.h, 
include/exception, ../../gcc/cp/exception.cc, ../../gcc/cp/new2.cc, 
include/stddef.h, ../../gcc/cp/new1.cc, ../../gcc/frame.c, ../../gcc/dwarf2.h, 
../../gcc/frame-dwarf2.c, ../../gcc/frame.h, /usr/include/bits/sigthread.h, 
/usr/include/bits/initspin.h, /usr/include/bits/pthreadtypes.h, 
/usr/include/bits/sigset.h, /usr/include/signal.h, /usr/include/bits/sched.h, 
/usr/include/time.h, /usr/include/sched.h, /usr/include/pthread.h, 
../../gcc/gthr-posix.h, gthr-default.h, ../../gcc/gthr.h, ../../gcc/libgcc2.c, 
include/stdio.h, ../../gcc/longlong.h, ../../gcc/libgcc2.h, 
../../gcc/defaults.h, ../../gcc/machmode.def, ../../gcc/machmode.h, 
/usr/include/bits/time.h, /usr/include/bits/posix2_lim.h, 
/usr/include/linux/limits.h, /usr/include/bits/local_lim.h, 
/usr/include/bits/posix1_lim.h, /usr/include/limits.h, 
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h, include/syslimits.h, 
include/limits.h, ../../include/getopt.h, /usr/include/bits/confname.h, 
/usr/include/bits/posix_opt.h, /usr/include/unistd.h, /usr/include/alloca.h, 
/usr/include/sys/types.h, /usr/include/stdlib.h, /usr/include/bits/string2.h, 
/usr/include/bits/string.h, /usr/include/string.h, /usr/include/asm/errno.h, 
/usr/include/linux/errno.h, /usr/include/bits/errno.h, /usr/include/errno.h, 
/usr/include/sys/sysmacros.h, /usr/include/bits/select.h, 
/usr/include/sys/select.h, /usr/include/bits/endian.h, /usr/include/endian.h, 
/usr/include/bits/stdio.h, /usr/include/bits/stdio_lim.h, include/stdarg.h, 
/usr/include/wchar.h, /usr/include/gconv.h, /usr/include/bits/wchar.h, 
/usr/include/bits/types.h, /usr/include/_G_config.h, /usr/include/libio.h, 
/usr/include/gnu/stubs.h, /usr/include/sys/cdefs.h, /usr/include/features.h, 
../../gcc/tsystem.h, ../../gcc/config/i386/perform.h, 
../../gcc/config/dbxelf.h, ../../gcc/config/elfos.h, ../../gcc/config/svr4.h, 
../../gcc/config/linux.h, ../../gcc/config/i386/unix.h, 
../../gcc/config/i386/att.h, ../../gcc/config/i386/linux.h, tm.h, 
../../gcc/config/i386/xm-i386.h, ../../include/ansidecl.h, 
../../gcc/gansidecl.h, tconfig.h, interp.c, dlopenold.c, 
../sysdeps/i386/i486/bits/string.h, ../posix/getopt.h, ../include/getopt.h, 
../sysdeps/generic/bits/confname.h, ../sysdeps/wordsize-3"
<- "2/bits/wordsize.h, ../sysdeps/generic/bits/environments.h, 
../linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h, 
../posix/unistd.h, ../include/unistd.h, ../sysdeps/unix/sysv/linux/i386/bi"
<- "ts/time.h, ../sysdeps/unix/sysv/linux/bits/sigset.h, ../misc/sys/select.h, 
../posix/sys/types.h, ../stdlib/stdlib.h, ../iconv/gconv.h, ../wcsmbs/wchar.h, 
../sysdeps/gnu/_G_config.h, ../libio/libio.h, ../include/bits/xopen_lim.h, 
../posix/bits/posix2_lim.h, ../include/bits/posix2_lim.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h, 
../posix/bits/posix1_lim.h, ../include/bits/posix1_lim.h, ../include/limits.h, 
../sysdeps/unix/sysv/linux/bits/errno.h, ../include/errno.h, 
../locale/xlocale.h, ../ctype/ctype.h, ../include/ctype.h, ../assert/assert.h, 
../include/assert.h, eval.c, dladdr.c, ../sysdeps/generic/bp-sym.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h, 
../linuxthreads/sysdeps/pthread/bits/initspin.h, ../signal/signal.h, 
../include/signal.h, ../posix/sched.h, ../include/sched.h, 
../linuxthreads/sysdeps/pthread/pthread.h, ../include/pthread.h, 
../linuxthreads/sysdeps/pthread/bits/libc-lock.h, ../string/bits/string2.h, 
../include/bits/string2.h, ../string/string.h, ../include/string."
<- "h, ../stdlib/alloca.h, ../include/alloca.h, 
../sysdeps/unix/sysv/linux/sys/sysmacros.h, ../sysdeps/i386/bits/select.h, 
../include/sys/select.h, ../include/sys/types.h, ../sysdeps/i386/bits/endian.h, 
../string/endian.h, ../include/endian.h, ../sysdeps/generic/bits/waitstatus.h, 
../sysdeps/unix/sysv/linux/bits/waitflags.h, ../include/stdlib.h, 
../libio/bits/stdio.h, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux/bits/stdio_lim.h, 
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h, ../include/gconv.h, 
../sysdeps/unix/sysv/linux/i386/bits/wchar.h, ../include/wchar.h, 
../libio/stdio.h, ../include/stdio.h, ../include/xlocale.h, 
../locale/bits/locale.h, ../include/bits/locale.h, ../locale/locale.h, 
../include/locale.h, ../intl/libintl.h, ../include/libintl.h, dlerror.c, 
dlvsym.c, dlsym.c, dlclose.c, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux/abi-versions.h, 
../include/shlib-compat.h, ../sysdeps/generic/bits/dlfcn.h, ../dlfcn/dlfcn.h, 
../include/dlfcn.h, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux/config.h, 
dlopen.c, ../sysdeps/i386/fpu/slowpow.c, ../sysdeps/i386/fpu/slowexp.c, 
../sysdeps/i386/fpu/sincos32.c, ../sysdeps/i386/fpu/mptan.c, 
../sysdeps/i386/fpu/mpsqrt.c, ../sysdeps/i386/fpu/mplog.c, 
../sysdeps/i386/fpu/mpexp.c, ../sysdeps/i386/fpu/mpatan.c, 
../sysdeps/i386/fpu/mpatan2.c, ../sysdeps/i386/fpu/mpa.c, 
../sysdeps/i386/fpu/halfulp.c, ../sysdeps/i386/fpu/dosincos.c, 
../sysdeps/i386/fpu/doasin.c, ../sysdeps/i386/fpu/branred.c, 
../sysdeps/generic/k_sincosl.c, ../sysdeps/generic/t_sincosl.c, 
../sysdeps/generic/w_log2l.c, __ieee754_exp10l, 
../sysdeps/ieee754/ldbl-96/s_llroundl.c, 
../sysdeps/ieee754/ldbl-96/s_lroundl.c, __llrintl, __lrintl, __fmal, 
../sysdeps/i386/fpu/bits/mathinline.h, ../sysdeps/generic/s_clog10l.c, 
../sysdeps/generic/s_cprojl.c, ../sysdeps/generic/s_cpowl.c, 
../sysdeps/generic/s_csqrtl.c, ../sysdeps/generic/s_catanhl.c, 
../sysdeps/generic/s_cacoshl.c, ../sysdeps/generic/s_casinhl.c, 
../sysdeps/generic/s_cacosl.c, ../sysdeps/generic/s_ctanhl.c,"
<- " ../sysdeps/generic/s_ctanl.c, ../sysdeps/generic/s_csinl.c, 
../sysdeps/generic/s_ccosl.c, ../sysdeps/generic/s_casinl.c, 
../sysdeps/generic/s_catanl.c, ../sysdeps/generic/s_clogl.c, 
../sysdeps/generic/s_ccoshl.c, ../sysdeps/generic/s_csinhl.c, __cexpl, cargl.c, 
cabsl.c, creall.c, cimagl.c, conjl.c, __sincosl, __nearbyintl, 
../sysdeps/ieee754/ldbl-96/s_roundl.c, __ieee754_exp2l, __ieee754_log2l, 
__remquol, __truncl, ../sysdeps/generic/s_nanl.c, __fdiml, __fminl, __fmaxl, 
../sysdeps/i386/fpu/s_fpclassifyl.c, ../sysdeps/ieee754/ldbl-96/s_signbitl.c, 
../sysdeps/generic/w_sqrtl.c, ../sysdeps/generic/w_sinhl.c, 
../sysdeps/generic/w_scalbl.c, ../sysdeps/generic/w_remainderl.c, 
../sysdeps/generic/w_powl.c, ../sysdeps/generic/w_log10l.c, 
../sysdeps/generic/w_logl.c, ../sysdeps/generic/w_lgammal_r.c, 
../sysdeps/generic/w_lgammal.c, ../sysdeps/generic/w_jnl.c, 
../sysdeps/generic/w_j1l.c, ../sysdeps/generic/w_j0l.c, 
../sysdeps/generic/w_hypotl.c, ../sysdeps/generic/w_tgammal.c, 
../sysdeps/generic/w_fmodl.c, ../sysdeps/generic/w_exp10l.c, 
../sysdeps/generic/w_exp2l.c, ../sysdeps/ieee754/ldbl-96/w_expl.c, 
../sysdeps/generic/w_dreml.c, ../sysdeps/generic/w_coshl.c, 
../sysdeps/generic/w_atanhl.c, ../sysdeps/generic/w_atan2l.c, 
../sysdeps/generic/w_asinl.c, ../sysdeps/generic/w_acoshl.c, 
../sysdeps/generic/w_acosl.c, ../sysdeps/ieee754/ldbl-96/s_tanhl.c, __tanl, 
__sinl, ../sysdeps/i386/fpu/s_significandl.c, ../sysdeps/i386/fpu/s_scalblnl.c, 
__scalbnl, ../sysdeps/i386/fpu/s_rintl.c, ../sysdeps/generic/s_nexttowardl.c, 
../sysdeps/i386/fpu/s_nextafterl.c, ../sysdeps/ieee754/ldbl-96/s_modfl.c, 
../sysdeps/i386/fpu/s_logbl.c, __log1pl, ../sysdeps/generic/s_ldexpl.c, 
__ilogbl, __frexpl, __floorl, __finitel, ../sysdeps/ieee754/ldbl-96/s_fabsl.c, 
__expm1l, ../sysdeps/ieee754/ldbl-96/s_erfl.c, __cosl, __copysignl, __ceill, 
__cbrtl, ../sysdeps/i386/fpu/s_atanl.c, __asinhl, ../sysdeps/generic/k_tanl.c, 
../sysdeps/generic/k_sinl.c, ../sysdeps/i386/fpu/k_rem_pio2l.c, 
../include/stub-tag.h, ../sysdeps/generic/k_cosl.c, 
../sysdeps/ieee754/ldbl-96/e_gammal_r.c, ../sysdeps/i386/fpu/e_sqrtl.c, 
../sysdeps/ieee754/ldbl-96/e_sinhl.c, __ieee754_scalbl, __ieee754_remainderl, 
../sysdeps/i386/fpu/e_rem_pio2l.c, __ieee754_powl, __ieee754_log10l, 
__ieee754_logl, ../sysdeps/ieee754/ldbl-96/e_lgammal_r.c, 
../sysdeps/ieee754/ldbl-96/e_jnl.c, ../sysdeps/ieee754/ldbl-96/e_j1l.c, 
../sysdeps/ieee754/ldbl-96/e_j0l.c, ../sysdeps/ieee754/ldbl-96/e_hypotl.c, 
../sysdeps/i386/fpu/e_fmodl.c, ../sysdeps/i386/fpu/e_expl.c, 
../sysdeps/ieee754/ldbl-96/e_coshl.c, __ieee754_atanhl, 
../sysdeps/i386/fpu/e_atan2l.c, ../sysdeps/ieee754/ldbl-96/e_asinl.c, 
__ieee754_acoshl, ../sysdeps/i386/fpu/e_acosl.c, ../sysdeps/generic/w_log2f.c, 
__ieee754_exp10f, ../sysdeps/ieee754/flt-32/s_llroundf.c, 
../sysdeps/ieee754/flt-32/s_lroundf.c, __llrintf, __lrintf, __fmaf, 
../sysdeps/generic/s_clog10f.c, ../sysdeps/generic/s_cprojf.c, 
../sysdeps/generic/s_cpowf.c, ../sysdeps/generic/s_csqrtf.c, 
../sysdeps/generic/s_catanhf.c, ../sysdeps/generic/s_cacoshf.c, 
../sysdeps/generic/s_casinhf.c, ../sysdeps/g"
<- "eneric/s_cacosf.c, ../sysdeps/generic/s_ctanhf.c, 
../sysdeps/generic/s_ctanf.c, ../sysdeps/generic/s_csinf.c, 
../sysdeps/generic/s_ccosf.c, ../sysdeps/generic/s_casinf.c, 
../sysdeps/generic/s_catanf.c, ../sysdeps/generic/s_clogf.c, 
../sysdeps/generic/s_ccoshf.c, ../sysdeps/generic/s_csinhf.c, __cexpf, cargf.c, 
cabsf.c, crealf.c, cimagf.c, conjf.c, __sincosf, __nearbyintf, 
../sysdeps/ieee754/flt-32/s_roundf.c, __ieee754_exp2f, __ieee754_log2f, 
__remquof, __truncf, ../sysdeps/generic/s_nanf.c, __fdimf, __fminf, __fmaxf, 
../sysdeps/ieee754/flt-32/s_fpclassifyf.c, 
../sysdeps/ieee754/flt-32/s_signbitf.c, ../sysdeps/generic/w_sqrtf.c, 
../sysdeps/generic/w_sinhf.c, ../sysdeps/generic/w_scalbf.c, 
../sysdeps/generic/w_remainderf.c, ../sysdeps/generic/w_powf.c, 
../sysdeps/generic/w_log10f.c, ../sysdeps/generic/w_logf.c, 
../sysdeps/generic/w_lgammaf_r.c, ../sysdeps/generic/w_lgammaf.c, 
../sysdeps/generic/w_jnf.c, ../sysdeps/generic/w_j1f.c, 
../sysdeps/generic/w_j0f.c, ../sysdeps/generic/w_hypotf.c, 
../sysdeps/generic/w_"
<- "tgammaf.c, ../sysdeps/generic/w_fmodf.c, ../sysdeps/generic/w_exp10f.c, 
../sysdeps/generic/w_exp2f.c, ../sysdeps/ieee754/flt-32/w_expf.c, 
../sysdeps/generic/w_dremf.c, ../sysdeps/generic/w_coshf.c, 
../sysdeps/generic/w_atanhf.c, ../sysdeps/generic/w_atan2f.c, 
../sysdeps/generic/w_asinf.c, ../sysdeps/generic/w_acoshf.c, 
../sysdeps/generic/w_acosf.c, ../sysdeps/ieee754/flt-32/s_tanhf.c, __tanf, 
__sinf, __significandf, ../sysdeps/i386/fpu/s_scalblnf.c, __scalbnf, __rintf, 
../sysdeps/i386/fpu/s_nexttowardf.c, ../sysdeps/ieee754/flt-32/s_nextafterf.c, 
../sysdeps/ieee754/flt-32/s_modff.c, __logbf, __log1pf, 
../sysdeps/generic/s_ldexpf.c, __ilogbf, __frexpf, __floorf, __finitef, 
../sysdeps/ieee754/flt-32/s_fabsf.c, __expm1f, 
../sysdeps/ieee754/flt-32/s_erff.c, __cosf, __copysignf, __ceilf, __cbrtf, 
__atanf, __asinhf, ../sysdeps/ieee754/flt-32/k_tanf.c, 
../sysdeps/ieee754/flt-32/k_sinf.c, ../sysdeps/i386/fpu/k_rem_pio2f.c, 
../sysdeps/ieee754/flt-32/k_cosf.c, ../sysdeps/ieee754/flt-32/e_gammaf_r.c, 
__ieee754_sqrtf, .."
<- "/sysdeps/ieee754/flt-32/e_sinhf.c, __ieee754_scalbf, __ieee754_remainderf, 
../sysdeps/i386/fpu/e_rem_pio2f.c, __ieee754_powf, __ieee754_log10f, 
__ieee754_logf, ../sysdeps/ieee754/flt-32/e_lgammaf_r.c, 
../sysdeps/ieee754/flt-32/e_jnf.c, ../sysdeps/ieee754/flt-32/e_j1f.c, 
../sysdeps/ieee754/flt-32/e_j0f.c, __ieee754_hypotf, __ieee754_fmodf, 
__ieee754_expf, ../sysdeps/ieee754/flt-32/e_coshf.c, __ieee754_atanhf, 
__ieee754_atan2f, __ieee754_asinf, __ieee754_acoshf, __ieee754_acosf, 
../sysdeps/generic/w_log2.c, __ieee754_exp10, 
../sysdeps/ieee754/dbl-64/s_llround.c, ../sysdeps/ieee754/dbl-64/s_lround.c, 
__llrint, __lrint, __fma, ../sysdeps/generic/s_clog10.c, 
../sysdeps/generic/s_cproj.c, ../sysdeps/generic/s_cpow.c, 
../sysdeps/generic/s_csqrt.c, ../sysdeps/generic/s_catanh.c, 
../sysdeps/generic/s_cacosh.c, ../sysdeps/generic/s_casinh.c, 
../sysdeps/generic/s_cacos.c, ../sysdeps/generic/s_ctanh.c, 
../sysdeps/generic/s_ctan.c, ../sysdeps/generic/s_csin.c, 
../sysdeps/generic/s_ccos.c, ../sysdeps/generic/s_casin.c, ../"
<- "sysdeps/generic/s_catan.c, ../sysdeps/generic/s_clog.c, 
../sysdeps/generic/s_ccosh.c, ../sysdeps/generic/s_csinh.c, __cexp, carg.c, 
cabs.c, creal.c, cimag.c, ../math/bits/cmathcalls.h, 
../include/bits/cmathcalls.h, ../sysdeps/i386/fpu/bits/mathdef.h, 
../math/complex.h, ../include/complex.h, conj.c, __sincos, __nearbyint, 
../sysdeps/ieee754/dbl-64/s_round.c, __ieee754_exp2, __ieee754_log2, __remquo, 
__trunc, ../sysdeps/ieee754/ieee754.h, ../sysdeps/generic/s_nan.c, __fdim, 
__fmin, __fmax, ../sysdeps/ieee754/dbl-64/s_fpclassify.c, 
../sysdeps/ieee754/dbl-64/s_signbit.c, ../sysdeps/generic/w_sqrt.c, 
../sysdeps/generic/w_sinh.c, ../sysdeps/generic/w_scalb.c, 
../sysdeps/generic/w_remainder.c, ../sysdeps/generic/w_pow.c, 
../sysdeps/generic/w_log10.c, ../sysdeps/generic/w_log.c, 
../sysdeps/generic/w_lgamma_r.c, ../sysdeps/generic/w_lgamma.c, 
../sysdeps/generic/w_jn.c, ../sysdeps/generic/w_j1.c, 
../sysdeps/generic/w_j0.c, ../sysdeps/generic/w_hypot.c, 
../sysdeps/generic/w_tgamma.c, ../sysdeps/generic/w_fmod.c, ../sysd"
<- "eps/generic/w_exp10.c, 
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/float.h, 
../sysdeps/generic/w_exp2.c, ../sysdeps/ieee754/dbl-64/w_exp.c, 
../sysdeps/generic/w_drem.c, ../sysdeps/generic/w_cosh.c, 
../sysdeps/generic/w_atanh.c, ../sysdeps/generic/w_atan2.c, 
../sysdeps/generic/w_asin.c, ../sysdeps/generic/w_acosh.c, 
../sysdeps/generic/w_acos.c, ../sysdeps/ieee754/dbl-64/s_tanh.c, __tan, __sin, 
__significand, ../sysdeps/i386/fpu/s_scalbln.c, __scalbn, __rint, 
../sysdeps/i386/fpu/s_nexttoward.c, ../sysdeps/generic/s_nextafter.c, 
../sysdeps/ieee754/dbl-64/s_modf.c, __logb, __log1p, 
../sysdeps/generic/s_ldexp.c, __ilogb, __frexp, __floor, __finite, 
../sysdeps/ieee754/dbl-64/s_fabs.c, __expm1, ../sysdeps/ieee754/dbl-64/s_erf.c, 
__cos, __copysign, __ceil, __cbrt, __atan, __asinh, 
../sysdeps/ieee754/dbl-64/k_tan.c, ../sysdeps/ieee754/dbl-64/k_sin.c, 
../sysdeps/i386/fpu/k_rem_pio2.c, ../sysdeps/ieee754/dbl-64/k_cos.c, 
../sysdeps/ieee754/dbl-64/e_gamma_r.c, __ieee754_sqrt, 
../sysdeps/ieee754/dbl-64/e_sinh.c, __ieee"
<- "754_scalb, __ieee754_remainder, ../sysdeps/i386/fpu/e_rem_pio2.c, 
__ieee754_pow, __ieee754_log10, __ieee754_log, 
../sysdeps/ieee754/dbl-64/e_lgamma_r.c, ../sysdeps/ieee754/dbl-64/e_jn.c, 
../sysdeps/ieee754/dbl-64/e_j1.c, ../sysdeps/ieee754/dbl-64/e_j0.c, 
__ieee754_hypot, __ieee754_fmod, __ieee754_exp, 
../sysdeps/ieee754/dbl-64/e_cosh.c, __ieee754_atanh, __ieee754_atan2, 
__ieee754_asin, __ieee754_acosh, __ieee754_acos, 
../sysdeps/i386/fpu/fegetexcept.c, ../sysdeps/i386/fpu/feenablxcpt.c, 
../sysdeps/i386/fpu/fedisblxcpt.c, ../sysdeps/i386/fpu/t_exp.c, 
../sysdeps/i386/fpu/feupdateenv.c, ../sysdeps/i386/fpu/fesetenv.c, 
../sysdeps/i386/fpu/feholdexcpt.c, ../sysdeps/i386/fpu/fegetenv.c, 
../sysdeps/i386/fpu/fesetround.c, ../sysdeps/i386/fpu/fegetround.c, 
../sysdeps/i386/fpu/ftestexcept.c, ../sysdeps/i386/fpu/fsetexcptflg.c, 
../sysdeps/i386/fpu/fraiseexcpt.c, ../sysdeps/i386/fpu/fgetexcptflg.c, 
../sysdeps/generic/bits/fenvinline.h, ../sysdeps/i386/fpu/bits/fenv.h, 
../math/fenv.h, ../include/fenv.h, ../sysdeps/i386/fp"
<- "u/fclrexcpt.c, ../sysdeps/ieee754/s_signgam.c, 
../sysdeps/ieee754/s_matherr.c, ../sysdeps/ieee754/s_lib_version.c, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux2.4/bits/stdio_lim.h,
 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux2.4/abi-versions.h,
 ../sysdeps/ieee754/ldbl-96/math_ldbl.h, math_private.h, 
../math/bits/mathcalls.h, ../include/bits/mathcalls.h, 
../sysdeps/ieee754/bits/nan.h, ../sysdeps/i386/bits/huge_val.h, ../math/math.h, 
../include/math.h, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux2.4/config.h, 
../sysdeps/ieee754/k_standard.c, /usr/include/stdio.h, sofini.c, 
../sysdeps/i386/i686/dl-hash.h, ../include/link.h, 
../sysdeps/generic/ldsodefs.h, dl-sym.c, dl-libc.c, 
../sysdeps/unix/sysv/linux/dl-origin.c, ../sysdeps/generic/bits/elfclass.h, 
../elf/elf.h, dl-profstub.c, dl-addr.c, dl-iteratephdr.c, dl-close.c, dl-dst.h, 
dl-open.c, ../sysdeps/gnu/getutmp.c, ../sysdeps/gnu/getutmpx.c, 
../sysdeps/generic/updwtmpx.c, ../sysdeps/generic/utmpxname.c, ../sysdep"
<- "s/generic/pututxline.c, ../sysdeps/generic/getutxline.c, 
../sysdeps/generic/getutxid.c, ../sysdeps/generic/endutxent.c, 
../sysdeps/generic/getutxent.c, ../sysdeps/gnu/bits/utmpx.h, 
../sysdeps/gnu/utmpx.h, ../sysdeps/generic/setutxent.c, 
../stdio-common/_itoa.h, ../sysdeps/unix/sysv/linux/ptsname.c, 
../sysdeps/unix/sysv/linux/bits/termios.h, 
../sysdeps/unix/sysv/linux/bits/ioctl-types.h, 
../sysdeps/unix/sysv/linux/unlockpt.c, ../sysdeps/generic/pty-private.h, 
../grp/grp.h, ../sysdeps/unix/grantpt.c, 
../sysdeps/unix/sysv/linux/bits/statfs.h, ../sysdeps/unix/sysv/linux/grantpt.c, 
../sysdeps/unix/bsd/getpt.c, ../sysdeps/unix/sysv/linux/getpt.c, 
../sysdeps/generic/updwtmp.c, ../sysdeps/unix/sysv/linux/updwtmp.c, utmpname.c, 
utmp-private.h, ../sysdeps/gnu/bits/utmp.h, ../sysdeps/generic/utmp_file.c, 
../sysdeps/unix/sysv/linux/utmp_file.c, getutline_r.c, getutid_r.c, 
getutline.c, getutid.c, getutent_r.c, getutent.c, ../sysdeps/generic/fdetach.c, 
../sysdeps/generic/fattach.c, ../sysdeps/unix/sysv/linux/i386/putpmsg.c"
<- ", ../sysdeps/unix/sysv/linux/i386/putmsg.c, 
../sysdeps/unix/sysv/linux/i386/getpmsg.c, ../sysdeps/generic/bits/stropts.h, 
stropts.h, ../sysdeps/unix/sysv/linux/i386/getmsg.c, 
../sysdeps/generic/isastream.c, nscd-client.h, nscd_gethst_r.c, 
../sysdeps/generic/bits/netdb.h, ../resolv/netdb.h, 
../sysdeps/unix/sysv/linux/bits/socket.h, nscd_getgr_r.c, ../inet/netinet/in.h, 
nscd_proto.h, ../sysdeps/generic/nscd-types.h, nscd_getpw_r.c, xdr_intXX_t.c, 
create_xid.c, svc_unix.c, clnt_unix.c, xcrypt.c, svcauth_des.c, rtime.c, 
openchild.c, ../resolv/resolv.h, ../resolv/arpa/nameser.h, netname.c, 
rpc/key_prot.h, key_prot.c, ../include/rpc/rpc.h, ../sunrpc/rpc/key_prot.h, 
../include/rpc/key_prot.h, ../sunrpc/rpc/clnt.h, key_call.c, des_soft.c, 
des_impl.c, ../sunrpc/rpc/rpc_des.h, ../include/des.h, des_crypt.c, 
authdes_prot.c, ../socket/sys/socket.h, ../sunrpc/rpc/des_crypt.h, 
../include/rpc/des_crypt.h, auth_des.c, xdr_sizeof.c, ../misc/search.h, 
../sunrpc/rpc/xdr.h, ../sunrpc/rpc/auth_des.h, publickey.c, xdr_stdio.c, xdr"
<- "_ref.c, xdr_rec.c, xdr_mem.c, xdr_float.c, xdr_array.c, xdr.c, svc_udp.c, 
svc_tcp.c, svc_simple.c, svc_run.c, svc_raw.c, svc_authux.c, svc_auth.c, svc.c, 
../sunrpc/rpc/svc.h, ../sunrpc/rpc/rpc_msg.h, ../sunrpc/rpc/auth.h, 
rpc_thread.c, rpc_cmsg.c, rpc_common.c, rpc_prot.c, ../sunrpc/rpc/pmap_rmt.h, 
../include/rpc/pmap_rmt.h, pmap_rmt.c, pmap_prot2.c, pmap_prot.c, pm_getport.c, 
../inet/netgroup.h, pm_getmaps.c, pmap_clnt.c, getrpcport.c, 
../sysdeps/gnu/net/if.h, ../sunrpc/rpc/pmap_prot.h, ../include/rpc/pmap_prot.h, 
get_myaddr.c, rpc_dtable.c, ../sysdeps/unix/sysv/linux/errqueue.h, clnt_udp.c, 
../sunrpc/rpc/pmap_clnt.h, ../include/rpc/pmap_clnt.h, ../io/sys/poll.h, 
clnt_tcp.c, ../sysdeps/unix/sysv/linux/bits/uio.h, clnt_simp.c, clnt_raw.c, 
clnt_perr.c, ../include/sys/errno.h, ../socket/sys/un.h, clnt_gen.c, 
bindrsvprt.c, authuxprot.c, ../sunrpc/rpc/auth_unix.h, auth_unix.c, 
../sunrpc/rpc/svc_auth.h, ../include/rpc/svc_auth.h, ../include/rpc/svc.h, 
../include/rpc/auth_des.h, ../include/rpc/auth_unix.h, ../inclu"
<- "de/rpc/rpc_msg.h, ../include/rpc/clnt.h, ../include/rpc/auth.h, 
../sunrpc/rpc/types.h, ../include/rpc/xdr.h, ../include/rpc/types.h, 
../sunrpc/rpc/rpc.h, auth_none.c, ../sysdeps/unix/sysv/linux/if_index.c, 
getnameinfo.c, in6_addr.c, ../nss/getXXbyYY_r.c, getaliasname_r.c, 
../nss/getXXbyYY.c, getaliasname.c, ../nss/getXXent.c, ../nss/nsswitch.h, 
getaliasent.c, ../nss/getXXent_r.c, ../inet/aliases.h, getaliasent_r.c, 
getnetgrent.c, netgroup.h, getnetgrent_r.c, ruserpass.c, rexec.c, rcmd.c, 
ether_ntoh.c, ../include/netinet/ether.h, ether_ntoa_r.c, ether_ntoa.c, 
ether_line.c, ether_hton.c, ../sysdeps/unix/sysv/linux/netinet/if_ether.h, 
ether_aton_r.c, ../sysdeps/unix/sysv/linux/net/if_arp.h, 
../sysdeps/unix/sysv/linux/net/ethernet.h, ether_aton.c, getrpcbynumber_r.c, 
getrpcbyname_r.c, getrpcent_r.c, getrpcbynumber.c, getrpcbyname.c, 
../sunrpc/rpc/netdb.h, getrpcent.c, getservent_r.c, getservent.c, 
getsrvbypt_r.c, getsrvbypt.c, getsrvbynm_r.c, getsrvbynm.c, getprtname_r.c, 
getprtname.c, getprtent_r.c, getprtent.c,"
<- " getproto_r.c, getproto.c, getnetbynm_r.c, getnetent_r.c, getnetent.c, 
getnetbynm.c, getnetbyad_r.c, getnetbyad.c, gethstent_r.c, gethstent.c, 
gethstbynm_r.c, gethstbynm2_r.c, gethstbynm2.c, gethstbynm.c, 
../resolv/res_hconf.h, gethstbyad_r.c, gethstbyad.c, herrno.c, inet_net.c, 
inet_ntoa.c, inet_netof.c, inet_mkadr.c, inet_lnaof.c, htons, htonl, 
noophooks.c, ../sysdeps/generic/elf/backtracesymsfd.c, 
../sysdeps/generic/elf/backtracesyms.c, ../debug/execinfo.h, 
../include/execinfo.h, ../sysdeps/i386/backtrace.c, XXX-lookup.c, 
alias-lookup.c, key-lookup.c, netgrp-lookup.c, spwd-lookup.c, ethers-lookup.c, 
rpc-lookup.c, pwd-lookup.c, grp-lookup.c, network-lookup.c, hosts-lookup.c, 
service-lookup.c, nsswitch.h, proto-lookup.c, digits_dots.c, getnssent_r.c, 
../sysdeps/unix/sysv/linux/bits/siginfo.h, 
../sysdeps/unix/sysv/linux/bits/in.h, getnssent.c, databases.def, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux2.4/gnu/lib-names.h,
 /usr/include/linux/if_ether.h, ../inet/netinet/ether.h, ../include/alia"
<- "ses.h, nsswitch.c, gai_misc.h, ../sysdeps/unix/sysv/linux/gai_sigqueue.c, 
res_libc.c, res_hconf.h, ../sysdeps/unix/sysv/linux/ifreq.h, 
../string/memory.h, ../include/memory.h, res_hconf.c, res_init.c, nsap_addr.c, 
inet_pton.c, inet_ntop.c, inet_addr.c, herror.c, no-tsd.c, weaks.c, 
../misc/sysexits.h, ../include/sysexits.h, argp-eexst.c, argp.h, argp-xinl.c, 
argp-pvh.c, argp-pv.c, argp-parse.c, argp-fmtstream.h, argp-help.c, 
argp-fs-xinl.c, argp-namefrob.h, argp-fmtstream.c, argp-ba.c, lckpwdf.c, 
fgetspent_r.c, sgetspent_r.c, getspnam_r.c, getspent_r.c, putspent.c, 
fgetspent.c, ../shadow/shadow.h, sgetspent.c, getspnam.c, ../include/shadow.h, 
getspent.c, wchar-lookup.h, towctrans_l.c, wctrans_l.c, iswctype_l.c, 
wctype_l.c, wcfuncs_l.c, towctrans.c, ../locale/localeinfo.h, wctrans.c, 
iswctype.c, wctype.c, wcfuncs.c, ../sysdeps/generic/prof-freq.c, 
bb_exit_func.c, ../sysdeps/generic/bb_init_func.c, 
../sysdeps/unix/sysv/linux/i386/profil-counter.h, ../gmon/sys/profil.h, 
../include/sys/profil.h, ../sysdeps/posix/s"
<- "profil.c, ../sysdeps/unix/sysv/linux/i386/sigcontextinfo.h, 
../sysdeps/posix/profil.c, ../sysdeps/unix/sysv/linux/profil.c, 
../sysdeps/i386/i486/atomicity.h, ../sysdeps/i386/machine-gmon.h, mcount.c, 
../gmon/sys/gmon_out.h, ../include/sys/gmon_out.h, ../gmon/sys/gmon.h, 
../include/sys/gmon.h, gmon.c, ../sysdeps/unix/sysv/linux/i386/shmctl.c, 
../sysdeps/unix/sysv/linux/shmget.c, ../sysdeps/unix/sysv/linux/shmdt.c, 
../sysdeps/unix/sysv/linux/bits/shm.h, ../sysvipc/sys/shm.h, 
../include/sys/shm.h, ../sysdeps/unix/sysv/linux/shmat.c, 
../sysdeps/generic/bp-semctl.h, ../sysdeps/unix/sysv/linux/i386/semctl.c, 
../sysdeps/unix/sysv/linux/semget.c, ../sysdeps/unix/sysv/linux/bits/sem.h, 
../sysvipc/sys/sem.h, ../include/sys/sem.h, ../sysdeps/unix/sysv/linux/semop.c, 
../sysdeps/unix/sysv/linux/i386/msgctl.c, ../sysdeps/unix/sysv/linux/msgget.c, 
../sysdeps/unix/sysv/linux/msgrcv.c, ../sysvipc/sys/ipc.h, 
../sysdeps/unix/sysv/linux/ipc_priv.h, ../sysdeps/unix/sysv/linux/bits/msq.h, 
../sysvipc/sys/msg.h, ../include/sys/msg.h"
<- ", ../sysdeps/unix/sysv/linux/msgsnd.c, 
../sysdeps/unix/sysv/linux/bits/ipc.h, ../include/bits/ipc.h, 
../include/sys/ipc.h, ftok.c, ../sysdeps/unix/sysv/linux/netrose/rose.h, 
../sysdeps/unix/sysv/linux/netpacket/packet.h, 
../sysdeps/unix/sysv/linux/netipx/ipx.h, 
../sysdeps/unix/sysv/linux/neteconet/ec.h, 
../sysdeps/unix/sysv/linux/netax25/ax25.h, /usr/include/linux/atalk.h, 
../sysdeps/unix/sysv/linux/netatalk/at.h, 
../sysdeps/unix/sysv/linux/netash/ash.h, ../sysdeps/unix/sysv/linux/sa_len.c, 
../sysdeps/unix/sysv/linux/cmsg_nxthdr.c, ../sysdeps/unix/sockatmark.c, 
../sysdeps/generic/opensock.c, ../sysdeps/posix/isfdtype.c, __socketpair, 
__socket, __shutdown, setsockopt, __libc_sendto, __libc_sendmsg, __libc_send, 
__libc_recvmsg, __libc_recvfrom, __libc_recv, listen, __getsockopt, 
getsockname, __getpeername, __libc_connect, bind, __libc_accept, uselib, 
sysinfo, sendfile, quotactl, query_module, prctl, pivot_root, __personality, 
nfsservctl, __mremap, __mount, klogctl, init_module, get_kernel_syms, 
delete_module, c"
<- "reate_module, capset, capget, bdflush, __adjtimex, __old_setrlimit, 
__old_getrlimit, __modify_ldt, __umount2, __umount, 
../sysdeps/unix/sysv/linux/i386/getresgid.c, 
../sysdeps/unix/sysv/linux/i386/getresuid.c, 
../sysdeps/unix/sysv/linux/llseek.c, __clone, /usr/include/linux/list.h, 
/usr/include/asm/types.h, /usr/include/asm/posix_types.h, 
/usr/include/linux/posix_types.h, /usr/include/linux/types.h, 
/usr/include/linux/kernel.h, /usr/include/linux/sysctl.h, 
../sysdeps/unix/sysv/linux/sys/sysctl.h, ../include/sys/sysctl.h, 
../sysdeps/unix/sysv/linux/sysctl.c, 
../sysdeps/unix/sysv/linux/i386/setresuid.c, 
../sysdeps/unix/sysv/linux/i386/setresgid.c, 
../sysdeps/unix/sysv/linux/i386/setfsuid.c, 
../sysdeps/unix/sysv/linux/sys/fsuid.h, 
../sysdeps/unix/sysv/linux/i386/setfsgid.c, __vm86, iopl, ioperm, init-misc.c, 
../sysdeps/unix/sysv/linux/getclktck.c, 
../sysdeps/unix/sysv/linux/getloadavg.c, ../posix/regex.h, regexp.h, regexp.c, 
dirname.c, ../sysdeps/unix/sysv/linux/getsysstats.c, 
../sysdeps/unix/sysv/linux/bits/ust"
<- "at.h, sys/ustat.h, ../sysdeps/unix/sysv/linux/ustat.c, error.h, error.c, 
../misc/err.h, ../include/err.h, err.c, lsearch.c, tsearch.c, hsearch_r.c, 
hsearch.c, efgcvt_r.c, qefgcvt_r.c, efgcvt.c, qefgcvt.c, munlockall, mlockall, 
munlock, mlock, mincore, posix_madvise, __libc_msync, __mprotect, __munmap, 
__mmap64, __mmap, daemon.c, syscall, /usr/include/asm/sigcontext.h, syslog.c, 
ttyslot.c, getpass.c, ../misc/sys/file.h, ../include/sys/file.h, 
getusershell.c, ../misc/ttyent.h, ../include/ttyent.h, getttyent.c, 
insremque.c, ../sysdeps/generic/fchflags.c, ../sysdeps/generic/chflags.c, 
../sysdeps/unix/sysv/linux/ftruncate64.c, 
../sysdeps/unix/sysv/linux/truncate64.c, __ftruncate, truncate, ../io/utime.h, 
../include/utime.h, ../sysdeps/posix/utimes.c, mntent_r.c, mntent.c, 
../misc/mntent.h, fstab.h, fstab.c, ../sysdeps/unix/sysv/linux/i386/sys/user.h, 
../sysdeps/unix/sysv/linux/sys/ptrace.h, ../sysdeps/unix/sysv/linux/ptrace.c, 
../sysdeps/generic/stty.c, ../misc/sgtty.h, ../include/sgtty.h, 
../sysdeps/generic/gtty."
<- "c, ../sysdeps/unix/sysv/linux/usleep.c, ../sysdeps/unix/bsd/ualarm.c, 
../sysdeps/unix/sysv/linux/ualarm.c, mkdtemp.c, mkstemp64.c, mkstemp.c, 
mktemp.c, __swapoff, __swapon, vhangup, ../sysdeps/generic/revoke.c, 
../sysdeps/unix/sysv/linux/gethostid.c, ../sysdeps/unix/sysv/linux/sethostid.c, 
../sysdeps/unix/sysv/linux/sys/reboot.h, ../sysdeps/unix/sysv/linux/reboot.c, 
fdatasync, sync, __libc_fsync, chroot, acct, ../sysdeps/generic/pselect.c, 
setdomainname, ../sysdeps/generic/getdomain.c, sethostname, 
../sysdeps/unix/sysv/gethostname.c, ../sysdeps/posix/getdtsz.c, 
../sysdeps/unix/sysv/linux/getdtsz.c, ../sysdeps/unix/sysv/linux/getpagesize.c, 
../sysdeps/unix/sysv/linux/i386/setegid.c, 
../sysdeps/unix/sysv/linux/i386/seteuid.c, 
../sysdeps/unix/sysv/linux/i386/setregid.c, 
../sysdeps/unix/sysv/linux/i386/setreuid.c, ../sysdeps/posix/writev.c, 
../sysdeps/unix/sysv/linux/writev.c, ../sysdeps/posix/readv.c, 
../sysdeps/unix/sysv/linux/readv.c, __ioctl, ../sysdeps/generic/sstk.c, 
../sysdeps/generic/sbrk.c, ../sysdeps/un"
<- "ix/sysv/linux/i386/brk.c, ../sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c, 
nice, setpriority, ../sysdeps/unix/sysv/linux/getpriority.c, 
../resource/sys/vtimes.h, ../include/sys/vtimes.h, ../sysdeps/generic/vtimes.c, 
../resource/sys/vlimit.h, ../include/sys/vlimit.h, ../sysdeps/generic/vlimit.c, 
../resource/ulimit.h, ../include/ulimit.h, ../sysdeps/unix/sysv/linux/ulimit.c, 
__getrusage, ../sysdeps/generic/setrlimit64.c, 
../sysdeps/generic/getrlimit64.c, 
../sysdeps/unix/sysv/linux/i386/getrlimit64.c, 
../sysdeps/unix/sysv/linux/i386/setrlimit.c, 
../sysdeps/unix/sysv/linux/i386/getrlimit.c, tcgetsid.c, cfmakeraw.c, 
../sysdeps/unix/common/tcsendbrk.c, ../sysdeps/unix/bsd/sun/sunos4/tcflush.c, 
../sysdeps/unix/sysv/linux/tcflush.c, ../sysdeps/unix/bsd/sun/sunos4/tcflow.c, 
../sysdeps/unix/sysv/linux/tcflow.c, ../sysdeps/unix/sysv/linux/tcdrain.c, 
../sysdeps/unix/bsd/tcsetpgrp.c, ../sysdeps/unix/sysv/linux/tcsetpgrp.c, 
../sysdeps/unix/bsd/tcgetpgrp.c, ../sysdeps/unix/sysv/linux/tcgetpgrp.c, 
../sysdeps/unix/sysv/linux"
<- "/tcgetattr.c, ../sysdeps/unix/sysv/linux/kernel_termios.h, 
../sysdeps/unix/sysv/linux/tcsetattr.c, cfsetspeed.c, ../termios/termios.h, 
../sysdeps/unix/sysv/linux/speed.c, ../sysdeps/posix/posix_fallocate64.c, 
../sysdeps/posix/posix_fallocate.c, ../sysdeps/generic/posix_fadvise64.c, 
../sysdeps/generic/posix_fadvise.c, ../sysdeps/unix/sysv/linux/bits/poll.h, 
../include/sys/poll.h, ../sysdeps/unix/sysv/linux/poll.c, fts.h, fts.c, ftw.c, 
ftw64.c, ../io/ftw.h, ../include/ftw.h, __rmdir, __unlink, __readlink, 
__symlink, __link, ../include/termios.h, ../sysdeps/posix/isatty.c, 
../sysdeps/unix/sysv/linux/ttyname_r.c, ../sysdeps/unix/sysv/linux/ttyname.c, 
../sysdeps/unix/sysv/linux/i386/lchown.c, 
../sysdeps/unix/sysv/linux/i386/fchown.c, 
../sysdeps/unix/sysv/linux/i386/chown.c, getdirname.c, getwd.c, 
../sysdeps/unix/sysv/linux/getcwd.c, __fchdir, __chdir, 
../sysdeps/generic/creat64.c, ../sysdeps/generic/creat.c, __pipe, __dup2, 
__dup, ../sysdeps/unix/sysv/linux/i386/lockf64.c, ../sysdeps/generic/lockf.c, 
__flock, ../s"
<- "ysdeps/unix/sysv/linux/i386/fcntl.c, ../sysdeps/posix/euidaccess.c, 
__access, ../sysdeps/unix/sysv/linux/lseek64.c, __libc_lseek, __libc_write, 
__libc_read, __libc_close, ../sysdeps/posix/open64.c, __libc_open, __mkdir, 
__fchmod, __chmod, __umask, ../sysdeps/unix/sysv/linux/fstatvfs64.c, 
../sysdeps/unix/sysv/linux/bits/statvfs.h, 
../sysdeps/unix/sysv/linux/statvfs64.c, 
../sysdeps/unix/sysv/linux/internal_statvfs.c, 
../sysdeps/unix/sysv/linux/fstatvfs.c, 
../sysdeps/unix/sysv/linux/sys/ttydefaults.h, /usr/include/asm/ioctl.h, 
/usr/include/asm/ioctls.h, ../sysdeps/unix/sysv/linux/bits/ioctls.h, 
../misc/sys/ioctl.h, ../include/sys/ioctl.h, 
../sysdeps/unix/sysv/linux/sys/mount.h, ../include/mntent.h, 
../sysdeps/unix/sysv/linux/statvfs.c, ../sysdeps/unix/sysv/linux/fstatfs64.c, 
../sysdeps/unix/sysv/linux/statfs64.c, __fstatfs, __statfs, 
../sysdeps/unix/sysv/linux/lxstat64.c, ../sysdeps/unix/sysv/linux/fxstat64.c, 
../sysdeps/unix/sysv/linux/xstat64.c, ../sysdeps/unix/sysv/linux/xmknod.c, 
../sysdeps/unix/sysv/linux/x"
<- "statconv.c, ../sysdeps/unix/sysv/linux/i386/lxstat.c, 
../sysdeps/unix/sysv/linux/i386/fxstat.c, 
../sysdeps/unix/sysv/linux/kernel_stat.h, 
../sysdeps/unix/sysv/linux/i386/xstat.c, ../sysdeps/unix/mkfifo.c, utime, 
../sysdeps/generic/environ.c, ../sysdeps/generic/init-posix.c, 
spawnattr_setschedparam.c, spawnattr_setschedpolicy.c, spawnattr_setsigmask.c, 
spawnattr_getschedparam.c, spawnattr_getschedpolicy.c, spawnattr_getsigmask.c, 
../posix/spawn.h, ../sysdeps/posix/spawni.c, spawnp.c, spawn.c, 
spawnattr_setpgroup.c, spawnattr_getpgroup.c, spawnattr_setflags.c, 
spawnattr_getflags.c, spawnattr_setdefault.c, spawnattr_getdefault.c, 
spawnattr_destroy.c, spawnattr_init.c, spawn_faction_adddup2.c, 
spawn_faction_addopen.c, spawn_faction_addclose.c, spawn_faction_destroy.c, 
spawn_int.h, ../include/spawn.h, spawn_faction_init.c, 
../sysdeps/unix/sysv/linux/pwrite64.c, ../sysdeps/unix/sysv/linux/pread64.c, 
../sysdeps/unix/sysv/linux/pwrite.c, ../sysdeps/unix/sysv/linux/pread.c, 
../posix/wordexp.h, ../include/wordexp.h, .."
<- "/posix/glob.h, ../sysdeps/generic/wordexp.c, 
../sysdeps/posix/gai_strerror.c, ../posix/sys/utsname.h, 
../sysdeps/generic/bits/sockaddr.h, ../include/sys/un.h, ../misc/sys/uio.h, 
../include/sys/uio.h, ../include/sys/socket.h, ../inet/arpa/inet.h, 
../include/arpa/inet.h, ../sysdeps/posix/getaddrinfo.c, 
__sched_rr_get_interval, __sched_get_priority_min, __sched_get_priority_max, 
__sched_yield, __sched_getscheduler, __sched_setscheduler, __sched_getparam, 
__sched_setparam, getopt_init.c, getopt.h, getopt1.c, getopt.c, 
../sysdeps/unix/confstr.h, confstr.c, ../locale/weight.h, regex.c, 
../locale/coll-lookup.h, ../locale/weightwc.h, ../locale/elem-hash.h, 
fnmatch_loop.c, fnmatch.c, ../sysdeps/generic/glob.c, 
../sysdeps/unix/sysv/linux/i386/glob64.c, ../include/glob.h, 
../posix/fnmatch.h, ../include/fnmatch.h, ../io/sys/statvfs.h, 
../sysdeps/posix/fpathconf.c, ../sysdeps/unix/sysv/linux/fpathconf.c, 
../sysdeps/unix/sysv/linux/sys/sysinfo.h, ../include/sys/sysinfo.h, 
../pwd/pwd.h, ../sysdeps/posix/sysconf.c, ../includ"
<- "e/sys/statvfs.h, ../sysdeps/posix/pathconf.c, 
../sysdeps/unix/sysv/linux/linux_fsinfo.h, ../io/sys/statfs.h, 
../include/sys/statfs.h, ../sysdeps/unix/sysv/linux/pathconf.c, 
../sysdeps/generic/setlogin.c, ../sysdeps/unix/getlogin_r.c, ../login/utmp.h, 
../include/utmp.h, ../sysdeps/unix/getlogin.c, __setsid, getsid, 
../sysdeps/generic/setpgrp.c, bsd-getpgrp.c, getpgrp, __setpgid, __getpgid, 
../sysdeps/generic/group_member.c, ../sysdeps/unix/sysv/linux/i386/setgid.c, 
../sysdeps/unix/sysv/linux/i386/setuid.c, 
../sysdeps/unix/sysv/linux/i386/getgroups.c, 
../sysdeps/unix/sysv/linux/i386/getegid.c, 
../sysdeps/unix/sysv/linux/i386/getgid.c, 
../sysdeps/unix/sysv/linux/i386/geteuid.c, 
../sysdeps/unix/sysv/linux/i386/getuid.c, __getppid, __getpid, execlp.c, 
execvp.c, execl.c, ../sysdeps/i386/stackinfo.h, execle.c, execv.c, 
../sysdeps/generic/fexecve.c, ../sysdeps/unix/sysv/linux/execve.c, _exit, 
__vfork, __libc_fork, __libc_nanosleep, __libc_pause, 
../sysdeps/unix/sysv/linux/bits/sigaction.h, ../sysdeps/unix/sysv/linux/"
<- "sleep.c, alarm, ../sysdeps/posix/waitid.c, __wait4, 
../sysdeps/unix/bsd/bsd4.4/wait3.c, ../sysdeps/unix/sysv/linux/wait3.c, 
../sysdeps/unix/sysv/linux/waitpid.c, ../resource/sys/resource.h, 
../posix/sys/wait.h, ../sysdeps/unix/bsd/bsd4.4/wait.c, 
../sysdeps/unix/sysv/linux/wait.c, __times, __uname, fgetpwent_r.c, 
getpwuid_r.c, getpwnam_r.c, getpwent_r.c, getpwuid.c, getpwnam.c, getpwent.c, 
putpwent.c, getpw.c, fgetpwent.c, ../nss/nss_files/files-parse.c, 
fgetgrent_r.c, getgrnam_r.c, ../nss/nss.h, ../include/rpc/netdb.h, 
../include/netdb.h, ../nscd/nscd_proto.h, getgrgid_r.c, getgrent_r.c, 
putgrent.c, getgrnam.c, getgrgid.c, getgrent.c, 
../sysdeps/unix/sysv/linux/i386/setgroups.c, ../include/resolv.h, 
../include/nss.h, /usr/include/asm/sockios.h, /usr/include/asm/socket.h, 
../include/netinet/in.h, ../resolv/arpa/nameser_compat.h, 
../include/arpa/nameser_compat.h, ../resolv/sys/bitypes.h, 
../include/sys/bitypes.h, ../include/arpa/nameser.h, ../include/nsswitch.h, 
initgroups.c, ../include/grp.h, fgetgrent.c, ../s"
<- "ysdeps/unix/sysv/linux/getdirentries.c, 
../sysdeps/unix/sysv/linux/getdirentries64.c, 
../sysdeps/unix/sysv/linux/i386/versionsort64.c, 
../sysdeps/unix/sysv/linux/i386/alphasort64.c, ../dirent/scandir.c, 
../sysdeps/unix/sysv/linux/i386/scandir64.c, ../sysdeps/unix/readdir_r.c, 
../sysdeps/unix/sysv/linux/i386/readdir64_r.c, ../sysdeps/unix/readdir.c, 
../sysdeps/unix/sysv/linux/i386/readdir64.c, ../sysdeps/unix/dirfd.c, 
../sysdeps/unix/sysv/linux/getdents.c, 
../sysdeps/unix/sysv/linux/i386/olddirent.h, 
../sysdeps/unix/sysv/linux/i386/getdents64.c, /usr/include/linux/stddef.h, 
versionsort.c, alphasort.c, scandir.c, ../sysdeps/unix/dirstream.h, 
../sysdeps/unix/telldir.c, ../sysdeps/unix/seekdir.c, 
../sysdeps/unix/rewinddir.c, ../sysdeps/unix/sysv/linux/bits/dirent.h, 
../sysdeps/unix/closedir.c, ../dirent/dirent.h, ../include/dirent.h, 
../sysdeps/unix/opendir.c, ../sysdeps/unix/sysv/linux/opendir.c, 
../sysdeps/unix/sysv/linux/ntp_gettime.c, strftime.c, wcsftime.c, getdate.c, 
strptime.c, ../time/sys/timeb.h, ../incl"
<- "ude/sys/timeb.h, ../sysdeps/unix/bsd/ftime.c, 
../sysdeps/unix/sysv/linux/ftime.c, timegm.c, dysize.c, stime, __setitimer, 
__getitimer, tzfile.c, ../timezone/tzfile.h, tzset.c, 
../sysdeps/unix/sysv/linux/sys/timex.h, ../sysdeps/unix/sysv/linux/adjtime.c, 
__settimeofday, __gettimeofday, time, mktime.c, localtime.c, gmtime.c, 
../include/values.h, difftime.c, ctime_r.c, ctime.c, ../posix/sys/times.h, 
../include/sys/times.h, ../sysdeps/unix/sysv/linux/clock.c, asctime.c, 
offtime.c, ../iconv/gconv_int.h, wcsmbsload.h, wcsmbsload.c, wcsncase.c, 
wcsncase_l.c, wcscasecmp.c, wcscasecmp_l.c, ../string/strxfrm.c, wcsxfrm.c, 
wcsxfrm_l.c, ../string/strcoll.c, wcscoll.c, wcscoll_l.c, 
../wctype/wchar-lookup.h, wcwidth.h, wcswidth.c, wcwidth.c, ../stdlib/gmp.h, 
../stdlib/grouping.h, ../stdlib/strtod.c, wcstof.c, wcstof_l.c, wcstold.c, 
wcstold_l.c, wcstod.c, wcstod_l.c, ../sysdeps/generic/strtol.c, 
../sysdeps/generic/wcstoull.c, ../sysdeps/generic/wcstoull_l.c, 
../sysdeps/generic/wcstoll.c, ../sysdeps/generic/wcstoll_l.c, ../s"
<- "ysdeps/generic/wcstoul_l.c, ../sysdeps/generic/wcstol_l.c, 
../intl/loadinfo.h, ../sysdeps/generic/wcstoul.c, ../sysdeps/generic/wcstol.c, 
wcschrnul.c, wcsnlen.c, wcsnrtombs.c, mbsnrtowcs.c, wcsrtombs.c, mbsrtowcs.c, 
wcrtomb.c, mbrtowc.c, mbrlen.c, mbsinit.c, wctob.c, btowc.c, wmempcpy.c, 
wcpncpy.c, wcpcpy.c, wmemset.c, wmemmove.c, wmemcpy.c, wmemcmp.c, wmemchr.c, 
wcsstr.c, wcstok.c, wcsspn.c, wcsrchr.c, wcspbrk.c, wcsncpy.c, wcsncmp.c, 
wcsncat.c, wcslen.c, wcsdup.c, wcscspn.c, wcscpy.c, wcscmp.c, wcschr.c, 
wcscat.c, ../sysdeps/generic/memrchr.c, string-inlines.c, strxfrm.c, 
strxfrm_l.c, strcoll.c, strcoll_l.c, basename.c, envz.h, envz.c, 
../string/argz.h, argz-replace.c, argz-addsep.c, argz-stringify.c, 
argz-insert.c, argz-extract.c, argz-delete.c, argz-next.c, argz-ctsep.c, 
argz-create.c, argz-count.c, argz-append.c, __strchrnul, __rawmemchr, 
../sysdeps/generic/memmem.c, memfrob.c, strfry.c, swab.c, 
../sysdeps/generic/strcasestr.c, ../sysdeps/generic/strsep.c, 
../sysdeps/generic/wordcopy.c, memcpy, ../sysdep"
<- "s/generic/memccpy.c, ../sysdeps/generic/strncase.c, 
../sysdeps/generic/strncase_l.c, ../sysdeps/generic/strcasecmp.c, 
../sysdeps/generic/strcasecmp_l.c, __stpncpy, __stpcpy, 
../sysdeps/generic/ffsll.c, ../sysdeps/i386/i686/ffs.c, __bzero, 
../sysdeps/generic/memmove.c, ../sysdeps/generic/bcopy.c, __mempcpy, memset, 
../sysdeps/generic/pagecopy.h, memcmp, __memchr, __strtok_r, strtok, 
../sysdeps/generic/strstr.c, strspn, strsignal.c, strpbrk, strrchr, 
../sysdeps/generic/strncpy.c, ../sysdeps/generic/strncmp.c, 
../sysdeps/generic/strncat.c, ../sysdeps/generic/strnlen.c, strlen, 
../sysdeps/generic/_strerror.c, strerror.c, strndup.c, strdup.c, strverscmp.c, 
strcspn, strcpy, strcmp, strchr, strcat, ../libio/libioP.h, set-freeres.c, 
obstack.h, obstack.c, mtrace.c, ../malloc/mcheck.h, ../include/mcheck.h, 
mcheck.c, ../sysdeps/generic/morecore.c, malloc.h, 
../linuxthreads/sysdeps/pthread/bits/libc-tsd.h, thread-m.h, malloc.c, 
oldstdfiles.c, oldfileops.c, strops.c, stdio.c, stdfiles.c, genops.c, 
../iconv/gconv_charset.h"
<- ", fileops.c, iofputs_u.c, iofgets_u.c, iofwrite_u.c, iofread_u.c, peekc.c, 
putc_u.c, iofflush_u.c, getchar_u.c, getc_u.c, fputc_u.c, ferror_u.c, feof_u.c, 
clearerr_u.c, oldiofsetpos64.c, oldiofsetpos.c, oldiofgetpos64.c, 
oldiofgetpos.c, libio.h, oldtmpfile.c, oldpclose.c, oldiopopen.c, 
oldiofclose.c, libioP.h, oldiofdopen.c, oldiofopen.c, fmemopen.c, 
../sysdeps/posix/libc_fatal.c, __fsetlocking.c, __fpending.c, __fpurge.c, 
__flbf.c, __fwritable.c, __freadable.c, __fwriting.c, __freading.c, 
__fbufsize.c, ftello64.c, fseeko64.c, 
../sysdeps/unix/sysv/linux/fd_to_filename.h, freopen64.c, ftello.c, fseeko.c, 
fcloseall.c, ../malloc/obstack.h, ../include/obstack.h, obprintf.c, 
vsnprintf.c, vscanf.c, iovdprintf.c, ../malloc/malloc.h, ../include/malloc.h, 
vasprintf.c, setlinebuf.c, setbuf.c, rewind.c, putc.c, pclose.c, memstream.c, 
getchar.c, getc.c, fseek.c, freopen.c, fputc.c, fileno.c, ferror.c, feof.c, 
clearerr.c, fwide.c, ../wcsmbs/wcsmbsload.h, iofwide.c, wfileops.c, strfile.h, 
wstrops.c, wgenops.c, swscanf.c, i"
<- "ovswscanf.c, vswprintf.c, vwscanf.c, fwscanf.c, wscanf.c, wprintf.c, 
vwprintf.c, swprintf.c, fwprintf.c, putchar_u.c, stdio.h, putchar.c, 
putwchar_u.c, putwchar.c, putwc_u.c, putwc.c, ioungetwc.c, iowpadn.c, 
iogetwline.c, iofputws_u.c, iofputws.c, iofgetws_u.c, iofgetws.c, getwchar_u.c, 
getwchar.c, getwc_u.c, getwc.c, fputwc_u.c, fputwc.c, iofsetpos64.c, 
iofopen64.c, iofgetpos64.c, iovsscanf.c, iovsprintf.c, ioungetc.c, iosprintf.c, 
iosetvbuf.c, iosetbuffer.c, ioseekpos.c, ioseekoff.c, ioputs.c, iopopen.c, 
iopadn.c, iogets.c, iogetline.c, iogetdelim.c, iofwrite.c, wfiledoalloc.c, 
ioftell.c, iofsetpos.c, iofread.c, iofputs.c, iofopncook.c, iofopen.c, 
iofgets.c, iofgetpos.c, bits/stdio.h, iofflush.c, 
../sysdeps/unix/sysv/linux/i386/bits/fcntl.h, iofdopen.c, iofclose.c, 
iolibio.h, filedoalloc.c, ../sysdeps/generic/siglist.h, 
../sysdeps/unix/sysv/linux/siglist.h, ../sysdeps/gnu/siglist.c, 
../sysdeps/gnu/errlist.c, ../sysdeps/unix/sysv/linux/errlist.h, 
../sysdeps/unix/sysv/linux/sizes.h, ../sysdeps/unix/sysv/linux"
<- "/errlist.c, vfscanf.c, vfwscanf.c, _itowa.h, printf-parse.h, 
../locale/outdigitswc.h, ../locale/outdigits.h, _i18n_number.h, vfprintf.c, 
vfwprintf.c, ../sysdeps/generic/lockfile.c, rename, ../sysdeps/posix/remove.c, 
putw.c, getw.c, getline.c, ../time/sys/time.h, ../include/sys/time.h, 
../sysdeps/posix/tempname.c, tempnam.c, tmpnam_r.c, tmpnam.c, tmpfile64.c, 
tmpfile.c, psignal.c, perror.c, sscanf.c, scanf.c, fscanf.c, 
../wctype/wctype.h, ../include/wctype.h, dprintf.c, asprintf.c, sprintf.c, 
snprintf.c, printf.c, fprintf.c, printf_size.c, _itoa.h, 
../sysdeps/generic/printf_fphex.c, ../sysdeps/ieee754/ldbl-96/printf_fphex.c, 
printf-prs.c, ../stdio-common/printf.h, reg-printf.c, ../stdlib/fpioconst.h, 
printf_fp.c, vprintf.c, itowa-digits.c, itoa-udigits.c, itoa-digits.c, 
_itowa.c, ../stdlib/longlong.h, ../stdlib/gmp-impl.h, _itoa.c, 
../include/pwd.h, ../sysdeps/posix/cuserid.c, ../sysdeps/posix/ctermid.c, 
gmp.h, fpioconst.c, mp_clz_tab.c, ../sysdeps/ieee754/ldbl-96/mpn2ldbl.c, 
../sysdeps/ieee754/dbl-64/mpn2dbl."
<- "c, ../sysdeps/ieee754/flt-32/mpn2flt.c, ../sysdeps/i386/ldbl2mpn.c, 
../sysdeps/ieee754/dbl-64/dbl2mpn.c, __mpn_submul_1, __mpn_sub_n, 
../sysdeps/generic/mul_n.c, __mpn_mul_1, ../sysdeps/generic/mul.c, 
../sysdeps/generic/mod_1.c, __mpn_rshift, __mpn_lshift, 
../sysdeps/generic/udiv_qrnnd.c, ../sysdeps/generic/divrem.c, 
../sysdeps/generic/divmod_1.c, ../sysdeps/generic/cmp.c, __mpn_addmul_1, 
__mpn_add_n, ../sysdeps/generic/inlines.c, __swapcontext, __makecontext, 
__setcontext, __getcontext, ../sysdeps/wordsize-32/wcstoumax.c, 
../sysdeps/wordsize-32/wcstoimax.c, ../sysdeps/wordsize-32/strtoumax.c, 
../sysdeps/wordsize-32/strtoimax.c, ../misc/sys/syslog.h, 
../include/sys/syslog.h, fmtmsg.h, fmtmsg.c, ../misc/libgen.h, 
../include/libgen.h, xpg_basename.c, getsubopt.c, strfmon.c, strfmon_l.c, 
../include/printf.h, ../libio/strfile.h, ../sysdeps/generic/bits/stdio-lock.h, 
../stdlib/monetary.h, ../include/monetary.h, ../include/regex.h, rpmatch.c, 
l64a.c, a64l.c, canonicalize.c, ../sysdeps/unix/sysv/linux/i386/bits/reso"
<- "urce.h, ../include/sys/resource.h, ../include/sys/wait.h, 
../sysdeps/posix/system.c, ../sysdeps/unix/sysv/linux/system.c, grouping.h, 
strtod.c, ../sysdeps/ieee754/ldbl-96/strtold.c, strtold_l.c, strtod_l.c, 
strtof.c, strtof_l.c, fpioconst.h, longlong.h, ../sysdeps/i386/gmp-mparam.h, 
gmp-impl.h, ../include/gmp.h, ../sysdeps/generic/strtoull.c, 
../sysdeps/generic/strtoull_l.c, ../sysdeps/generic/strtoll.c, 
../sysdeps/generic/strtoll_l.c, ../sysdeps/generic/strtoul_l.c, 
../sysdeps/generic/strtol_l.c, ../sysdeps/generic/strtoul.c, drand48-iter.c, 
lcong48_r.c, seed48_r.c, srand48_r.c, jrand48_r.c, mrand48_r.c, nrand48_r.c, 
lrand48_r.c, erand48_r.c, drand48_r.c, lcong48.c, seed48.c, srand48.c, 
jrand48.c, mrand48.c, nrand48.c, lrand48.c, erand48.c, drand48.c, rand_r.c, 
rand.c, random_r.c, random.c, wctomb.c, wcstombs.c, mbtowc.c, mbstowcs.c, 
mblen.c, ../sysdeps/generic/lldiv.c, ../sysdeps/wordsize-32/lldiv.c, 
../sysdeps/generic/ldiv.c, ../sysdeps/generic/div.c, 
../sysdeps/generic/llabs.c, ../sysdeps/wordsize-32/llab"
<- "s.c, ../sysdeps/generic/labs.c, abs.c, atexit.c, old_atexit.c, 
cxa_finalize.c, cxa_atexit.c, exit.h, on_exit.c, exit.c, secure-getenv.c, 
../sysdeps/generic/setenv.c, ../sysdeps/generic/putenv.c, 
../sysdeps/generic/getenv.c, ../sysdeps/generic/memcopy.h, 
../sysdeps/i386/memcopy.h, ../sysdeps/i386/i586/memcopy.h, msort.c, qsort.c, 
bsearch.c, ../sysdeps/unix/sysv/linux/i386/sys/ucontext.h, 
../sysdeps/generic/abort.c, atoll.c, atol.c, atoi.c, atof.c, 
../sysdeps/posix/sigset.c, ../sysdeps/posix/sigignore.c, sigrelse.c, sighold.c, 
../sysdeps/unix/sysv/linux/sigqueue.c, 
../sysdeps/unix/sysv/linux/sigwaitinfo.c, 
../sysdeps/unix/sysv/linux/sigtimedwait.c, 
../sysdeps/unix/sysv/linux/bits/utsname.h, ../include/sys/utsname.h, 
../sysdeps/unix/sysv/linux/testrtsig.h, allocrtsig.c, sigorset.c, sigandset.c, 
sigisempty.c, ../sysdeps/posix/sysv_signal.c, siggetmask.c, 
../sysdeps/generic/sigreturn.c, ../sysdeps/unix/sysv/linux/sigreturn.c, 
sigismem.c, sigdelset.c, sigsetops.h, sigaddset.c, sigfillset.c, sigempty.c, 
signal.h, si"
<- "gsetops.c, ../sysdeps/posix/sigintr.c, __sigaltstack, 
../sysdeps/unix/sysv/linux/sigstack.c, 
../sysdeps/unix/sysv/linux/sigset-cvt-mask.h, ../sysdeps/posix/sigvec.c, 
../sysdeps/posix/sigpause.c, ../sysdeps/posix/sigsetmask.c, 
../sysdeps/posix/sigblock.c, ../sysdeps/posix/sigwait.c, 
../sysdeps/unix/sysv/linux/sigsuspend.c, 
../sysdeps/unix/sysv/linux/sigpending.c, __kill, 
../sysdeps/generic/bp-checks.h, ../sysdeps/unix/sysv/linux/sigprocmask.c, 
../sysdeps/unix/sysv/linux/kernel_sigaction.h, 
../sysdeps/unix/sysv/linux/i386/sigaction.c, ../sysdeps/posix/killpg.c, 
../sysdeps/posix/raise.c, ../sysdeps/unix/sysv/linux/bits/sigstack.h, 
../sysdeps/posix/signal.c, ../sysdeps/unix/sysv/linux/signal.c, 
../sysdeps/generic/jmp-unwind.c, __longjmp, ../sysdeps/generic/longjmp.c, 
_setjmp, setjmp, ../stdlib/ucontext.h, ../include/ucontext.h, 
../sysdeps/unix/sysv/linux/bits/sigcontext.h, 
../sysdeps/unix/sysv/linux/bits/signum.h, ../sysdeps/i386/bits/setjmp.h, 
../setjmp/setjmp.h, ../include/setjmp.h, ../sysdeps/generic/sigjmp.c,"
<- " __sigsetjmp, ../sysdeps/generic/fpu_control.c, 
../sysdeps/generic/setfpucw.c, ../sysdeps/i386/fpu/s_isnanl.c, 
../sysdeps/i386/fpu/s_isinfl.c, ../sysdeps/ieee754/flt-32/s_isnanf.c, 
../sysdeps/ieee754/flt-32/s_isinff.c, ../sysdeps/ieee754/dbl-64/s_isnan.c, 
../sysdeps/ieee754/dbl-64/s_isinf.c, catgetsinfo.h, open_catalog.c, config.h, 
catgets.c, plural.y, /usr/share/bison.simple, plural.c, loadinfo.h, 
explodename.c, l10nflist.c, textdomain.c, localealias.c, gettext.h, 
loadmsgcat.c, finddomain.c, ngettext.c, dngettext.c, dcngettext.c, 
hash-string.h, gettextP.h, dcigettext.c, gettext.c, dgettext.c, dcgettext.c, 
bindtextdom.c, ctype-info.c, ctype_l.c, ctype-extn.c, ctype.c, __assert.c, 
assert-perr.c, assert.c, xlocale.c, C_name.c, SYS_libc.c, C-collate.c, 
C-identification.c, C-measurement.c, C-telephone.c, C-address.c, C-name.c, 
C-paper.c, C-time.c, C-numeric.c, C-monetary.c, C-messages.c, C-translit.h, 
C-ctype.c, lc-collate.c, lc-identification.c, lc-measurement.c, lc-telephone.c, 
lc-address.c, lc-name.c, lc-paper"
<- ".c, localeinfo.h, lc-time.c, lc-numeric.c, lc-monetary.c, lc-messages.c, 
lc-ctype.c, freelocale.c, duplocale.c, newlocale.c, 
../sysdeps/generic/stdint.h, mb_cur_max.c, nl_langinfo.c, nl_langinfo_l.c, 
../locale/langinfo.h, localeconv.c, categories.def, loadlocale.c, findlocale.c, 
../include/argz.h, programs/config.h, setlocale.c, 
../sysdeps/generic/inttypes.h, gconv_dl.c, ../intl/hash-string.h, 
iconvconfig.h, gconv.h, gconv_int.h, gconv_cache.c, ../locale/categories.def, 
../catgets/nl_types.h, ../include/nl_types.h, ../include/langinfo.h, 
gconv_trans.c, ../iconv/skeleton.c, ../iconv/loop.c, 
../sysdeps/i386/bits/byteswap.h, ../string/byteswap.h, ../include/byteswap.h, 
gconv_simple.c, gconv_builtin.c, ../sysdeps/unix/sysv/linux/i386/bits/mman.h, 
../misc/sys/mman.h, ../include/sys/mman.h, ../libio/iolibio.h, gconv_builtin.h, 
../stdio-common/stdio_ext.h, ../include/stdio_ext.h, gconv_conf.c, 
../include/search.h, gconv_db.c, gconv_close.c, gconv.c, gconv_open.c, 
iconv_close.c, iconv.c, gconv_charset.h, ../iconv/ico"
<- "nv.h, ../include/iconv.h, iconv_open.c, ../sysdeps/i386/i686/hp-timing.c, 
../sysdeps/generic/errno-loc.c, ../sysdeps/unix/sysv/linux/device-nrs.h, 
../sysdeps/i386/abort-instr.h, ../sysdeps/unix/sysv/linux/paths.h, 
../sysdeps/generic/check_fds.c, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux2.4/csu/version-info.h,
 ../include/gnu/libc-version.h, ../version.h, version.c, 
../include/set-hooks.h, set-init.c, ../sysdeps/generic/bp-start.h, 
../sysdeps/generic/dl-lookupcfg.h, ../sysdeps/i386/bits/link.h, 
../sysdeps/generic/dl-dtprocnum.h, ../include/elf.h, 
../sysdeps/unix/sysv/linux/ldsodefs.h, ../sysdeps/generic/libc-start.c, 
../sysdeps/unix/sysv/linux/kernel-features.h, ../sysdeps/i386/fpu_control.h, 
../include/fpu_control.h, ../sysdeps/i386/bp-asm.h, ../sysdeps/i386/sysdep.h, 
/usr/include/asm/unistd.h, ../sysdeps/unix/sysv/linux/sys/syscall.h, 
../sysdeps/generic/sysdep.h, ../sysdeps/unix/sysdep.h, 
../sysdeps/unix/i386/sysdep.h, ../sysdeps/unix/sysv/linux/i386/sysdep.h, 
../sysdeps/unix/sysv/linux/i3"
<- "86/i686/sysdep.h, ../io/fcntl.h, ../include/fcntl.h, 
../sysdeps/unix/sysv/linux/init-first.c, ../sysdeps/generic/gccframe.h, 
/usr/include/asm/param.h, /usr/include/linux/param.h, 
../sysdeps/unix/sysv/linux/sys/param.h, ../sysdeps/i386/i686/hp-timing.h, 
../include/libc-internal.h, soinit.c, 
../sysdeps/unix/sysv/linux/i386/dl-procinfo.c, dl-minimal.c, 
../sysdeps/generic/dl-environ.c, ../sysdeps/unix/sysv/linux/i386/dl-procinfo.h, 
../sysdeps/i386/dl-machine.h, ../sysdeps/unix/sysv/linux/dl-osinfo.h, 
../sysdeps/generic/dl-sysdep.c, ../sysdeps/unix/sysv/linux/dl-sysdep.c, 
dl-conflict.c, dl-profile.c, dl-version.c, dl-misc.c, dl-fini.c, dl-error.c, 
dl-runtime.c, do-rel.h, dl-reloc.c, dl-object.c, do-lookup.h, 
../sysdeps/generic/dl-cache.h, dynamic-link.h, 
/usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux/elf/trusted-dirs.h,
 /usr/src/build/158656-i686/BUILD/glibc-2.2.4/build-i686-linux/csu/abi-tag.h, 
../sysdeps/generic/unsecvars.h, ../sysdeps/unix/sysv/linux/i386/dl-librecon.h, 
../sysdeps/generic/entry.h"
<- ", nss_files/files-alias.c, nss_files/files-key.c, ../include/netgroup.h, 
nss_files/files-netgrp.c, nss_files/files-XXX.c, nss_files/files-spwd.c, 
nss_files/files-ethers.c, nss_files/files-parse.c, nss_files/files-rpc.c, 
nss_files/files-pwd.c, nss_files/files-grp.c, nss_files/files-network.c, 
../resolv/mapv4v6addr.h, nss_files/files-hosts.c, nss_files/files-service.c, 
nss_files/files-proto.c, rpcsvc/ypclnt.h, nss-nis.c, nss-nis.h, 
nss_nis/nis-initgroups.c, ../misc/syslog.h, ../include/syslog.h, 
nss_nis/nis-publickey.c, nss_nis/nis-alias.c, nss_nis/nis-netgrp.c, 
nss_nis/nis-spwd.c, nss_nis/nis-ethers.c, nss_nis/nis-rpc.c, nss_nis/nis-pwd.c, 
nss_nis/nis-grp.c, nss_nis/nis-network.c, nss_nis/nis-hosts.c, 
nss_nis/nis-service.c, rpcsvc/yp.h, nss_nis/nis-proto.c, nis_clone_res.c, 
nis_clone_obj.c, nis_clone_dir.c, nis_callback.c, nis_findserv.c, 
nis_defaults.c, nis_add.c, nis_remove.c, nis_modify.c, nis_domain_of_r.c, 
nis_domain_of.c, nis_print_group_entry.c, nis_destroygroup.c, 
nis_creategroup.c, nis_removemember.c,"
<- " nis_util.c, nis_addmember.c, nis_ismember.c, nis_verifygroup.c, 
nis_getservlist.c, nis_rmdir.c, nis_mkdir.c, nis_checkpoint.c, nis_ping.c, 
nis_server.c, ../nis/rpcsvc/nis.h, rpcsvc/nis_callback.h, nis_xdr.c, 
nis_table.c, nis_lookup.c, nis_intern.h, nis_call.c, nis_error.c, 
../nis/rpcsvc/nislib.h, nis_print.c, nis_file.c, nis_xdr.h, nis_free.c, 
nis_local_names.c, nis_subr.c, rpcsvc/ypupd.h, ypupdate_xdr.c, 
../include/rpcsvc/nislib.h, ../nis/rpcsvc/nis_tags.h, 
../include/rpcsvc/nis_tags.h, ../include/rpcsvc/nis.h, ypclnt.c, yp_xdr.c, 
/usr/src/build/158658-i386/BUILD/glibc-2.2.4/build-i386-linux/config.h, 
../../gcc/getopt.h, /usr/include/bits/dlfcn.h, /usr/include/dlfcn.h, 
/home/dave/src/glib-1.2.8/gmodule/gmodule-dl.c, gmoduleconf.h, ../glibconfig.h, 
/home/dave/src/glib-1.2.8/gmodule/gmodule.h, 
/home/dave/src/glib-1.2.8/gmodule/gmodule.c, /home/dave/src/glib-1.2.8/glib.h, 
/usr/include/sys/param.h, /usr/include/pwd.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
/home/dave/src/glib-1.2.8/gu"
<- "tils.c, /home/dave/src/glib-1.2.8/gtree.c, /usr/include/ctype.h, 
/home/dave/src/glib-1.2.8/gstring.c, /usr/include/bits/sigstack.h, 
/usr/include/bits/sigcontext.h, /usr/include/bits/sigaction.h, 
/usr/include/bits/siginfo.h, /usr/include/bits/signum.h, /usr/include/locale.h, 
/home/dave/src/glib-1.2.8/gstrfuncs.c, /home/dave/src/glib-1.2.8/gslist.c, 
/home/dave/src/glib-1.2.8/gprimes.c, /home/dave/src/glib-1.2.8/gmutex.c, 
/usr/include/getopt.h, glibconfig.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/home/dave/src/glib-1.2.8/gmessages.c, /home/dave/src/glib-1.2.8/gmem.c, 
/home/dave/src/glib-1.2.8/glist.c, /home/dave/src/glib-1.2.8/ghook.c, 
/home/dave/src/glib-1.2.8/ghash.c, /home/dave/src/glib-1.2.8/gdataset.c, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/float.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/home/dave/src/glib-1.2.8/garray.c, lm_new.c, glib.h, gutils.c, gtree.c, 
gtimer.c,"
<- " gstring.c, gstrfuncs.c, gslist.c, /usr/include/bits/stat.h, 
/usr/include/sys/stat.h, gscanner.c, grel.c, gprimes.c, gnode.c, gmutex.c, 
/tool/pandora/.package/gcc-2.95.3/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/stddef.h,
 
/tool/pandora/.package/gcc-2.95.3/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/stdarg.h,
 gmessages.c, gmem.c, /usr/include/bits/poll.h, /usr/include/sys/poll.h, 
gmain.c, glist.c, giounix.c, giochannel.c, ghook.c, ghash.c, 
/usr/include/sys/times.h, /usr/include/sys/time.h, gerror.c, gdate.c, 
gdataset.c, gcompletion.c, gcache.c, 
/tool/pandora/.package/gcc-2.95.3/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/float.h,
 
/tool/pandora/.package/gcc-2.95.3/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/syslimits.h,
 
/tool/pandora/.package/gcc-2.95.3/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/limits.h,
 garray.c, src/param.flex.c, src/param.bison.c, src/ddc_param.cpp, 
src/ddc_cosim.cpp, test_creator.cpp, link.cpp, pci_xp_tb.cpp, main.cpp, 
../../gcc/config/xm-linux.h, ../../gcc/config/i386/xm-linux.h, "
<- "dyn-string.c, cxa_demangle.c, ../../../../libstdc++-v3/libsupc++/vec.cc, 
../../../../libstdc++-v3/libsupc++/tinfo2.cc, 
../../../../libstdc++-v3/libsupc++/tinfo.cc, 
../../../../libstdc++-v3/libsupc++/pure.cc, 
../../../../libstdc++-v3/libsupc++/new_opvnt.cc, 
../../../../libstdc++-v3/libsupc++/new_opv.cc, 
../../../../libstdc++-v3/libsupc++/new_opnt.cc, 
../../../../libstdc++-v3/libsupc++/new_op.cc, 
../../../../libstdc++-v3/libsupc++/new_handler.cc, 
../../../../libstdc++-v3/libsupc++/eh_type.cc, 
../../../../libstdc++-v3/libsupc++/eh_throw.cc, 
../../../../libstdc++-v3/libsupc++/eh_terminate.cc, 
../../../../libstdc++-v3/libsupc++/eh_personality.cc, 
../../../../libstdc++-v3/libsupc++/eh_globals.cc, 
../../../../libstdc++-v3/libsupc++/eh_exception.cc, 
../../../../libstdc++-v3/libsupc++/eh_catch.cc, 
../../../../libstdc++-v3/libsupc++/eh_aux_runtime.cc, 
../../../../libstdc++-v3/libsupc++/eh_alloc.cc, 
../../../../libstdc++-v3/libsupc++/del_opvnt.cc, 
../../../../libstdc++-v3/libsupc++/del_opv.cc, ../../../../libstdc++-v3/l"
<- "ibsupc++/del_opnt.cc, ../../../../libstdc++-v3/libsupc++/del_op.cc, 
../../../../libstdc++-v3/libmath/stubs.c, c++locale.cc, basic_file.cc, 
time_members.cc, numeric_members.cc, monetary_members.cc, messages_members.cc, 
ctype_members.cc, collate_members.cc, codecvt_members.cc, 
../../../../libstdc++-v3/src/wstring-inst.cc, 
../../../../libstdc++-v3/src/vterminate.cc, 
../../../../libstdc++-v3/src/valarray-inst.cc, 
../../../../libstdc++-v3/src/strstream.cc, 
../../../../libstdc++-v3/src/string-inst.cc, 
../../../../libstdc++-v3/src/streambuf-inst.cc, 
../../../../libstdc++-v3/src/stl-inst.cc, 
../../../../libstdc++-v3/src/stdexcept.cc, 
../../../../libstdc++-v3/src/sstream-inst.cc, 
../../../../libstdc++-v3/src/ostream-inst.cc, 
../../../../libstdc++-v3/src/misc-inst.cc, 
../../../../libstdc++-v3/src/localename.cc, 
../../../../libstdc++-v3/src/locale-inst.cc, 
../../../../libstdc++-v3/src/locale.cc, ../../../../libstdc++-v3/src/limits.cc, 
../../../../libstdc++-v3/src/istream-inst.cc, 
../../../../libstdc++-v3/src/ios.cc, ../"
<- "../../../libstdc++-v3/src/io-inst.cc, 
../../../../libstdc++-v3/src/globals.cc, 
../../../../libstdc++-v3/src/functexcept.cc, 
../../../../libstdc++-v3/src/fstream-inst.cc, 
../../../../libstdc++-v3/src/fstream.cc, 
../../../../libstdc++-v3/src/ext-inst.cc, 
../../../../libstdc++-v3/src/ctype.cc, 
../../../../libstdc++-v3/src/concept-inst.cc, 
../../../../libstdc++-v3/src/complex_io.cc, 
../../../../libstdc++-v3/src/codecvt.cc, 
../../../../libstdc++-v3/src/bitset.cc, ../../gcc/unwind-sjlj.c, 
../../gcc/unwind-dw2-fde-glibc.c, ../../gcc/unwind-dw2.c, sb_trans_gen.cpp, 
sb_trans_constraint_base.cpp, sb_trans.cpp, sb_respond_converter.cpp, 
sb_monitor.cpp, sb_master.cpp, sb_host_trans.cpp, sb_exec_converter.cpp, 
sb_check_converter.cpp, sn_trans_xchg.cpp, sn_remote_respond.cpp, 
sn_remote_exec.cpp, sn_remote_check.cpp, sn_msg_handler.cpp, 
sn_ihsi_host_trans_xchg.cpp, sn_host_trans_xchg.cpp, bwcomp_mem_alloc.cpp, 
sr_cover_item.cpp, sr_cover_group.cpp, sr_cover_bucket_range.cpp, 
sr_cover_bucket_manager.cpp, sr_cover_bucket.cpp,"
<- " sr_cover.cpp, pcixp_tl_mon.cpp, pcixp_dll_mon.cpp, pcixp_link_trainer.cpp, 
pcixp_dll_converter.cpp, pcixp_pl_dir_converter.cpp, pcixp_tl_trans_conv.cpp, 
pcixp_types.cpp, pcixp_tl_trans.cpp, pcixp_tl_req_buffer.cpp, pcixp_tl_bfm.cpp, 
pcixp_rx_fc_rhandler.cpp, pcixp_pl_trans_gen.cpp, 
pcixp_pl_trans_constraint_base.cpp, pcixp_pl_trans.cpp, pcixp_pl_mon.cpp, 
pcixp_pl_dir_mon.cpp, pcixp_pl_bfm.cpp, pcixp_host_trans.cpp, 
pcixp_fc_buffer.cpp, pcixp_dll_trans.cpp, pcixp_dll_bfm.cpp, pb_trans_gen.cpp, 
pb_trans_constraint_base.cpp, pb_trans.cpp, pb_slave.cpp, 
pb_respond_converter.cpp, pb_monitor.cpp, pb_master.cpp, pb_host_trans.cpp, 
pb_exec_converter.cpp, pb_check_converter.cpp, ihsi_trans_gen.cpp, 
ihsi_trans_constraint_base.cpp, ihsi_trans.cpp, ihsi_respond_handler.cpp, 
ihsi_respond_converter.cpp, ihsi_req_buffer.cpp, ihsi_notifier.cpp, 
ihsi_monitor.cpp, ihsi_host_trans.cpp, ihsi_host_hc.cpp, ihsi_host_dc.cpp, 
ihsi_host_bfm.cpp, ihsi_hc_monitor.cpp, ihsi_exec_converter.cpp, 
ihsi_device_trans_converter.cpp, ihsi_devi"
<- "ce_hc.cpp, ihsi_device_dc.cpp, ihsi_device_bfm.cpp, ihsi_dc_monitor.cpp, 
ihsi_converter_base.cpp, ihsi_check_converter.cpp, trans_disp.cpp, trans.cpp, 
tc_sync.cpp, sr_types.cpp, sr_trace.cpp, sr_string.cpp, sr_msg.cpp, 
sr_ident.cpp, sr_hash_map.cpp, sr_error.cpp, sr_control.cpp, rst_trans.cpp, 
rst_monitor.cpp, respond_trans_disp.cpp, respond_handler.cpp, 
reset_handler.cpp, reset_disp.cpp, reset.cpp, reg_test.cpp, reg_set.cpp, 
reg.cpp, power_pers.cpp, pin_trans.cpp, pin_mon.cpp, parm_handler.cpp, 
parm_disp.cpp, originator.cpp, mem_alloc.cpp, host_trans_gen.cpp, 
host_trans_constraint_base.cpp, host_trans.cpp, host_tb_if.cpp, host_scb.cpp, 
handler.cpp, generator.cpp, err_action.cpp, check_trans_disp.cpp, 
check_handler.cpp, cfg_prop_entry.cpp, cfg_parser.cpp, cfg_exec_entry.cpp, 
cfg.cpp, block_exec.cpp, ../../../libiberty/xstrerror.c, 
../../../libiberty/xmalloc.c, ../../../libiberty/xexit.c, 
../../../libiberty/objalloc.c, ../../../libiberty/hex.c, 
../../../libiberty/concat.c, ../../../../../src/cudd/2.3.0/st/st.c"
<- ", ../../../../../src/cudd/2.3.0/mtr/mtrGroup.c, 
../../../../../src/cudd/2.3.0/mtr/mtrBasic.c, 
../../../../../src/cudd/2.3.0/util/datalimit.c, 
../../../../../src/cudd/2.3.0/util/safe_mem.c, 
../../../../../src/cudd/2.3.0/util/cpu_time.c, 
../../../../../src/cudd/2.3.0/cudd/cuddGenetic.c, 
../../../../../src/cudd/2.3.0/cudd/cuddExact.c, 
../../../../../src/cudd/2.3.0/cudd/cuddAnneal.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddUtil.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddSymm.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddSetop.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddReord.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddPort.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddMisc.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddLin.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddIsop.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddGroup.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddFuncs.c, 
../../../../../src/cudd/2.3.0/cudd/cuddZddCount.c, 
../../../../../src/cudd/2.3.0/cudd/cuddWindow.c, 
../../../../../src/cudd/2.3.0/cudd/cud"
<- "dUtil.c, ../../../../../src/cudd/2.3.0/cudd/cuddTable.c, 
../../../../../src/cudd/2.3.0/cudd/cuddSymmetry.c, 
../../../../../src/cudd/2.3.0/cudd/cuddSubsetSP.c, 
../../../../../src/cudd/2.3.0/cudd/cuddSubsetHB.c, 
../../../../../src/cudd/2.3.0/cudd/cuddSplit.c, 
../../../../../src/cudd/2.3.0/cudd/cuddSolve.c, 
../../../../../src/cudd/2.3.0/cudd/cuddSign.c, 
../../../../../src/cudd/2.3.0/cudd/cuddSat.c, 
../../../../../src/cudd/2.3.0/cudd/cuddReorder.c, 
../../../../../src/cudd/2.3.0/cudd/cuddRef.c, 
../../../../../src/cudd/2.3.0/cudd/cuddPriority.c, 
../../../../../src/cudd/2.3.0/cudd/cuddMatMult.c, 
../../../../../src/cudd/2.3.0/cudd/cuddLiteral.c, 
../../../../../src/cudd/2.3.0/cudd/cuddLinear.c, 
../../../../../src/cudd/2.3.0/cudd/cuddLevelQ.c, 
../../../../../src/cudd/2.3.0/cudd/cuddLCache.c, 
../../../../../src/cudd/2.3.0/cudd/cuddInteract.c, 
../../../../../src/cudd/2.3.0/cudd/cuddInit.c, 
../../../../../src/cudd/2.3.0/cudd/cuddGroup.c, 
../../../../../src/cudd/2.3.0/cudd/cuddGenCof.c, 
../../../../../src/cudd/2.3.0/cudd/c"
<- "uddExport.c, ../../../../../src/cudd/2.3.0/cudd/cuddEssent.c, 
../../../../../src/cudd/2.3.0/cudd/cuddDecomp.c, 
../../../../../src/cudd/2.3.0/cudd/cuddCompose.c, 
../../../../../src/cudd/2.3.0/cudd/cuddCof.c, 
../../../../../src/cudd/2.3.0/cudd/cuddClip.c, 
../../../../../src/cudd/2.3.0/cudd/cuddCheck.c, 
../../../../../src/cudd/2.3.0/cudd/cuddCache.c, 
../../../../../src/cudd/2.3.0/cudd/cuddBridge.c, 
../../../../../src/cudd/2.3.0/cudd/cuddBddIte.c, 
../../../../../src/cudd/2.3.0/cudd/cuddBddCorr.c, 
../../../../../src/cudd/2.3.0/cudd/cuddBddAbs.c, 
../../../../../src/cudd/2.3.0/cudd/cuddApprox.c, 
../../../../../src/cudd/2.3.0/cudd/cuddApa.c, 
../../../../../src/cudd/2.3.0/cudd/cuddAndAbs.c, 
../../../../../src/cudd/2.3.0/cudd/cuddAddWalsh.c, 
../../../../../src/cudd/2.3.0/cudd/cuddAddNeg.c, 
../../../../../src/cudd/2.3.0/cudd/cuddAddInv.c, 
../../../../../src/cudd/2.3.0/cudd/cuddAddIte.c, 
../../../../../src/cudd/2.3.0/cudd/cuddAddFind.c, 
../../../../../src/cudd/2.3.0/cudd/cuddAddApply.c, 
../../../../../src/cudd/2.3.0/cudd"
<- "/cuddAddAbs.c, ../../../../../src/cudd/2.3.0/cudd/cuddAPI.c, 
../../../../../src/cudd/2.3.0/obj/cuddObj.cc, ../../../src/scv/scv_util.cpp, 
../../../src/scv/scv_tr_text.cpp, ../../../src/scv/scv_tr.cpp, 
../../../src/scv/scv_report.cpp, ../../../src/scv/scv_random.cpp, 
../../../src/scv/scv_introspection.cpp, ../../../src/scv/scv_init_seed.cpp, 
../../../src/scv/scv_expression.cpp, ../../../src/scv/scv_debug.cpp, 
../../../src/scv/scv_constraint_range.cpp, ../../../src/scv/scv_constraint.cpp, 
/usr/src/bs/BUILD/glibc-2.2.2/build-i386-linux/config.h, 
../../../../src/systemc/utils/sc_stop_here.cpp\n"
<- "(gdb) "
-> "info line main\n"
<- "No line number information available for address 0x848fe0c <main>\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line MAIN\n"
<- "Function \"MAIN\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line main_\n"
<- "Function \"main_\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line MAIN_\n"
<- "Function \"MAIN_\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line main__\n"
<- "Function \"main__\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line MAIN__\n"
<- "Function \"MAIN__\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line _main\n"
<- "Function \"_main\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line _MAIN\n"
<- "Function \"_MAIN\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line __main\n"
<- "Function \"__main\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line __MAIN\n"
<- "Function \"__MAIN\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line my_main\n"
<- "Function \"my_main\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line the_main\n"
<- "Function \"the_main\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line vxworks_main\n"
<- "Function \"vxworks_main\" not defined.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line main_vxworks\n"
<- "Function \"main_vxworks\" not defined.\n"
<- "(gdb) "
#  Opening session "11a3b5296d000106097169300000237160171"...done.
#  Welcome to DDD 3.3 "Blues by Night" (i686-pc-linux-gnu)
-> "help detach\n"
<- "Detach a process or file previously attached.\n"
   "If a process, it is no longer traced, and it continues its execution.  If\n"
   "you were debugging a file, the file is closed and gdb no longer accesses 
it.\n"
<- "(gdb) "
-> "help run\n"
<- "Start debugged program.  You may specify arguments to give it.\n"
   "Args may include \"*\", or \"[...]\"; they are expanded using \"sh\".\n"
   "Input and output redirection with \">\", \"<\", or \">>\" are also 
allowed.\n"
   "\n"
   "With no arguments, uses arguments last specified (with \"run\" or \"set 
args\").\n"
   "To cancel previous arguments and run with no arguments,\n"
   "use \"set args\" without arguments.\n"
<- "(gdb) "
-> "help step\n"
<- "Step program until it reaches a different source line.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
<- "(gdb) "
-> "help stepi\n"
<- "Step one instruction exactly.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help next\n"
<- "Step program, proceeding through subroutine calls.\n"
   "Like the \"step\" command as long as subroutine calls do not happen;\n"
   "when they do, the call is treated as one instruction.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
<- "(gdb) "
-> "help nexti\n"
<- "Step one instruction, but proceed through subroutine calls.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help until\n"
<- "Execute until the program reaches a source line greater than the current\n"
   "or a specified line or address or function (same args as break command).\n"
   "Execution will also stop upon exit from the current stack frame.\n"
   "(gdb) "
-> "help finish\n"
<- "Execute until selected stack frame returns.\n"
   "Upon return, the value returned is printed and put in the value history.\n"
   "(gdb) "
-> "help cont\n"
<- "Continue program being debugged, after signal or breakpoint.\n"
   "If proceeding from breakpoint, a number N may be used as an argument,\n"
   "which means to set the ignore count of that breakpoint to N - 1 (so that\n"
   "the breakpoint won\'t break until the Nth time it is reached).\n"
   "(gdb) "
-> "help signal\n"
<- "Continue program giving it signal specified by the argument.\n"
   "An argument of \"0\" means continue program without giving it a signal.\n"
   "(gdb) "
-> "help kill\n"
<- "Kill execution of program being debugged.\n"
   "(gdb) "
-> "help up\n"
<- "Select and print stack frame that called this one.\n"
   "An argument says how many frames up to go.\n"
   "(gdb) "
-> "help down\n"
<- "Select and print stack frame called by this one.\n"
   "An argument says how many frames down to go.\n"
   "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line pci_link_trainer.cpp:82\n"
<- "No source file named pci_link_trainer.cpp.\n"
<- "(gdb) "
-> "\003"
<- "Quit\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line pci_link_trainer.cpp:82\n"
<- "No source file named pci_link_trainer.cpp.\n"
<- "(gdb) "
-> "info source\n"
<- "Current source file is __select\n"
   "Source language is unknown.\n"
   "Compiled with stabs debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "info line pcixp_link_trainer.cpp:82\n"
<- "Line 82 of \"pcixp_link_trainer.cpp\" is at address 0x4333b41a 
<_ZN18pcixp_link_trainer7respondEP5transS1_+566> but contains no code.\n"
<- 
"\032\032/proj/zavala/u/nathans/sauber/src/pcixp/pcixp_link_trainer.cpp:82:2700:beg:0x4333b41a\n"
<- "(gdb) "
#  Reading file 
"/proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest/pcixp_link_trainer.cpp"...
#  Reading file 
"/proj/zavala/u/nathans/t/output_03_08/pci_xp.tests.link.link.stest/pcixp_link_trainer.cpp"...No
 such file or directory.
-> "info source\n"
<- "Current source file is pcixp_link_trainer.cpp\n"
   "Compilation directory is /proj/zavala/u/nathans/sauber/src/pcixp\n"
   "Located in /proj/zavala/u/nathans/sauber/src/pcixp/pcixp_link_trainer.cpp\n"
   "Contains 713 lines.\n"
   "Source language is c++.\n"
   "Compiled with DWARF 2 debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
#  Reading file "pcixp_link_trainer.cpp" from GDB...
-> "list pcixp_link_trainer.cpp:1,1000000\n"
 *** SOURCE code removed ***
<- "(gdb) "
#  Reading file "pcixp_link_trainer.cpp" from GDB...done.
#  Source "pcixp_link_trainer.cpp" (from GDB) 713 lines, 29894 characters
-> "info source\n"
<- "Current source file is pcixp_link_trainer.cpp\n"
   "Compilation directory is /proj/zavala/u/nathans/sauber/src/pcixp\n"
   "Located in /proj/zavala/u/nathans/sauber/src/pcixp/pcixp_link_trainer.cpp\n"
   "Contains 713 lines.\n"
   "Source language is c++.\n"
   "Compiled with DWARF 2 debugging format.\n"
   "Does not include preprocessor macro info.\n"
<- "(gdb) "
-> "break pcixp_link_trainer.cpp:83\n"
<- "Breakpoint 2 at 0x4333b41a: file pcixp_link_trainer.cpp, line 83.\n"
<- "(gdb) "
-> "info breakpoints\n"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x083ce728 <sexit+4>\n"
<- "2   breakpoint     keep y   0x4333b41a in 
pcixp_link_trainer::respond(trans*, trans*) at pcixp_link_trainer.cpp:83\n"
<- "(gdb) "
-> "output train_ctrl\n"
<- "No symbol \"train_ctrl\" in current context.\n"
<- "(gdb) "
-> "output data_rate\n"
<- "No symbol \"data_rate\" in current context.\n"
<- "(gdb) "
-> "output params\n"
<- "No symbol \"params\" in current context.\n"
<- "(gdb) "
#  Invoking WWW browser for "http://www.gnu.org/software/ddd/";...
+  /bin/sh -c 'mozilla -remote 
'\''openURL(http://www.gnu.org/software/ddd/)'\'' || netscape -remote 
'\''openURL(http://www.gnu.org/software/ddd/)'\'' || ${WWWBROWSER-false} 
'\''http://www.gnu.org/software/ddd/'\'' || mozilla 
'\''http://www.gnu.org/software/ddd/'\'' || kfmbrowser 
'\''http://www.gnu.org/software/ddd/'\'' || netscape 
'\''http://www.gnu.org/software/ddd/'\'' || gnudoit '\''(w3-fetch 
"http://www.gnu.org/software/ddd/";)'\'' || mosaic 
'\''http://www.gnu.org/software/ddd/'\'' || Mosaic 
'\''http://www.gnu.org/software/ddd/'\'' || xterm -e lynx 
'\''http://www.gnu.org/software/ddd/'\'' &'
#  Invoking WWW browser for "http://www.gnu.org/software/ddd/"...done.
-- 
Nathan Sheeley              nathan.sheeley@amd.com
AMD (PCS)                   ph. 512-602-6238
9500 Arboretum Blvd.        fax 512-602-2700
Austin, TX 78759





reply via email to

[Prev in Thread] Current Thread [Next in Thread]