2013-05-20 Andreas Tobler <andreas@fgznet.ch>

* Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
        (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
This commit is contained in:
Andreas Tobler 2013-05-20 18:00:36 +00:00
parent a2ce51a0ef
commit 81ea8796fe
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-05-20 Andreas Tobler <andreas@fgznet.ch>
* Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
(ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
2013-05-20 Doug Evans <dje@google.com>
When reading CU, stay in DWO. Be more tolerent of bad debug info.

View File

@ -575,8 +575,8 @@ ALL_TARGET_OBS = \
mt-tdep.o \
nios2-tdep.o nios2-linux-tdep.o \
nto-tdep.o \
ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \
ppc64-tdep.o rl78-tdep.o \
ppc-linux-tdep.o ppcfbsd-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o \
ppc-sysv-tdep.o ppc64-tdep.o rl78-tdep.o \
rs6000-aix-tdep.o rs6000-tdep.o solib-aix.o ppc-ravenscar-thread.o \
rs6000-lynx178-tdep.o \
rx-tdep.o \
@ -1526,6 +1526,7 @@ ALLDEPFILES = \
somread.c solib-som.c \
posix-hdep.c \
ppc-sysv-tdep.c ppc-linux-nat.c ppc-linux-tdep.c ppc64-tdep.c \
ppcfbsd-nat.c ppcfbsd-tdep.c \
ppcnbsd-nat.c ppcnbsd-tdep.c \
ppcobsd-nat.c ppcobsd-tdep.c \
procfs.c \