From: Matt Kraai Date: Fri, 16 May 2003 00:53:37 +0000 (+0000) Subject: sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast g_switch_value to unsigned HOST_WIDE_INT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1fefa090bce9d5d6effe6001e14ea89b179b3f9;p=gcc.git sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast g_switch_value to unsigned HOST_WIDE_INT. * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast g_switch_value to unsigned HOST_WIDE_INT. From-SVN: r66852 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a5ab0724b44..413e8272011 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -85,6 +85,11 @@ * doc/bugreport.texi: Remove most of the bug reporting instructions and merge them into bugs.html. +2003-05-14 Matt Kraai + + * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast + g_switch_value to unsigned HOST_WIDE_INT. + 2003-05-14 Eric Christopher * combine.c: Fix header comments.