OSDN Git Service

2003-09-19 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 19 Sep 2003 20:09:45 +0000 (20:09 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 19 Sep 2003 20:09:45 +0000 (20:09 +0000)
commit83a65a1878c0b21865a1092e209429e4d20f0722
tree9cad007464f4477fb29325c4a466279a30adf394
parent6f651059ae04e313995db432c31c995b2bd5aa81
2003-09-19  Andrew Cagney  <cagney@redhat.com>

* config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
(DEPRECATED_HPUX_TEXT_END): Define.
(deprecated_hpux_text_end): Declare.
(struct target_ops): Declare opaque.
* hppah-nat.c (text_end): Make static.
(deprecated_hpux_text_end): New function.
* exec.c (text_end): Delete global variable.
(NEED_TEXT_START_END): Do not define.
(exec_file_attach): Replace code computing "text_end" code with
call to DEPRECATED_HPUX_TEXT_END.

2003-09-19  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Delete
documentation for NEED_TEXT_START_END.
gdb/ChangeLog
gdb/config/pa/nm-hppah.h
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/exec.c
gdb/hppah-nat.c