]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add argument kind to lto_handle_option.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 6 May 2010 13:03:12 +0000 (13:03 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 6 May 2010 13:03:12 +0000 (06:03 -0700)
2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>

* lto-lang.c (lto_handle_option): Add argument kind.

From-SVN: r159105

gcc/lto/ChangeLog
gcc/lto/lto-lang.c

index 304bf6e514dca982aaa08bc8919f76dd1d2b0ac9..0ff52228a8e34c5db56e6ef549cb4db0f3fcc48d 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lto-lang.c (lto_handle_option): Add argument kind.
+
 2010-05-05  Jan Hubicka  <jh@suse.cz>
 
        * lto.c (lto_promote_cross_file_statics): Compute boundary based on refs.
index 8c4b254fc6bd52fba8b049def7e0023806a35c43..4c9072153acdd6d0783bca7da6be530f428aace8 100644 (file)
@@ -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;