Skip to content
Snippets Groups Projects
  1. Aug 25, 1999
    • Jeffrey A Law's avatar
      * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error. · 8f04d345
      Jeffrey A Law authored
      From-SVN: r28837
      8f04d345
    • Mumit Khan's avatar
      mkfixinc.sh: Don't fix uwin headers. · 411c6851
      Mumit Khan authored
              * fixinc/mkfixinc.sh: Don't fix uwin headers.
              * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
              (LINK_SPEC): Add -u _main when building executables.
              (ASM_DECLARE_FUNCTION): Update from Cygwin.
              (ASM_FILE_END): Use the default for ix86-pe.
              * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
      
      From-SVN: r28836
      411c6851
    • Bernd Schmidt's avatar
      gcse.c (find_avail_set): Follow chains of register-register copies. · cafba495
      Bernd Schmidt authored
              * gcse.c (find_avail_set): Follow chains of register-register copies.
              Use oprs_not_set_p to guarantee that the returned value can be
              substituted.
              (cprop_insn): Don't verify the return value of find_avail_set with
              oprs_not_set_p.
      
      From-SVN: r28835
      cafba495
    • Bernd Schmidt's avatar
      gcse.c (cprop_jump): New function, broken out of cprop_insn. · abd535b6
      Bernd Schmidt authored
              * gcse.c (cprop_jump): New function, broken out of cprop_insn.
              (cprop_cc0_jump): New function.
              (cprop_insn): Break out new function cprop_jump and use it.
              Also use cprop_cc0_jump for machines with CC0.
              (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
      
      From-SVN: r28834
      abd535b6
    • Art Haas's avatar
      final.c (output_addr_const): Handle case where ASM_OPEN_PAREN and... · b6c8689d
      Art Haas authored
      final.c (output_addr_const): Handle case where ASM_OPEN_PAREN and ASM_CLOSE_PAREN are empty strings.
      
              * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
              and ASM_CLOSE_PAREN are empty strings.
      
      From-SVN: r28833
      b6c8689d
    • Fred Fish's avatar
      Makefile.in (PREPROCESSOR_DEFINES): New macro. · d059a239
      Fred Fish authored
      
      * Makefile.in (PREPROCESSOR_DEFINES): New macro.
      (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
      (unprotoize.o): Ditto.
      (test-protoize-simple): Don't define STD_PROTO_DIR.
      * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
      changes to make 'test-protoize-simple' pass.
      (STD_PROTO_DIR): Remove define.
      (STANDARD_EXEC_PREFIX): Supply default define.
      (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
      (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
      (target_version): New variable, init to DEFAULT_TARGET_VERSION.
      (GET_ENV_PATH_LIST): New macro.
      (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
      (do_processing): Initialize default_syscalls_dir using new
      macros.  Use it to initialize syscalls_absolute_filename.
      
      Co-Authored-By: default avatarGeoff Keating <geoffk@cygnus.com>
      
      From-SVN: r28832
      d059a239
    • Bryce McKinlay's avatar
      * posix-threads.cc: Include <errno.h>. · d55d01bd
      Bryce McKinlay authored
      From-SVN: r28831
      d55d01bd
    • Richard Henderson's avatar
      jump.c (jump_optimize_1): Do cmov opt on any single-set; force B into a... · 1f081ffb
      Richard Henderson authored
      jump.c (jump_optimize_1): Do cmov opt on any single-set; force B into a register before emit_conditional_move.
      
              * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
              B into a register before emit_conditional_move.
      
      From-SVN: r28830
      1f081ffb
  2. Aug 24, 1999
  3. Aug 23, 1999
  4. Aug 22, 1999
  5. Aug 21, 1999
Loading