This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Mior VMS config updates


2001-12-31  Douglas B Rupp  <rupp@gnat.com>

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

*** config/alpha/vms.h	2001/12/20 17:36:33	1.51
--- config/alpha.vms.h	2001/12/31 22:08:06
*************** do {									\
*** 450,458 ****
  #define MODDI3_LIBCALL "OTS$REM_L"
  #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
--- 544,549 ----
  #define MODDI3_LIBCALL "OTS$REM_L"
  #define UMODSI3_LIBCALL "OTS$REM_UI"
  #define UMODDI3_LIBCALL "OTS$REM_UL"
  
! #define NAME__MAIN "__gccmain"
! #define SYMBOL__MAIN __gccmain


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]