1. 25 Jan, 2006 13 commits
    • rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document. · c185c797
      	* doc/rtl.texi (SYMBOL_REF_CONSTANT, SYMBOL_REF_DATA): Document.
      	* gengtype.c (adjust_field_rtx_def): Garbage-collect field 2 of
      	a SYMBOL_REF as either a tree or a constant_descriptor_rtx,
      	depending on the value of CONSTANT_POOL_ADDRESS_P.
      	* optabs.c (init_one_libfunc): Nullify SYMBOL_REF_DATA rather than
      	SYMBOL_REF_DECL.
      	* varasm.c (make_decl_rtl, build_constant_desc): Set SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	(rtx_constant_pool): Remove const_rtx_sym_htab.
      	(const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): Delete.
      	(init_varasm_status): Don't initialize const_rtx_sym_htab.
      	(force_const_mem): Point SYMBOL_REF_DATA to the constant pool entry.
      	Remove handling of const_rtx_sym_htab.
      	(find_pool_constant): Delete.
      	(get_pool_constant, get_pool_constant_mark): Use SYMBOL_REF_CONSTANT
      	rather than find_pool_constant.
      	(get_pool_constant_for_function): Delete.
      	(get_pool_mode, mark_constant): Use SYMBOL_REF_CONSTANT rather than
      	find_pool_constant. 
      	* rtl.h (rtunion_def): Add rt_constant and rt_ptr fields.
      	(X0CONSTANT, X0PTR, SYMBOL_REF_DATA): New macros.
      	(SYMBOL_REF_DECL): Return NULL if CONSTANT_POOL_ADDRESS_P.
      	(SYMBOL_REF_CONSTANT): New macro.
      	(get_pool_constant_for_function): Delete.
      	* config/i386/winnt.c (i386_pe_mark_dllexport): Set SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	(i386_pe_mark_dllimport): Likewise.
      	* config/rs6000/rs6000.c (rs6000_emit_move): Copy SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	* config/darwin.c (machopic_indirect_data_reference): Likewise.
      	(machopic_indirect_call_target): Likewise.
      
      From-SVN: r110210
      Richard Sandiford committed
    • rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document. · 14c1a9d7
      	* doc/rtl.texi (SYMBOL_REF_CONSTANT, SYMBOL_REF_DATA): Document.
      	* gengtype.c (adjust_field_rtx_def): Garbage-collect field 2 of
      	a SYMBOL_REF as either a tree or a constant_descriptor_rtx,
      	depending on the value of CONSTANT_POOL_ADDRESS_P.
      	* optabs.c (init_one_libfunc): Nullify SYMBOL_REF_DATA rather than
      	SYMBOL_REF_DECL.
      	* varasm.c (make_decl_rtl, build_constant_desc): Set SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	(rtx_constant_pool): Remove const_rtx_sym_htab.
      	(const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): Delete.
      	(init_varasm_status): Don't initialize const_rtx_sym_htab.
      	(force_const_mem): Point SYMBOL_REF_DATA to the constant pool entry.
      	Remove handling of const_rtx_sym_htab.
      	(find_pool_constant): Delete.
      	(get_pool_constant, get_pool_constant_mark): Use SYMBOL_REF_CONSTANT
      	rather than find_pool_constant.
      	(get_pool_constant_for_function): Delete.
      	(get_pool_mode, mark_constant): Use SYMBOL_REF_CONSTANT rather than
      	find_pool_constant. 
      	* rtl.h (rtunion_def): Add rt_constant and rt_ptr fields.
      	(X0CONSTANT, X0PTR, SYMBOL_REF_DATA): New macros.
      	(SYMBOL_REF_DECL): Return NULL if CONSTANT_POOL_ADDRESS_P.
      	(SYMBOL_REF_CONSTANT): New macro.
      	(get_pool_constant_for_function): Delete.
      	* config/i386/winnt.c (i386_pe_mark_dllexport): Set SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	(i386_pe_mark_dllimport): Likewise.
      	* config/rs6000/rs6000.c (rs6000_emit_move): Copy SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	* config/darwin.c (machopic_indirect_data_reference): Likewise.
      	(machopic_indirect_call_target): Likewise.
      
      From-SVN: r110209
      Richard Sandiford committed
    • cp-tree.h (get_primary_binfo): Remove prototype. · b5791fdc
      	* cp-tree.h (get_primary_binfo): Remove prototype.
      	(push_using_decl): Likewise.
      	(current_template_args): Likewise.
      	(more_specialized_class): Likewise.
      	(mark_class_instantiated): Likewise.
      	(default_conversion): Likewise.
      	(pfn_from_ptrmemfunc): Likewise.
      	* class.c (get_primary_binfo): Add prototype, make static, simplify.
      	* name-lookup.c (push_using_decl): Make static.
      	* pt.c (current_template_args): Likewise.
      	(more_specialized_class): Likewise.
      	(mark_class_instantiated): Likewise.
      	* typeck.c (default_conversion): Make static.
      	(pfn_from_ptrmemfunc): Add prototype, make static.
      
      From-SVN: r110208
      Volker Reichelt committed
    • flow.c (delete_noop_moves): Add missing EOL to dump message. · 916b9d4b
      	* flow.c (delete_noop_moves): Add missing EOL to dump message.
      
      From-SVN: r110207
      Eric Botcazou committed
    • Remove svn:executable property. · cc8d9561
      From-SVN: r110205
      Bryce McKinlay committed
    • Import Boehm GC version 6.6. · 54f28c21
      From-SVN: r110204
      Bryce McKinlay committed
    • predicates.md (sh_register_operand): Accept CONST_DOUBLE. · ac42ec79
      	* config/sh/predicates.md (sh_register_operand): Accept CONST_DOUBLE.
      
      	* gcc.dg/tree-ssa/gen-vect-33.c: New.
      
      From-SVN: r110203
      Kaz Kojima committed
    • re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequential READ) · 6e69121f
      2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/25835
      	* Fix ChangeLog
      	* gfortran.dg/read_eof.f90: Delete from rename.
      
      From-SVN: r110202
      Jerry DeLisle committed
    • re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequential READ) · f19c10ce
      2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/25835
      	* gfortran.dg/read_eof_1.f90: Rename from read_eof_1.f90.
      	* gfortran.dg/read_eof_2.f90: New test.
      	* gfortran.dg/read_eof_3.f90: New test.
      
      From-SVN: r110201
      Jerry DeLisle committed
    • re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequential READ) · ecc9e67e
      2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/25835
      	* io/transfer.c (st_read_done): Flush buffers when read is done.
      
      From-SVN: r110200
      Jerry DeLisle committed
    • re PR libgcj/25816 (Configure detects TLS, but glibc does not support it.) · 8dea1cca
      	PR java/25816
      	* configure.ac (enable_tls): New enable option.
      	(HAVE_AS_TLS): Don't do assembler check if enable_tls set.
      	* configure: Regenerate.
      	* doc/install.texi (--enable-tls): Document new option.
      	(--disable-tls): Ditto.
      
      From-SVN: r110199
      David Daney committed
    • Daily bump. · 4c8d4cf0
      From-SVN: r110197
      GCC Administrator committed
  2. 24 Jan, 2006 24 commits
  3. 23 Jan, 2006 3 commits