* configure.host: Add x86_64-*-freebsd*.

* configure.tgt: Add x86_64-*-freebsd*.
* Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
* amd64fbsd-nat.c: New file.
* amd64fbsd-tdep.c: New file.
* config/i386/nm-fbsd64.h: New file.
* config/i386/fbsd64.mh: New file.
* config/i386/fbsd64.mt: New file.
This commit is contained in:
Mark Kettenis
2003-07-13 16:15:59 +00:00
parent 974b2f82b1
commit 68cc0bfb7d
9 changed files with 478 additions and 0 deletions

View File

@ -151,5 +151,6 @@ vax-*-ultrix2*) gdb_host=vaxult2 ;;
vax-*-ultrix*) gdb_host=vaxult ;;
x86_64-*-linux*) gdb_host=x86-64linux ;;
x86_64-*-freebsd*) gdb_host=fbsd64 ;;
esac