ObjFW  Check-in [e4d7703434]

Overview
Comment:Add define for HPPA64
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e4d770343470aa39c3cc9d8a61c3afc750b8650b12987dfe33bd1ab52d3bfc58
User & Date: js on 2021-01-03 16:49:09
Other Links: manifest | tags
Context
2021-01-12
00:45
Check libunwind for _Unwind_RaiseException check-in: 04e9bb53df user: js tags: trunk
2021-01-03
16:49
Add define for HPPA64 check-in: e4d7703434 user: js tags: trunk
2021-01-02
22:04
Update copyright check-in: 374e1a1bfa user: js tags: trunk
Changes

Modified src/platform.h from [0f756c2d58] to [2e7d9f6209].

62
63
64
65
66
67
68
69

70
71
72
73
74
75
76
77
78
#elif defined(__mips_eabi) && _MIPS_SZPTR == 32
# define OF_MIPS
# define OF_MIPS_EABI
#elif defined(__sparc64__) || (defined(__sparc__) && defined(__arch64__))
# define OF_SPARC64
#elif defined(__sparc__) && !defined(__arch64__)
# define OF_SPARC
#elif defined(__hppa__) || defined(__HPPA__) || \

    defined(_PA_RISC1_0) || defined(_PA_RISC1_1)
# define OF_PA_RISC
#elif defined(__ia64__) || defined(__IA64__)
# define OF_ITANIUM
#elif defined(__m68k__)
# define OF_M68K
# ifdef __mc68060__
#  define OF_M68060
# endif







|
>
|
|







62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#elif defined(__mips_eabi) && _MIPS_SZPTR == 32
# define OF_MIPS
# define OF_MIPS_EABI
#elif defined(__sparc64__) || (defined(__sparc__) && defined(__arch64__))
# define OF_SPARC64
#elif defined(__sparc__) && !defined(__arch64__)
# define OF_SPARC
#elif defined(__hppa64__) || defined(_PA_RISC2_0)
# define OF_HPPA64
#elif defined(__hppa__) || defined(_PA_RISC1_0) || defined(_PA_RISC1_1)
# define OF_HPPA
#elif defined(__ia64__) || defined(__IA64__)
# define OF_ITANIUM
#elif defined(__m68k__)
# define OF_M68K
# ifdef __mc68060__
#  define OF_M68060
# endif