comparison gcc/stub-objc.c @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 /* Stub functions for Objective-C and Objective-C++ routines 1 /* Stub functions for Objective-C and Objective-C++ routines
2 that are called from within the C and C++ front-ends, 2 that are called from within the C and C++ front-ends,
3 respectively. 3 respectively.
4 Copyright (C) 1991, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 4 Copyright (C) 1991, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
5 2004, 2005, 2007 Free Software Foundation, Inc. 5 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
9 GCC is free software; you can redistribute it and/or modify it under 9 GCC is free software; you can redistribute it and/or modify it under
10 the terms of the GNU General Public License as published by the Free 10 the terms of the GNU General Public License as published by the Free
53 53
54 void 54 void
55 objc_check_decl (tree ARG_UNUSED (decl)) 55 objc_check_decl (tree ARG_UNUSED (decl))
56 { 56 {
57 } 57 }
58 58
59 int 59 int
60 objc_is_reserved_word (tree ARG_UNUSED (ident)) 60 objc_is_reserved_word (tree ARG_UNUSED (ident))
61 { 61 {
62 return 0; 62 return 0;
63 } 63 }
79 { 79 {
80 return false; 80 return false;
81 } 81 }
82 82
83 tree 83 tree
84 objc_rewrite_function_call (tree function, tree ARG_UNUSED (params)) 84 objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param))
85 { 85 {
86 return function; 86 return function;
87 } 87 }
88 88
89 tree 89 tree
90 objc_message_selector (void) 90 objc_message_selector (void)
91 { 91 {
92 return 0; 92 return 0;
93 } 93 }
94 94
95 void 95 void
96 objc_declare_alias (tree ARG_UNUSED (alias), tree ARG_UNUSED (orig)) 96 objc_declare_alias (tree ARG_UNUSED (alias), tree ARG_UNUSED (orig))
222 { 222 {
223 return 0; 223 return 0;
224 } 224 }
225 225
226 tree 226 tree
227 objc_build_selector_expr (tree ARG_UNUSED (expr)) 227 objc_build_selector_expr (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
228 { 228 {
229 return 0; 229 return 0;
230 } 230 }
231 231
232 tree 232 tree
277 { 277 {
278 return 0; 278 return 0;
279 } 279 }
280 280
281 tree 281 tree
282 objc_build_throw_stmt (tree ARG_UNUSED (expr)) 282 objc_build_throw_stmt (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
283 { 283 {
284 return 0; 284 return 0;
285 } 285 }
286 286
287 tree 287 tree
293 293
294 void 294 void
295 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body)) 295 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
296 { 296 {
297 } 297 }
298 298
299 void 299 void
300 objc_begin_catch_clause (tree ARG_UNUSED (decl)) 300 objc_begin_catch_clause (tree ARG_UNUSED (decl))
301 { 301 {
302 } 302 }
303 303
322 objc_generate_write_barrier (tree ARG_UNUSED (lhs), 322 objc_generate_write_barrier (tree ARG_UNUSED (lhs),
323 enum tree_code ARG_UNUSED (modifycode), 323 enum tree_code ARG_UNUSED (modifycode),
324 tree ARG_UNUSED (rhs)) 324 tree ARG_UNUSED (rhs))
325 { 325 {
326 return 0; 326 return 0;
327 } 327 }