summaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-05-06 14:48:55 +0000
committerTristan Gingold <gingold@adacore.com>2011-05-06 14:48:55 +0000
commitd91d9f88e0eb0501d2c97ac036ef71f9fd6c4beb (patch)
treea0d5885cac4552ac2ae408636d3dd7489e22d3d4 /gas/write.c
parente4eab7a0f0f287e4136c94dbc817972a65fefad8 (diff)
downloadbinutils-redhat-d91d9f88e0eb0501d2c97ac036ef71f9fd6c4beb.tar.gz
2011-05-06 Tristan Gingold <gingold@adacore.com>
* 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.
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gas/write.c b/gas/write.c
index a5d2b4d58d..1bd1a622cb 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. */