* utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
From-SVN: r86656
This commit is contained in:
parent
f8b7bf589e
commit
6a6bfc8e70
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
|
* utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
|
||||||
|
|
||||||
2004-08-27 Andreas Schwab <schwab@suse.de>
|
2004-08-27 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
|
* Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
|
||||||
|
@ -381,7 +381,7 @@ gnat_init_decl_processing (void)
|
|||||||
free_binding_level = 0;
|
free_binding_level = 0;
|
||||||
gnat_pushlevel ();
|
gnat_pushlevel ();
|
||||||
|
|
||||||
build_common_tree_nodes (false, false);
|
build_common_tree_nodes (false, true);
|
||||||
|
|
||||||
/* In Ada, we use a signed type for SIZETYPE. Use the signed type
|
/* In Ada, we use a signed type for SIZETYPE. Use the signed type
|
||||||
corresponding to the size of Pmode. In most cases when ptr_mode and
|
corresponding to the size of Pmode. In most cases when ptr_mode and
|
||||||
|
Loading…
Reference in New Issue
Block a user