1. 07 Jan, 2003 5 commits
  2. 06 Jan, 2003 19 commits
  3. 05 Jan, 2003 12 commits
  4. 04 Jan, 2003 4 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