diff options
| author | Nick Clifton <nickc@redhat.com> | 2015-02-24 17:01:23 +0000 |
|---|---|---|
| committer | Than McIntosh <thanm@google.com> | 2015-11-03 11:21:43 -0500 |
| commit | 0a79d97a250d24bd88a53f8c68b0185f42a1be6a (patch) | |
| tree | a16b0731b17ae2194ea9d07c132ff663769eba8a /binutils-2.25/bfd/ChangeLog | |
| parent | b51d5d619a9fcf799bf90c4b16bb74d6caf00ff1 (diff) | |
| download | toolchain_binutils-0a79d97a250d24bd88a53f8c68b0185f42a1be6a.tar.gz toolchain_binutils-0a79d97a250d24bd88a53f8c68b0185f42a1be6a.tar.bz2 toolchain_binutils-0a79d97a250d24bd88a53f8c68b0185f42a1be6a.zip | |
Fix Mac OS X build failures (wcsncasecmp unsat)
Cherry-pick of upstream commit 31593e1b96c792abba3c5268d6423975aefa56b2
2015-02-24 Nick Clifton <nickc@redhat.com>
* configure.ac (AC_CHECK_HEADERS): Add wctype.h.
* configure: Regenerate.
* config.in: Regenerate.
* peXXigen.c: Include wctype.h if HAVE_WCTYPE_H is defined.
(u16_mbtowc): Use wint_t types if HAVE_WCTYPE_H is defined.
(rsrc_cmp): Use towlower instead of wcsncasecmp if HAVE_WCTYPE_H
is defined.
Bug: 25427405
Change-Id: I06e99d906226ce9c88ff1c568ae7a4d84df7f332
Diffstat (limited to 'binutils-2.25/bfd/ChangeLog')
| -rw-r--r-- | binutils-2.25/bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils-2.25/bfd/ChangeLog b/binutils-2.25/bfd/ChangeLog index 458b0b14..c66bb1ac 100644 --- a/binutils-2.25/bfd/ChangeLog +++ b/binutils-2.25/bfd/ChangeLog @@ -4,6 +4,16 @@ <DT_MIPS_RLD_MAP_REL>: Add target address to host address difference, not to host pointer. + 2015-02-24 Nick Clifton <nickc@redhat.com> + + * configure.ac (AC_CHECK_HEADERS): Add wctype.h. + * configure: Regenerate. + * config.in: Regenerate. + * peXXigen.c: Include wctype.h if HAVE_WCTYPE_H is defined. + (u16_mbtowc): Use wint_t types if HAVE_WCTYPE_H is defined. + (rsrc_cmp): Use towlower instead of wcsncasecmp if HAVE_WCTYPE_H + is defined. + 2014-11-18 Igor Zamyatin <igor.zamyatin@intel.com> * elf64-x86-64.c (elf_x86_64_check_relocs): Enable MPX PLT only |
