summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ea8250c5..9e7d6cb9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2021-02-17 Timm Bäder <tbaeder@redhat.com>
+ * unstrip.c (find_alloc_sections_prelink): Move check_match to...
+ (check_match): Adjusted to return whether there was no match,
+ which indicates a failure. So callers are adjusted to or the
+ result into a local fail boolean.
+
+2021-02-17 Timm Bäder <tbaeder@redhat.com>
+
* unstrip.c (adjust_relocs): Move adjust_reloc function to...
(adjust_reloc): ... here as static top-level function taking
a map array and size as extra arguments.