OSDN Git Service

Set default host and target charsets in the DJGPP port.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Apr 2009 18:29:33 +0000 (18:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Apr 2009 18:29:33 +0000 (18:29 +0000)
commit7cf431690113efd48c887d9fda54f98091093794
treef132157e563f5479a3b356f9de3180221a227969
parent2931783d51fa2b396f506ddf570a6683ac71ddc5
Set default host and target charsets in the DJGPP port.

* config/djgpp/config.sed (am_cv_langinfo_codeset)
(bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
in all configure scripts that define ac_cv_env_CPP_value.
* go32-nat.c (dos_codepage, nl_langinfo): New functions.
Include langinfo.h.
* config/djgpp/nl_types.h: New file.
* config/djgpp/langinfo.h: New file.
* config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
gdb/ChangeLog
gdb/config/djgpp/config.sed
gdb/config/djgpp/langinfo.h [new file with mode: 0644]
gdb/config/djgpp/nl_types.h [new file with mode: 0644]
gdb/config/i386/go32.mh
gdb/go32-nat.c