------- Comment #10 from ebotcazou at gcc dot gnu dot org 2007-11-19 17:49 ------- Subject: Bug 34098
Author: ebotcazou Date: Mon Nov 19 17:49:11 2007 New Revision: 130294 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130294 Log: PR ada/34098 ada/ * misc.c (gnat_adjust_rli): Delete. (gnat_init): Do not initialize the translation code here. Do not call set_lang_adjust_rli. * trans.c (init_code_table): Make static. (gnat_init_stmt_group): Delete. (gigi): Initialize the translation code entirely here. Emit debug info for the common types here instead of... * utils.c (gnat_init_decl_processing): ...here. * gigi.h (init_code_table): Delete. (gnat_init_stmt_group): Likewise. * stor-layout.c (lang_adjust_rli): Delete. (set_lang_adjust_rli): Likewise. (layout_type): Do not call lang_adjust_rli hook. * tree.h (set_lang_adjust_rli): Delete. Modified: trunk/gcc/ada/ChangeLog trunk/gcc/ada/gigi.h trunk/gcc/ada/misc.c trunk/gcc/ada/trans.c trunk/gcc/ada/utils.c trunk/gcc/stor-layout.c trunk/gcc/tree.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34098