aboutsummaryrefslogtreecommitdiff
path: root/5.1.0
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-19 17:35:54 +0000
committerMike Frysinger <vapier@gentoo.org>2015-10-19 17:35:54 +0000
commit30ff887f9f11644387919c2b2782c891c7767c47 (patch)
tree7e73a60cea05021148eed753a3fa0b8ce66de9e7 /5.1.0
parentclean up gcc doc patch -- tweak grammar, fix spacing, and make sure it applie... (diff)
downloadgcc-patches-30ff887f9f11644387919c2b2782c891c7767c47.tar.gz
gcc-patches-30ff887f9f11644387919c2b2782c891c7767c47.tar.bz2
gcc-patches-30ff887f9f11644387919c2b2782c891c7767c47.zip
clean up typos/grammar issues and rebase patch to avoid fuzzing in gcc doc update
Diffstat (limited to '5.1.0')
-rw-r--r--5.1.0/pie/24_all_gcc49_invoke.texi.patch20
-rw-r--r--5.1.0/pie/README.history2
2 files changed, 12 insertions, 10 deletions
diff --git a/5.1.0/pie/24_all_gcc49_invoke.texi.patch b/5.1.0/pie/24_all_gcc49_invoke.texi.patch
index 856a4e5..cdda379 100644
--- a/5.1.0/pie/24_all_gcc49_invoke.texi.patch
+++ b/5.1.0/pie/24_all_gcc49_invoke.texi.patch
@@ -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.
+
diff --git a/5.1.0/pie/README.history b/5.1.0/pie/README.history
index fff983a..f0d0135 100644
--- a/5.1.0/pie/README.history
+++ b/5.1.0/pie/README.history
@@ -1,3 +1,5 @@
+0.6.5 [pending]
+ U 24_all_gcc49_invoke.texi.patch
0.6.4 29 Aug 2015
U 35_all_gcc51_config_arm.patch
U 40_all_gcc49_config_esp.patch