Port of GDB 4.18 to ARM Linux...

Philip Blundell Philip.Blundell@pobox.com
Sun Oct 10 13:36:00 GMT 1999


>        * gdb/armlinux-xdep.c: New file.

This file seemed to be missing from your tarball.

Also, my attempt at a native build died with:

libgdb.a(core-regset.o): In function `fetch_core_registers':
/home/phil/gdb/gdb/gdb/core-regset.c:100: undefined reference to `supply_gregset'
collect2: ld returned 1 exit status

Sure enough, supply_gregset doesn't seem to be defined anywhere in GDB, though 
HAVE_GREGSET_T is true in config.h.  Do I have the wrong version of 
<sys/procfs.h>?

p.




More information about the Gdb-patches mailing list