OSDN Git Service

2003-10-22 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Thu, 23 Oct 2003 03:01:54 +0000 (03:01 +0000)
committercagney <cagney>
Thu, 23 Oct 2003 03:01:54 +0000 (03:01 +0000)
commitc2e646c1b4a28264bb28b3a0b51d7d696456a09f
tree35ff312c8549d6f88af60ba28d2974a2adebe953
parente8eb486a87ab101238256e79eb9c191766f45e7a
2003-10-22  Andrew Cagney  <cagney@redhat.com>

* exec.h: New file.
* win32-nat.c: Include "exec.h".
* solib.c: Include "exec.h".
* target.h (build_section_table): Delete declaration.
* somsolib.c: Include "exec.h".
(exec_ops): Delete extern declaration.
* rs6000-nat.c: Update copyright.  Include "exec.h".
(exec_ops): Delete extern declaration.
* pa64solib.c: Update copyright.  Include "exec.h".
(exec_ops): Delete extern declaration.
* exec.c: Update copyright.  Include "exec.h".
* corelow.c: Update dependencies.  Include "exec.h".
* Makefile.in (exec_h): Define.
(exec.o, somsolib.o): Update dependencies.
(pa64solib.o, corelow.o): Update dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/corelow.c
gdb/exec.c
gdb/exec.h [new file with mode: 0644]
gdb/pa64solib.c
gdb/rs6000-nat.c
gdb/solib.c
gdb/somsolib.c
gdb/target.h
gdb/win32-nat.c