From e429799c5e286cd0b40316a902f731bc4c8d690d Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 6 Dec 2015 11:55:27 +0100 Subject: [PATCH] gcc50: Very minor updates to three man pages Now that gcc 5.3 has been officially released, the new man pages are available (they are not present in the repository). --- contrib/gcc-5.0/README.DRAGONFLY | 8 ++++---- gnu/usr.bin/cc50/drivers/cc/gcc.1 | 23 ++++++++++++----------- gnu/usr.bin/cc50/drivers/cpp/cpp.1 | 2 +- gnu/usr.bin/cc50/drivers/gcov/gcov.1 | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/contrib/gcc-5.0/README.DRAGONFLY b/contrib/gcc-5.0/README.DRAGONFLY index 69e8f3343d..8a3253bc9b 100644 --- a/contrib/gcc-5.0/README.DRAGONFLY +++ b/contrib/gcc-5.0/README.DRAGONFLY @@ -4,10 +4,10 @@ GCC-5.1.1 RELEASE Original source of man pages can be downloaded from: http://ftp.gnu.org/gnu/gcc -file = gcc-5.2.0.tar.bz2 -date = 16 July 2015 -size = 95221552 -sha1 = fe3f5390949d47054b613edc36c557eb1d51c18e +file = gcc-5.3.0.tar.bz2 +date = 4 December 2015 +size = 95441837 +sha1 = 0612270b103941da08376df4d0ef4e5662a2e9eb The source files are pulled directly from GCC's Subversion repository. See LAST_UPDATED for SVN revision diff --git a/gnu/usr.bin/cc50/drivers/cc/gcc.1 b/gnu/usr.bin/cc50/drivers/cc/gcc.1 index c56451f7a4..d58e7c5b6a 100644 --- a/gnu/usr.bin/cc50/drivers/cc/gcc.1 +++ b/gnu/usr.bin/cc50/drivers/cc/gcc.1 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "GCC 1" -.TH GCC 1 "2015-07-16" "gcc-5.2.0" "GNU" +.TH GCC 1 "2015-12-04" "gcc-5.3.0" "GNU" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -5103,23 +5103,24 @@ many times it is given. This is mainly intended to be used with Enable AddressSanitizer, a fast memory error detector. Memory access instructions are instrumented to detect out-of-bounds and use-after-free bugs. -See <\fBhttp://code.google.com/p/address\-sanitizer/\fR> for +See <\fBhttps://github.com/google/sanitizers/wiki/AddressSanitizer\fR> for more details. The run-time behavior can be influenced using the -\&\fB\s-1ASAN_OPTIONS\s0\fR environment variable; see -<\fBhttps://code.google.com/p/address\-sanitizer/wiki/Flags#Run\-time_flags\fR> for -a list of supported options. +\&\fB\s-1ASAN_OPTIONS\s0\fR environment variable. When set to \f(CW\*(C`help=1\*(C'\fR, +the available options are shown at startup of the instrumended program. See +<\fBhttps://github.com/google/sanitizers/wiki/AddressSanitizerFlags#run\-time\-flags\fR> +for a list of supported options. .IP "\fB\-fsanitize=kernel\-address\fR" 4 .IX Item "-fsanitize=kernel-address" Enable AddressSanitizer for Linux kernel. -See <\fBhttp://code.google.com/p/address\-sanitizer/wiki/AddressSanitizerForKernel\fR> for more details. +See <\fBhttps://github.com/google/kasan/wiki\fR> for more details. .IP "\fB\-fsanitize=thread\fR" 4 .IX Item "-fsanitize=thread" Enable ThreadSanitizer, a fast data race detector. Memory access instructions are instrumented to detect -data race bugs. See <\fBhttp://code.google.com/p/thread\-sanitizer/\fR> for more +data race bugs. See <\fBhttps://github.com/google/sanitizers/wiki#threadsanitizer\fR> for more details. The run-time behavior can be influenced using the \fB\s-1TSAN_OPTIONS\s0\fR environment variable; see -<\fBhttps://code.google.com/p/thread\-sanitizer/wiki/Flags\fR> for a list of +<\fBhttps://github.com/google/sanitizers/wiki/ThreadSanitizerFlags\fR> for a list of supported options. .IP "\fB\-fsanitize=leak\fR" 4 .IX Item "-fsanitize=leak" @@ -5128,7 +5129,7 @@ This option only matters for linking of executables and if neither \&\fB\-fsanitize=address\fR nor \fB\-fsanitize=thread\fR is used. In that case the executable is linked against a library that overrides \f(CW\*(C`malloc\*(C'\fR and other allocator functions. See -<\fBhttps://code.google.com/p/address\-sanitizer/wiki/LeakSanitizer\fR> for more +<\fBhttps://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer\fR> for more details. The run-time behavior can be influenced using the \&\fB\s-1LSAN_OPTIONS\s0\fR environment variable. .IP "\fB\-fsanitize=undefined\fR" 4 @@ -19711,8 +19712,8 @@ in a performance loss, especially for floating-point code. .IX Item "-mno-user-mode" .PD Do not generate code that can only run in supervisor mode. This is relevant -only for the \f(CW\*(C`casa\*(C'\fR instruction emitted for the \s-1LEON3\s0 processor. The -default is \fB\-mno\-user\-mode\fR. +only for the \f(CW\*(C`casa\*(C'\fR instruction emitted for the \s-1LEON3\s0 processor. This +is the default. .IP "\fB\-mno\-faster\-structs\fR" 4 .IX Item "-mno-faster-structs" .PD 0 diff --git a/gnu/usr.bin/cc50/drivers/cpp/cpp.1 b/gnu/usr.bin/cc50/drivers/cpp/cpp.1 index 01bf9702b7..7296a51f77 100644 --- a/gnu/usr.bin/cc50/drivers/cpp/cpp.1 +++ b/gnu/usr.bin/cc50/drivers/cpp/cpp.1 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "CPP 1" -.TH CPP 1 "2015-07-16" "gcc-5.2.0" "GNU" +.TH CPP 1 "2015-12-04" "gcc-5.3.0" "GNU" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/gnu/usr.bin/cc50/drivers/gcov/gcov.1 b/gnu/usr.bin/cc50/drivers/gcov/gcov.1 index 01872fd99b..31f9420514 100644 --- a/gnu/usr.bin/cc50/drivers/gcov/gcov.1 +++ b/gnu/usr.bin/cc50/drivers/gcov/gcov.1 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "GCOV 1" -.TH GCOV 1 "2015-07-16" "gcc-5.2.0" "GNU" +.TH GCOV 1 "2015-12-04" "gcc-5.3.0" "GNU" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l -- 2.41.0