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

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

From-SVN: r47145
This commit is contained in:
Douglas B Rupp 2001-11-18 07:35:28 -05:00 committed by Richard Kenner
parent bca0284ad4
commit 5505dff961
2 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -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