aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2022-03-16 09:00:51 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2022-03-16 09:00:51 -0400
commite3161106097bfa596f203e8b5a8d98c1102a9871 (patch)
treed386b24c1468d489cc12f8c8eb70ac56f0a0196c /opcodes/ChangeLog
parent978602e83f038106c8254424ca83991d784b37cf (diff)
downloadgdb-e3161106097bfa596f203e8b5a8d98c1102a9871.zip
gdb-e3161106097bfa596f203e8b5a8d98c1102a9871.tar.gz
gdb-e3161106097bfa596f203e8b5a8d98c1102a9871.tar.bz2
opcodes: handle bfd_amdgcn_arch in configure script
There isn't an actual opcodes implementation for the AMDGCN arch (yet), this is just the bare minimum to get $ ./configure --target=amdgcn-hsa-amdhsa --disable-gas $ make all-binutils working later in this series. opcodes/ChangeLog: * configure.ac: Handle bfd_amdgcn_arch. * configure: Re-generate. Change-Id: Ib7d7c5533a803ed8b2a293e9275f667ed781ce79
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 98ad308..a16a937 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2022-03-16 Simon Marchi <simon.marchi@efficios.com>
+
+ * configure.ac: Handle bfd_amdgcn_arch.
+ * configure: Re-generate.
+
2022-03-06 Sagar Patel <sagarmp@cs.unc.edu>
Maciej W. Rozycki <macro@orcam.me.uk>