equal
deleted
inserted
replaced
59 # include "globals_solaris.hpp" |
59 # include "globals_solaris.hpp" |
60 #endif |
60 #endif |
61 #ifdef TARGET_OS_FAMILY_windows |
61 #ifdef TARGET_OS_FAMILY_windows |
62 # include "globals_windows.hpp" |
62 # include "globals_windows.hpp" |
63 #endif |
63 #endif |
|
64 #ifdef TARGET_OS_FAMILY_aix |
|
65 # include "globals_aix.hpp" |
|
66 #endif |
64 #ifdef TARGET_OS_FAMILY_bsd |
67 #ifdef TARGET_OS_FAMILY_bsd |
65 # include "globals_bsd.hpp" |
68 # include "globals_bsd.hpp" |
66 #endif |
69 #endif |
67 #ifdef TARGET_OS_ARCH_linux_x86 |
70 #ifdef TARGET_OS_ARCH_linux_x86 |
68 # include "globals_linux_x86.hpp" |
71 # include "globals_linux_x86.hpp" |
85 #ifdef TARGET_OS_ARCH_linux_arm |
88 #ifdef TARGET_OS_ARCH_linux_arm |
86 # include "globals_linux_arm.hpp" |
89 # include "globals_linux_arm.hpp" |
87 #endif |
90 #endif |
88 #ifdef TARGET_OS_ARCH_linux_ppc |
91 #ifdef TARGET_OS_ARCH_linux_ppc |
89 # include "globals_linux_ppc.hpp" |
92 # include "globals_linux_ppc.hpp" |
|
93 #endif |
|
94 #ifdef TARGET_OS_ARCH_aix_ppc |
|
95 # include "globals_aix_ppc.hpp" |
90 #endif |
96 #endif |
91 #ifdef TARGET_OS_ARCH_bsd_x86 |
97 #ifdef TARGET_OS_ARCH_bsd_x86 |
92 # include "globals_bsd_x86.hpp" |
98 # include "globals_bsd_x86.hpp" |
93 #endif |
99 #endif |
94 #ifdef TARGET_OS_ARCH_bsd_zero |
100 #ifdef TARGET_OS_ARCH_bsd_zero |
114 # include "c1_globals_solaris.hpp" |
120 # include "c1_globals_solaris.hpp" |
115 #endif |
121 #endif |
116 #ifdef TARGET_OS_FAMILY_windows |
122 #ifdef TARGET_OS_FAMILY_windows |
117 # include "c1_globals_windows.hpp" |
123 # include "c1_globals_windows.hpp" |
118 #endif |
124 #endif |
|
125 #ifdef TARGET_OS_FAMILY_aix |
|
126 # include "c1_globals_aix.hpp" |
|
127 #endif |
119 #ifdef TARGET_OS_FAMILY_bsd |
128 #ifdef TARGET_OS_FAMILY_bsd |
120 # include "c1_globals_bsd.hpp" |
129 # include "c1_globals_bsd.hpp" |
121 #endif |
130 #endif |
122 #endif |
131 #endif |
123 #ifdef COMPILER2 |
132 #ifdef COMPILER2 |
128 # include "c2_globals_sparc.hpp" |
137 # include "c2_globals_sparc.hpp" |
129 #endif |
138 #endif |
130 #ifdef TARGET_ARCH_arm |
139 #ifdef TARGET_ARCH_arm |
131 # include "c2_globals_arm.hpp" |
140 # include "c2_globals_arm.hpp" |
132 #endif |
141 #endif |
|
142 #ifdef TARGET_ARCH_ppc |
|
143 # include "c2_globals_ppc.hpp" |
|
144 #endif |
133 #ifdef TARGET_OS_FAMILY_linux |
145 #ifdef TARGET_OS_FAMILY_linux |
134 # include "c2_globals_linux.hpp" |
146 # include "c2_globals_linux.hpp" |
135 #endif |
147 #endif |
136 #ifdef TARGET_OS_FAMILY_solaris |
148 #ifdef TARGET_OS_FAMILY_solaris |
137 # include "c2_globals_solaris.hpp" |
149 # include "c2_globals_solaris.hpp" |
138 #endif |
150 #endif |
139 #ifdef TARGET_OS_FAMILY_windows |
151 #ifdef TARGET_OS_FAMILY_windows |
140 # include "c2_globals_windows.hpp" |
152 # include "c2_globals_windows.hpp" |
|
153 #endif |
|
154 #ifdef TARGET_OS_FAMILY_aix |
|
155 # include "c2_globals_aix.hpp" |
141 #endif |
156 #endif |
142 #ifdef TARGET_OS_FAMILY_bsd |
157 #ifdef TARGET_OS_FAMILY_bsd |
143 # include "c2_globals_bsd.hpp" |
158 # include "c2_globals_bsd.hpp" |
144 #endif |
159 #endif |
145 #endif |
160 #endif |