Define libgcc startup function for x86 like on ARM.
[cegcc.git] / cegcc / src / gcc-4.4.0 / ChangeLog.ce
blob24f94acb764e498e6849e72df05780ad502608e8
1 2009-06-17  Danny Backx  <dannybackx@users.sourceforge.net>
3         * gcc/config/i386/mingw32ce.h (NAME__MAIN, SYMBOL__MAIN): Define like
4         in the ARM world.
6 2009-06-15  Danny Backx  <dannybackx@users.sourceforge.net>
8         * configure : Regenerate.
10 2009-06-14  Danny Backx  <dannybackx@users.sourceforge.net>
12         * configure.ac : Replace entries referencing winsup by ones that match
13         the cegcc directory structure.
15 2009-06-02  Danny Backx  <dannybackx@users.sourceforge.net>
17         * gcc/config/i386/mingw32ce.h, gcc/config/arm/wince-cegcc.h,
18         gcc/config/arm/mingw32.h (LIBGCC_SPEC) : Remove, replace by
19         * gcc/config/i386/mingw32ce.h, gcc/config/arm/wince-cegcc.h,
20         gcc/config/arm/mingw32.h (SHARED_LIBGCC_SPEC, REAL_LIBGCC_SPEC) : New
21         macros that support the shared libgcc.
23 2009-05-30  Danny Backx  <dannybackx@users.sourceforge.net>
25         * gcc/config/i386/mingw32ce.h : Use _DllMainCRTStartup with underscore.
26         * gcc/config/i386/mingw32ce.h (_WIN32,WIN32,WINNT) : Define in
27         CPP_SPEC instead of EXTRA_OS_CPP_BUILTINS.
29 2009-05-21  Danny Backx  <dannybackx@users.sourceforge.net>
31         * libgcc/config.host, gcc/config.gcc : Define i?86*-mingw32ce as a
32         separate target, with extra files crtbegin.o and crtend.o . Apparently
33         both places must have an identical list here.
34         * gcc/config/i386/t-wince : Add include files from the source tree to
35         get libgcc2 and crtbegin.c and crtend.c to compile.
37 2009-05-19  Danny Backx  <dannybackx@users.sourceforge.net>
38         * gcc/config/arm/cygming.opt, mingw32.h, pe-cxx.h, pe-stubs.c : Copy
39         from older mingw32ce gcc port. Mostly Pedro's work.
40         * gcc/config/i386/mingw32ce.h, t-wince.h : Likewise, but now in the
41         i386 directory for better integration.
42         * gcc/config/arm/cegcc.opt, wince-cegcc.h, cegcc1.c, t-wince-cegcc :
43         Copy from older cegcc/gcc port.
44         * gcc/config.gcc : Change arm*-wince-cegcc* to arm*-*-cegcc*.
45         * libgcc/config.host : Add arm*-*-cegcc*, arm*-*-mingw32ce* targets.
46         * libgcc/config/arm/t-wince-pe : New file, part of Pedro's work for
47         gcc-trunk.
48         * libstdc++-v3/configure.host : Add cegcc*, mingw32ce*.
49         * libstdc++-v3/crossconfig.m4 : Add *-cegcc*.
50         * libstdc++-v3/config/os/mingw/runtimeopts.h : New file, part of
51         Pedro's work for gcc-trunk.
52         * libstdc++-v3/config/os/mingw/runtimeopts.h(force_new_p) : Remove
53         getenv() call.
54         * libstdc++-v3/config/os/mingw/runtimeopts.h(debug_message_length) :
55         Add.
56         * libstdc++-v3/configure.ac: Add some checks, part of Pedro's work.
57         * libstdc++-v3/acinclude.m4 : Likewise.
58         * libstdc++-v3/linkage.m4(GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_1) :
59         Add checks, part of Pedro's work.
60         * libstdc++-v3/src/debug.cc(_M_get_max_length) : Replace a getenv
61         based implementation by use of runtimeopts, part of Pedro's work.
62         * libstdc++-v3/include/ext/pool_allocator.h : Likewise.
63         * libstdc++-v3/include/ext/mt_allocator.h : Likewise.
64         * libstdc++-v3/include/ext/stdio_filebuf.h : Add some conditional
65         compilation, part of Pedro's work.
66         * libstdc++-v3/include/ext/stdio_sync_filebuf.h : Likewise.
67         * libstdc++-v3/include/c_global/cstdlib : Likewise.
68         * libstdc++-v3/include/c_global/cstdio : Likewise.
69         * libstdc++-v3/include/c_global/ctime : Likewise.
70         * libstdc++-v3/include/c_global/cwchar : Likewise.
71         * libstdc++-v3/include/c_global/cstring : Likewise.
72         * libstdc++-v3/include/precompiled/stdc++.h : Likewise.
73         * libstdc++-v3/config/locale/generic/collate_members.cc : Likewise.
74         * libstdc++-v3/config/locale/generic/c_locale.cc : Likewise.
75         * libstdc++-v3/config/locale/generic/c_locale.h : Likewise.
76         * libstdc++-v3/config/locale/generic/time_members.cc : Likewise.
77         * libstdc++-v3/config/os/newlib/os_defines.h : Likewise.
78         * libstdc++-v3/config/io/basic_file_stdio.cc : Likewise.
79         * libssp/ssp.c : Likewise.
80         * libstdc++-v3/config/os/mingw32/error_constants.h : Add POSIX error
81         code macros, part of Pedro's work.
82         * libstdc++-v3/config/os/mingw32ce/ctype_noninline.h : New file, part
83         of Pedro's work.
84         * libstdc++-v3/config/os/mingw32ce/os_defines.h : Likewise.
85         * libstdc++-v3/config/os/mingw32ce/ctype_inline.h : Likewise.
86         * libstdc++-v3/config/os/mingw32ce/ctype_base.h : Likewise.
87         * libstdc++-v3/config/os/mingw32ce/error_constants.h : Likewise.
88         * libstdc++-v3/config/os/generic/runtimeopts.h : Likewise.
89         * libstdc++-v3/config.h.in (HAVE_ERRNO_H, HAVE_FCNTL_H, HAVE_GETENV,
90         HAVE_SIGNAL_H) : Add.
93 2009-05-19  Danny Backx  <dannybackx@users.sourceforge.net>
95         * gcc-4.4.0/ChangeLog.ce : New file.
96         * gcc-4.4.0 : Fresh import from gcc-core-4.4.0 and gcc-g++-4.4.0 .
98 2006-12-03  Pedro Alves  <pedro_alves@portugalmail.pt>
100         * gcc/config/arm/arm.c (arm_major_arch, arm_thumb_arch_p): New
101         functions.
102         * gcc/config/arm/arm-protos.h (arm_major_arch, arm_thumb_arch_p):
103         Declare.
104         * gcc/config/arm/wince-pe.h (TARGET_OS_CPP_BUILTINS): Add _M_ARM,
105         _M_ARMT and ARM.
107 2006-11-27  Pedro Alves  <pedro_alves@portugalmail.pt>
109         * gcc/config/arm/mingw32.h (STARTFILE_SPEC): Add crt3.o and dllcrt3.o
110         instead of crt2.o and dllcrt2.o.
112 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
114         * gcc/config/arm/wince-pe.h (TARGET_OS_CPP_BUILTINS): Delete _M_ARM
115         and ARM.
117 2006-11-08  Pedro Alves  <pedro_alves@portugalmail.pt>
119         * gcc/config/arm/wince-pe.h (DEFAULT_SIGNED_CHAR): Define to 1.
121 2006-11-04  Danny Backx  <dannybackx@users.sourceforge.net>
123         * gcc/config/arm/pe.h (PROFILE_HOOK): Remove, it looks like we don't need
124         it to get profiling to work.
126 2006-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
128         * gcc/target-def.h (TARGET_ATTRIBUTE_TABLE): Only define if not
129         defined before.
130         * gcc/config/arm/arm.c (arm_file_end): Give it external linkage.
131         (arm_handle_struct_attribute): New.
132         (arm_ms_bitfield_layout_p): New.
133         (TARGET_ATTRIBUTE_TABLE, TARGET_ASM_FILE_END,
134         TARGET_ENCODE_SECTION_INFO, TARGET_STRIP_NAME_ENCODING): Move
135         declarations to config/arm/arm.h.
136         (TARGET_MS_BITFIELD_LAYOUT_P): Define to
137         arm_ms_bitfield_layout_p.
138         (arm_return_in_memory): Replace #ifdef'ing on ARM_WINCE with
139         TARGET_RETURN_AGGREGATES_IN_MEMORY.
140         (arm_attribute_table): Add shared, ms_struct, gcc_struct
141         attributes.
142         Allow subtarget to add attributes using
143         SUBTARGET_ATTRIBUTE_TABLE.
144         (arm_elf_asm_constructor): Only compile on OBJECT_FORMAT_ELF.
145         (thumb_output_function_prologue): Call arm_pe_strip_name_encoding
146         instead of arm_strip_name_encoding.
147         (arm_handle_struct_attribute): New function.
148         (arm_ms_bitfield_layout_p): New function.
149         * gcc/config/arm/arm.h (TARGET_ASM_FILE_END, TARGET_ATTRIBUTE_TABLE,
150         TARGET_ENCODE_SECTION_INFO, TARGET_STRIP_NAME_ENCODING): Define.
151         * gcc/config/arm/t-wince-cegcc: Add cegcc1.o rule.
152         (TARGET_LIBGCC2_CFLAGS): Add -mwin32.
153         * gcc/config/arm/t-mingw32 (SYSTEM_INCLUDE_DIR): Delete.
154         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
155         * gcc/config/arm/arm-protos.h (arm_file_end,
156         arm_pe_asm_named_section, arm_pe_section_type_flags,
157         arm_pe_strip_name_encoding, arm_pe_output_labelref,
158         arm_pe_handle_shared_attribute): Declare.
159         * gcc/config/arm/wince-pe.h:
160         (TARGET_VERSION): Set to "(arm Windows CE/Native SDK)".
161         (MULTILIB_DEFAULTS): Remove -mfpu=vfp.
162         (SUBTARGET_CPU_DEFAULT): Default to TARGET_CPU_arm8 (armv4).
163         (CPP_SPEC): Remove cegcc specifics.
164         (ASM_SPEC): Don't pass -cpu=iwmmxt to assembler when -mcpu=xscale
165         is used.
166         (SUBTARGET_EXTRA_SPECS, SUBTARGET_ASM_FLOAT_SPEC): Remove.
167         (TARGET_OS_CPP_BUILTINS): Add _stdcall, _fastcall and _cdecl.
168         (SUBTARGET_CPP_SPEC, HANDLE_SYSV_PRAGMA,
169         HANDLE_PRAGMA_PACK_PUSH_POP): Delete.
170         (STARTFILE_SPEC): Remove cegcc specifics.
171         (LIBGCC_SPEC): Likewise.
172         (LIB_SPEC): Likewise.
173         (COMMON_ASM_OP, ASM_OUTPUT_COMMON, ASM_DECLARE_OBJECT_NAME,
174         ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_EXTERNAL,
175         ASM_OUTPUT_EXTERNAL_LIBCALL, ASM_OUTPUT_ALIGNED_BSS,
176         TARGET_ASM_FILE_END, SUPPORTS_ONE_ONLY, MULTIPLE_SYMBOL_SPACES):
177         Delete.
178         (ARM_MCOUNT_NAME): Define to _mcount to avoid conflicts.
179         (CHECK_STACK_LIMIT): Delete.
180         (TARGET_DEFAULT): Match Windows CE ABI with
181         MASK_MS_BITFIELD_LAYOUT and MASK_RETURN_AGGREGATES_IN_MEMORY.
182         (TARGET_SUBTARGET_DEFAULT): Delete.
183         (BIGGEST_FIELD_ALIGNMENT): Delete.
184         (SET_ASM_OP): Delete.
185         (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define to 8 as WinCE's ABI
186         requires.
187         (ASM_OUTPUT_DEF_FROM_DECLS, TARGET_USE_JCR_SECTION,
188         TARGET_USE_LOCAL_THUNK_ALIAS_P, SUBTARGET_ATTRIBUTE_TABLE):
189         Delete.
190         * gcc/config/arm/mingw32.h (STANDARD_INCLUDE_DIR,
191         STANDARD_INCLUDE_COMPONENT): Delete.
192         * gcc/config/arm/arm.opt: New option -mreturn-aggregates-in-memory.
193         * gcc/config/arm/pe.opt: New option -mms-bitfields.
194         * gcc/config/arm/pe.c (arm_pe_handle_shared_attribute): New.
195         (arm_pe_strip_name_encoding): New.
196         (arm_pe_output_labelref): Call arm_pe_strip_name_encoding instead
197         of arm_strip_name_encoding.
198         (arm_pe_unique_section): Likewise.
199         (arm_pe_section_type_flags): New.
200         (arm_pe_asm_named_section ): New.
201         (arm_pe_file_end): Call arm_file_end.
202         * gcc/config/arm/pe.h (HANDLE_SYSV_PRAGMA): New.
203         (HANDLE_PRAGMA_PACK_PUSH_POP): New.
204         (SUBTARGET_OVERRIDE_OPTIONS): New.
205         (TARGET_ASM_NAMED_SECTION): Set to arm_pe_asm_named_section
206         specialized version.
207         (TARGET_SECTION_TYPE_FLAGS): New.
208         (ASM_DECLARE_FUNCTION_NAME): Don't output -export to .drectve
209         directly.
210         Use arm_pe_record_exported_symbol instead.
211         (TARGET_ASM_FILE_END): Set to arm_pe_file_end.
212         (TARGET_ENCODE_SECTION_INFO): Set to arm_pe_encode_section_info.
213         (TARGET_STRIP_NAME_ENCODING): Set to arm_pe_strip_name_encoding.
214         (COMMON_ASM_OP): New.
215         (ASM_OUTPUT_COMMON): Don't output -export to .drectve directly.
216         Use arm_pe_record_exported_symbol instead.
217         (ASM_DECLARE_OBJECT_NAME): Likewise.
218         (ASM_OUTPUT_EXTERNAL): New.
219         (ASM_OUTPUT_EXTERNAL_LIBCALL): New.
220         (PROFILE_HOOK): New.
221         (ASM_OUTPUT_DEF_FROM_DECLS): New.
222         (SUPPORTS_ONE_ONLY).
223         (SUBTARGET_ATTRIBUTE_TABLE): New.
224         (TARGET_USE_LOCAL_THUNK_ALIAS_P): New.
225         (TARGET_USE_JCR_SECTION): New.
226         (SUBTARGET_ENCODE_SECTION_INFO): New.
227         (TARGET_STRIP_NAME_ENCODING): New.
228         * gcc/config/arm/wince-cegcc.h (SUBTARGET_EXTRA_SPECS,
229         EXTRA_OS_CPP_BUILTINS, TARGET_OS_CPP_BUILTINS,
230         SUBTARGET_CPP_SPEC): Delete.
231         * gcc/config/arm/t-wince-pe (pe.o): Add expr.h to dependencies.
232         (cegcc1.o): Delete build rule.
233         (MULTILIB_OPTIONS): Remove -mfpu=vfp.
234         (TARGET_LIBGCC2_CFLAGS): Remove unneeded options.
236 2006-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
238         * gcc/config/arm/pe-cxx.c: Fix indenting to match the original
239         config/i386/winnt-cxx.c.
241 2006-10-17  Pedro Alves  <pedro_alves@portugalmail.pt>
243         * gcc/config/arm/wince-cegcc.h (STARTFILE_SPEC) : Add gcrt3.o instead
244         of gcrt2.o.
245         * gcc/config/arm/mingw32.h: Likewise.
247 2006-10-16  Danny Backx  <dannybackx@users.sourceforge.net>
249         * gcc/config/arm/wince-cegcc.h (LIB_SPEC) : Link -lgmon when called
250         with -pg.
251         (STARTFILE_SPEC): Add gcrt2.o when called with -pg.
253 2006-10-12  Danny Backx <dannybackx@users.sourceforge.net>
255         * gcc/config/arm/wince-cegcc.h (mno-cegcc): Remove option.
256         Use the arm-wince-mingw32ce target instead.
258 2006-10-10  Pedro Alves  <pedro_alves@portugalmail.pt>
260         * gcc/config/arm/cegcc.c: Delete. We use the originals instead.
261         This code is generic PE code, and will hopefully get
262         pushed down to a more general place in GCC 4.3 stage1.
263         * gcc/cegcc-cxx.c: Likewise.
264         * gcc/cegcc-stubs.c: Likewise.
265         * gcc/config.gcc: Use the originals instead of the new copies for the
266         arm*-wince-cegcc case.
267         * gcc/config/arm/t-wince-cegcc: Make it empty, we now inherit the
268         generic t-wince-pe.
269         * gcc/ChangeLog.ce: New file.
270 Index: libstdc++-v3/ChangeLog.ce
271 ===================================================================
272 --- libstdc++-v3/ChangeLog.ce   (revisão 0)
273 ++ libstdc++-v3/ChangeLog.ce    (revisão 0)
274 @@ -0,0 +1,118 @@
275 2007-02-04  Pedro Alves  <pedro_alves@portugalmail.pt>
277         * libstdc++-v3/acinclude.m4 (GLIBCXX_ENABLE_C99]): Remove wcscoll and wcsxfrm.
278         Check for wcscoll, wcsxfrm, strcoll and strxfrm.
279         * libstdc++-v3/configure: Regenerate.
280         * libstdc++-v3/include/c_std/std_cwchar.h: Use _GLIBCXX_HAVE_WCSCOLL, and
281         _GLIBCXX_HAVE_WCSXFRM.
282         * libstdc++-v3/config/locale/generic/collate_members.cc
283         (collate<char>::_M_compare): Use _GLIBCXX_HAVE_STRCOLL.
284         Use strcmp as alternative.
285         (collate<char>::_M_transform): Use _GLIBCXX_HAVE_STRXFRM.
286         Use strncpy as alternative.
287         (collate<wchar_t>::_M_compare): Use _GLIBCXX_HAVE_WCSCOLL.
288         Use wcscmp as alternative.
289         (collate<wchar_t>::_M_transform): Use _GLIBCXX_HAVE_WCSXFRM.
290         Use wcsncpy as alternative.
292 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
294         * libstdc++-v3/config/io/basic_file_stdio.cc (__gnu_internal::read,
295         __gnu_internal::write, __gnu_internal::lseek,
296         __gnu_internal::fdopen): Delete.
297         (__basic_file<char>::sys_open): Fix typo.
299 2006-10-22  Pedro Alves  <pedro_alves@portugalmail.pt>
301         * libstdc++-v3/config/locale/generic/time_members.cc :
302         (__timepunct<char>::_M_put): Enable on __MINGW32CE__.
303         (__timepunct<char>::_M_initialize_timepunct) : Likewise.
304         (__timepunct<wchar_t>::_M_put) : Likewise.
305         (__timepunct<wchar_t>::_M_initialize_timepunct) : Likewise.
307 2006-10-18  Pedro Alves  <pedro_alves@portugalmail.pt>
309         * libstdc++-v3/config/io/basic_file_stdio.cc : Include <windows.h> on mingw32ce.
310         (__gnu_internal::read) : New.
311         (__gnu_internal::write) : New.
312         (__gnu_internal::lseek) : New.
313         (__gnu_internal::fdopen) : New.
314         (__gnu_internal::xwrite): Revert to always using file
315         descriptors (handles on CE).
316         (__basic_file<char>::sys_open) : Enable on mingw32ce too. Don't
317         special case __fd == 0.
318         (__basic_file<char>::fd) : Enable on mingw32ce too.
319         (__basic_file<char>::xsgetn) : Use file descriptors on mingw32ce too.
320         (__basic_file<char>::xsputn) : Likewise.
321         (__basic_file<char>::xsputn_2) : Likewise.
322         (__basic_file<char>::seekoff) : Likewise, using __gnu_internal::lseek.
323         (__basic_file<char>::showmanyc) : Implement for mingw32ce using Win32 api.
325 2006-10-17  Pedro Alves  <pedro_alves@portugalmail.pt>
327         * libstdc++-v3/crossconfig.m4 (cegcc*, mingw32*): Add fnctl.h to AC_CHECK_HEADERS.
328         * libstdc++-v3/configure : Regenerate.
329         * libstdc++-v3/config.h.in : Regenerate.
330         * libstdc++-v3/config/io/basic_file_stdio.cc : Wrap fnctl.h inclusion
331         on _GLIBCXX_HAVE_FCNTL_H.
333 2006-10-16  Pedro Alves  <pedro_alves@portugalmail.pt>
335         * libstdc++-v3/include/ext/pool_allocator.h : Include runtimeopts.h.
336         (allocate) : Use runtimeopts::force_new_p.
337         * libstdc++-v3/include/ext/stdio_filebuf.h (stdio_filebuf) : Don't build
338         fildes constructor version on mingw32ce.
339         (fd) : Don't build on mingw32ce.
340         * libstdc++-v3/include/ext/stdio_sync_filebuf.h : Wrap unistd.h inclusion
341         on _GLIBCXX_HAVE_UNISTD_H.
342         * libstdc++-v3/include/ext/mt_allocator.h : Include runtimeopts.h.
343         (_Tune) : Use runtimeopts::force_new_p.
344         (_S_tune) : Likewise.
345         * libstdc++-v3/include/Makefile.am (host_headers) : Add runtimeopts.h
346         * libstdc++-v3/include/Makefile.in : Regenerate.
347         * libstdc++-v3/include/stdc++.h : Include <bits/c++config.h>.
348         Wrap errno.h inclusion with _GLIBCXX_HAVE_ERRNO_H.
349         Wrap clocale.h inclusion with _GLIBCXX_HAVE_LOCALE_H.
350         Wrap csignal.h inclusion with _GLIBCXX_HAVE_SIGNAL_H.
351         * libstdc++-v3/include/c_std/std_cstdlib.h (bsearch, calloc, getenv,
352         mblen, mbstowcs, mbtowc, system, freopen, perror,
353         remove, rename, rewind, setbuf, tmpfile, tmpnam,
354         clock, mktime, time, asctime, ctime, gmtime,
355         localtime, strftime) : These function on exist on coredll. Wrap with
356         ifndef __MINGW32CE__.
357         * libstdc++-v3/include/c_std/std_cstring.h (strcoll, strxfrm, strerror): Likewise.
358         * libstdc++-v3/src/localename.cc : Wrap clocale.h inclusion with
359         _GLIBCXX_HAVE_LOCALE_H.
360         (locale) : No locale support on coredll, Always use _S_classic.
361         * libstdc++-v3/src/locale_init.cc : Wrap clocale.h inclusion with
362         _GLIBCXX_HAVE_LOCALE_H.
363         (global) : No setlocale on coredll. Wrap with ifndef __MINGW32CE__.
364         * libstdc++-v3/src/locale.cc : Wrap clocale.h inclusion with
365         _GLIBCXX_HAVE_LOCALE_H.
366         (_S_normalize_category) : Always return __cat on mingw32ce.
367         * libstdc++-v3/crossconfig.m4 (cegcc): Add errno.h, signal.h and unistd.h
368         to AC_CHECK_HEADERS. Call GLIBCXX_CHECK_STDLIB_SUPPORT.
369         * libstdc++-v3/config/locale/generic/collate_members.cc (_M_compare) :
370         No strcoll on coredll. Call strcmp instead.
371         (_M_transform) : No strxfrm on coredll. Call strncpy + strlen instead.
372         * libstdc++-v3/config/locale/generic/c_locale.cc: Include <bits/c++config.h>.
373         Wrap errno.h inclusion with _GLIBCXX_HAVE_ERRNO_H.
374         Provice a default ERANGE for mingw32ce.
375         (__convert_to_v) Adapt to lack of errno and setlocale.
376         * libstdc++-v3/config/locale/generic/c_locale.h :
377         Wrap clocale.h inclusion with _GLIBCXX_HAVE_LOCALE_H.
378         (__convert_from_v) : Don't handle locale on mingw32ce.
379         * libstdc++-v3/config/locale/generic/time_members.cc (_M_put) : Don't build on
380         mingw32ce.
381         * libstdc++-v3/config/io/basic_file_stdio.cc :
382         Wrap errno.h inclusion with _GLIBCXX_HAVE_ERRNO_H.
383         Use FILE* instead of file descriptors on mingw32ce throughout.
384         Adapt to lack of errno.
385         * libstdc++-v3/configure: Regenerate.
386         * libstdc++-v3/config.h.in : Regenerate.
388 2006-10-10  Pedro Alves  <pedro_alves@portugalmail.pt>
390         * libstdc++-v3/config/os/generic/runtimeopts.h : New file.
391         * libstdc++-v3/configure: Regenerate with autoconf 2.59.
392         * libstdc++-v3/ChangeLog.ce : New file.