comparison gcc/config/crx/crx-protos.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Prototypes for exported functions defined in crx.c 1 /* Prototypes for exported functions defined in crx.c
2 Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2 Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3 2002, 2003, 2004, 2007 Free Software Foundation, Inc. 3 2002, 2003, 2004, 2007, 2010 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published 8 under the terms of the GNU General Public License as published
30 #endif /* RTX_CODE */ 30 #endif /* RTX_CODE */
31 31
32 /* Passing function arguments. */ 32 /* Passing function arguments. */
33 extern int crx_function_arg_regno_p (int); 33 extern int crx_function_arg_regno_p (int);
34 #ifdef TREE_CODE 34 #ifdef TREE_CODE
35 extern void crx_function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, tree, int);
36 #ifdef RTX_CODE 35 #ifdef RTX_CODE
37 extern void crx_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx); 36 extern void crx_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx);
38 extern rtx crx_function_arg (struct cumulative_args *, enum machine_mode, tree, int);
39 #endif /* RTX_CODE */ 37 #endif /* RTX_CODE */
40 #endif /* TREE_CODE */ 38 #endif /* TREE_CODE */
41 39
42 #ifdef RTX_CODE 40 #ifdef RTX_CODE
43 /* Addressing Modes. */ 41 /* Addressing Modes. */