[multiple changes]
authorJeff Law <law@gcc.gnu.org>
Mon, 9 Nov 1998 20:33:38 +0000 (13:33 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 Nov 1998 20:33:38 +0000 (13:33 -0700)
1998-11-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
        * dbxout.c: Check HAVE_STAB_H instead of HAVE_STABS_H.
Mon Nov  9 20:15:19 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
        * regmove.c (regmove_optimize): Fix error in last change.

From-SVN: r23587

gcc/ChangeLog
gcc/dbxout.c
gcc/regmove.c

index b3072f5994f92f530d5dde03d3410b496a5bdb8c..23ba910f637bf663e518cc60d5b6c89326f63c29 100644 (file)
@@ -1,3 +1,11 @@
+1998-11-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * dbxout.c: Check HAVE_STAB_H instead of HAVE_STABS_H.
+
+Mon Nov  9 20:15:19 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
+
+       * regmove.c (regmove_optimize): Fix error in last change.
+
 Mon Nov  9 16:37:52 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * mips.c (function_prologue): When TARGET_MIPS16, adjust the register
index 5e6f2a9d874e7e4e176476c0edc0af8de82e95af..c0e71b5246978c41597e8da2c00796a146d9ecd4 100644 (file)
@@ -165,7 +165,7 @@ static int source_label_number = 1;
 
 /* If there is a system stabs.h, use it.  Otherwise, use our own.  */
 
-#ifndef HAVE_STABS_H
+#ifndef HAVE_STAB_H
 #include "gstab.h"
 #else
 #include <stab.h>
index 57227b9a5ce8e903aa13f65fc09b8ba7d231f275..5ff44cb3dc3b8c4e2e29bd296ffd1876c744d8c3 100644 (file)
@@ -1009,7 +1009,7 @@ regmove_optimize (f, nregs, regmove_dump_file)
            }
 
 #ifdef REGISTER_CONSTRAINTS
-         if (find_matches (insn, &match) < 0)
+         if (! find_matches (insn, &match))
            continue;
 
          /* Now scan through the operands looking for a source operand
@@ -1119,7 +1119,7 @@ regmove_optimize (f, nregs, regmove_dump_file)
          int op_no, match_no;
          int success = 0;
 
-         if (find_matches (insn, &match) < 0)
+         if (! find_matches (insn, &match))
            continue;
 
          /* Now scan through the operands looking for a destination operand