2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
29 #if defined(__H8300__) || defined(__H8500__) || defined (__H8300H__) || defined(__W65__)
30 #define _FLOAT_ARG float
31 #define __SMALL_BITFIELDS
32 #define _DOUBLE_IS_32BITS
33 #define __IEEE_BIG_ENDIAN
35 ??? This conditional is true for the h8500 and the w65, defining H8300
36 in those cases probably isn't the right thing to do.
42 #define _DOUBLE_IS_32BITS
43 #define __SMALL_BITFIELDS
44 #define __IEEE_BIG_ENDIAN
48 #define UINT_MAX 65535
53 16 bit integer machines
55 #if defined(__Z8001__) || defined(__Z8002__) || defined(__H8300__) || defined(__H8500__) || defined(__W65__) || defined (__H8300H__)
59 #define UINT_MAX 65535
63 #define _FLOAT_RET double
71 #define _FLOAT_RET double
77 This is defined in machine/ieeefp.h; need to check is it redundant here?
79 #define __IEEE_BIG_ENDIAN
82 #if defined(__EPOC32__)
86 #define REENTRANT_SYSCALLS_PROVIDED
87 #define HAVE_GETTIMEOFDAY
88 #define SIMULATED_SIGNALS
89 int _execve (const char *path, char * const argv[], char * const envp[]);
94 typedef long int __int32_t;
95 typedef unsigned long int __uint32_t;
97 typedef int __int32_t;
98 typedef unsigned int __uint32_t;