00001 /* Type information for alias.c. 00002 Copyright (C) 2002 Free Software Foundation, Inc. 00003 00004 This file is part of GCC. 00005 00006 GCC is free software; you can redistribute it and/or modify it under 00007 the terms of the GNU General Public License as published by the Free 00008 Software Foundation; either version 2, or (at your option) any later 00009 version. 00010 00011 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 00012 WARRANTY; without even the implied warranty of MERCHANTABILITY or 00013 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00014 for more details. 00015 00016 You should have received a copy of the GNU General Public License 00017 along with GCC; see the file COPYING. If not, write to the Free 00018 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 00019 02111-1307, USA. */ 00020 00021 /* This file is machine generated. Do not edit. */ 00022 00023 /* GC roots. */ 00024 00025 static void gt_ggc_ma_reg_base_value PARAMS ((void *)); 00026 static void 00027 gt_ggc_ma_reg_base_value (x_p) 00028 void *x_p; 00029 { 00030 size_t i; 00031 struct rtx_def ** const x = (struct rtx_def **)x_p; 00032 if (ggc_test_and_set_mark (x)) 00033 for (i = 0; i < (reg_base_value_size); i++) 00034 gt_ggc_m_7rtx_def (x[i]); 00035 } 00036 00037 const struct ggc_root_tab gt_ggc_r_gt_alias_h[] = { 00038 { 00039 &static_reg_base_value[0], 00040 1 * (FIRST_PSEUDO_REGISTER), 00041 sizeof (static_reg_base_value[0]), 00042 >_ggc_mx_rtx_def 00043 00044 }, 00045 { 00046 ®_base_value, 00047 1, 00048 sizeof (reg_base_value), 00049 >_ggc_ma_reg_base_value 00050 }, 00051 LAST_GGC_ROOT_TAB 00052 }; 00053
1.5.6