* config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
This commit is contained in:
parent
c40d0d10b1
commit
1bdc6c5323
|
@ -1,5 +1,7 @@
|
||||||
2004-08-14 Mark Kettenis <kettenis@gnu.org>
|
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
|
* defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
|
||||||
from declaration.
|
from declaration.
|
||||||
* top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
|
* top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Target: OpenBSD/amd64
|
# Target: OpenBSD/amd64
|
||||||
TDEPFILES= amd64-tdep.o amd64obsd-tdep.o \
|
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
|
corelow.o solib.o solib-svr4.o
|
||||||
TM_FILE= tm-nbsd.h
|
TM_FILE= tm-nbsd.h
|
||||||
|
|
Loading…
Reference in New Issue