Minor tweaks

From-SVN: r204202
This commit is contained in:
Eric Botcazou 2013-10-30 10:36:49 +00:00
parent ea9637cdcd
commit 34a3fb96dc
1 changed files with 1 additions and 5 deletions

View File

@ -1,16 +1,12 @@
2013-10-29 David Malcolm <dmalcolm@redhat.com>
Patch autogenerated by refactor_symtab.py from
https://github.com/davidmalcolm/gcc-refactoring-scripts
revision 58bb219cc090b2f4516a9297d868c245495ee622
* gcc-interface/trans.c (finalize_nrv): Update for conversion of
symtab types to a true class hierarchy.
* gcc-interface/utils.c (gnat_write_global_declarations): Likewise.
2013-10-28 Trevor Saunders <tsaunders@mozilla.com>
* gcc-interface/decl.c (components_to_record): Adjust.
* gcc-interface/decl.c (components_to_record): Adjust stack vector.
2013-10-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>