summaryrefslogtreecommitdiff
path: root/binutils-2.24.51.midipix.patch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-03-11 21:14:14 -0400
committermidipix <writeonce@midipix.org>2015-03-11 21:14:14 -0400
commit21ad27f063a73c5ea8734e6ea9edd28187ff0733 (patch)
tree0236f2d297a7f428d7a97df6a97d9687969c4568 /binutils-2.24.51.midipix.patch
parent41bc758fdf124dfc4e4bef3f3e2057d20ba4c58d (diff)
downloadchainport-21ad27f063a73c5ea8734e6ea9edd28187ff0733.tar.bz2
chainport-21ad27f063a73c5ea8734e6ea9edd28187ff0733.tar.xz
binutils-2.24.51: initial patch: fix legacy code-page identifier.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'binutils-2.24.51.midipix.patch')
-rw-r--r--binutils-2.24.51.midipix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils-2.24.51.midipix.patch b/binutils-2.24.51.midipix.patch
index 709c64d..0aeea4f 100644
--- a/binutils-2.24.51.midipix.patch
+++ b/binutils-2.24.51.midipix.patch
@@ -354,3 +354,15 @@ diff -ru --new-file a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc
/* Windows TLS expects .tls\$AAA to be at the start and .tls\$ZZZ to be
at the end of section. This is important because _tls_start MUST
+diff -ru --new-file a/binutils/winduni.c b/binutils/winduni.c
+--- a/binutils/winduni.c 2014-07-03 01:37:23.000000000 -0400
++++ b/binutils/winduni.c 2015-02-14 11:18:32.987163288 -0500
+@@ -57,7 +57,7 @@
+ /* Codepages mapped. */
+ static local_iconv_map codepages[] =
+ {
+- { 0, "MS-ANSI" },
++ { 0, "cp1252" },
+ { 1, "WINDOWS-1252" },
+ { 437, "MS-ANSI" },
+ { 737, "MS-GREEK" },