1. 26 Oct, 1999 23 commits
  2. 25 Oct, 1999 12 commits
  3. 24 Oct, 1999 5 commits
    • unroll.c (copy_loop_body): Examine SET_DEST of single_set not of pattern. · 65c8a03d
              * unroll.c (copy_loop_body): Examine SET_DEST of single_set
              not of pattern.
      
      From-SVN: r30149
      Richard Henderson committed
    • Revert unintended change to copy_loop_body. · 0bae0184
      From-SVN: r30148
      Richard Henderson committed
    • alias.c: Include ggc.h. · ac606739
              * alias.c: Include ggc.h.
              (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
              (record_set): Verify enough room in reg_base_value.
              (init_alias_analysis): Allocate reg_base_value with xcalloc.
              Register it as a GC root.
              (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
              * Makefile.in (alias.o): Depend on ggc.h.
      
              * unroll.c (unroll_loop): Verify the insn before a barrier
              is a JUMP_INSN before checking JUMP_LABEL.
      
      Co-Authored-By: Richard Henderson <rth@cygnus.com>
      
      From-SVN: r30147
      Graham Stott committed
    • bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*. · 9d73cc12
              * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
              * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
              * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
              * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
              * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
              * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
      
      From-SVN: r30146
      Kaveh R. Ghazi committed
    • output.h (ctors_section, [...]): Prototype. · 7751947b
      	* output.h (ctors_section, dtors_section, bss_section): Prototype.
      
      	* alpha/alpha-interix.h (text_section): Delete prototype.
      	* alpha/elf.h (text_section): Likewise.
      	* arm/linux-elf.h (text_section): Likewise.
      	* arm/linux-telf.h (text_section): Likewise.
      	* c4x/c4x.h (text_section): Likewise.
      	* dsp16xx/dsp16xx.h (bss_section): Likewise.
      	* elfos.h (text_section): Likewise.
      	* i386/aix386ng.h (text_section): Likewise.
      	* i386/i386-interix.h (text_section): Likewise.
      	* i386/sco5.h (text_section): Likewise.
      	* i386/svr3gas.h (text_section): Likewise.
      	* nextstep.h (text_section): Likewise.
      	* psos.h (text_section): Likewise.
      	* ptx4.h (text_section): Likewise.
      	* svr3.h (text_section): Likewise.
      	* svr4.h (text_section, ctors_section, dtors_section): Likewise.
      
      From-SVN: r30145
      Kaveh R. Ghazi committed