From f3b574bf97c26bf49cad6a901c94cf831f3c362d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 6 May 2011 14:48:56 +0000 Subject: 2011-05-06 Tristan Gingold * read.c (s_comm_internal): Remove code for OBJ_VMS. (s_data): Ditto. (s_text): Ditto. * write.c (write_object_file): Ditto. * symbols.c (define_sym_at_dot): Ditto. (colon): Ditto. --- gas/write.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gas/write.c') diff --git a/gas/write.c b/gas/write.c index a5d2b4d..1bd1a62 100644 --- a/gas/write.c +++ b/gas/write.c @@ -1734,13 +1734,6 @@ write_object_file (void) } } -#ifdef OBJ_VMS - /* Under VMS we try to be compatible with VAX-11 "C". Thus, we call - a routine to check for the definition of the procedure "_main", - and if so -- fix it up so that it can be program entry point. */ - vms_check_for_main (); -#endif /* OBJ_VMS */ - /* From now on, we don't care about sub-segments. Build one frag chain for each segment. Linked thru fr_next. */ -- cgit v1.1