From: Eric Botcazou Date: Sat, 16 Aug 2008 18:49:51 +0000 (+0000) Subject: Fix long lines. X-Git-Tag: releases/gcc-4.4.0~3115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12f89f6c6097964b3d11c10337a19dfda2d7c45d;p=thirdparty%2Fgcc.git Fix long lines. From-SVN: r139160 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 14abbe489ace..e7da3466e72f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -2,9 +2,9 @@ PR ada/20548 * gcc-interface/decl.c (gnat_to_gnu_entity): Use DECL_SIZE_UNIT in the - setjmp test consistently. Adjust for new behaviour of flag_stack_check. + setjmp test consistently. Adjust for new behavior of flag_stack_check. * gcc-interface/utils2.c (build_call_alloc_dealloc): Remove redundant - test of flag_stack_check. Adjust for new behaviour of flag_stack_check. + test of flag_stack_check. Adjust for new behavior of flag_stack_check. 2008-08-13 Samuel Tardieu