summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-11 17:24:26 +0000
committerRoland McGrath <roland@gnu.org>2013-10-11 17:24:26 +0000
commit59aedc0d77fc1844ec1bcee05a639acc0e0b2ab4 (patch)
treefbce4aecc497c5b5785f59e01b282abfcef115fa /binutils/ChangeLog
parent2ea710e0dfeb61de737ffe1d2f7453e36867d992 (diff)
downloadbinutils-redhat-59aedc0d77fc1844ec1bcee05a639acc0e0b2ab4.tar.gz
binutils/
* winduni.c (languages): Use \345 (octal syntax) rather than literal non-ASCII/non-UTF8 character in string literal.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index cc02b13911..d7421c10c6 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,8 @@
2013-10-11 Roland McGrath <mcgrathr@google.com>
+ * winduni.c (languages): Use \345 (octal syntax) rather than
+ literal non-ASCII/non-UTF8 character in string literal.
+
* readelf.c (print_dynamic_symbol): Use array subscript syntax
rather than addition syntax with string literal.