| Submitter | Gerald Pfeifer |
|---|---|
| Date | Feb. 6, 2011, 8:06 p.m. |
| Message ID | <alpine.LNX.2.00.1102062106030.8943@gerinyyl> |
| Download | mbox | patch |
| Permalink | /patch/82063/ |
| State | New |
| Headers | show |
Comments
Gerald Pfeifer <gerald@pfeifer.com> writes: > How about changing this to something like the following to make this > more explicit? > > Gerald > > Index: changes.html > =================================================================== > RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v > retrieving revision 1.104 > diff -u -r1.104 changes.html > --- changes.html 4 Feb 2011 17:09:23 -0000 1.104 > +++ changes.html 6 Feb 2011 20:06:06 -0000 > @@ -821,7 +821,8 @@ > <h4>New Features</h4> > <ul> > <li>Support symbol versioning with the Sun linker.</li> > - <li>Enable full ISO C99 support for C++ on Solaris 10+.</li> > + <li>Allow libstdc++ to leverage full ISO C99 support on > + Solaris 10+.</li> > <li>Support thread-local storage (TLS) with the Sun assembler on > Solaris 2/x86.</li> > <li>Support TLS on Solaris 8/9 if prerequisites are met.</li> Looks good, thanks. Rainer
Patch
Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.104 diff -u -r1.104 changes.html --- changes.html 4 Feb 2011 17:09:23 -0000 1.104 +++ changes.html 6 Feb 2011 20:06:06 -0000 @@ -821,7 +821,8 @@ <h4>New Features</h4> <ul> <li>Support symbol versioning with the Sun linker.</li> - <li>Enable full ISO C99 support for C++ on Solaris 10+.</li> + <li>Allow libstdc++ to leverage full ISO C99 support on + Solaris 10+.</li> <li>Support thread-local storage (TLS) with the Sun assembler on Solaris 2/x86.</li> <li>Support TLS on Solaris 8/9 if prerequisites are met.</li>