This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool-ng/crosstool-ng] 16d166: Force wide char support in uClibc if GDB8 is enabl...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 16d166c2c87a232fae40f8613d43a08fe8cbdc90
      https://github.com/crosstool-ng/crosstool-ng/commit/16d166c2c87a232fae40f8613d43a08fe8cbdc90
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M config/debug/gdb.in.gdbserver
    M config/debug/gdb.in.native

  Log Message:
  -----------
  Force wide char support in uClibc if GDB8 is enabled

GDB8 (or rather gnulib that is a part of it) provides a fallback mbstate_t
definition - but GCC's C++ headers (which are used via stdint.h since GDB8
uses C++) provide another mbstate_t if libc does not have wide char support.
These two definitions conflict with each other.

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: 29ecbf84c86098423a7228765aa9324c931eecc8
      https://github.com/crosstool-ng/crosstool-ng/commit/29ecbf84c86098423a7228765aa9324c931eecc8
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M config/debug/gdb.in.gdbserver
    M config/debug/gdb.in.native

  Log Message:
  -----------
  Merge pull request #739 from stilor/sh4-gdb-uclibc

Force wide char support in uClibc if GDB8 is enabled


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/10089f3c9aa4...29ecbf84c860

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]