xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/pa64-start.h (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1*36ac495dSmrg /* It is currently impossible to switch between PA32 and PA64 based on a
2*36ac495dSmrg    runtime compiler switch.  So we might as well lose the overhead with
3*36ac495dSmrg    checking for TARGET_64BIT.  */
4*36ac495dSmrg #define TARGET_64BIT 1
5*36ac495dSmrg #undef TARGET_PA_11
6*36ac495dSmrg #define TARGET_PA_11 1
7*36ac495dSmrg #undef TARGET_PA_20
8*36ac495dSmrg #define TARGET_PA_20 1
9