comparison gcc/config/m68k/m68k-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 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Definitions of target machine for GNU compiler. Sun 68000/68020 version. 1 /* Definitions of target machine for GNU compiler. Sun 68000/68020 version.
2 Copyright (C) 2000, 2002, 2004, 2005, 2006, 2007, 2008 2 Copyright (C) 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010
3 Free Software Foundation, Inc. 3 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 7 GCC is free software; you can redistribute it and/or modify
92 extern enum reg_class m68k_preferred_reload_class (rtx, enum reg_class); 92 extern enum reg_class m68k_preferred_reload_class (rtx, enum reg_class);
93 extern int flags_in_68881 (void); 93 extern int flags_in_68881 (void);
94 extern void m68k_expand_prologue (void); 94 extern void m68k_expand_prologue (void);
95 extern bool m68k_use_return_insn (void); 95 extern bool m68k_use_return_insn (void);
96 extern void m68k_expand_epilogue (bool); 96 extern void m68k_expand_epilogue (bool);
97 extern void override_options (void);
98 extern const char *m68k_cpp_cpu_ident (const char *); 97 extern const char *m68k_cpp_cpu_ident (const char *);
99 extern const char *m68k_cpp_cpu_family (const char *); 98 extern const char *m68k_cpp_cpu_family (const char *);
100 extern void init_68881_table (void); 99 extern void init_68881_table (void);
101 extern rtx m68k_legitimize_call_address (rtx); 100 extern rtx m68k_legitimize_call_address (rtx);
102 extern rtx m68k_legitimize_sibcall_address (rtx); 101 extern rtx m68k_legitimize_sibcall_address (rtx);