- 28 Nov, 2002 8 commits
-
-
* config.gcc (x86_64-*-linux*) [tmake_file]: Remove i386/t-crtstuff. * config/t-linux (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS). * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Define. From-SVN: r59607
Jakub Jelinek committed -
* config/h8300/h8300.c (h8300_and_costs): New. * config/h8300/h8300.h (RTX_COSTS): Use h8300_and_costs. * config/h8300/h8300-protos.h: Add a prototype for h8300_and_costs. From-SVN: r59606
Kazu Hirata committed -
c_locale.cc (locale::_S_categories): Reorder the categories to match that of glibc's setlocale(LC_ALL, "")) 2002-11-28 Paolo Carlini <pcarlini@unitus.it> * config/locale/gnu/c_locale.cc (locale::_S_categories): Reorder the categories to match that of glibc's setlocale(LC_ALL, "")) * config/locale/generic/c_locale.cc (locale::_S_categories): Ditto. * testsuite/22_locale/ctor_copy_dtor.cc (test04): Tweak. From-SVN: r59604
Paolo Carlini committed -
From-SVN: r59603
GCC Administrator committed -
rs6000.c (altivec_init_builtins): Make the pointer argument in the prototypes of the following builtins be (const... * config/rs6000/rs6000.c (altivec_init_builtins): Make the pointer argument in the prototypes of the following builtins be (const TYPE *) rather than (TYPE *): + __builtin_altivec_ld_internal_4sf + __builtin_altivec_ld_internal_4si + __builtin_altivec_ld_internal_8hi + __builtin_altivec_ld_internal_16qi + __builtin_altivec_lvsl + __builtin_altivec_lvsr + __builtin_altivec_lvebx + __builtin_altivec_lvehx + __builtin_altivec_lvewx + __builtin_altivec_lvxl + __builtin_altivec_lvx + __builtin_altivec_dst + __builtin_altivec_dstt + __builtin_altivec_dstst + __builtin_altivec_dststt From-SVN: r59596
Zack Weinberg committed -
From-SVN: r59594
Kaveh R. Ghazi committed -
* except.c (default_exception_section): Move variable into the scope where it is used. From-SVN: r59593
Kaveh R. Ghazi committed -
2002-11-27 Krister Walfridsson <cato@df.lth.se> * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Test for correct version. From-SVN: r59592
Krister Walfridsson committed
-
- 27 Nov, 2002 22 commits
-
-
From-SVN: r59591
Kazu Hirata committed -
2002-11-27 Julian Dolby <dolby@us.ibm.com> * java/util/Locale.java (toString): Improve efficiency if country and variant are both empty. From-SVN: r59590
Julian Dolby committed -
* config/h8300/h8300.c (h8300_shift_costs): New. * config/h8300/h8300.h (RTX_COSTS): Use h8300_shift_costs. * config/h8300/h8300-protos.h: Add a prototype for h8300_shift_costs. From-SVN: r59588
Kazu Hirata committed -
From-SVN: r59587
David Edelsohn committed -
2002-11-22 Jim Wilson <wilson@redhat.com> * config/rs6000/spe.md (spu_evsplatfi, spu_evsplati): Swap operands in output template. From-SVN: r59584
Jim Wilson committed -
class.c (build_base_field): Make sure we get the canonical base when descending through primary bases. * class.c (build_base_field): Make sure we get the canonical base when descending through primary bases. From-SVN: r59582
Mark Mitchell committed -
* config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define. * config/i386/winnt.c (i386_pe_dllexport_name_p): Use DLL_IMPORT_EXPORT_PREFIX, not '@'. (i386_pe_dllimport_name_p): Likewise. (i386_pe_mark_dllexport): Likewise. (i386_pe_mark_dllimport): Likewise. (i386_pe_encode_section_info): Likewise. (i386_pe_strip_name_encoding): Likewise. From-SVN: r59580
Casper S. Hornstrup committed -
* mkmap-symver.awk (BEGIN): Set sawsymbol false. (nm && NF == 3): Set sawsymbol true. (END): Exit if no symbols seen. (output): Fix map syntax error if no globals for the version. From-SVN: r59578
Richard Henderson committed -
From-SVN: r59574
Ulrich Weigand committed -
From-SVN: r59573
Richard Sandiford committed -
From-SVN: r59571
Jan Hubicka committed -
2002-11-26 Andrew Haley <aph@redhat.com> * unwind-sjlj.c (_Unwind_FindEnclosingFunction): Rename from_Unwind_Find_Enclosing_Function. * unwind-dw2.c (_Unwind_FindEnclosingFunction): Likewise. * config/ia64/unwind-ia64.c (_Unwind_FindEnclosingFunction): Likewise. * libgcc-std.ver (_Unwind_FindEnclosingFunction): Rename from _Unwind_Find_Enclosing_Function, export @@GCC_3.3. * unwind.h (_Unwind_FindEnclosingFunction): Add. From-SVN: r59568
Andrew Haley committed -
From-SVN: r59567
GCC Administrator committed -
* config/s390/s390.c (390_output_constant_pool): Set alignment before label in 64 bit mode, behind otherwise. From-SVN: r59561
Hartmut Penner committed -
* c-common.c (handle_visibility_attribute): Accept "default". * tree.h (enum symbol_visibility): New. (decl_visibility): Declare. * target.h (gcc_target.visibility): Take visibility arg as integer. * varasm.c (default_assemble_visibility): Likewise. (decl_visibility): New. (maybe_assemble_visibility): Use it. * output.h (default_assemble_visibility): Update prototype. * config/rs6000/rs6000.c (rs6000_assemble_visibility): Take visibility arg as integer. * doc/extend.texi: Document default visibility. From-SVN: r59560
Richard Henderson committed -
* c-common.c (handle_visibility_attribute): Accept "default". * tree.h (enum symbol_visibility): New. (decl_visibility): Declare. * target.h (gcc_target.visibility): Take visibility arg as integer. * varasm.c (default_assemble_visibility): Likewise. (decl_visibility): New. (maybe_assemble_visibility): Use it. * output.h (default_assemble_visibility): Update prototype. * config/rs6000/rs6000.c (rs6000_assemble_visibility): Take visibility arg as integer. From-SVN: r59559
Richard Henderson committed -
* verify.cc (pop_init_ref): New method. (verify_instructions_0) [op_iaload, op_laload, op_faload, op_daload, op_aaload, op_baload, op_caload, op_saload, op_iastore, op_lastore, op_fastore, op_dastore, op_aastore, op_bastore, op_castore, op_sastore, op_areturn, op_arraylength, op_checkcast, op_instanceof, op_monitorenter, op_monitorexit]: Use it. (verify_instructions_0) [op_invokevirtual, op_invokespecial, op_invokestatic, op_invokeinterface]: Use pop_init_ref. Don't let `this' argument be uninitialized. Don't let `null' be passed as `this' to construtor. From-SVN: r59558
Tom Tromey committed -
* config/h8300/h8300.c: Adjust spacing. * config/h8300/h8300.h: Likewise. From-SVN: r59557
Kazu Hirata committed -
* hooks.c (hook_bool_void_false, hook_void_tree_int, hook_void_FILEptr_constcharptr): Rename so that the return type is first. (hook_int_tree_tree_1, hook_void_tree, hook_void_tree_treeptr, hook_bool_tree_false): New. * hooks.h: Update. * langhooks-def.h: Update for renames. * target-def.h: Likewise. * tree.c (default_comp_type_attributes, default_set_default_type_attributes, default_insert_attributes, default_function_attribute_inlinable_p, default_ms_bitfield_layout_p): Remove. * tree.h: Update. From-SVN: r59556
Richard Henderson committed -
* pa-protos.h (function_value): New prototype. * pa.c (function_value): Use a PARALLEL to return small aggregates on TARGET_64BIT. * pa.h (FUNCTION_VALUE): Use function_value. * pa.md (call_value_internal_symref, call_value_internal_reg_64bit, call_value_internal_reg, sibcall_value_internal_symref, sibcall_value_internal_symref_64bit): Remove =rf constraint on return value. From-SVN: r59555
John David Anglin committed -
* expr.c (gen_group_rtx, emit_group_move): New functions. * expr.h (gen_group_rtx, emit_group_move): Prototype. * function.c (expand_function_start): Use gen_group_rtx to create a PARALLEL rtx to hold the return value when the real return rtx is a PARALLEL. (expand_function_end): Use emit_group_move to move the return value from a PARALLEL to the real return registers. * rtl.h (REG_FUNCTION_VALUE_P): Allow function values to be returned in PARALLELs. From-SVN: r59554
John David Anglin committed -
2002-11-26 Geoffrey Keating <geoffk@apple.com> * decl.c (check_initializer): Don't error on initialisation of a scalar with a brace-enclosed expression. Index: testsuite/ChangeLog 2002-11-26 Geoffrey Keating <geoffk@apple.com> * g++.dg/init/brace2.C: New test. * g++.old-deja/g++.mike/p9129.C: Correct. From-SVN: r59553
Geoffrey Keating committed
-
- 26 Nov, 2002 10 commits
-
-
* javax/transaction/HeuristicCommitException.java: Classpath merge. * javax/transaction/HeuristicMixedException.java: Likewise. * javax/transaction/HeuristicRollbackException.java: Likewise. * javax/transaction/InvalidTransactionException.java: Likewise. * javax/transaction/NotSupportedException.java: Likewise. * javax/transaction/RollbackException.java: Likewise. * javax/transaction/Status.java: Likewise. * javax/transaction/Synchronization.java: Likewise. * javax/transaction/SystemException.java: Likewise. * javax/transaction/Transaction.java: Likewise. * javax/transaction/TransactionManager.java: Likewise. * javax/transaction/TransactionRequiredException.java: Likewise. * javax/transaction/TransactionRolledbackException.java: Likewise. * javax/transaction/UserTransaction.java: Likewise. * javax/transaction/xa/XAException.java: Likewise. * javax/transaction/xa/XAResource.java: Likewise. * javax/transaction/xa/Xid.java: Likewise. From-SVN: r59546
Mark Wielaard committed -
From-SVN: r59545
Jason Thorpe committed -
* src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64. From-SVN: r59541
Jim Wilson committed -
2002-11-26 Andreas Tobler <a.tobler@schweiz.ch> * java/net/natPlainDatagramSocketImpl.cc (socklen_t): Don't define. * java/net/natPlainSocketImpl.cc (socklen_t): Don't define. * include/posix.h (socklen_t): Define if not already defined. From-SVN: r59533
Andreas Tobler committed -
* configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back before AC_PROG_CC. * configure: Rebuilt. From-SVN: r59532
Jakub Jelinek committed -
From-SVN: r59529
Mark Mitchell committed -
* cp-tree.h (DECL_LANG_FLAG_4): Document more uses. (template_parms_equal): Remove prototype. * typeck.c (buuld_indirect_ref): Reformat. From-SVN: r59528
Nathan Sidwell committed -
From-SVN: r59527
Nathan Sidwell committed -
From-SVN: r59519
Hartmut Penner committed -
* config/rs6000/rs6000.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): New. * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Use RS6000_CPU_CPP_ENDIAN_BUILTINS. * config/rs6000/netbsd.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): Redefine. From-SVN: r59518
Jason Thorpe committed
-