aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/tracebak.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2007-08-14 10:50:30 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2007-08-14 10:50:30 +0200
commit6d64bc378c6d5f95f5f76ea3e42e8c009f4b9b4d (patch)
tree849f88caeb2a633fbc35009e4a4dfde0e91da326 /gcc/ada/tracebak.c
parent6027ad8b260a9d274fb366a3fa45dcad67241f59 (diff)
downloadgcc-6d64bc378c6d5f95f5f76ea3e42e8c009f4b9b4d.zip
gcc-6d64bc378c6d5f95f5f76ea3e42e8c009f4b9b4d.tar.gz
gcc-6d64bc378c6d5f95f5f76ea3e42e8c009f4b9b4d.tar.bz2
tracebak.c: Use tb-ivms.c on OpenVMS Itanium.
2007-08-14 Tristan Gingold <gingold@adacore.com> * tracebak.c: Use tb-ivms.c on OpenVMS Itanium. * tb-ivms.c: New file. * g-trasym-vms-ia64.adb: Fixed for OpenVMS version 8.2 From-SVN: r127466
Diffstat (limited to 'gcc/ada/tracebak.c')
-rw-r--r--gcc/ada/tracebak.c7
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. */
/*----------------------------------------------------------------*