diff options
Diffstat (limited to 'gcc/ada/tracebak.c')
-rw-r--r-- | gcc/ada/tracebak.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index 80d1a78..ba0381e 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2000-2006, AdaCore * + * Copyright (C) 2000-2007, AdaCore * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -97,7 +97,12 @@ extern void (*Unlock_Task) (void); #include "tb-alvms.c" +#elif defined (__ia64__) && defined (__VMS__) + +#include "tb-ivms.c" + #else + /* No target specific implementation. */ /*----------------------------------------------------------------* |