1 #ifndef TARGET_DATA_FACTORY_HH
2 # define TARGET_DATA_FACTORY_HH
4 # include <target-data.hh>
6 class TargetDataFactory
9 static const TargetData
* native();
10 static const TargetData
* amd64();
11 static const TargetData
* x86();
14 #endif /* !TARGET_DATA_FACTORY_HH */