blob: 55e922efd7a12c84596f675af130f475a432b339 [file] [log] [blame]
#include <features.h>
#include <bits/wordsize.h>
#if __WORDSIZE == 32
# include "powerpc32/pt-machine.h"
#else
# include "powerpc64/pt-machine.h"
#endif