summaryrefslogtreecommitdiff
path: root/src/m/vax.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-24 18:39:48 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-24 18:39:48 +0000
commita11af7f84505c8731f23d98355158da411882d22 (patch)
tree6d4b4c890a137b1429cf8a349fabaa6ed9682a5d /src/m/vax.h
parent67725bd8db7c7168d08d6a137df04bea21f346ba (diff)
downloademacs-a11af7f84505c8731f23d98355158da411882d22.tar.gz
* ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
(DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES. * m/intel386.h (DOT_GLOBAL_START): * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES. (USG): Remove, file not used on USG platforms.
Diffstat (limited to 'src/m/vax.h')
-rw-r--r--src/m/vax.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/m/vax.h b/src/m/vax.h
index d412deacd99..8b0593c028d 100644
--- a/src/m/vax.h
+++ b/src/m/vax.h
@@ -43,10 +43,6 @@ NOTE-END */
#define CRT0_DUMMIES
-/* crt0.c should define a symbol `start' and do .globl with a dot. */
-
-#define DOT_GLOBAL_START
-
#ifdef BSD_SYSTEM
/* USG systems I know of running on Vaxes do not actually
support the load average, so disable it for them. */
@@ -73,14 +69,6 @@ NOTE-END */
#endif /* VMS */
-/* Vax sysV has alloca in the PW library. */
-
-#ifdef USG
-#define LIB_STANDARD -lPW -lc
-
-#define TEXT_START 0
-#endif /* USG */
-
#ifdef BSD4_2
#define HAVE_FTIME
#endif