* gdb_proc_service.h: Add copyright notice.
authorMark Kettenis <kettenis@gnu.org>
Sun, 3 Sep 2000 11:51:49 +0000 (11:51 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 3 Sep 2000 11:51:49 +0000 (11:51 +0000)
commit110be7c974fa48040bd00ed8a7b154cca1ba8cb3
tree6e10feafd41db23c8045dacb5c540df571aca13a
parenta8596edfa19bd71497e3a2d3c4f8ace07f3c0918
* gdb_proc_service.h: Add copyright notice.
Protect against multiple inclusion.
Add fix for broken prfpregset_t here.
(struct ps_prochandle): Declare here.
[HAVE_PROC_SERVICE_H]: Include <proc_service.h>.
[!HAVE_PROC_SERVICE_H]: Include "gregset.h", define prgregset_t
and prfpregset_t in terms of gdb_gregset_t and gdb_fpregset_t if
necessary.
* lin-thread.c: Unconditionally include "gdb_proc_service.h".
Remove fix for broken prfpregset_t here.
(struct ps_prochandle): Don't declare here.
gdb/ChangeLog
gdb/gdb_proc_service.h
gdb/lin-thread.c