diff options
author | John Gilmore <gnu@cygnus> | 1991-09-19 10:40:34 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-19 10:40:34 +0000 |
commit | 94d86c7cb51e58fbd5ff1b0b4ec3c83ed7ec3c67 (patch) | |
tree | 55bb66624b0f9260a121507c8f56277e0a1eff5a /gdb/WHATS.NEW | |
parent | 56d921a893224a89830fcd2dbeaa7f6164e603f3 (diff) | |
download | gdb-94d86c7cb51e58fbd5ff1b0b4ec3c83ed7ec3c67.zip gdb-94d86c7cb51e58fbd5ff1b0b4ec3c83ed7ec3c67.tar.gz gdb-94d86c7cb51e58fbd5ff1b0b4ec3c83ed7ec3c67.tar.bz2 |
Add M2 to what's new.
Diffstat (limited to 'gdb/WHATS.NEW')
-rwxr-xr-x | gdb/WHATS.NEW | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW index 99eee81..5f56789 100755 --- a/gdb/WHATS.NEW +++ b/gdb/WHATS.NEW @@ -1,4 +1,16 @@ - GDB 4.0 -- what has changed since 3.5? + What has changed since GDB-3.5? + + + * GDB and Modula-2 + +GDB now has preliminary support for the GNU Modula-2 compiler, +currently under development at the State University of New York at +Buffalo. Development of both GDB and the GNU Modula-2 compiler will +continue through the fall of 1991 and into 1992. + +Other Modula-2 compilers are currently not supported, and attempting to +debug programs compiled with them will likely result in an error as the +symbol table of the executable is read in. * New Facilities |