pt-machine.h 150 B

12345678
  1. #include <features.h>
  2. #include <bits/wordsize.h>
  3. #if __WORDSIZE == 32
  4. # include "sparc32/pt-machine.h"
  5. #else
  6. # include "sparc64/pt-machine.h"
  7. #endif