diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-18 17:44:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-18 17:44:52 +0000 |
commit | e2879ccb3d6426ec3a6749e3a017ed4177d69648 (patch) | |
tree | e8015ab191d3e9f8afa0ea7d5952b1572b61cdbe /gdb/ChangeLog | |
parent | c43f4bec91518146776eb2ceb93d4945e000851c (diff) | |
download | binutils-gdb-e2879ccb3d6426ec3a6749e3a017ed4177d69648.tar.gz |
* amd64obsd-tdep.c, amd64obsd-nat.c: New files.
* Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
dependencies.
* configure.host: Add x86_64-*-openbsd*.
* configure.tgt: Add x86_64-*-openbsd*.
* config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dd5abe707bc..c38953ce749 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2004-02-18 Mark Kettenis <kettenis@gnu.org> + * amd64obsd-tdep.c, amd64obsd-nat.c: New files. + * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New + dependencies. + * configure.host: Add x86_64-*-openbsd*. + * configure.tgt: Add x86_64-*-openbsd*. + * config/i386/obsd64.mt, config/i386/obsd64.mh: New files. + * tui/tui.c: Don't include <malloc.h>. * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c, |