blob: 55e922efd7a12c84596f675af130f475a432b339 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include <features.h>
2#include <bits/wordsize.h>
3
4#if __WORDSIZE == 32
5# include "powerpc32/pt-machine.h"
6#else
7# include "powerpc64/pt-machine.h"
8#endif