aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/fe.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2008-04-17 12:45:53 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2008-04-17 12:45:53 +0000
commit90d6701ef8efaf2371bfa87ca70aee9ea69a9604 (patch)
tree8ad885a75002d1b5d7a2f81eda6351af2bba7848 /gcc/ada/fe.h
parente6477eaa4d5524e7d05975188e27e7b1a148df3b (diff)
downloadgcc-90d6701ef8efaf2371bfa87ca70aee9ea69a9604.zip
gcc-90d6701ef8efaf2371bfa87ca70aee9ea69a9604.tar.gz
gcc-90d6701ef8efaf2371bfa87ca70aee9ea69a9604.tar.bz2
decl.c (gnat_to_gnu_entity): Promote the alignment of objects by default.
* decl.c (gnat_to_gnu_entity) <object>: Promote the alignment of objects by default. * fe.h (Debug_Flag_Dot_A): Delete. * debug.adb (-gnatd.a): Update documentation. From-SVN: r134390
Diffstat (limited to 'gcc/ada/fe.h')
-rw-r--r--gcc/ada/fe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/fe.h b/gcc/ada/fe.h
index 2a038d5..2e21af5 100644
--- a/gcc/ada/fe.h
+++ b/gcc/ada/fe.h
@@ -47,10 +47,7 @@ extern char Fold_Lower[], Fold_Upper[];
/* debug: */
#define Debug_Flag_NN debug__debug_flag_nn
-#define Debug_Flag_Dot_A debug__debug_flag_dot_a
-
extern Boolean Debug_Flag_NN;
-extern Boolean Debug_Flag_Dot_A;
/* einfo: We will be setting Esize for types, Component_Bit_Offset for fields,
Alignment for types and objects, Component_Size for array types, and