diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-04-29 06:31:10 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-04-29 06:31:10 +0000 |
commit | 74ca33936f5a1c543a71033f32d59b8d2e0957a4 (patch) | |
tree | 534cdb9e47b9745575eb53b63175371222f52150 /gcc | |
parent | da7f26979ced4cd1f54e92aa353c00a85af93dc7 (diff) | |
download | gcc-74ca33936f5a1c543a71033f32d59b8d2e0957a4.zip gcc-74ca33936f5a1c543a71033f32d59b8d2e0957a4.tar.gz gcc-74ca33936f5a1c543a71033f32d59b8d2e0957a4.tar.bz2 |
Fix long lines
From-SVN: r158853
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f36d5ed..bca2414 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,6 @@ 2010-04-28 Mike Stump <mikestump@comcast.net> - * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for - now. + * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now. 2010-04-28 Eric Botcazou <ebotcazou@adacore.com> @@ -947,9 +946,9 @@ (input_overwrite_node): Input new flags. * passes.c (ipa_write_summaries): Do not call lto_new_extern_inline_states. - * lto-section-out.c (forced_extern_inline, lto_new_extern_inline_states, - lto_delete_extern_inline_states, lto_force_functions_extern_inline, - lto_forced_extern_inline_p): Kill. + * lto-section-out.c (forced_extern_inline, + lto_new_extern_inline_states lto_delete_extern_inline_states, + lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill. * lto-streamer.h (lto_new_extern_inline_states, * lto_delete_extern_inline_states, lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill. @@ -1527,7 +1526,7 @@ * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define. (double_int_not, double_int_lshift, double_int_rshift): Declare. (double_int_negative_p): Convert to static inline function. - * double-int.c (double_int_lshift, double_int_lshift): Add new function. + * double-int.c (double_int_lshift, double_int_lshift): New functions. (double_int_negative_p): Remove. * tree.h (lshift_double, rshift_double): * tree.c (build_low_bits_mask): Clean up, use double_int_* functions. @@ -5414,7 +5413,8 @@ (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise. (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise. - * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument types. + * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument + types. * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Fix argument types. |