1. 13 Jun, 2003 3 commits
  2. 12 Jun, 2003 32 commits
  3. 11 Jun, 2003 5 commits
    • sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without brackets. · 04953ac9
      	* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
      	brackets.
      
      From-SVN: r67801
      Kaz Kojima committed
    • decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static… · 35b4a576
      decl2.c (generate_ctor_or_dtor_function): Avoid expanding a global static constructor/destructor if it will be empty, i.e.
      
      
      	* decl2.c (generate_ctor_or_dtor_function): Avoid expanding a
      	global static constructor/destructor if it will be empty, i.e.
      	either doesn't call any ctors/dtors or only calls pure or const
      	ctors/dtors.
      
      From-SVN: r67800
      Roger Sayle committed
    • hooks.c (hook_int_size_t_constcharptr_int_0): New. · 7fb26bb0
      	* hooks.c (hook_int_size_t_constcharptr_int_0): New.
      	* hooks.h (hook_int_size_t_constcharptr_int_0): New.
      	* langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
      	(LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
      	* langhooks.c (lhd_decode_option): Remove.
      	* langhooks.h (struct lang_hooks): Remove decode_option.
      	* opts.c (handle_option): No longer use decode_option.
      java:
      	* Make-lang.in: Handle mostlyclean.
      treelang:
      	* Make-lang.in: Update for option handling.
      	* lang.opt: New.
      	* tree1.c: Include opts.h and t-options.h.
      	(treelang_decode_option): Remove.
      	(treelang_handle_option): New.
      	* treetree.c (LANG_HOOKS_DECODE_OPTION): Remove.
      	(LANG_HOOKS_HANDLE_OPTION): Override.
      	* treetree.h (treelang_decode_option): Remove.
      	(treelang_handle_option): New.
      
      From-SVN: r67799
      Neil Booth committed
    • mangle.c (tm_p.h): Include it. · 24386c5e
      	* mangle.c (tm_p.h): Include it.
      	* Make-lang.in (cp/mangle.o): Depend on $(TM_P_H).
      
      From-SVN: r67798
      Mark Mitchell committed
    • Fix typo · a897bbba
      From-SVN: r67797
      Neil Booth committed