-
- Downloads
Rename asm_out_file function arguments.
As preparation for a new global object that will encapsulate asm_out_file, we would need to live with a macro that will define asm_out_file as casm->out_file and thus the name can't be used in function arguments. gcc/ChangeLog: * config/arm/arm.c (arm_unwind_emit_sequence): Do not declare already declared global variable. (arm_unwind_emit_set): Use out_file as function argument. (arm_unwind_emit): Likewise. * config/darwin.c (machopic_output_data_section_indirection): Likewise. (machopic_output_stub_indirection): Likewise. (machopic_output_indirection): Likewise. (machopic_finish): Likewise. * config/i386/i386.c (ix86_asm_output_function_label): Likewise. * config/i386/winnt.c (i386_pe_seh_unwind_emit): Likewise. * config/ia64/ia64.c (process_epilogue): Likewise. (process_cfa_adjust_cfa): Likewise. (process_cfa_register): Likewise. (process_cfa_offset): Likewise. (ia64_asm_unwind_emit): Likewise. * config/s390/s390.c (s390_asm_output_function_label): Likewise.
Showing
- gcc/config/arm/arm.c 22 additions, 24 deletionsgcc/config/arm/arm.c
- gcc/config/darwin.c 17 additions, 17 deletionsgcc/config/darwin.c
- gcc/config/i386/i386.c 6 additions, 6 deletionsgcc/config/i386/i386.c
- gcc/config/i386/winnt.c 6 additions, 6 deletionsgcc/config/i386/winnt.c
- gcc/config/ia64/ia64.c 32 additions, 32 deletionsgcc/config/ia64/ia64.c
- gcc/config/s390/s390.c 23 additions, 23 deletionsgcc/config/s390/s390.c
Loading
Please register or sign in to comment