diff options
author | Frederic Cambus <fred@statdns.com> | 2022-08-22 10:19:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-08-22 10:19:42 +0100 |
commit | ba86e7501391c1eef4efa8201f39abf127e1084b (patch) | |
tree | f61bcefe32fbf6b2a7810a44d8de0fec34f7c836 /bfd/ChangeLog | |
parent | 7ec249249cd4d1a31bdb9318dba7510f33d866df (diff) | |
download | gdb-ba86e7501391c1eef4efa8201f39abf127e1084b.zip gdb-ba86e7501391c1eef4efa8201f39abf127e1084b.tar.gz gdb-ba86e7501391c1eef4efa8201f39abf127e1084b.tar.bz2 |
Add OpenBSD AArch64 Little Endian BFD support.
* config.bfd (aarch64-*-openbsd*): Add target.
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 cb1f48b..88643b8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2022-08-22 Frederic Cambus <fred@statdns.com> + + * config.bfd (aarch64-*-openbsd*): Add target. + 2022-08-03 Nick Clifton <nickc@redhat.com> PR 29389 |