diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-25 02:44:05 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-25 02:44:05 +0000 |
commit | 8c20612513d015002edbd2bd9292551d86e391e5 (patch) | |
tree | 73449396722dd94fc2845a8dc343bbf22c0da837 /gdb/NEWS | |
parent | 96bef3dff35f24c7539477c51a9971ca0eb83c10 (diff) | |
download | gdb-8c20612513d015002edbd2bd9292551d86e391e5.tar.gz |
* Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
alphanbsd-tdep.c.
(alphanbsd-nat.o): New dependency list.
(alphanbsd-tdep.o): Ditto.
* NEWS: Note new native NetBSD/alpha configuration.
* alphanbsd-nat.c: New file.
* alphanbsd-tdep.c: Ditto.
* configure.host (alpha*-*-netbsd*): New host.
* configure.tgt (alpha*-*-netbsd*): New target.
* config/alpha/nbsd.mh: New file.
* config/alpha/nbsd.mt: Ditto.
* config/alpha/nm-nbsd.h: Ditto.
* config/alpha/tm-nbsd.h: Ditto.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ *** Changes since GDB 5.2: +* New native configurations + +Alpha NetBSD alpha*-*-netbsd* + * Changes in Alpha configurations. Multi-arch support is enabled for all Alpha configurations. |