summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorGunther Nikl <gnikl@justmail.de>2020-05-04 16:07:26 +0100
committerNick Clifton <nickc@redhat.com>2020-05-04 16:07:26 +0100
commit7242fa8aa7596b4e154ca96ddf5ce49353bf2e5d (patch)
tree64094a7b7e94bd4116523e4572dc69ec08b820e6 /bfd/ChangeLog
parentcff69cf4cf97e1eb4c2cca8e985e403b1a97c059 (diff)
downloadbinutils-gdb-7242fa8aa7596b4e154ca96ddf5ce49353bf2e5d.tar.gz
[PATCH] bfd: tweak SET_ARCH_MACH of aout-cris.c
* aout-cris.c (DEFAULT_ARCH): Delete define. (MY_set_arch_mach): Likewise. (SET_ARCH_MACH): Use bfd_set_arch_mach with an explicit architecture of bfd_arch_cris. (swap_ext_reloc_in): Add casts to r_index extraction. Mask valid bits of r_type before the shift.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index be1c985615c..19ecf892924 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,4 +1,13 @@
-2020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
+2020-05-04 Gunther Nikl <gnikl@justmail.de>
+
+ * aout-cris.c (DEFAULT_ARCH): Delete define.
+ (MY_set_arch_mach): Likewise.
+ (SET_ARCH_MACH): Use bfd_set_arch_mach with an explicit architecture
+ of bfd_arch_cris.
+ (swap_ext_reloc_in): Add casts to r_index extraction. Mask valid bits
+ of r_type before the shift.
+
+2020-05-04 Wilco Dijkstra <wdijkstr@arm.com>
PR ld/25665
* elfnn-aarch64.c (group_sections): Copy implementation from