mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* gdb.texinfo: Clarify how well it works with Fortran.
This commit is contained in:
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user