1. 07 Jan, 2003 2 commits
  2. 06 Jan, 2003 19 commits
  3. 05 Jan, 2003 12 commits
  4. 04 Jan, 2003 7 commits
    • re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning:… · 7c288b73
      re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning: unknown register name line-length-none)
      
      2003-01-04  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	PR Fortran/9038
      	* lang-specs.h: Remove -f options before preprocessing.
      	* news.texi: Document fixing of PR Fortran/9038.
      
      From-SVN: r60895
      Toon Moene committed
    • config.gcc (hppa*64*-*-hpux11*): Define extra_parts. · 35d434ed
      	* config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
      	collect2.
      	* pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
      	(HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
      	* pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
      	GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
      	GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
      	(CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
      	elfos.h.
      	(EH_FRAME_IN_DATA_SECTION): Delete define.
      	(HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
      	(STARTFILE_SPEC): Use crtbegin.o.
      	(ENDFILE_SPEC): Use crtend.o.
      	(INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
      	SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
      	PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
      	DTOR_LIST_BEGIN): Define.
      	* pa.c (TARGET_ASM_CONSTRUCTOR): Define.
      	(pa_asm_out_constructor, pa_asm_out_destructor): New functions.
      	* som.h (SUPPORTS_INIT_PRIORITY): Delete define.
      
      From-SVN: r60892
      John David Anglin committed
    • configure.in (LD): Improve test for gcc. · 70571545
      	* configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
      	by gcc if LD is not defined and we are not doing a Canadian Cross.
      	* configure: Rebuilt.
      
      From-SVN: r60891
      John David Anglin committed
    • method.c (use_thunk): Disable access control while building the body of the thunk. · 1bb2cc34
      	* method.c (use_thunk): Disable access control while building the
      	body of the thunk.
      
      From-SVN: r60889
      Mark Mitchell committed
    • remove obsolete fixes · b0588013
      From-SVN: r60883
      Bruce Korb committed
    • h8300-protos.h: Add prototypes for the new functions defined below. · 68ee6df6
      	* config/h8300/h8300-protos.h: Add prototypes for
      	the new functions defined below.
      	* config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
      	define.
      	(dosize): Emit RTL instead of assembly code.
      	(push): Likewise.
      	(pop): Likewise.
      	(h8300_output_function_prologue): Remove.
      	(h8300_expand_prologue): New.
      	(h8300_expand_epilogue): New.
      	(h8300_output_function_epilogue): Do only the reset of
      	pragma_saveall.
      	* config/h8300/h8300.md (push_h8300): New.
      	(push_h8300hs): Likewise.
      	(pop_h8300): Likewise.
      	(pop_h8300hs): Likewise.
      	(*stm_h8300s_2): Change the name to stm_h8300s_2.
      	(*stm_h8300s_3): Change the name to stm_h8300s_3.
      	(*stm_h8300s_4): Change the name to stm_h8300s_4.
      	(*ldm_h8300s_2): New.
      	(*ldm_h8300s_3): Likewise.
      	(*ldm_h8300s_4): Likewise.
      	(return): Likewise.
      	(*return_1): Likewise.
      	(prologue): Likewise.
      	(epilogue): Likewise.
      	(monitor_prologue): Likewise.
      
      From-SVN: r60882
      Kazu Hirata committed