From: Benjamin Kosnik Date: Sat, 7 Oct 2000 18:57:18 +0000 (+0000) Subject: [multiple changes] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58ad9ee0af7cb9771106302bf3e4447aab9bb09e;p=gcc.git [multiple changes] 2000-10-07 David Edelsohn * config/os/aix/bits/atomicity.h: New file. 2000-10-07 Benjamin Kosnik * acinclude.m4: Remove CPU_FLAGS * libio/Makefile.am: Here too. * Makefile.am: Here too. * src/Makefile.am (CONFIG_INCLUDES): Remove. (INCLUDES): Remove CONFIG_INCLUDES. (cpu_headers): Remove. (myinstallheaders): Remove cpu_headers. (generated_headers): Rename to build_headers. (build_headers): Add atomicity.h, ctype_base.h, ctype_specializations.h. * config/os: New directory. * config/aix: Move to... * config/bsd: Move to... * config/generic: Move to... * config/gnu-linux: Move to... * config/irix: Move to... * config/newlib: Move to... * config/solaris: Move to... From-SVN: r36779 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c60e905e3c1..1d51ae641ed 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,25 +1,31 @@ -2000-10-07 benjamin kosnik - - - - * config/*/ctype.cc: Move to... - * config/os/*/bits/ctype_noninline.h: ..here. - * src/locale.cc: Change include to ctype_noninline.h. - - * config/*/bits/ctype_specializations.h: Move to... - * config/os/*/bits/ctype_inline.h: ...here. - * include/bits/locale_facets.h: Change here. - - * configure.in: Change config/ to config/os/ - * configure: Regenerate. - * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Change config/ to config/os/. - * aclocal.m4: Regenerate. - * mkcheck.in (SRC_DIR): Remove ctype_include_dir, cpu_include_dir. - 2000-10-07 David Edelsohn * config/os/aix/bits/atomicity.h: New file. +2000-10-07 Benjamin Kosnik + + * acinclude.m4: Remove CPU_FLAGS + * libio/Makefile.am: Here too. + * Makefile.am: Here too. + + * src/Makefile.am (CONFIG_INCLUDES): Remove. + (INCLUDES): Remove CONFIG_INCLUDES. + (cpu_headers): Remove. + (myinstallheaders): Remove cpu_headers. + (generated_headers): Rename to build_headers. + (build_headers): Add atomicity.h, ctype_base.h, + ctype_specializations.h. + + * config/os: New directory. + * config/aix: Move to... + * config/bsd: Move to... + * config/generic: Move to... + * config/gnu-linux: Move to... + * config/irix: Move to... + * config/newlib: Move to... + * config/solaris: Move to... + * config/os/*: Here. + 2000-10-07 Benjamin Kosnik * acinclude.m4: Remove CPU_FLAGS