aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch8.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_ch8.adb')
-rw-r--r--gcc/ada/sem_ch8.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/sem_ch8.adb b/gcc/ada/sem_ch8.adb
index 5ddd96a..15995b8 100644
--- a/gcc/ada/sem_ch8.adb
+++ b/gcc/ada/sem_ch8.adb
@@ -513,6 +513,7 @@ package body Sem_Ch8 is
procedure Write_Scopes;
pragma Warnings (Off, Write_Scopes);
+ pragma Export (Ada, Write_Scopes);
-- Debugging information: dump all entities on scope stack
--------------------------------