diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-05-06 14:48:56 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-05-06 14:48:56 +0000 |
commit | f3b574bf97c26bf49cad6a901c94cf831f3c362d (patch) | |
tree | 0e1ee37ae297b8b2e0f5caac01daa7fe72e46107 /gas/write.c | |
parent | 19094d10cd61cb12b8725a4a1495f16c3f842df0 (diff) | |
download | gdb-f3b574bf97c26bf49cad6a901c94cf831f3c362d.zip gdb-f3b574bf97c26bf49cad6a901c94cf831f3c362d.tar.gz gdb-f3b574bf97c26bf49cad6a901c94cf831f3c362d.tar.bz2 |
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.c | 7 |
1 files changed, 0 insertions, 7 deletions
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. */ |