diff options
author | Michael Chastain <mec.gnu@mindspring.com> | 2003-02-05 07:58:40 +0000 |
---|---|---|
committer | Michael Chastain <mec.gnu@mindspring.com> | 2003-02-05 07:58:40 +0000 |
commit | ead520938408c254f493b6832acf6d16dd784400 (patch) | |
tree | 4a1a1ab7fd4acce61027282aac7972abd911ccb6 | |
parent | adc54b31e2a070286ebeaf118b28f126c2e47f5e (diff) | |
download | gdb-ead520938408c254f493b6832acf6d16dd784400.tar.gz |
2003-02-04 Michael Chastain <mec@shout.net>
* NEWS: Fix typo: sepcifying -> specifying.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 187e63b81f5..f4b3b3e1e3c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2003-02-04 Michael Chastain <mec@shout.net> + * NEWS: Fix typo: sepcifying -> specifying. + +2003-02-04 Michael Chastain <mec@shout.net> + * dwarfread.c: Add documentation on the state of dwarf-1, looking towards obsoletion. @@ -20,7 +20,7 @@ data, for more informative profiling results. The default MI (machine interface) syntax, enabled by the command line option "-i=mi", has been changed to "mi2". The previous MI syntax, -"mi1", can be enabled by sepcifying the option "-i=mi1". +"mi1", can be enabled by specifying the option "-i=mi1". Support for the original "mi0" syntax (included in GDB 5.0) has been removed. |