diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-29 20:24:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-29 20:24:04 +0000 |
commit | dad809b7ad6236abcd94e41999dc26d44bf79fad (patch) | |
tree | 232e0c4bc75c4028acac11a96bf15fae93ad482f /gdb/doc | |
parent | 0717ae8adfd4c5b6be80d154490d5a46c7f2b13d (diff) | |
download | gdb-dad809b7ad6236abcd94e41999dc26d44bf79fad.zip gdb-dad809b7ad6236abcd94e41999dc26d44bf79fad.tar.gz gdb-dad809b7ad6236abcd94e41999dc26d44bf79fad.tar.bz2 |
2003-09-29 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
documentation for NEED_TEXT_START_END.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 74cf864..8d83555 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,8 @@ 2003-09-29 Andrew Cagney <cagney@redhat.com> + * gdbint.texinfo (Target Architecture Definition): Delete + documentation for NEED_TEXT_START_END. + * gdbint.texinfo (Target Architecture Definition): Rename NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to TARGET_WRITE_PC. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index c593f18..6ca1e74 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3483,11 +3483,6 @@ method like @code{INTEGER_TO_ADDRESS} certainly makes it possible for @xref{Target Architecture Definition, , Pointers Are Not Always Addresses}. -@item NEED_TEXT_START_END -@findex NEED_TEXT_START_END -Define this if @value{GDBN} should determine the start and end addresses of the -text section. (Seems dubious.) - @item NO_HIF_SUPPORT @findex NO_HIF_SUPPORT (Specific to the a29k.) |