summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-07-17 01:19:19 +0000
committerDJ Delorie <dj@delorie.com>2001-07-17 01:19:19 +0000
commit37536cad9c31c0ce147236e9ba0571ef6803f8e0 (patch)
tree9ef7a435237020379a15dae6b833347560ee11bd /binutils/ChangeLog
parent3728215e7fb3d570212a4014e6fe101e4bedb79b (diff)
downloadbinutils-redhat-37536cad9c31c0ce147236e9ba0571ef6803f8e0.tar.gz
* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
correct 10). * resrc.c (write_rc_resource): Likewise. * windres.h (SUBLANG_SHIFT): Define - as 10.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 31de7a992a..40ca327593 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-16 DJ Delorie <dj@redhat.com>
+
+ * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
+ correct 10).
+ * resrc.c (write_rc_resource): Likewise.
+ * windres.h (SUBLANG_SHIFT): Define - as 10.
+
2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
* MAINTAINERS: Add Christian Groessler as maintainer for z8k port.