Deleted Added
full compact
ia64-protos.h (117395) ia64-protos.h (122180)
1/* Definitions of target machine for GNU compiler for IA-64.
2 Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
6GNU CC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 121 unchanged lines hidden (view full) ---

130extern int ia64_epilogue_uses PARAMS((int));
131extern int ia64_eh_uses PARAMS((int));
132extern void emit_safe_across_calls PARAMS((FILE *));
133extern void ia64_init_builtins PARAMS((void));
134extern void ia64_override_options PARAMS((void));
135extern int ia64_dbx_register_number PARAMS((int));
136extern bool ia64_function_ok_for_sibcall PARAMS ((tree));
137
1/* Definitions of target machine for GNU compiler for IA-64.
2 Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
6GNU CC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 121 unchanged lines hidden (view full) ---

130extern int ia64_epilogue_uses PARAMS((int));
131extern int ia64_eh_uses PARAMS((int));
132extern void emit_safe_across_calls PARAMS((FILE *));
133extern void ia64_init_builtins PARAMS((void));
134extern void ia64_override_options PARAMS((void));
135extern int ia64_dbx_register_number PARAMS((int));
136extern bool ia64_function_ok_for_sibcall PARAMS ((tree));
137
138extern rtx ia64_return_addr_rtx PARAMS ((HOST_WIDE_INT, rtx));
139extern void ia64_split_return_addr_rtx PARAMS ((rtx));
140
138#ifdef SDATA_SECTION_ASM_OP
139extern void sdata_section PARAMS ((void));
140#endif
141
142#ifdef SBSS_SECTION_ASM_OP
143extern void sbss_section PARAMS ((void));
144#endif
145
146#ifdef ARGS_SIZE_RTX
147/* expr.h defines ARGS_SIZE_RTX and `enum direction'. */
148extern enum direction ia64_hpux_function_arg_padding PARAMS ((enum machine_mode, tree));
149#endif /* ARGS_SIZE_RTX */
150
151#ifdef GCC_C_PRAGMA_H
152extern void ia64_hpux_handle_builtin_pragma PARAMS ((cpp_reader *));
153#endif
154
155extern void ia64_hpux_asm_file_end PARAMS ((FILE *));
141#ifdef SDATA_SECTION_ASM_OP
142extern void sdata_section PARAMS ((void));
143#endif
144
145#ifdef SBSS_SECTION_ASM_OP
146extern void sbss_section PARAMS ((void));
147#endif
148
149#ifdef ARGS_SIZE_RTX
150/* expr.h defines ARGS_SIZE_RTX and `enum direction'. */
151extern enum direction ia64_hpux_function_arg_padding PARAMS ((enum machine_mode, tree));
152#endif /* ARGS_SIZE_RTX */
153
154#ifdef GCC_C_PRAGMA_H
155extern void ia64_hpux_handle_builtin_pragma PARAMS ((cpp_reader *));
156#endif
157
158extern void ia64_hpux_asm_file_end PARAMS ((FILE *));