diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-16 04:31:09 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-16 04:31:09 +0000 |
commit | b8bfd3ed7f45a364215c7d33f4cb13005939faac (patch) | |
tree | e916bf33ad186af0b36f8782a67020350e486963 /gdb | |
parent | 2dde91e9c32623998da04f2f79203b77f00203ce (diff) | |
download | gdb-b8bfd3ed7f45a364215c7d33f4cb13005939faac.zip gdb-b8bfd3ed7f45a364215c7d33f4cb13005939faac.tar.gz gdb-b8bfd3ed7f45a364215c7d33f4cb13005939faac.tar.bz2 |
* NEWS: Document x86_64/MinGW as a new native configuration.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5b2fa70..d719761 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2009-01-16 Joel Brobecker <brobecker@adacore.com> + * NEWS: Document x86_64/MinGW as a new native configuration. + +2009-01-16 Joel Brobecker <brobecker@adacore.com> + * NEWS: Move the documentation of "info os processes" to the appropriate section (documenting the new commands). @@ -193,6 +193,8 @@ info os processes x86/x86_64 Darwin i[34567]86-*-darwin* +x86_64 MinGW x86_64-*-mingw* + * New targets x86 DICOS i[34567]86-*-dicos* |