aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindgen.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-09-10 15:48:24 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-09-10 15:48:24 +0200
commit0856403616ac03ee6eb8cd2cb83f1e7274f9f909 (patch)
treed05ec157509a93c044dd5ded989eb1c39b6b7136 /gcc/ada/bindgen.adb
parent8c4353b7c50bc8855a0abdd9d9514477de715a33 (diff)
downloadgcc-0856403616ac03ee6eb8cd2cb83f1e7274f9f909.zip
gcc-0856403616ac03ee6eb8cd2cb83f1e7274f9f909.tar.gz
gcc-0856403616ac03ee6eb8cd2cb83f1e7274f9f909.tar.bz2
[multiple changes]
2010-09-10 Jose Ruiz <ruiz@adacore.com> * exp_cg.adb (Is_Predefined_Dispatching_Operation): Add the "__" scope separator when trying the pattern matching to detect predefined primitive operations. 2010-09-10 Robert Dewar <dewar@adacore.com> * bindgen.adb, atree.adb: Minor reformatting. 2010-09-10 Ben Brosgol <brosgol@adacore.com> * ug_words, gnat_ugn.texi: Revised "Transitioning to 64-Bit GNAT for OpenVMS" section. From-SVN: r164175
Diffstat (limited to 'gcc/ada/bindgen.adb')
-rw-r--r--gcc/ada/bindgen.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/bindgen.adb b/gcc/ada/bindgen.adb
index df47274..cbcc96b 100644
--- a/gcc/ada/bindgen.adb
+++ b/gcc/ada/bindgen.adb
@@ -792,8 +792,9 @@ package body Bindgen is
Write_Statement_Buffer;
-- Generate call to Install_Handler
- -- In .NET, when binding with -z, we don't install the signal
- -- handler to let the caller handle the last exception handler.
+
+ -- In .NET, when binding with -z, we don't install the signal handler
+ -- to let the caller handle the last exception handler.
if VM_Target /= CLI_Target
or else Bind_Main_Program