diff options
Diffstat (limited to 'libgomp/target-cxa-dso-dtor.c')
-rw-r--r-- | libgomp/target-cxa-dso-dtor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/target-cxa-dso-dtor.c b/libgomp/target-cxa-dso-dtor.c new file mode 100644 index 0000000..d1a898d --- /dev/null +++ b/libgomp/target-cxa-dso-dtor.c @@ -0,0 +1,3 @@ +/* Host/device compatibility: Itanium C++ ABI, DSO Object Destruction API */ + +/* Nothing needed here. */ |