diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-12-09 00:51:48 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-12-09 00:51:48 +0000 |
commit | ab796a3d17e27e9833c1b8d89ddda2a2517e6917 (patch) | |
tree | a57d0542fd3132e7ef52f041d6d9c20999c6c4fe /gdb/NEWS | |
parent | fa2b5a73cf8ad17355195f6279ec278c775b9d2c (diff) | |
download | gdb-ab796a3d17e27e9833c1b8d89ddda2a2517e6917.zip gdb-ab796a3d17e27e9833c1b8d89ddda2a2517e6917.tar.gz gdb-ab796a3d17e27e9833c1b8d89ddda2a2517e6917.tar.bz2 |
* NEWS: Add mentions of newly-added configurations.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -3,6 +3,15 @@ *** Changes since GDB-4.17: +* New native configurations + +M68K Linux m68*-*-linux* + +* New targets + +Fujitsu FR30 fr30-*-elf* +Mitsubishi D30V d30v-*-* + * GDB Remote protocol For 64 bit targets, the memory packets ("M" and "m") can now contain a @@ -10,7 +19,7 @@ full 64 bit address. The class-obscure gdb command: set targetaddresssize 32 can be used to revert to the old behavour. For existing remote stubs the change should not be noticed as the additional address information -will be descarded. +will be discarded. *** Changes in GDB-4.17: |