summaryrefslogtreecommitdiff
path: root/src/m
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
commit43881c702e3c273ea1b6bd46d62a0f088ca61af2 (patch)
tree2408d3aa3eae46d364a1862ac8627708774a51b2 /src/m
parentd0daa92168f17616cf9c0385b7c578c55c655048 (diff)
downloademacs-43881c702e3c273ea1b6bd46d62a0f088ca61af2.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')
-rw-r--r--src/m/intel386.h4
-rw-r--r--src/m/vax.h12
2 files changed, 0 insertions, 16 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 42a3e43c3fb..75ec5a301cf 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -50,10 +50,6 @@ NOTE-END */
#define CRT0_DUMMIES bogus_fp,
-/* crt0.c should define a symbol `start' and do .globl with a dot. */
-
-#define DOT_GLOBAL_START
-
#ifdef SOLARIS2
/* Data type of load average, as read out of kmem. */
#define LOAD_AVE_TYPE long
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