aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/frontend.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 11:38:56 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 11:38:56 +0200
commit1a07a71a4b60c6920d0c7b77150a8d4a7049f134 (patch)
tree26927fb78adfdea0e761cec9119def7a7960cab6 /gcc/ada/frontend.adb
parent4bcd6411417e4bd46d5f6416f72c71bf69cd577a (diff)
downloadgcc-1a07a71a4b60c6920d0c7b77150a8d4a7049f134.zip
gcc-1a07a71a4b60c6920d0c7b77150a8d4a7049f134.tar.gz
gcc-1a07a71a4b60c6920d0c7b77150a8d4a7049f134.tar.bz2
[multiple changes]
2011-08-29 Robert Dewar <dewar@adacore.com> * frontend.adb, gnat1drv.adb: Minor reformatting. 2011-08-29 Tristan Gingold <gingold@adacore.com> * s-pooglo.adb (Allocate, Deallocate): Take into account the alignment. * a-fihema.adb (Allocate, Deallocate): Ditto. Possibly add padding space in front of the header. From-SVN: r178181
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r--gcc/ada/frontend.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb
index f849d31..2dad57a 100644
--- a/gcc/ada/frontend.adb
+++ b/gcc/ada/frontend.adb
@@ -100,6 +100,7 @@ begin
-- If the -gnatd.H flag is present, we are only interested in the Standard
-- package, so the frontend has done its job here.
+
if Debug_Flag_Dot_HH then
return;
end if;