This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
[PATCH/RFA] Add OpenBSD/amd64 BFD support
- From: Mark Kettenis <kettenis at chello dot nl>
- To: binutils at sources dot redhat dot com
- Date: Wed, 18 Feb 2004 18:55:05 +0100 (CET)
- Subject: [PATCH/RFA] Add OpenBSD/amd64 BFD support
This patch is all I need from BFD to make GDB on OpenBSD/amd64 work.
OK to check this in?
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* config.bfd: Add x86_64-*-openbsd*.
Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.152
diff -u -p -r1.152 config.bfd
--- config.bfd 6 Jan 2004 19:18:59 -0000 1.152
+++ config.bfd 18 Feb 2004 17:52:59 -0000
@@ -493,7 +493,7 @@ case "${targ}" in
targ_defvec=bfd_elf64_x86_64_vec
targ_selvecs="bfd_elf32_i386_vec i386coff_vec bfd_efi_app_ia32_vec"
;;
- x86_64-*-netbsd*)
+ x86_64-*-netbsd* | x86_64-*-openbsd*)
targ_defvec=bfd_elf64_x86_64_vec
targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec bfd_efi_app_ia32_vec"
;;