NEWS: (Improved Modula-2 language support): New section.
This commit is contained in:
parent
6c0112ecf2
commit
f79daebb66
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-05-20 Gaius Mulley <gaius@glam.ac.uk>
|
||||||
|
|
||||||
|
* NEWS: (Improved Modula-2 language support): New section.
|
||||||
|
|
||||||
2006-05-19 Joel Brobecker <brobecker@adacore.com>
|
2006-05-19 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* configure: Regenerate using proper version of autoconf.
|
* configure: Regenerate using proper version of autoconf.
|
||||||
|
|
9
gdb/NEWS
9
gdb/NEWS
|
@ -59,6 +59,15 @@ GDB now builds as a cross debugger hosted on i686-mingw32, including
|
||||||
native console support, and remote communications using either
|
native console support, and remote communications using either
|
||||||
network sockets or serial ports.
|
network sockets or serial ports.
|
||||||
|
|
||||||
|
* Improved Modula-2 language support
|
||||||
|
|
||||||
|
GDB can now print most types in the Modula-2 syntax. This includes:
|
||||||
|
basic types, set types, record types, enumerated types, range types,
|
||||||
|
pointer types and ARRAY types. Procedure var parameters are correctly
|
||||||
|
printed and hexadecimal addresses and character constants are also
|
||||||
|
written in the Modula-2 syntax. Best results can be obtained by using
|
||||||
|
GNU Modula-2 together with the -gdwarf-2 command line option.
|
||||||
|
|
||||||
* REMOVED features
|
* REMOVED features
|
||||||
|
|
||||||
The ARM rdi-share module.
|
The ARM rdi-share module.
|
||||||
|
|
Loading…
Add table
Reference in a new issue