PING: PATCH: Mention --enable-default-pie in gcc-6/changes.html

2015-08-25 Thread H.J. Lu
On Thu, May 28, 2015 at 6:49 AM, H.J. Lu hjl.to...@gmail.com wrote:
 OK to install?

 H.J.
 ---
 Index: gcc-6/changes.html
 ===
 RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
 retrieving revision 1.10
 diff -u -p -r1.10 changes.html
 --- gcc-6/changes.html  26 May 2015 10:12:08 -  1.10
 +++ gcc-6/changes.html  28 May 2015 13:49:00 -
 @@ -140,8 +140,12 @@ enum {


  !-- .. --
 -!-- h2Other significant improvements/h2 --
 +h2Other significant improvements/h2

 +  ul
 +liAdded code--enable-default-pie/code configure option to
 +   generate PIE by default./li
 +  /ul

  /body
  /html

PING.

-- 
H.J.


Re: PING: PATCH: Mention --enable-default-pie in gcc-6/changes.html

2015-08-25 Thread Gerald Pfeifer
On Tue, 25 Aug 2015, H.J. Lu wrote:
 +liAdded code--enable-default-pie/code configure option to
 +   generate PIE by default./li
 +  /ul
 PING.

How about something more like The ... configure option enables
generation of PIE by default?  That feels more consistent with
the rest of the page.

Okay with that change.

Gerald


PATCH: Mention --enable-default-pie in gcc-6/changes.html

2015-05-28 Thread H.J. Lu
OK to install?

H.J.
---
Index: gcc-6/changes.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.10
diff -u -p -r1.10 changes.html
--- gcc-6/changes.html  26 May 2015 10:12:08 -  1.10
+++ gcc-6/changes.html  28 May 2015 13:49:00 -
@@ -140,8 +140,12 @@ enum {
 
 
 !-- .. --
-!-- h2Other significant improvements/h2 --
+h2Other significant improvements/h2
 
+  ul
+liAdded code--enable-default-pie/code configure option to
+   generate PIE by default./li
+  /ul
 
 /body
 /html