diff options
author | Andreas Tobler <andreast@sourceware.org> | 2013-02-04 20:48:53 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@sourceware.org> | 2013-02-04 20:48:53 +0000 |
commit | dc18f110f27f10ae55016f27d95d4afed24cde9b (patch) | |
tree | d555b8c3789dda09b24469005d261994ca39e5c2 /gdb/Makefile.in | |
parent | ace9af6f593847aa70a0a88b1cfc9afbfc2c1d94 (diff) | |
download | gdb-dc18f110f27f10ae55016f27d95d4afed24cde9b.zip gdb-dc18f110f27f10ae55016f27d95d4afed24cde9b.tar.gz gdb-dc18f110f27f10ae55016f27d95d4afed24cde9b.tar.bz2 |
2013-02-04 Andreas Tobler <andreast@fgznet.ch>
* Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
* configure.host: Add powerpc*-*-freebsd* target.
* configure.tgt: Add target info for powerpc*-*-freebsd*.
* ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
* config/powerpc/fbsd.mh: New file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0d834ac..33b4630 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -772,8 +772,8 @@ LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c HFILES_NO_SRCDIR = \ common/gdb_signals.h common/gdb_thread_db.h common/gdb_vecs.h \ common/i386-xstate.h common/linux-ptrace.h \ -proc-utils.h aarch64-tdep.h arm-tdep.h ax-gdb.h ppcnbsd-tdep.h \ -cli-out.h gdb_expat.h breakpoint.h infcall.h obsd-tdep.h \ +proc-utils.h aarch64-tdep.h arm-tdep.h ax-gdb.h ppcfbsd-tdep.h \ +ppcnbsd-tdep.h cli-out.h gdb_expat.h breakpoint.h infcall.h obsd-tdep.h \ exec.h m32r-tdep.h osabi.h gdbcore.h solib-som.h amd64bsd-nat.h \ i386bsd-nat.h xml-support.h xml-tdesc.h alphabsd-tdep.h gdb_obstack.h \ ia64-tdep.h ada-lang.h ada-varobj.h varobj.h frv-tdep.h nto-tdep.h serial.h \ |