2 Copyright (C) 2006 Free Software Foundation, Inc.
4 This file is part of GCC.
6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
11 In addition to the permissions in the GNU General Public License, the
12 Free Software Foundation gives you unlimited permission to link the
13 compiled version of this file into combinations with other programs,
14 and to distribute those combinations without any restriction coming
15 from the use of this file. (The General Public License restrictions
16 do apply in other respects; for example, they cover modification of
17 the file, and distribution when not linked into a combine
20 GCC is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 GNU General Public License for more details.
25 You should have received a copy of the GNU General Public License
26 along with GCC; see the file COPYING. If not, write to
27 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
28 Boston, MA 02110-1301, USA. */
30 #ifdef L_register_frame_info
32 void __register_frame_info (const void * __attribute__((unused
)),
33 struct object
* __attribute__((unused
)));
35 __register_frame_info (const void *p
, struct object
*ob
)
40 #ifdef L_deregister_frame_info
41 void *__deregister_frame_info (const void * __attribute__((unused
)));
43 __deregister_frame_info (const void *p
)
50 void __cxa_finalize (void * __attribute__((unused
)));
52 __cxa_finalize (void *p
)
57 #ifdef L_Jv_RegisterClasses
58 void _Jv_RegisterClasses (void * __attribute__((unused
)));
60 _Jv_RegisterClasses (void *p
)