1. 16 Aug, 1998 4 commits
  2. 15 Aug, 1998 8 commits
  3. 14 Aug, 1998 24 commits
  4. 13 Aug, 1998 4 commits
    • Fix SET operand mode mismatch detected by John Carr's patch. · 988ee12c
      	* mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI.
      
      From-SVN: r21704
      Jim Wilson committed
    • tree.h: De-conditionalize init_priority code. · 2ce3c6c6
      	* tree.h: De-conditionalize init_priority code.
      	* mips.h (NM_FLAGS): Change from -Bp to -Bn.
      	* collect2.c (NM_FLAGS): Change from -p to -n.
      	* configure.in: Turn on collect2 for mipstx39-elf.
      	Handle use_collect2=no properly.
      	* c-common.c: De-conditionalize init_priority code.
      	* collect2.c (extract_init_priority, sort_ids): New fns.
      	(main): Call sort_ids.
      	Move sequence_number to file scope.
      	* configure.in: Handle --enable-init-priority.
      	* c-common.c (attrs): Add A_INIT_PRIORITY.
      	(init_attributes, decl_attributes): Likewise.
      	* tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
      	* tree.c (get_file_function_name_long): Split out...
      	(get_file_function_name): ...from here.
      cp/:
      	* lang-options.h: Add -finit-priority.
      	* decl2.c: Likewise.  Check flag_init_priority instead of
      	USE_INIT_PRIORITY.
      	* decl2.c (setup_initp): New fn.
      	(start_objects, finish_objects, do_ctors): Handle init_priority.
      	(do_dtors, finish_file): Likewise.
      
      From-SVN: r21701
      Jason Merrill committed
    • pt.c (tsubst_copy): Hush warning. · db04386f
      	* pt.c (tsubst_copy): Hush warning.
      	* rtti.c (get_tinfo_fn): Also set DECL_IGNORED_P.
      
      From-SVN: r21700
      Jason Merrill committed