Commit 5a598ccc by Douglas B Rupp Committed by Richard Kenner

vms.h (HAS_INIT_SECTION, [...]): Remove.

	* config/alpha/vms.h (HAS_INIT_SECTION, NEED_ATEXIT): Remove.
	(NAME__MAIN, SYMBOL__MAIN): Define.

From-SVN: r48434
parent f6598df3
2001-12-31 Douglas B Rupp <rupp@gnat.com>
* config/alpha/vms.h (HAS_INIT_SECTION, NEED_ATEXIT): Remove.
(NAME__MAIN, SYMBOL__MAIN): Define.
2001-12-31 Richard Henderson <rth@redhat.com>
* cfgrtl.c (delete_insn): Check for not NOTE_INSN_DELETED_LABEL
......
......@@ -451,8 +451,5 @@ do { \
#define UMODSI3_LIBCALL "OTS$REM_UI"
#define UMODDI3_LIBCALL "OTS$REM_UL"
/* crt0 calls __main */
#define HAS_INIT_SECTION
/* XXX Really? Even with modern CRTL? */
#define NEED_ATEXIT
#define NAME__MAIN "__gccmain"
#define SYMBOL__MAIN __gccmain
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment