aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b8d77b6..0265670 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-13 Alexander von Gluck IV <kallisti5@unixzen.com>
+
+ * config.bfd (x86-haiku): Add i386_pei_vec as a selectable format.
+
2022-04-08 Nick Clifton <nickc@redhat.com>
PR 29038
diff --git a/bfd/config.bfd b/bfd/config.bfd
index d33722d..5a69074 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -753,6 +753,7 @@ case "${targ}" in
;;
i[3-7]86-*-haiku*)
targ_defvec=i386_elf32_vec
+ targ_selvecs="i386_pei_vec"
;;
i[3-7]86-*-interix*)
targ_defvec=i386_pei_vec