# HG changeset patch # User Dan Nicolaescu # Date 1269201544 25200 # Node ID 93542fb23f34bf3c86bc7add433f2d86ea4e0ccb # Parent f18ffe3db4b2e8b42d64fce535c0744ff4835028 (BSD_SYSTEM, BSD4_2): Remove conditionals, we only support vax on BSDs. diff -r f18ffe3db4b2 -r 93542fb23f34 src/ChangeLog --- a/src/ChangeLog Sun Mar 21 12:32:38 2010 -0700 +++ b/src/ChangeLog Sun Mar 21 12:59:04 2010 -0700 @@ -1,5 +1,8 @@ 2010-03-21 Dan Nicolaescu + * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only + support vax on BSDs. + * m/ibmrs6000.h (ORDINARY_LINK): Move definition ... * s/aix4-2.h (ORDINARY_LINK): ... here. diff -r f18ffe3db4b2 -r 93542fb23f34 src/m/vax.h --- a/src/m/vax.h Sun Mar 21 12:32:38 2010 -0700 +++ b/src/m/vax.h Sun Mar 21 12:59:04 2010 -0700 @@ -38,7 +38,6 @@ #define CRT0_DUMMIES -#ifdef BSD_SYSTEM /* USG systems I know of running on Vaxes do not actually support the load average, so disable it for them. */ @@ -50,11 +49,7 @@ #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) -#endif /* BSD_SYSTEM */ - -#ifdef BSD4_2 #define HAVE_FTIME -#endif /* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0 (do not change this comment) */