diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-20 18:46:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-20 18:46:34 +0000 |
commit | 2031c21ae70d4cc45827d17d561097a74b66b374 (patch) | |
tree | c37244bd74207cb68eb930f3795214df669e7704 /gdb/ChangeLog | |
parent | 42471775ef8a345f81d1f957ae83b026211c2a9a (diff) | |
download | binutils-gdb-2031c21ae70d4cc45827d17d561097a74b66b374.tar.gz |
* NEWS (New native configurations): Mention OpenBSD/alpha.
* configure.tgt: Add alpha*-*-openbsd*.
* configure.host: Add alpha*-*-openbsd*.
* alphanbsd-tdep.c: Update copyright year.
(_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b58adc6f8f1..2e4cb978cf1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2004-02-20 Mark Kettenis <kettenis@gnu.org> + + * NEWS (New native configurations): Mention OpenBSD/alpha. + * configure.tgt: Add alpha*-*-openbsd*. + * configure.host: Add alpha*-*-openbsd*. + * alphanbsd-tdep.c: Update copyright year. + (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF. + 2004-02-20 Andrew Cagney <cagney@redhat.com> Fix PR tdep/1372. |