vapier      15/10/19 17:35:54

  Modified:             24_all_gcc49_invoke.texi.patch README.history
  Log:
  clean up typos/grammar issues and rebase patch to avoid fuzzing in gcc doc 
update

Revision  Changes    Path
1.2                  src/patchsets/gcc/4.9.0/pie/24_all_gcc49_invoke.texi.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/pie/24_all_gcc49_invoke.texi.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/pie/24_all_gcc49_invoke.texi.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/pie/24_all_gcc49_invoke.texi.patch?r1=1.1&r2=1.2

Index: 24_all_gcc49_invoke.texi.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo/src/patchsets/gcc/4.9.0/pie/24_all_gcc49_invoke.texi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 24_all_gcc49_invoke.texi.patch      12 May 2014 14:16:55 -0000      1.1
+++ 24_all_gcc49_invoke.texi.patch      19 Oct 2015 17:35:54 -0000      1.2
@@ -9,20 +9,20 @@
  @opindex fstack-protector-all
  Like @option{-fstack-protector} except that all functions are protected.
  
-+NOTE: NOTE: When --enable-esp this option is enabled by default 
-+for C, C++, ObjC, ObjC++, if neither @option{-fno-stack-protector}, 
-+@option{-nostdlib}, @option{-ffreestanding}, @option{-fstack-protector}, 
-+@option{-fstack-protector-strong}or @option{-fstack-protector-all}are found.
++NOTE: When --enable-esp, this option is enabled by default
++for C, C++, ObjC, and ObjC++ if neither @option{-fno-stack-protector},
++@option{-nostdlib}, @option{-ffreestanding}, @option{-fstack-protector},
++@option{-fstack-protector-strong} or @option{-fstack-protector-all} are found.
 +
  @item -fstack-protector-strong
  @opindex fstack-protector-strong
  Like @option{-fstack-protector} but includes additional functions to
 @@ -7960,6 +7965,12 @@
- that were used to generate code (@option{-fpie}, @option{-fPIE},
- or model suboptions) when you specify this option.
+ used for compilation (@option{-fpie}, @option{-fPIE},
+ or model suboptions) when you specify this linker option.
  
-+NOTE: When --enable-esp this option is enabled by default
-+for C, C++, ObjC, ObjC++, if neither @option{-fno-pie} or @option{-fno-PIE}
++NOTE: When --enable-esp, this option is enabled by default
++for C, C++, ObjC, and ObjC++ if neither @option{-fno-pie} or @option{-fno-PIE}
 +or @option{-fno-pic} or @option{-fno-PIC} or @option{-nostdlib} or
 +@option{-nostartfiles} or @option{-shared} or @option{-pg} or @option{-p}
 +are found.
@@ -34,8 +34,8 @@
  @code{__pie__} and @code{__PIE__}.  The macros have the value 1
  for @option{-fpie} and 2 for @option{-fPIE}.
  
-+NOTE: When --enable-esp this option is enabled by default
-+for C, C++, ObjC, ObjC++, if neither @option{-fno-pie} or @option{-fno-PIE}
++NOTE: When --enable-esp, this option is enabled by default
++for C, C++, ObjC, and ObjC++ if neither @option{-fno-pie} or @option{-fno-PIE}
 +or @option{-fno-pic} or @option{-fno-PIC} or @option{-nostdlib} or
 +@option{-nostartfiles} or @option{-shared} are found.
 +



1.3                  src/patchsets/gcc/4.9.0/pie/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/pie/README.history?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/pie/README.history?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.0/pie/README.history?r1=1.2&r2=1.3

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.0/pie/README.history,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.history      18 May 2014 07:44:42 -0000      1.2
+++ README.history      19 Oct 2015 17:35:54 -0000      1.3
@@ -1,3 +1,5 @@
+0.6.1          [pending]
+               U 24_all_gcc49_invoke.texi.patch
 0.6.0          12 May 2014
                + 01_all_gcc49_configure.patch
                - 01_all_gcc48_configure.patch




Reply via email to