aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-03-22 08:23:42 +0100
committerJan Beulich <jbeulich@suse.com>2021-03-22 08:23:42 +0100
commit2aaf2ce843e4078b158cdfb61435217621ba1803 (patch)
treef10e0c28702a0c8a55a75eab7ad1c5bf1accf4e4 /bfd/ChangeLog
parent1808ba4b9a7e04e586964e250f0b843bc446b32c (diff)
downloadgdb-2aaf2ce843e4078b158cdfb61435217621ba1803.zip
gdb-2aaf2ce843e4078b158cdfb61435217621ba1803.tar.gz
gdb-2aaf2ce843e4078b158cdfb61435217621ba1803.tar.bz2
bfd: add translation wrappers to PE image section RVA diagnostics
In commit 87fa7d568ddd ("bfd: don't silently wrap or truncate PE image section RVAs") I forgot about the need to wrap string literals for translation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bb27342..6cdf3ac 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2021-03-22 Jan Beulich <jbeulich@suse.com>
+
+ * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Add missing
+ language translation wrapping to _bfd_error_handler()
+ invocations.
+
2021-03-21 Alan Modra <amodra@gmail.com>
* bfd-in.h (startswith): New inline.