xref: /openbsd-src/gnu/gcc/gcc/config/pa/pa64-start.h (revision 404b540a9034ac75a6199ad1a32d1bbc7a0d4210)
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