diff options
author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2022-04-13 14:58:22 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-04-13 14:58:22 +0100 |
commit | f5e760500601b297906aa1657040e8f167c80549 (patch) | |
tree | e5579e6e2983ca6948a52b52fe2eb83447c291a6 /bfd/ChangeLog | |
parent | 50b032ebc0519a2b2585c499b9901fde9a0eccee (diff) | |
download | gdb-f5e760500601b297906aa1657040e8f167c80549.zip gdb-f5e760500601b297906aa1657040e8f167c80549.tar.gz gdb-f5e760500601b297906aa1657040e8f167c80549.tar.bz2 |
binutils: enable PE on 32bit haiku build
* config.bfd (x86-haiku): Add i386_pei_vec as a selectable format.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 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 |