diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-19 17:35:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-19 17:35:54 +0000 |
commit | 30ff887f9f11644387919c2b2782c891c7767c47 (patch) | |
tree | 7e73a60cea05021148eed753a3fa0b8ce66de9e7 /4.9.0 | |
parent | clean up gcc doc patch -- tweak grammar, fix spacing, and make sure it applie... (diff) | |
download | gcc-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 '4.9.0')
-rw-r--r-- | 4.9.0/pie/24_all_gcc49_invoke.texi.patch | 20 | ||||
-rw-r--r-- | 4.9.0/pie/README.history | 2 |
2 files changed, 12 insertions, 10 deletions
diff --git a/4.9.0/pie/24_all_gcc49_invoke.texi.patch b/4.9.0/pie/24_all_gcc49_invoke.texi.patch index 856a4e5..cdda379 100644 --- a/4.9.0/pie/24_all_gcc49_invoke.texi.patch +++ b/4.9.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/4.9.0/pie/README.history b/4.9.0/pie/README.history index 307b750..7652317 100644 --- a/4.9.0/pie/README.history +++ b/4.9.0/pie/README.history @@ -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 |