1*404b540aSrobert /* It is currently impossible to switch between PA32 and PA64 based on a 2*404b540aSrobert runtime compiler switch. So we might as well lose the overhead with 3*404b540aSrobert checking for TARGET_64BIT. */ 4*404b540aSrobert #define TARGET_64BIT 1 5*404b540aSrobert #undef TARGET_PA_11 6*404b540aSrobert #define TARGET_PA_11 1 7*404b540aSrobert #undef TARGET_PA_20 8*404b540aSrobert #define TARGET_PA_20 1 9