From: Aldy Hernandez Date: Thu, 19 Oct 2017 07:51:54 +0000 (+0000) Subject: Update my last ChangeLog entry to properly specify overloaded functions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf64af861f869cf40217a1d45eb0ba9f7add7d37;p=gcc.git Update my last ChangeLog entry to properly specify overloaded functions. From-SVN: r253880 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e60a49f99cc..7f5b9f4df87 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -24,10 +24,10 @@ 2017-10-18 Aldy Hernandez - * wide-int.cc (debug) [const wide_int &]: New. - (debug) [const wide_int *]: New. - (debug) [const widest_int &]: New. - (debug) [const widest_int *]: New. + * wide-int.cc (debug (const wide_int &)): New. + (debug (const wide_int *)): New. + (debug (const widest_int &)): New. + (debug (const widest_int *)): New. 2017-10-18 Vladimir Makarov