diff options
Diffstat (limited to 'gcc/cp/module.cc')
-rw-r--r-- | gcc/cp/module.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/module.cc b/gcc/cp/module.cc index 176286c..dc4fa41 100644 --- a/gcc/cp/module.cc +++ b/gcc/cp/module.cc @@ -80,6 +80,12 @@ module_name (unsigned, bool) return nullptr; } +bitmap +get_import_bitmap () +{ + return nullptr; +} + void mangle_module (int, bool) { |