1. 27 Mar, 2003 8 commits
  2. 26 Mar, 2003 13 commits
  3. 25 Mar, 2003 16 commits
  4. 24 Mar, 2003 3 commits
    • t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and _return_far · dbcedbc4
      	* config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
      	_return_far
      	(MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
      	(MULTILIB_EXCEPTIONS): Likewise.
      	* config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
      	by calling some board support routine.
      	("call_value"): Likewise.
      	("*return_void"): Likewise for return.
      	("*return_16bit"): Likewise.
      	("*return_32bit"): Likewise.
      	* config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
      	for 68HC11 too.
      	(DWARF2_ADDR_SIZE): Use 4 so that addresses can
      	* config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
      	-mlong-calls for 68HC11.
      	* config/m68hc11/larith.asm (declare_near): New macro.
      	(__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
      	(___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
      	(___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
      	(___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
      	(__mulhi32): Likewise.
      	(ret): Update macro for 68HC11.
      	(__far_trampoline): Implement for 68HC11.
      	(__call_a16, __call_a32, __return_void, __return_16): New support
      	routines for 68HC11 memory bank switching calling support.
      	(__return_32): Likewise.
      
      From-SVN: r64825
      Stephane Carrez committed
    • 1.cc: Remove find_first_of, find_last_of and find_last_not_of tests. · eea5120f
      2003-03-24  Paolo Carlini  <pcarlini@unitus.it>
      
      	* testsuite/21_strings/basic_string/find/char/1.cc: Remove
      	find_first_of, find_last_of and find_last_not_of tests.
      	* testsuite/21_strings/basic_string/find/char/2.cc: find_first_of
      	tests here, new file.
      	* testsuite/21_strings/basic_string/find/wchar_t/1.cc: Likewise, remove
      	wchar_t find_first_of, find_last_of and find_last_not_of tests.
      	* testsuite/21_strings/basic_string/find/wchar_t/2.cc: Likewise,
      	wchar_t find_first_of tests here, new file.
      	* testsuite/21_strings/basic_string/rfind/char/2.cc: find_last_of tests
      	here.
      	* testsuite/21_strings/basic_string/rfind/char/3.cc: find_last_not_of
      	tests here.
      	* testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: likewise,
      	wchar_t find_last_of tests here.
      	* testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: likewise,
      	wchar_t find_last_not_of tests here.
      
      From-SVN: r64824
      Paolo Carlini committed
    • * gcc.dg/ultrasp5.c: Fix comment. · 9fdbe7df
      From-SVN: r64822
      Eric Botcazou committed