diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-07-09 15:24:20 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-07-09 15:24:20 +0200 |
commit | d27f3ff4c3165d5decf103e63336095730745f82 (patch) | |
tree | 9eff2140d9be62222e4ed1d9c4ac35cdd16917ce /gcc/ada/raise-gcc.c | |
parent | d48f3dca79fe7cd124c90d33dcc88b2147e23856 (diff) | |
download | gcc-d27f3ff4c3165d5decf103e63336095730745f82.zip gcc-d27f3ff4c3165d5decf103e63336095730745f82.tar.gz gcc-d27f3ff4c3165d5decf103e63336095730745f82.tar.bz2 |
[multiple changes]
2012-07-09 Robert Dewar <dewar@adacore.com>
* freeze.adb: Minor code reorganization (use Ekind_In).
* exp_attr.adb, sem_ch9.adb par-ch4.adb, s-taprop-mingw.adb,
sem_attr.adb, exp_ch8.adb, snames.adb-tmpl, par-util.adb,
sem_ch13.adb, snames.ads-tmpl: Minor reformatting.
2012-07-09 Tristan Gingold <gingold@adacore.com>
* raise-gcc.c: Adjust previous patch.
2012-07-09 Vincent Celier <celier@adacore.com>
* make.adb (Compilation_Phase): Do not build libraries in
Codepeer mode (do not call Library_Phase).
From-SVN: r189379
Diffstat (limited to 'gcc/ada/raise-gcc.c')
-rw-r--r-- | gcc/ada/raise-gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/raise-gcc.c b/gcc/ada/raise-gcc.c index bc79c5d..8a5dbcf 100644 --- a/gcc/ada/raise-gcc.c +++ b/gcc/ada/raise-gcc.c @@ -1167,7 +1167,7 @@ __gnat_cleanupunwind_handler (int version, { /* Terminate when the end of the stack is reached. */ if ((phases & _UA_END_OF_STACK) != 0 -#if defined (__ia64__) && defined (USE_LIBUNWIND_EXCEPTIONS) +#if defined (__ia64__) && defined (__hpux__) /* Strictely follow the ia64 ABI: when end of stack is reached, the callback will be called with a NULL stack pointer. No need for that when using libgcc unwinder. */ |