* config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.

This commit is contained in:
Mark Kettenis 2004-08-14 13:45:53 +00:00
parent c40d0d10b1
commit 1bdc6c5323
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-08-14 Mark Kettenis <kettenis@gnu.org>
* config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
* defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
from declaration.
* top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN

View File

@ -1,5 +1,5 @@
# Target: OpenBSD/amd64
TDEPFILES= amd64-tdep.o amd64obsd-tdep.o \
i386-tdep.o i387-tdep.o i386bsd-tdep.o \
i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \
corelow.o solib.o solib-svr4.o
TM_FILE= tm-nbsd.h