This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

pdp11.h typo fix


This patch fixes an obvious typo.

1998-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>

	* pdp11.h (TARGET_40_PLUS): Fix typo.

--- pdp11.h.orig	Thu Dec  3 09:39:15 1998
+++ pdp11.h	Thu Dec  3 22:39:59 1998
@@ -105,7 +105,7 @@
 #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))


-- 
Joseph S. Myers
jsm28@cam.ac.uk



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]