diff options
author | Pedro Alves <palves@redhat.com> | 2008-05-16 15:54:08 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-05-16 15:54:08 +0000 |
commit | 7c0d47a533c297ddb977c00493133115ef8c23eb (patch) | |
tree | 9f4311dcc3f74d5c5f1a26d7551ed20d11135211 | |
parent | a984ee1d25de86d678270ec5a8b7491a3ab68a57 (diff) | |
download | fsf-binutils-gdb-7c0d47a533c297ddb977c00493133115ef8c23eb.zip fsf-binutils-gdb-7c0d47a533c297ddb977c00493133115ef8c23eb.tar.gz fsf-binutils-gdb-7c0d47a533c297ddb977c00493133115ef8c23eb.tar.bz2 |
* NEWS: Mention new DICOS x86 target configuration.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3168fc3..44e071c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,8 @@ 2008-05-16 Pedro Alves <pedro@codesourcery.com> + + * NEWS: Mention new DICOS x86 target configuration. + +2008-05-16 Pedro Alves <pedro@codesourcery.com> Ulrich Weigand <uweigand@de.ibm.com> * minsyms.c (lookup_minimal_symbol_by_pc_name): New function. @@ -78,6 +78,10 @@ show arm force-mode the current CPSR value for instructions without symbols; previous versions of GDB behaved as if "set arm fallback-mode arm". +* New targets + +x86 DICOS i[34567]86-*-dicos* + *** Changes in GDB 6.8 * New native configurations |