aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorGaius Mulley <gaius@glam.ac.uk>2006-05-20 16:30:18 +0000
committerGaius Mulley <gaius@glam.ac.uk>2006-05-20 16:30:18 +0000
commitf79daebb666c9f5b89c1f985b2cbda661efe4780 (patch)
treed423fdfb5b82709bfccb51957f9af39497c0f54a /gdb
parent6c0112ecf20c8954ef06ad6fa24b75cb48481ebb (diff)
downloadfsf-binutils-gdb-f79daebb666c9f5b89c1f985b2cbda661efe4780.zip
fsf-binutils-gdb-f79daebb666c9f5b89c1f985b2cbda661efe4780.tar.gz
fsf-binutils-gdb-f79daebb666c9f5b89c1f985b2cbda661efe4780.tar.bz2
NEWS: (Improved Modula-2 language support): New section.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS9
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 92359e9..a24b94a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>
* configure: Regenerate using proper version of autoconf.
diff --git a/gdb/NEWS b/gdb/NEWS
index 4371af4..f3b2630 100644
--- a/gdb/NEWS
+++ b/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
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.