mirror of git://gcc.gnu.org/git/gcc.git
gigi.h (enumerate_modes): Fix formatting.
* gcc-interface/gigi.h (enumerate_modes): Fix formatting. * gcc-interface/trans.c (Subprogram_Body_to_gnu): Revert latest change. From-SVN: r177548
This commit is contained in:
parent
a5db4ced81
commit
588c8f488f
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
* gcc-interface/Makefile.in (raise-gcc.o): Fix previous change.
|
* gcc-interface/Makefile.in (raise-gcc.o): Fix previous change.
|
||||||
|
|
||||||
|
* gcc-interface/gigi.h (enumerate_modes): Fix formatting.
|
||||||
|
|
||||||
|
* gcc-interface/trans.c (Subprogram_Body_to_gnu): Revert latest change.
|
||||||
|
|
||||||
2011-08-05 Nicolas Roche <roche@adacore.com>
|
2011-08-05 Nicolas Roche <roche@adacore.com>
|
||||||
|
|
||||||
* gcc-interface/Makefile.in: Don't use directly ../xgcc to build shared
|
* gcc-interface/Makefile.in: Don't use directly ../xgcc to build shared
|
||||||
|
|
|
@ -968,7 +968,7 @@ extern Nat get_target_double_scalar_alignment (void);
|
||||||
/* This function is called by the front-end to enumerate all the supported
|
/* This function is called by the front-end to enumerate all the supported
|
||||||
modes for the machine, as well as some predefined C types. */
|
modes for the machine, as well as some predefined C types. */
|
||||||
extern void enumerate_modes (void (*f) (const char *, int, int, int, int, int,
|
extern void enumerate_modes (void (*f) (const char *, int, int, int, int, int,
|
||||||
int));
|
int));
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
|
@ -2762,12 +2762,6 @@ Subprogram_Body_to_gnu (Node_Id gnat_node)
|
||||||
|
|
||||||
end_subprog_body (gnu_result);
|
end_subprog_body (gnu_result);
|
||||||
|
|
||||||
/* Attempt setting the end_locus of our GCC body tree, typically a
|
|
||||||
BIND_EXPR or STATEMENT_LIST, then the end_locus of our GCC subprogram
|
|
||||||
declaration tree. */
|
|
||||||
set_end_locus_from_node (gnu_result, gnat_node);
|
|
||||||
set_end_locus_from_node (gnu_subprog_decl, gnat_node);
|
|
||||||
|
|
||||||
/* Finally annotate the parameters and disconnect the trees for parameters
|
/* Finally annotate the parameters and disconnect the trees for parameters
|
||||||
that we have turned into variables since they are now unusable. */
|
that we have turned into variables since they are now unusable. */
|
||||||
for (gnat_param = First_Formal_With_Extras (gnat_subprog_id);
|
for (gnat_param = First_Formal_With_Extras (gnat_subprog_id);
|
||||||
|
|
Loading…
Reference in New Issue