# HG changeset patch # User Dan Nicolaescu # Date 1270254004 25200 # Node ID c117b71dcf38bc4fd3bb0dfa11921292e5a74ce1 # Parent ede3c41564322ac225ee01f9f5599cb0a12a273f * m/vax.h (CRT0_DUMMIES): Remove, unused. diff -r ede3c4156432 -r c117b71dcf38 src/ChangeLog --- a/src/ChangeLog Fri Apr 02 17:06:38 2010 -0700 +++ b/src/ChangeLog Fri Apr 02 17:20:04 2010 -0700 @@ -1,5 +1,7 @@ 2010-04-03 Dan Nicolaescu + * m/vax.h (CRT0_DUMMIES): Remove, unused. + * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not used on those platforms. diff -r ede3c4156432 -r c117b71dcf38 src/m/vax.h --- a/src/m/vax.h Fri Apr 02 17:06:38 2010 -0700 +++ b/src/m/vax.h Fri Apr 02 17:20:04 2010 -0700 @@ -34,10 +34,6 @@ /* #define vax -- appears to be done automatically */ -/* crt0.c should use the vax-bsd style of entry, with no dummy args. */ - -#define CRT0_DUMMIES - /* USG systems I know of running on Vaxes do not actually support the load average, so disable it for them. */