ChangeLog entries since last run on 2003-06-27T01:00:04Z: --- /Users/regress/tbox/changelog_mail/gcc/gcc/ChangeLog Thu Jun 26 18:00:59 2003 +++ gcc/gcc/ChangeLog Fri Jun 27 02:01:03 2003 @@ -1,3 +1,8 @@ +2003-06-27 Andreas Schwab + + * config.gcc (m68k-*-linux*): Don't override extra_parts and + gnu_ld, use the generic *-*-linux* settings instead. + 2003-06-26 Roger Sayle PR optimization/11054 ChangeLog entries between 2003-06-27T01:00:04Z and the last time everything passed, on 2003-06-10T16:30:03Z: --- /Users/regress/tbox/changelog_pass/gcc/ChangeLog Wed May 14 21:23:49 2003 +++ gcc/ChangeLog Tue Jun 17 03:15:58 2003 @@ -1,3 +1,7 @@ +2003-06-17 Kazu Hirata + + * MAINTAINERS (Write After Approval): Remove Andrew Haley. + 2003-05-14 Eric Botcazou * config-ml.in: Propagate INSTALL variables. --- /Users/regress/tbox/changelog_pass/gcc/gcc/ChangeLog Mon Jun 9 17:15:54 2003 +++ gcc/gcc/ChangeLog Thu Jun 26 18:00:59 2003 @@ -1,3 +1,355 @@ +2003-06-26 Roger Sayle + + PR optimization/11054 + * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT + and SIGN_EXTRACT. + +2003-06-25 Zack Weinberg + + PR bootstrap/3163 + * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete. + (gcc_AC_FUNC_MMAP_BLACKLIST): New. + * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS + and AC_CHECK_FUNCS lists, respectively. Use + gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor + AC_FUNC_MMAP_FILE. + * configure, config.in: Regenerate. + + * ggc-page.c (init_gcc): Call fatal_io_error, not abort, + if opening /dev/zero fails. + +2003-06-25 Roger Sayle + + * builtins.c (expand_builtin_strcpy): Construct new argument list + manually instead of using chainon to modify the original arglist. + (expand_builtin_strcmp): Likewise. + +2003-06-25 David O'Brien + + * config/i386/i386.h (builtin_define): Remove duplicate __amd64 + and __amd64__. + +2003-06-25 Dhananjay Deshpande + + * config/sh/sh.c (sh_register_move_cost): + Add case for moving between MAC_REGS. + +2003-06-24 Jerry Quinn + + PR other/11280 + * gcc/doc/invoke.texi (Optimization Options): Remove -Os from + -freorder-functions description. + +2003-06-25 Richard Sandiford + + PR target/11084 + * config/mips/mips.c (mips_expand_prologue): Fix setting of regno + for the end of a variable argument list. + +2003-06-25 Josef Zlomek + + * dwarf2out.c (gen_field_die): Return if type of decl is error mark. + +2003-06-24 Falk Hueffner + + PR target/11260 + * config/alpha/alpha.md (sqrtdf2): Fix operand substitution. + +2003-06-24 Jakub Jelinek + + * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in + src twice. + +2003-06-23 Jakub Jelinek + + * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31 + mode, as it requires pic register loaded. + +2003-06-23 Kazu Hirata + + * doc/extend.texi: Fix typos. + * doc/md.texi: Likewise. + +2003-06-23 Roger Sayle + Gerald Pfeifer + + * doc/contrib.texi (Contributors): Add a note on testing and + remove duplicates from testers list. + +2003-06-23 Kazu Hirata + + * doc/invoke.texi: Document dump options, dT and dW. + +2003-06-23 Andreas Schwab + + * doc/invoke.texi: Remove leading `-' from options in index. + +2003-06-22 Kazu Hirata + + * doc/invoke.texi: Document dump, .cfg. + +2003-06-22 Kazu Hirata + + * doc/invoke.texi: Alphabetize dump options. + +2003-06-22 Kazu Hirata + + * doc/invoke.texi: Remove a duplicate -dk. + +2003-06-22 Kazu Hirata + + * doc/rtl.texi: Fix the @findex for pre_modify. + +Sat Jun 21 13:37:52 CEST 2003 Jan Hubicka + + * i386.c (ix86_va_arg): Fix allocation of temporary slot. + +2003-06-21 Gerald Pfeifer + + * doc/contrib.texi (Contributors): Use Windows instead of Win32. + + Update Andreas Jaeger's entry. + + Merge the two entries of Kaveh Ghazi, David Edelsohn, and + Loren J. Rittle. + +2003-06-20 Geoffrey Keating + + PR c++/9393 + * doc/invoke.texi (Debugging Options): Document -frandom-seed. + * configure.in: Check for gettimeofday. + * tree.c (flag_random_seed): Define. + (default_flag_random_seed): New. + (append_random_chars): Use flag_random_seed rather than trying + to acquire randomness here. + * tree.h (default_flag_random_seed): Declare. + * toplev.c (display_help): Add -frandom-seed and -fstack-limit-* + descriptions. + (decode_f_option): Handle -frandom-seed. + (print_switch_values): Call default_flag_random_seed. + * flags.h (flag_random_seed): Declare. + * configure: Regenerate. + * config.in: Regenerate. + +2003-06-20 Mark Mitchell + + PR c++/10888 + * tree-inline.c (expand_call_inline): Do not warn about failing to + inline functions declared in system headers. + * doc/invoke.texi (-Winline): Expand on documentation. + +2003-06-20 Rainer Orth + + * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns. + * configure: Regenerate. + Fixes PR driver/9362. + +2003-06-19 Vladimir Makarov + + * haifa-sched.c (max_isse): Backport from the mainline. + (choice_entry): New structure. + (choice_stack, cycle_issued_insns, max_lookahead_tries, + cached_first_cycle_multipass_dfa_lookahead, cached_issue_rate): + New variables. + (choose_ready): Calculate max_lookahead_tries. Initiate + ready_try. + (schedule_block): Allocate/deallocate choice_stack. Change + cycle_issued_insns value as necessary. + (sched_init): Check cached_issue_rate. + +2003-06-20 Daniel Egger + Gerald Pfeifer + + * doc/install.texi (Building): Correct and improve statement + about parallel builds. + +2003-06-20 Eric Botcazou + + * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and + SPARC64/Solaris as platforms where --with-gnu-as makes a difference. + (--with-as): Add @anchor. + (--with-gnu-ld): Fix typo. + (--with-ld): Add @uref to --with-as. + +2003-06-19 Kazu Hirata + + * flow.c (initialize_uninitialized_subregs): Use + emit_move_insn instead of emitting a hardcoded move. + +2003-06-19 David Edelsohn + + * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL + to ABI_V4. + +2003-06-19 DJ Delorie + + PR preprocessor/11022 + * cppmacro.c (warn_of_redefinition): Handle cases where the two + definitions have different numbers of tokens. + +2003-06-18 Richard Henderson + + * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New. + (_Unwind_FindEnclosingFunction): Implement. + +2003-06-18 Franz Sirl + + * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL + argument. + (function_arg): Handle CALL_LIBCALL flag. + * config/rs6000/rs6000-protos.h (init_cumulative_args): Update + prototype. + * config/rs6000/rs6000.h (CALL_LIBCALL): New macro. + (INIT_CUMULATIVE_LIBCALL_ARGS): New macro. + (INIT_CUMULATIVE_ARGS): Add LIBCALL argument. + (INIT_CUMULATIVE_INCOMING_ARGS): Likewise. + +2003-06-17 Jason Merrill + + PR c++/10929 + * tree-inline.c (expand_call_inline): Don't warn about failing to + inline a function which was made inline by -finline-functions. + +2003-06-17 Ranjit Mathew + + * install.texi (Testing): Add information on how to run Java + runtime tests separately. + +2003-06-17 Christopher Faylor + + * doc/install.texi: Add msvc rebuild caveat. + +2003-06-17 Kazu Hirata + + * doc/contrib.texi: Replace Hitachi with Renesas. + * doc/install.texi: Likewise. + * doc/invoke.texi: Likewise. + +2003-06-17 Franz Sirl + + * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert + 2003-01-23 patch. Corrected to handle kernels with changed ucontext. + + * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid + -msdata=eabi usages. + +2003-06-14 Richard Earnshaw + + PR optimization/10842 + From trunk: + 2003-01-20 Nick Clifton + + * config/arm/arm.md (sibcall_epilogue): Add an + UNSPEC_PROLOGUE_USE to prevent the link register from being + considered dead. + + 2003-02-02 Richard Earnshaw + + * arm.md (sibcall_epilogue): Set the "conds" to "clob". + (epilogue_insns): Likewise. + +2003-06-14 Richard Earnshaw + + PR target/11183 + * arm.c (output_move_double): Pass SImode to adjust_address. + +2003-06-13 Janis Johnson + + * doc/install.texi (m32r-*-elf): Change company to Renesas. + +2003-06-13 Richard Earnshaw + + * arm.c (output_call_mem): If the address references the link-register + use an instruction sequence that avoids early-clobbering IP. + (eliminate_lr2ip): Delete. + +2003-06-12 Richard Henderson + + PR target/11089 + * config/i386/i386.md (sse_movaps): Use an expander to force + one operand to be a register. + (sse_movups): Likewise. + +2003-06-12 Richard Henderson + + PR middle-end/10557 + * rtlanal.c (subreg_offset_representable_p): Relax subreg check. + +2003-06-13 Eric Botcazou + Christian Ehrhardt + + PR target/10142 + * config/sparc/sparc.c (function_arg_record_value_parms): Add + new 'stack' field. + (function_arg_record_value_1): Set 'stack' to 1 if we run out of + integer slots for an integer field. + (function_arg_record_value_3): Shift vector index. + (function_arg_record_value_2): Likewise. + (function_arg_record_value): Initialize 'stack' to 0. + Set 'stack' to 1 if we run out of integer slots for an integer field. + Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1. + +2003-06-13 Eric Botcazou + + PR optimization/10955 + * unroll.c (unroll_loop): Fix off-by-one bug. + +2003-06-12 Richard Henderson + + PR middle-end/10475 + * expmed.c (emit_store_flag): Use simplify_gen_subreg directly + for extracting sub-words. + +2003-06-12 Richard Henderson + + PR target/7594 + * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG. + (zero_extendqihi2, zero_extendqisi2): Likewise. + +2003-06-12 Richard Henderson + + PR inline-asm/4823 + * reg-stack.c (any_malformed_asm): New. + (check_asm_stack_operands): Set it. + (convert_regs_1): Check it before aborting. + +2003-06-12 Jakub Jelinek + + * c-decl.c (c_expand_body): Save input_filename and lineno, + set it before tree inlining and restore before return. + +2003-06-12 Ulrich Weigand + + * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR + to initialize GOT register. + +2003-06-12 Jakub Jelinek + + * c-opts.c (complain_wrong_lang): Add on argument. + Print no- switch if on is false. + (c_common_decode_option): Adjust caller. + +2003-06-11 Richard Henderson + + * stmt.c (expand_asm_operands): Don't warn for memories with + queued addresses. + +2003-06-11 Andrew Pinski + + PR target/8787 + * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax' + if -masm=intel. + +2003-06-10 Andrew Haley + + * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New. + (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL. + (lhd_decl_ok_for_sibcall): New. + * langhooks.c (lhd_decl_ok_for_sibcall): New. + * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field. + * calls.c (expand_call): Check lang_hook before generating a + sibcall. + 2003-06-09 Richard Henderson 2003-05-11 Ulrich Weigand --- /Users/regress/tbox/changelog_pass/gcc/gcc/cp/ChangeLog Mon Jun 9 12:01:40 2003 +++ gcc/gcc/cp/ChangeLog Wed Jun 25 20:23:19 2003 @@ -1,3 +1,158 @@ +2003-06-25 Mark Mitchell + + PR c++/10990 + * search.c (lookup_base_r): Rely on accessible_p, rather than + trying to emulate that logic here. + + PR c++/10931 + * call.c (convert_like): Pass issue_conversion_warnings. + (convert_like_with_context): Likewise. + (convert_like_real): Add issue_conversion_warnings parameter. + (perform_direct_initialization_if_possible): New function. + * cp-tree.h (perform_direct_initialization_if_possible): Declare it. + * typeck.c (check_for_casting_away_constness): New function. + (build_static_cast): Rewrite. + +2003-06-23 Mark Mitchell + + PR c++/5754 + * parse.y (structsp): Improve error handling of invalid nested + template classes. + +2003-06-23 Jakub Jelinek + + * mangle.c: Include ggc.h, gt-cp-mangle.h. + (mangle_conv_op_name_for_type): Use htab_create_ggc instead of + htab_create. + * config-lang.in (gtfiles): Add cp/mangle.c. + * Make-lang.in (gt-cp-mangle.h): Depend on s-gtype. + (cp/mangle.o): Depend on gt-cp-mangle.h. + +2003-06-23 Jakub Jelinek + + * mangle.c (hash_type): val is the TREE_LIST itself, not a pointer + to it. + +2003-06-21 Gabriel Dos Reis + + PR c++/10784 + * call.c (joust): Warn about choosing conversion sequence only if + -Wconversion. + +2003-06-21 Gabriel Dos Reis + + PR c++/10864 + * call.c (op_error): Tidy. + * error.c (dump_expr): Properly format 'T()' when T is an + aggregate type. + +2003-06-21 Gabriel Dos Reis + + PR c++/10915 + * decl.c (grok_op_properties): Warn possible confusing conversion + only if -Wconversion. + +2003-06-20 Mark Mitchell + + PR c++/10845 + * pt.c (try_class_unification): Correct handling of member class + templates. + +2003-06-19 Mark Mitchell + + PR c++/10939 + * Make-lang.in (decl.o): Depend on input.h. + * decl.c (input.h): Include it. + (cp_finish_decl): Revert previous change: + 2003-06-19 Mark Mitchell + * decl.c (cp_finish_decl): Remove support for RESULT_DECLs. + Don't check building_stmt_tree. + * pt.c (tsubst_decl): Do not try to substitute into non-dependent + functions. + + PR c++/9649 + * cp-tree.h (pushdecl_class_level): Change prototype. + (push_class_level_binding): Likewise. + * decl.c (add_binding): Reject duplicate static data members. + (pushdecl_class_level): Return a value indicating whether or not + the binding was valid. + (push_class_level_binding): Likewise. + * semantics.c (finish_member_declaration): Don't keep invalid + declarations. + +2003-06-19 Mark Mitchell + + PR c++/11041 + * call.c (initialize_reference): Do not use cp_finish_decl to emit + temporary variables. + * cp-tree.h (static_aggregates): Declare. + (pushdecl_top_level_and_finish): Likewise. + * decl.c (pushdecl_top_level_1): New function. + (pushdecl_top_level): Use it. + (pushdecl_top_level_and_finish): New function. + (initialize_local_var): Remove redundant code. + (cp_finish_decl): Remove support for RESULT_DECLs. Don't check + building_stmt_tree. + * decl.h (static_aggregates): Remove. + * decl2.c (get_guard): Use pushdecl_top_level_and_finish. + * rtti.c (get_tinfo_decl): Use pushdecl_top_level_and_finish. + (tinfo_base_init): Likewise. + +2003-06-19 Matt Austern + + PR c++/11228 + * init.c (build_zero_init): Assert that number of array elements + is an integer constant. + (build_default_init) Don't use build_zero_init for arrays with + variable number of elements. + +2003-06-17 Mark Mitchell + + * mangle.c (mangle_conv_op_name_for_type): Correct sprintf format + string again. + +2003-06-17 Mark Mitchell + + * mangle.c (mangle_conv_op_name_for_type): Correct sprintf format + string. + +2003-06-17 Jason Merrill + + PR c++/10929 + * decl.c (grokfndecl): Don't mark a function inline for + -finline-functions if it isn't defined. + +2003-06-17 Mark Mitchell + + PR c++/10712 + * class.c (handle_using_decl): Robustify. + + PR c++/11105 + * cp-tree.h (DECL_CONV_FN_TYPE): New method. + * decl.c (lookup_name_real): Backport conversion operator code + from mainline. + * mangle.c (struct globals): Remove internal_mangling_p. + (write_unqualified_name): Use DECL_CONV_FN_TYPE. + (write_template_parm): Don't write out the level number. + (conv_type_names): New variable. + (hash_type): New function. + (compare_type): Likewise. + (mangle_conv_op_name_for_type): Don't try to mangle conversion + operator names. + * search.c (lookup_conversion_operator): New function. + (lookup_fnfields_1): Use it. + +2003-06-12 Mark Mitchell + + PR c++/10635 + * typeck.c (build_c_cast): Check that the destination type is + complete. + +2003-06-10 Jason Merrill + + PR c++/10968 + * pt.c (mark_decl_instantiated): Clear DECL_COMDAT. + 2003-06-09 Zack Weinberg PR 8861 --- /Users/regress/tbox/changelog_pass/gcc/gcc/f/ChangeLog Sun May 18 05:16:43 2003 +++ gcc/gcc/f/ChangeLog Fri Jun 13 17:52:07 2003 @@ -1,3 +1,9 @@ +2003-06-13 Richard Henderson + + PR debug/9864 + * com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL + symbols in the global binding level. + 2003-05-18 Toon Moene PR fortran/10726 --- /Users/regress/tbox/changelog_pass/gcc/gcc/java/ChangeLog Tue May 13 21:53:58 2003 +++ gcc/gcc/java/ChangeLog Tue Jun 10 14:29:37 2003 @@ -1,3 +1,8 @@ +2003-06-10 Andrew Haley + + * lang.c (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New. + (java_decl_ok_for_sibcall): New. + 2003-05-13 Release Manager * GCC 3.3 Released. --- /Users/regress/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog Tue Jun 10 09:31:53 2003 +++ gcc/gcc/testsuite/ChangeLog Wed Jun 25 20:23:24 2003 @@ -1,3 +1,103 @@ +2003-06-25 Mark Mitchell + + PR c++/10990 + * g++.dg/rtti/dyncast1.C: New test. + * g++.dg/abi/mangle4.C: Correct base-specifier access. + * g++.dg/lookup/scoped1.C: Remove XFAIL. + * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access. + + PR c++/10931 + * g++.dg/expr/static_cast1.C: New test. + +2003-06-25 Richard Sandiford + + * gcc.c-torture/compile/20030625-1.c: New test. + +2003-06-25 Josef Zlomek + + * gcc.dg/20030625-1.c: New test. + +2003-06-24 Mark Mitchell + + PR c++/5754 + * g++.dg/parse/crash6.C: New test. + +2003-06-23 Jakub Jelinek + + * g++.dg/opt/operator1.C: New test. + +2003-06-21 Gabriel Dos Reis + + * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion option. + * g++.old-deja/g++.other/conv7.C: Likewise + * g++.old-deja/g++.other/overcnv2.C: Likewise. + * g++.old-deja/g++.other/overload14.C: Likewise. + +2003-06-21 Gabriel Dos Reis + + * g++.old-deja/g++.jason/conversion5.C: Adjust option. + * g++.old-deja/g++.bugs/900215_01.C: Likewise. + +2003-06-20 Mark Mitchell + + PR c++/10888 + * g++.dg/warn/Winline-2.C: New test. + + PR c++/10845 + * g++.dg/template/member3.C: New test. + +2003-06-19 Mark Mitchell + + PR c++/10939 + * g++.dg/template/func1.C: New test. + + PR c++/9649 + * g++.dg/template/static4.C: New test. + * g++.old-deja/g++.other/anon7.C: Remove spurious error messages. + +2003-06-19 Mark Mitchell + + PR c++/11041 + * g++.dg/init/ref7.C: New test. + +2003-06-19 Matt Austern + + PR c++/11228 + * g++.dg/anew1.C: New test. + * g++.dg/anew2.C: New test. + * g++.dg/anew3.C: New test. + * g++.dg/anew4.C: New test. + +2003-06-19 Loren James Rittle + + * gcc.dg/cpp/redef3.c: New file. + +2003-06-17 Mark Mitchell + + PR c++/10712 + * g++.dg/lookup/using3.C: New test. + + PR c++/11105 + * g++.dg/abi/conv1.C: Remove it. + * g++.dg/template/conv7.C: New test. + * g++.dg/template/conv8.C: Likewise. + * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a + conversion operator. + +2003-06-13 Eric Botcazou + + * gcc.c-torture/execute/20030611-1.c: New test. + +2003-06-12 Mark Mitchell + + PR c++/10635 + * g++.dg/expr/cast1.C: New test. + +2003-06-10 Jakub Jelinek + + * gcc.dg/noreturn-1.c: Move noreturn warning line. + * gcc.dg/return-type-1.c: Move control reaches end warning line. + 2003-06-10 Richard Henderson * gcc.dg/asm-7.c: Adjust expected warning text. --- /Users/regress/tbox/changelog_pass/gcc/libiberty/ChangeLog Mon Jun 9 04:20:57 2003 +++ gcc/libiberty/ChangeLog Thu Jun 19 13:57:39 2003 @@ -1,3 +1,12 @@ +2003-06-19 Dara Hazeghi + + * configure.in: Add check for malloc.h needed by + m68k for function free(). + * configure: Regenerated. + * config.in: Add HAVE_MALLOC_H. + * hashtab.c: include malloc.h were available for + free(). + 2003-06-09 Albert Chin-A-Young PR bootstrap/10974 --- /Users/regress/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog Sat Jun 7 17:07:13 2003 +++ gcc/libstdc++-v3/ChangeLog Wed Jun 25 15:36:33 2003 @@ -1,3 +1,127 @@ +2003-06-25 Phil Edwards + + Bulk documentation merge (copy) from trunk. + * docs/doxygen/filter, docs/doxygen/filter.sed, + docs/doxygen/mainpage.html, docs/doxygen/run_doxygen, + docs/doxygen/user.cfg.in, docs/html/configopts.html, + docs/html/documentation.html, docs/html/explanations.html, + docs/html/install.html, docs/html/test.html, docs/html/17_intro/BUGS, + docs/html/17_intro/CHECKLIST, docs/html/17_intro/contribute.html, + docs/html/20_util/howto.html, docs/html/ext/howto.html, + docs/html/ext/sgiexts.html, docs/html/faq/index.html, + docs/html/faq/index.txt: Merge from trunk. + +2003-06-23 Loren J. Rittle + + * configure.target (freebsd*): Set abi_baseline_pair. + * config/abi/i386-freebsd4/baseline_symbols.txt: Update from 3.2 + (at or near first release) to 3.3. + * config/abi/i386-freebsd5/baseline_symbols.txt: New file. + * config/abi/alpha-freebsd5/baseline_symbols.txt: New file. + * config/abi/sparc-freebsd5/baseline_symbols.txt: New file. + +2003-06-21 Eric Botcazou + + PR bootstrap/11272 + Backport from mainline: + + 2003-03-09 Paolo Carlini + + * config/io/basic_file_stdio.cc: include . + +2003-06-20 Matthias Klose + + * configure.target: Set try_cpu to target_cpu for existing + baseline files. + +2003-06-19 Andreas Jaeger + + * configure.in: Pass MULTISUBDIR to testsuite/Makefile. + * configure: Regenerated. + +2003-06-19 Andreas Jaeger + + Backport from mainline: + 2003-06-18 Andreas Jaeger + + * testsuite/Makefile.am (new-abi-baseline): Create baseline + directory. + (baseline_file): Use baseline_dir. + (baseline_dir): New. + (mkinstalldirs): New. + + * acinclude.m4: Rename baseline_file to baseline_dir, strip + filename from baseline_dir. + + * testsuite/Makefile.in: Regenerated. + * Makefile.in: Regenerated. + * aclocal.m4: Regenerated. + * configure: Regenerated. + + 2003-06-17 Benjamin Kosnik + + * config/abi/i486-linux-gnu/baseline_symbols.txt: Update to 3.3.0. + + 2003-06-16 Benjamin Kosnik + + * Makefile.am (check-abi): Move... + (new-abi-baseline): Move... + * testsuite/Makefile.am: ...here. + (new-abi-baseline): Conditionalize. + (check-abi): Conditionalize. + (check-abi-verbose): New. + * Makefile.in: Regenerate. + * testsuite/Makefile.in: Regenerate. + * configure.in: Consolidate testsuite configure bits. + * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Same. + * configure: Regenerate. + * aclocal.m4: Regenerate. + * testsuite/abi_check.cc: Add --check-verbose. + Only output detailed information if --check-verbose. + + + 2003-06-16 Andreas Jaeger + + * testsuite/abi_check.cc: Create summary report. + + 2003-06-16 Andreas Jaeger + + * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Make + check-abi multilib aware. + * aclocal.m4: Regenerate. + * configure: Regenerate. + + 2003-06-16 Benjamin Kosnik + Andreas Jaeger + + * configure.target: Set x86_64 abi_baseline pair correctly. + + + 2003-06-13 Benjamin Kosnik + + * config/abi/i686-pc-linux-gnu: To.. + * config/abi/i486-linux-gnu: ...this. + * config/abi/alphaev67-unknown-linux-gnu: To.. + * config/abi/alpha-linux-gnu: ...this. + * config/abi/ia64-unknown-linux-gnu: To... + * config/abi/ia64-linux-gnu: ...this. + * config/abi/x86_64-unknown-linux-gnu: To... + * config/abi/x86_64-linux-gnu: ...this. + * config/abi/i386-unknown-freebsd4: To... + * config/abi/i386-freebsd4: ...this. + * configure.target: abi_baseline_triplet to abi_baseline_pair. + Simplify cpu bits so that abi_baseline_pair can use the same + cpu configuration. + * acinclude.m4: Same. + * aclocal.m4: Regenerate. + * configure.in: Can't get enable_abi_check to yes unless native. + * configure: Regenerate. + +2003-06-11 Benjamin Kosnik + + * configure.in (libtool_VERSION): To 5:5:0. + * configure: Regenerated. + 2003-06-07 Paolo Carlini PR libstdc++/11095 --- /Users/regress/tbox/changelog_pass/gcc/libjava/ChangeLog Sat Jun 7 17:06:59 2003 +++ gcc/libjava/ChangeLog Tue Jun 17 14:10:23 2003 @@ -1,3 +1,14 @@ +2003-06-17 Franz Sirl + + * include/powerpc-signal.h: New File. + * configure.in: Use it. + * configure: Regenerated. + +2003-06-10 Andrew Haley + + * include/x86_64-signal.h (MAKE_THROW_FRAME): Mark sigcontext on + stack volatile to prevent optimization from removing it. + 2003-06-06 Mark Wielaard * java/security/Security.java (secprops): Initialize.