-
- Downloads
flags.h (g_switch_value): Change to an unsigned HOST_WIDE_INT.
* flags.h (g_switch_value): Change to an unsigned HOST_WIDE_INT. * toplev.c (g_switch_value): Likewise. * config/alpha/alpha.c (small_symbolic_operand): Remove g_switch_value cast. (alpha_in_small_data_p): Cast size to an unsigned HOST_WIDE_INT. * config/frv/frv.c (frv_in_small_data_p): Cast size to an unsigned HOST_WIDE_INT. * config/frv/frv.h (g_switch_value, g_switch_set): Remove. (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set. * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an unsigned HOST_WIDE_INT. (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED. * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove. (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value. * config/rs6000/rs6000.c (rs6000_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED. (small_data_operand): Cast summand to unsigned HOST_WIDE_INT. (rs6000_elf_in_small_data_p): Cast size to unsigned HOST_WIDE_INT. * config/rs6000/sysv4.h (g_switch_value, g_switch_set): Remove. (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and g_switch_set. (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove g_switch_value cast. From-SVN: r66945
Showing
- gcc/ChangeLog 34 additions, 0 deletionsgcc/ChangeLog
- gcc/config/alpha/alpha.c 2 additions, 2 deletionsgcc/config/alpha/alpha.c
- gcc/config/frv/frv.c 1 addition, 1 deletiongcc/config/frv/frv.c
- gcc/config/frv/frv.h 2 additions, 3 deletionsgcc/config/frv/frv.h
- gcc/config/m32r/m32r.c 3 additions, 2 deletionsgcc/config/m32r/m32r.c
- gcc/config/m32r/m32r.h 2 additions, 3 deletionsgcc/config/m32r/m32r.h
- gcc/config/rs6000/rs6000.c 4 additions, 3 deletionsgcc/config/rs6000/rs6000.c
- gcc/config/rs6000/sysv4.h 6 additions, 6 deletionsgcc/config/rs6000/sysv4.h
- gcc/flags.h 1 addition, 1 deletiongcc/flags.h
- gcc/toplev.c 1 addition, 1 deletiongcc/toplev.c
Loading
Please register or sign in to comment