OSDN Git Service

Set default host and target charsets in the DJGPP port.
authoreliz <eliz>
Sun, 19 Apr 2009 18:29:33 +0000 (18:29 +0000)
committereliz <eliz>
Sun, 19 Apr 2009 18:29:33 +0000 (18:29 +0000)
commit35b637acd3f2fdd735633e04047cb05d7163730e
tree22d6902309b4f4b5eafe907bbdc3dba4965d8389
parent0e7d93c63f96bac5b01e0fc4a5b0ce00494aab04
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