Re: [wwwdocs] gcc-4.9/changes.html: Mention that LTO now generates slim objects

2014-06-28 Thread Gerald Pfeifer
On Fri, 21 Mar 2014, Tobias Burnus wrote: > Thanks for the suggestions - updated patch below. Here are two small tweaks I just committed on top of this. Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v

Re: [wwwdocs] gcc-4.9/changes.html: Mention that LTO now generates slim objects

2014-03-21 Thread Jan Hubicka
> This patch mentions that -flto now generates slim objects. That's especially > relevant for static libraries as one can there run into surprises, if one > does not know about gcc-ar. > > OK - or do you have a better suggestion? > > Tobias > > > --- changes.html8 Mar 2014 20:45:54 -000

Re: [wwwdocs] gcc-4.9/changes.html: Mention that LTO now generates slim objects

2014-03-21 Thread Richard Biener
On Fri, 21 Mar 2014, Tobias Burnus wrote: > On Fri, Mar 21, 2014 at 10:40:26AM +0100, Richard Biener wrote: > > On Fri, 21 Mar 2014, Tobias Burnus wrote: > > > This patch mentions that -flto now generates slim objects. That's > > > especially > > > relevant for static libraries as one can there r

Re: [wwwdocs] gcc-4.9/changes.html: Mention that LTO now generates slim objects

2014-03-21 Thread Tobias Burnus
On Fri, Mar 21, 2014 at 10:40:26AM +0100, Richard Biener wrote: > On Fri, 21 Mar 2014, Tobias Burnus wrote: > > This patch mentions that -flto now generates slim objects. That's especially > > relevant for static libraries as one can there run into surprises, if one > > does not know about gcc-ar.

Re: [wwwdocs] gcc-4.9/changes.html: Mention that LTO now generates slim objects

2014-03-21 Thread Richard Biener
On Fri, 21 Mar 2014, Tobias Burnus wrote: > This patch mentions that -flto now generates slim objects. That's especially > relevant for static libraries as one can there run into surprises, if one > does not know about gcc-ar. > > OK - or do you have a better suggestion? Please adjust slightly t

[wwwdocs] gcc-4.9/changes.html: Mention that LTO now generates slim objects

2014-03-21 Thread Tobias Burnus
This patch mentions that -flto now generates slim objects. That's especially relevant for static libraries as one can there run into surprises, if one does not know about gcc-ar. OK - or do you have a better suggestion? Tobias --- changes.html8 Mar 2014 20:45:54 - 1.63 +++ cha