aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-19 20:11:42 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-19 20:11:42 +0000
commit6729c0adbb71d7f5d53bac69d5d30ac11160b8e8 (patch)
treee39c8d0d8a2ed88af49543855a8a0cda043c26aa
parentb9fbf4340af8d0f7b0ecc3d549e9d5acc5b30e2b (diff)
downloadfsf-binutils-gdb-6729c0adbb71d7f5d53bac69d5d30ac11160b8e8.zip
fsf-binutils-gdb-6729c0adbb71d7f5d53bac69d5d30ac11160b8e8.tar.gz
fsf-binutils-gdb-6729c0adbb71d7f5d53bac69d5d30ac11160b8e8.tar.bz2
Revert previous patch. Oops, didn't mean to yank the doco
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo5
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 18b31b8..b471806 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,8 +1,3 @@
-2003-09-19 Andrew Cagney <cagney@redhat.com>
-
- * gdbint.texinfo (Target Architecture Definition): Delete
- documentation for NEED_TEXT_START_END.
-
2003-09-18 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 537965b..e58bab4 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -3483,6 +3483,11 @@ 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.)