From: John David Anglin Date: Tue, 22 Jun 2010 13:06:40 +0000 (+0000) Subject: Add missing '*'. X-Git-Tag: releases/gcc-4.4.5~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa01de23336bae797303c6438aa24c34f0dafc1;p=thirdparty%2Fgcc.git Add missing '*'. From-SVN: r161177 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 499e1e57e752..b96a52292833 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,7 @@ 2010-06-21 John David Anglin PR target/39690 - config/pa/pa.c (override_options): Disable + * config/pa/pa.c (override_options): Disable -freorder-blocks-and-partition. 2010-06-21 Jakub Jelinek