From 3be2f219ac7d91186508ecd1a8791842eefa1764 Mon Sep 17 00:00:00 2001 From: kraai Date: Mon, 19 May 2003 00:31:10 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66945 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index c58b5e6a391..4050517d379 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -586,7 +586,7 @@ extern int frame_pointer_needed; extern int flag_trapv; /* Value of the -G xx switch, and whether it was passed or not. */ -extern int g_switch_value; +extern unsigned HOST_WIDE_INT g_switch_value; extern int g_switch_set; /* Values of the -falign-* flags: how much to align labels in code. -- cgit v1.2.1