* pdp11.h (TARGET_40_PLUS): Fix typo.
authorJeff Law <law@gcc.gnu.org>
Fri, 4 Dec 1998 00:24:58 +0000 (17:24 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 4 Dec 1998 00:24:58 +0000 (17:24 -0700)
From-SVN: r24078

gcc/ChangeLog
gcc/config/pdp11/pdp11.h

index 2481c16f5606ea1c0e5d62b61d6130b69407ee86..f7ad2112a6576eb8e4934eeb0b90c3680a2aac62 100644 (file)
@@ -1,10 +1,18 @@
+1998-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * pdp11.h (TARGET_40_PLUS): Fix typo.
+
+Thu Dec  3 11:48:32 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * local-alloc.c (block_alloc): Slightly retune heuristic to widen 
+       qty lifetimes.
+
 Thu Dec  3 22:30:18 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
        * alias.c (addr_side_effect_eval): New function.
        (memrefs_conflict_p): Use it.
        * rtl.h (addr_side_effect_eval): Prototype it.
 
-
 1998-12-02  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * pdp11.md (extendsfdf2): Fix mode mismatch in SET.
index a6281971f3e307bd5d14cee10b9cda5cdc18d5fb..204bd2d08ec84fc3b7513c56e100c1cc5e58f8d9 100644 (file)
@@ -108,7 +108,7 @@ extern int target_flags;
 #define TARGET_NO_AC0          (! TARGET_AC0)
 
 #define TARGET_45              (target_flags & 8)
-#define TARGET_40_PLUS         ((target_flags & 4) || (target_flags))
+#define TARGET_40_PLUS         ((target_flags & 4) || (target_flags & 8))
 #define TARGET_10              (! TARGET_40_PLUS)
 
 #define TARGET_BCOPY_BUILTIN   (! (target_flags & 16))