From: H.J. Lu Date: Thu, 6 May 2010 13:03:12 +0000 (+0000) Subject: Add argument kind to lto_handle_option. X-Git-Tag: releases/gcc-4.6.0~7459 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afa83c1559cb514cdb4e45e584f6e35b641b83a4;p=thirdparty%2Fgcc.git Add argument kind to lto_handle_option. 2010-05-06 H.J. Lu * lto-lang.c (lto_handle_option): Add argument kind. From-SVN: r159105 --- diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 304bf6e514dc..0ff52228a8e3 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2010-05-06 H.J. Lu + + * lto-lang.c (lto_handle_option): Add argument kind. + 2010-05-05 Jan Hubicka * lto.c (lto_promote_cross_file_statics): Compute boundary based on refs. diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 8c4b254fc6bd..4c9072153acd 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -616,7 +616,8 @@ lto_init_options (unsigned int argc ATTRIBUTE_UNUSED, const char *resolution_file_name; static int -lto_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED) +lto_handle_option (size_t scode, const char *arg, + int value ATTRIBUTE_UNUSED, int kind ATTRIBUTE_UNUSED) { enum opt_code code = (enum opt_code) scode; int result = 1;