1. 17 Jan, 2001 17 commits
  2. 16 Jan, 2001 21 commits
  3. 15 Jan, 2001 2 commits
    • re PR fortran/1636 (Format strings with identical numbers cause assembler error) · c5a9e845
      2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	* g77.f-torture/execute/20010116.[fx]: New test,
      	XFAIL on i?86-*-*.
      	* g77.f-torture/compile/20010115.f: Indicate it's
      	a test for PR fortran/1636.
      
      From-SVN: r39056
      Toon Moene committed
    • i386.c (asm_output_function_prefix): Remove. · 4cf12e7e
              * config/i386/i386.c (asm_output_function_prefix): Remove.
              (ix86_asm_file_end): New.
              (load_pic_register): Generate pic_label_name into a
              staticly allocated buffer.
              * config/i386/i386-protos.h: Update.
              * config/i386/i386.h (ASM_OUTPUT_FUNCTION_PREFIX): Remove.
              (ASM_FILE_END): New.
              * config/i386/i386afe.h: New file.
              * config.gcc (i?86-*-elf) [tm_file]: Use it.
              (i?86-*-{freebsd,linux*,moss*}): Likewise.
              * config/elfos.h (ASM_FILE_END): Undef before redefinition.
              * config/i386/cygwin.h (ASM_FILE_END): Likewise.
              * config/i386/osfrose.h (ASM_FILE_END): Invoke ix86_asm_file_end.
              * config/i386/sco5.h (ASM_FILE_END): Likewise.
              * config/i386/winnt.c (i386_pe_asm_file_end): Likewise.
      
      From-SVN: r39055
      Richard Henderson committed