]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* NEWS: (Improved Modula-2 language support) New section.
authorGaius Mulley <gaius@glam.ac.uk>
Fri, 19 May 2006 02:29:45 +0000 (02:29 +0000)
committerGaius Mulley <gaius@glam.ac.uk>
Fri, 19 May 2006 02:29:45 +0000 (02:29 +0000)
gdb/ChangeLog
gdb/NEWS

index 753e199c1de488ff7b9550f168bb0caf42d9905c..5c46aa70b1a7b353e83e76baff69f400cd0fb44b 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-19  Gaius Mulley  <gaius@glam.ac.uk>
+
+       * NEWS: (Improved Modula-2 language support) New section.
+
 2006-05-16  Joel Brobecker  <brobecker@adacore.com>
 
        * README: Update date of last modification.
index 35a356574b263cf09d2f7b9e65912379fa9c84d4..9ef498139ee11343c03c0aeaa05fe4782ea35940 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -53,6 +53,15 @@ GDB now builds as a cross debugger hosted on i686-mingw32, including
 native console support, and remote communications using either
 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
 
 The ARM rdi-share module.