From 01f0729a1fe9aa0907652c35b00d46ae5f239b17 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 4 Aug 2011 09:54:54 +0200 Subject: [multiple changes] 2011-08-04 Eric Botcazou * sem_elab.adb (Check_Internal_Call_Continue): Change the type of the elaboration counter to Standard_Short_Integer. * sem_util.adb (Build_Elaboration_Entity): Likewise. * bindgen.adb (Gen_Elab_Externals_Ada): Adjust to above change. (Gen_Elab_Externals_C): Likewise. 2011-08-04 Ed Falis * system-vxworks-arm.ads, system-vxworks-sparcv9.ads, system-vxworks-ppc.ads, system-vxworks-m68k.ads, system-vxworks-mips.ads, system-vxworks-x86.ads (Always_Compatible_Rep): set to False for all VxWorks targets. From-SVN: r177321 --- gcc/ada/sem_elab.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/sem_elab.adb') diff --git a/gcc/ada/sem_elab.adb b/gcc/ada/sem_elab.adb index d5d4ac3..f96fbb9 100644 --- a/gcc/ada/sem_elab.adb +++ b/gcc/ada/sem_elab.adb @@ -2158,7 +2158,7 @@ package body Sem_Elab is Make_Object_Declaration (Loce, Defining_Identifier => Ent, Object_Definition => - New_Occurrence_Of (Standard_Integer, Loce), + New_Occurrence_Of (Standard_Short_Integer, Loce), Expression => Make_Integer_Literal (Loc, Uint_0))); -- cgit v1.1