aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-09 01:53:36 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-09 01:53:36 +0000
commit3ff8a96f4409042ea047f4537d7afc31bc40a0de (patch)
tree08cd20f7948d29c824304c8046d0c27e00515c68 /gdb
parent93bb0afaf602521a6d683709fddd7207f734dd57 (diff)
downloadgdb-3ff8a96f4409042ea047f4537d7afc31bc40a0de.zip
gdb-3ff8a96f4409042ea047f4537d7afc31bc40a0de.tar.gz
gdb-3ff8a96f4409042ea047f4537d7afc31bc40a0de.tar.bz2
* gdb.texinfo: Clarify how well it works with Fortran.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog2
-rw-r--r--gdb/doc/gdb.texinfo5
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 27a3883..faa0886 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,7 @@
Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * gdb.texinfo: Clarify how well it works with Fortran.
+
* stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
More on relocating stabs in ELF files.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 4cb17fd..4276722 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -210,7 +210,10 @@ You can use @value{GDBN} to debug programs written in C, C++, and
Modula-2.
@end ifset
@ifset FORTRAN
-Fortran support will be added when a GNU Fortran compiler is ready.
+@value{GDBN} can be used to debug programs written in Fortran, although
+it does not yet support entering expressions, printing values, etc.
+using Fortran syntax. It may be necessary to refer to some variables
+with a trailing underscore.
@end ifset
@end ifclear