Commit 5505dff9 by Douglas B Rupp Committed by Richard Kenner

* config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define.

	(HAS_INIT_SECTION): Define.
	(REAL_ARITHMETIC): Don't undefine.

From-SVN: r47145
parent bca0284a
Sun Nov 18 07:40:07 2001 Douglas B. Rupp <rupp@gnat.com>
* config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define.
(HAS_INIT_SECTION): Define.
(REAL_ARITHMETIC): Don't undefine.
2001-11-18 Egor Duda <deo@logos-m.ru>
* config/i386/cygwin.h: Strip leading '*' from name, if any.
......
......@@ -80,9 +80,6 @@ Boston, MA 02111-1307, USA. */
#define STRUCT_VALUE 0
#undef PCC_STATIC_STRUCT_RETURN
/* no floating emulation. */
#undef REAL_ARITHMETIC
/* "long" is 32 bits. */
#undef LONG_TYPE_SIZE
#define LONG_TYPE_SIZE 32
......@@ -455,10 +452,8 @@ do { \
#define UMODSI3_LIBCALL "OTS$REM_UI"
#define UMODDI3_LIBCALL "OTS$REM_UL"
#define DIR_SEPARATOR ']'
#undef PREFIX
#define PREFIX "GNU_ROOT:"
/* crt0 calls __main */
#define HAS_INIT_SECTION
/* XXX Really? Even with modern CRTL? */
#define NEED_ATEXIT
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