This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: Port of GDB 4.18 to ARM Linux...


>        * 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.



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