Add OpenBSD/m88k support.
authorMark Kettenis <kettenis@gnu.org>
Mon, 24 May 2004 21:00:09 +0000 (21:00 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 24 May 2004 21:00:09 +0000 (21:00 +0000)
commitbf2ca189e878405c46e2f3208f2b80d1ac331a53
treee69a2c30c66edbd5612b0a3ceb31440eb7665f07
parent80fadb1152b01dde83abb97f9aeba468f9a3c2bc
Add OpenBSD/m88k support.
* NEWS (New native configurations): Mention OpenBSD/m88k.
* m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
* Makefile.in (m88k_tdep_h): New variable.
(ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
(m88kbsd-nat.o, m88k-tdep.o): New dependencies.
* configure.host: Add m88*-*-openbsd*.
* configure.tgt: Add m88*-*-openbsd*.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/config/m88k/nm-obsd.h [new file with mode: 0644]
gdb/config/m88k/obsd.mh [new file with mode: 0644]
gdb/config/m88k/obsd.mt [new file with mode: 0644]
gdb/configure.host
gdb/configure.tgt
gdb/m88k-tdep.c [new file with mode: 0644]
gdb/m88k-tdep.h [new file with mode: 0644]
gdb/m88kbsd-nat.c [new file with mode: 0644]
This page took 0.026489 seconds and 4 git commands to generate.