https://gcc.gnu.org/g:c53c1ce78e2bdcefd7a08fd63ff8d092f4b309ed

commit r16-6877-gc53c1ce78e2bdcefd7a08fd63ff8d092f4b309ed
Author: Sandra Loosemore <[email protected]>
Date:   Sat Jan 17 20:45:45 2026 +0000

    doc: make regenerate-opt-urls
    
    Mechanical update to reflect recent batch of commits to clean up options
    documentation.
    
    gcc/ChangeLog
            * config/darwin.opt.urls: Regenerated.
            * config/dragonfly.opt.urls: Regenerated.
            * config/freebsd.opt.urls: Regenerated.
            * config/gnu-user.opt.urls: Regenerated.
            * config/hpux11.opt.urls: Regenerated.
            * config/i386/cygwin.opt.urls: Regenerated.
            * config/i386/i386.opt.urls: Regenerated.
            * config/mingw/mingw.opt.urls: Regenerated.
            * config/nds32/nds32.opt.urls: Regenerated.
            * config/netbsd.opt.urls: Regenerated.
            * config/nvptx/nvptx.opt.urls: Regenerated.
            * config/openbsd.opt.urls: Regenerated.
            * config/pru/pru.opt.urls: Regenerated.
            * config/riscv/riscv.opt.urls: Regenerated.
            * config/rl78/rl78.opt.urls: Regenerated.
            * config/rs6000/aix64.opt.urls: Regenerated.
            * config/rs6000/rs6000.opt.urls: Regenerated.
            * config/rs6000/sysv4.opt.urls: Regenerated.
            * config/rtems.opt.urls: Regenerated.
            * config/rx/rx.opt.urls: Regenerated.
            * config/s390/s390.opt.urls: Regenerated.
            * config/s390/tpf.opt.urls: Regenerated.
            * config/sh/sh.opt.urls: Regenerated.
            * config/sol2.opt.urls: Regenerated.
            * config/sparc/sparc.opt.urls: Regenerated.
            * config/v850/v850.opt.urls: Regenerated.
            * config/vax/vax.opt.urls: Regenerated.
            * config/vxworks.opt.urls: Regenerated.

Diff:
---
 gcc/config/darwin.opt.urls        |  1 +
 gcc/config/dragonfly.opt.urls     |  1 +
 gcc/config/freebsd.opt.urls       |  1 +
 gcc/config/gnu-user.opt.urls      |  1 +
 gcc/config/hpux11.opt.urls        |  1 +
 gcc/config/i386/cygwin.opt.urls   |  1 +
 gcc/config/i386/i386.opt.urls     | 34 +++++++++++++-----
 gcc/config/mingw/mingw.opt.urls   |  1 +
 gcc/config/nds32/nds32.opt.urls   | 74 +++++++++++++++++++++++++++++++++++----
 gcc/config/netbsd.opt.urls        |  1 +
 gcc/config/nvptx/nvptx.opt.urls   |  2 +-
 gcc/config/openbsd.opt.urls       |  1 +
 gcc/config/pru/pru.opt.urls       |  2 +-
 gcc/config/riscv/riscv.opt.urls   |  4 +--
 gcc/config/rl78/rl78.opt.urls     |  6 +++-
 gcc/config/rs6000/aix64.opt.urls  |  1 +
 gcc/config/rs6000/rs6000.opt.urls |  9 +++++
 gcc/config/rs6000/sysv4.opt.urls  |  6 ----
 gcc/config/rtems.opt.urls         |  1 +
 gcc/config/rx/rx.opt.urls         |  9 ++---
 gcc/config/s390/s390.opt.urls     | 47 ++++++++++++++++++++-----
 gcc/config/s390/tpf.opt.urls      |  3 ++
 gcc/config/sh/sh.opt.urls         | 11 +++---
 gcc/config/sol2.opt.urls          |  1 +
 gcc/config/sparc/sparc.opt.urls   |  6 ++++
 gcc/config/v850/v850.opt.urls     | 11 ++++--
 gcc/config/vax/vax.opt.urls       |  8 ++++-
 gcc/config/vxworks.opt.urls       |  3 ++
 28 files changed, 200 insertions(+), 47 deletions(-)

diff --git a/gcc/config/darwin.opt.urls b/gcc/config/darwin.opt.urls
index a3da8d2cbc4e..57f24c547e4c 100644
--- a/gcc/config/darwin.opt.urls
+++ b/gcc/config/darwin.opt.urls
@@ -153,6 +153,7 @@ UrlSuffix(gcc/Darwin-Options.html#index-pagezero_005fsize)
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
 rdynamic
 UrlSuffix(gcc/Link-Options.html#index-rdynamic)
diff --git a/gcc/config/dragonfly.opt.urls b/gcc/config/dragonfly.opt.urls
index 7b31d4eb866c..1432585acfee 100644
--- a/gcc/config/dragonfly.opt.urls
+++ b/gcc/config/dragonfly.opt.urls
@@ -6,6 +6,7 @@ UrlSuffix(gcc/Instrumentation-Options.html#index-profile)
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
 rdynamic
 UrlSuffix(gcc/Link-Options.html#index-rdynamic)
diff --git a/gcc/config/freebsd.opt.urls b/gcc/config/freebsd.opt.urls
index 64cc06ffaf00..5013ad647cd3 100644
--- a/gcc/config/freebsd.opt.urls
+++ b/gcc/config/freebsd.opt.urls
@@ -6,6 +6,7 @@ UrlSuffix(gcc/Instrumentation-Options.html#index-profile)
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
 rdynamic
 UrlSuffix(gcc/Link-Options.html#index-rdynamic)
diff --git a/gcc/config/gnu-user.opt.urls b/gcc/config/gnu-user.opt.urls
index 7707ed57648d..89267736a4c8 100644
--- a/gcc/config/gnu-user.opt.urls
+++ b/gcc/config/gnu-user.opt.urls
@@ -6,6 +6,7 @@ UrlSuffix(gcc/Instrumentation-Options.html#index-profile)
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
 rdynamic
 UrlSuffix(gcc/Link-Options.html#index-rdynamic)
diff --git a/gcc/config/hpux11.opt.urls b/gcc/config/hpux11.opt.urls
index 84fef2e7919d..3729f1db5476 100644
--- a/gcc/config/hpux11.opt.urls
+++ b/gcc/config/hpux11.opt.urls
@@ -3,4 +3,5 @@
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
diff --git a/gcc/config/i386/cygwin.opt.urls b/gcc/config/i386/cygwin.opt.urls
index c484efc6fd98..e6b25aa2d8c0 100644
--- a/gcc/config/i386/cygwin.opt.urls
+++ b/gcc/config/i386/cygwin.opt.urls
@@ -3,4 +3,5 @@
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
diff --git a/gcc/config/i386/i386.opt.urls b/gcc/config/i386/i386.opt.urls
index 909bb898db80..3234ec5234f9 100644
--- a/gcc/config/i386/i386.opt.urls
+++ b/gcc/config/i386/i386.opt.urls
@@ -24,6 +24,8 @@ 
UrlSuffix(gcc/x86-Options.html#index-maccumulate-outgoing-args-1)
 malign-double
 UrlSuffix(gcc/x86-Options.html#index-malign-double)
 
+; skipping UrlSuffix for 'malign-functions=' due to finding no URLs
+
 ; skipping UrlSuffix for 'malign-loops=' due to finding no URLs
 
 malign-stringops
@@ -33,7 +35,7 @@ malign-data=
 UrlSuffix(gcc/x86-Options.html#index-malign-data-1)
 
 march=
-UrlSuffix(gcc/x86-Options.html#index-march-14)
+UrlSuffix(gcc/x86-Options.html#index-march-13)
 
 ; skipping UrlSuffix for 'mbranch-cost=' due to finding no URLs
 
@@ -43,8 +45,7 @@ UrlSuffix(gcc/x86-Options.html#index-mlarge-data-threshold)
 mcmodel=
 UrlSuffix(gcc/x86-Options.html#index-mcmodel_003d-7)
 
-mcpu=
-UrlSuffix(gcc/x86-Options.html#index-mcpu-14)
+; skipping UrlSuffix for 'mcpu=' due to finding no URLs
 
 mfancy-math-387
 UrlSuffix(gcc/x86-Options.html#index-mfancy-math-387)
@@ -128,6 +129,9 @@ UrlSuffix(gcc/x86-Options.html#index-msseregparm)
 mstackrealign
 UrlSuffix(gcc/x86-Options.html#index-mstackrealign)
 
+mstack-arg-probe
+UrlSuffix(gcc/x86-Options.html#index-mstack-arg-probe)
+
 ; skipping UrlSuffix for 'mstringop-strategy=' due to finding no URLs
 
 mtls-dialect=
@@ -149,7 +153,7 @@ miamcu
 UrlSuffix(gcc/x86-Options.html#index-miamcu)
 
 mabi=
-UrlSuffix(gcc/x86-Options.html#index-mabi-7)
+UrlSuffix(gcc/x86-Options.html#index-mabi-8)
 
 mcall-ms2sysv-xlogues
 UrlSuffix(gcc/x86-Options.html#index-mcall-ms2sysv-xlogues)
@@ -172,6 +176,12 @@ UrlSuffix(gcc/x86-Options.html#index-mcld)
 mvzeroupper
 UrlSuffix(gcc/x86-Options.html#index-mvzeroupper)
 
+mstv
+UrlSuffix(gcc/x86-Options.html#index-mstv)
+
+mdispatch-scheduler
+UrlSuffix(gcc/x86-Options.html#index-mdispatch-scheduler)
+
 mprefer-avx128
 UrlSuffix(gcc/x86-Options.html#index-mprefer-avx128)
 
@@ -401,13 +411,13 @@ mf16c
 UrlSuffix(gcc/x86-Options.html#index-mf16c)
 
 mfentry
-UrlSuffix(gcc/x86-Options.html#index-mfentry)
+UrlSuffix(gcc/x86-Options.html#index-mfentry-1)
 
 mrecord-mcount
-UrlSuffix(gcc/x86-Options.html#index-mrecord-mcount)
+UrlSuffix(gcc/x86-Options.html#index-mrecord-mcount-1)
 
 mnop-mcount
-UrlSuffix(gcc/x86-Options.html#index-mnop-mcount)
+UrlSuffix(gcc/x86-Options.html#index-mnop-mcount-1)
 
 mfentry-name=
 UrlSuffix(gcc/x86-Options.html#index-mfentry-name)
@@ -467,10 +477,10 @@ mforce-indirect-call
 UrlSuffix(gcc/x86-Options.html#index-mforce-indirect-call)
 
 mindirect-branch=
-UrlSuffix(gcc/x86-Options.html#index-mindirect-branch)
+UrlSuffix(gcc/x86-Options.html#index-mindirect-branch-1)
 
 mfunction-return=
-UrlSuffix(gcc/x86-Options.html#index-mfunction-return)
+UrlSuffix(gcc/x86-Options.html#index-mfunction-return-1)
 
 mindirect-branch-cs-prefix
 UrlSuffix(gcc/x86-Options.html#index-mindirect-branch-cs-prefix)
@@ -586,6 +596,12 @@ UrlSuffix(gcc/x86-Options.html#index-msha512)
 msm4
 UrlSuffix(gcc/x86-Options.html#index-msm4)
 
+mgather
+UrlSuffix(gcc/x86-Options.html#index-mgather)
+
+mscatter
+UrlSuffix(gcc/x86-Options.html#index-mscatter)
+
 mapxf
 UrlSuffix(gcc/x86-Options.html#index-mapxf)
 
diff --git a/gcc/config/mingw/mingw.opt.urls b/gcc/config/mingw/mingw.opt.urls
index 40fb086606b2..b99845c31f44 100644
--- a/gcc/config/mingw/mingw.opt.urls
+++ b/gcc/config/mingw/mingw.opt.urls
@@ -6,6 +6,7 @@ UrlSuffix(gcc/Cygwin-and-MinGW-Options.html#index-mcrtdll)
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
 Wpedantic-ms-format
 UrlSuffix(gcc/Warning-Options.html#index-Wno-pedantic-ms-format)
diff --git a/gcc/config/nds32/nds32.opt.urls b/gcc/config/nds32/nds32.opt.urls
index 4349a25bf4f2..6f81b46161a3 100644
--- a/gcc/config/nds32/nds32.opt.urls
+++ b/gcc/config/nds32/nds32.opt.urls
@@ -1,10 +1,19 @@
 ; Autogenerated by regenerate-opt-urls.py from gcc/config/nds32/nds32.opt and 
generated HTML
 
-; skipping UrlSuffix for 'EB' due to finding no URLs
+EB
+UrlSuffix(gcc/NDS32-Options.html#index-EB-1)
 
-; skipping UrlSuffix for 'EL' due to finding no URLs
+EL
+UrlSuffix(gcc/NDS32-Options.html#index-EL-1)
 
-; skipping UrlSuffix for 'mabi=' due to finding no URLs
+mfp-as-gp
+UrlSuffix(gcc/NDS32-Options.html#index-mfp-as-gp)
+
+mno-fp-as-gp
+UrlSuffix(gcc/NDS32-Options.html#index-mno-fp-as-gp)
+
+mabi=
+UrlSuffix(gcc/NDS32-Options.html#index-mabi-4)
 
 mreduced-regs
 UrlSuffix(gcc/NDS32-Options.html#index-mreduced-regs)
@@ -12,6 +21,12 @@ UrlSuffix(gcc/NDS32-Options.html#index-mreduced-regs)
 mfull-regs
 UrlSuffix(gcc/NDS32-Options.html#index-mfull-regs)
 
+malways-align
+UrlSuffix(gcc/NDS32-Options.html#index-malways-align)
+
+malign-functions
+UrlSuffix(gcc/NDS32-Options.html#index-malign-functions)
+
 mbig-endian
 UrlSuffix(gcc/NDS32-Options.html#index-mbig-endian-8)
 
@@ -21,6 +36,9 @@ UrlSuffix(gcc/NDS32-Options.html#index-mlittle-endian-8)
 mcmov
 UrlSuffix(gcc/NDS32-Options.html#index-mcmov)
 
+mhw-abs
+UrlSuffix(gcc/NDS32-Options.html#index-mhw-abs)
+
 mext-perf
 UrlSuffix(gcc/NDS32-Options.html#index-mext-perf)
 
@@ -30,22 +48,44 @@ UrlSuffix(gcc/NDS32-Options.html#index-mext-perf2)
 mext-string
 UrlSuffix(gcc/NDS32-Options.html#index-mext-string)
 
+mext-dsp
+UrlSuffix(gcc/NDS32-Options.html#index-mext-dsp)
+
 mv3push
 UrlSuffix(gcc/NDS32-Options.html#index-mv3push)
 
 m16-bit
 UrlSuffix(gcc/NDS32-Options.html#index-m16-bit-1)
 
+mrelax-hint
+UrlSuffix(gcc/NDS32-Options.html#index-mrelax-hint)
+
+mvh
+UrlSuffix(gcc/NDS32-Options.html#index-mvh)
+
 misr-vector-size=
 UrlSuffix(gcc/NDS32-Options.html#index-misr-vector-size)
 
+misr-secure=
+UrlSuffix(gcc/NDS32-Options.html#index-misr-secure)
+
 mcache-block-size=
 UrlSuffix(gcc/NDS32-Options.html#index-mcache-block-size)
 
 march=
-UrlSuffix(gcc/NDS32-Options.html#index-march-10)
+UrlSuffix(gcc/NDS32-Options.html#index-march_003d-1)
+
+mcpu=
+UrlSuffix(gcc/NDS32-Options.html#index-mcpu_003d-4)
 
-; skipping UrlSuffix for 'mcpu=' due to finding no URLs
+mconfig-fpu=
+UrlSuffix(gcc/NDS32-Options.html#index-mconfig-fpu_003d)
+
+mconfig-mul=
+UrlSuffix(gcc/NDS32-Options.html#index-mconfig-mul_003d)
+
+mconfig-register-ports=
+UrlSuffix(gcc/NDS32-Options.html#index-mconfig-register-ports_003d)
 
 mctor-dtor
 UrlSuffix(gcc/NDS32-Options.html#index-mctor-dtor)
@@ -53,5 +93,27 @@ UrlSuffix(gcc/NDS32-Options.html#index-mctor-dtor)
 mrelax
 UrlSuffix(gcc/NDS32-Options.html#index-mrelax-5)
 
-; skipping UrlSuffix for 'munaligned-access' due to finding no URLs
+mext-fpu-fma
+UrlSuffix(gcc/NDS32-Options.html#index-mext-fpu-fma)
+
+mext-fpu-sp
+UrlSuffix(gcc/NDS32-Options.html#index-mext-fpu-sp)
+
+mext-fpu-dp
+UrlSuffix(gcc/NDS32-Options.html#index-mext-fpu-dp)
+
+msched-prolog-epilog
+UrlSuffix(gcc/NDS32-Options.html#index-msched-prolog-epilog)
+
+mret-in-naked-func
+UrlSuffix(gcc/NDS32-Options.html#index-mret-in-naked-func)
+
+malways-save-lp
+UrlSuffix(gcc/NDS32-Options.html#index-malways-save-lp)
+
+munaligned-access
+UrlSuffix(gcc/NDS32-Options.html#index-munaligned-access-2)
+
+minline-asm-r15
+UrlSuffix(gcc/NDS32-Options.html#index-minline-asm-r15)
 
diff --git a/gcc/config/netbsd.opt.urls b/gcc/config/netbsd.opt.urls
index 513bf9b7cba6..2fbb5ad7de44 100644
--- a/gcc/config/netbsd.opt.urls
+++ b/gcc/config/netbsd.opt.urls
@@ -3,4 +3,5 @@
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
diff --git a/gcc/config/nvptx/nvptx.opt.urls b/gcc/config/nvptx/nvptx.opt.urls
index 9892a62dca45..c2919ab3f5bb 100644
--- a/gcc/config/nvptx/nvptx.opt.urls
+++ b/gcc/config/nvptx/nvptx.opt.urls
@@ -22,7 +22,7 @@ misa=
 UrlSuffix(gcc/Nvidia-PTX-Options.html#index-misa)
 
 march=
-UrlSuffix(gcc/Nvidia-PTX-Options.html#index-march-11)
+UrlSuffix(gcc/Nvidia-PTX-Options.html#index-march-10)
 
 mptx=
 UrlSuffix(gcc/Nvidia-PTX-Options.html#index-mptx)
diff --git a/gcc/config/openbsd.opt.urls b/gcc/config/openbsd.opt.urls
index d7ea1ae26e43..476b9692ee97 100644
--- a/gcc/config/openbsd.opt.urls
+++ b/gcc/config/openbsd.opt.urls
@@ -3,4 +3,5 @@
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
diff --git a/gcc/config/pru/pru.opt.urls b/gcc/config/pru/pru.opt.urls
index 1dd472a53bd1..47652b97c2d7 100644
--- a/gcc/config/pru/pru.opt.urls
+++ b/gcc/config/pru/pru.opt.urls
@@ -19,5 +19,5 @@ mfillzero
 UrlSuffix(gcc/PRU-Options.html#index-mfillzero)
 
 mabi=
-UrlSuffix(gcc/PRU-Options.html#index-mabi-4)
+UrlSuffix(gcc/PRU-Options.html#index-mabi-5)
 
diff --git a/gcc/config/riscv/riscv.opt.urls b/gcc/config/riscv/riscv.opt.urls
index ff5ff8ce941e..5d900799cacf 100644
--- a/gcc/config/riscv/riscv.opt.urls
+++ b/gcc/config/riscv/riscv.opt.urls
@@ -12,7 +12,7 @@ UrlSuffix(gcc/RISC-V-Options.html#index-mbranch-cost-5)
 ; skipping UrlSuffix for 'mplt' due to finding no URLs
 
 mabi=
-UrlSuffix(gcc/RISC-V-Options.html#index-mabi-5)
+UrlSuffix(gcc/RISC-V-Options.html#index-mabi-6)
 
 mpreferred-stack-boundary=
 UrlSuffix(gcc/RISC-V-Options.html#index-mpreferred-stack-boundary)
@@ -24,7 +24,7 @@ mdiv
 UrlSuffix(gcc/RISC-V-Options.html#index-mdiv-3)
 
 march=
-UrlSuffix(gcc/RISC-V-Options.html#index-march-12)
+UrlSuffix(gcc/RISC-V-Options.html#index-march-11)
 
 mtune=
 UrlSuffix(gcc/RISC-V-Options.html#index-mtune-11)
diff --git a/gcc/config/rl78/rl78.opt.urls b/gcc/config/rl78/rl78.opt.urls
index 66e874be589b..18e0f0421d66 100644
--- a/gcc/config/rl78/rl78.opt.urls
+++ b/gcc/config/rl78/rl78.opt.urls
@@ -9,7 +9,8 @@ UrlSuffix(gcc/RL78-Options.html#index-mmul-1)
 mallregs
 UrlSuffix(gcc/RL78-Options.html#index-mallregs)
 
-; skipping UrlSuffix for 'mrelax' due to finding no URLs
+mrelax
+UrlSuffix(gcc/RL78-Options.html#index-mrelax-7)
 
 mcpu=
 UrlSuffix(gcc/RL78-Options.html#index-mcpu-9)
@@ -26,6 +27,9 @@ UrlSuffix(gcc/RL78-Options.html#index-mg14)
 mrl78
 UrlSuffix(gcc/RL78-Options.html#index-mrl78)
 
+mes0
+UrlSuffix(gcc/RL78-Options.html#index-mes0)
+
 msave-mduc-in-interrupts
 UrlSuffix(gcc/RL78-Options.html#index-msave-mduc-in-interrupts)
 
diff --git a/gcc/config/rs6000/aix64.opt.urls b/gcc/config/rs6000/aix64.opt.urls
index 86420ea4a923..1f90ac1b88a5 100644
--- a/gcc/config/rs6000/aix64.opt.urls
+++ b/gcc/config/rs6000/aix64.opt.urls
@@ -15,6 +15,7 @@ UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mpe)
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
 m64
 UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-m64-1)
diff --git a/gcc/config/rs6000/rs6000.opt.urls 
b/gcc/config/rs6000/rs6000.opt.urls
index 08b3082f66e9..43737d373ed7 100644
--- a/gcc/config/rs6000/rs6000.opt.urls
+++ b/gcc/config/rs6000/rs6000.opt.urls
@@ -89,9 +89,15 @@ 
UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mrecip-precision)
 mno-fp-in-toc
 UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mno-fp-in-toc)
 
+mfp-in-toc
+UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mfp-in-toc)
+
 mno-sum-in-toc
 UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mno-sum-in-toc)
 
+msum-in-toc
+UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-msum-in-toc)
+
 mminimal-toc
 UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mminimal-toc)
 
@@ -107,6 +113,9 @@ 
UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mvrsave)
 mblock-move-inline-limit=
 
UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mblock-move-inline-limit)
 
+mblock-ops-unaligned-vsx
+UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mblock-ops-unaligned-vsx)
+
 mblock-compare-inline-limit=
 
UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mblock-compare-inline-limit)
 
diff --git a/gcc/config/rs6000/sysv4.opt.urls b/gcc/config/rs6000/sysv4.opt.urls
index bc4a9a6be801..7c1505209629 100644
--- a/gcc/config/rs6000/sysv4.opt.urls
+++ b/gcc/config/rs6000/sysv4.opt.urls
@@ -32,12 +32,6 @@ 
UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mbig-endian-10)
 mbig
 UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mbig)
 
-mno-toc
-UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mno-toc)
-
-mtoc
-UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mtoc)
-
 mprototype
 UrlSuffix(gcc/RS_002f6000-and-PowerPC-Options.html#index-mprototype)
 
diff --git a/gcc/config/rtems.opt.urls b/gcc/config/rtems.opt.urls
index 211a70d46ef3..20d08f7bff20 100644
--- a/gcc/config/rtems.opt.urls
+++ b/gcc/config/rtems.opt.urls
@@ -3,4 +3,5 @@
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
diff --git a/gcc/config/rx/rx.opt.urls b/gcc/config/rx/rx.opt.urls
index 62e2a23cba60..7b7e17e564ea 100644
--- a/gcc/config/rx/rx.opt.urls
+++ b/gcc/config/rx/rx.opt.urls
@@ -1,10 +1,10 @@
 ; Autogenerated by regenerate-opt-urls.py from gcc/config/rx/rx.opt and 
generated HTML
 
 m64bit-doubles
-UrlSuffix(gcc/RX-Options.html#index-m64bit-doubles-1)
+UrlSuffix(gcc/RX-Options.html#index-m64bit-doubles)
 
 m32bit-doubles
-UrlSuffix(gcc/RX-Options.html#index-m32bit-doubles-1)
+UrlSuffix(gcc/RX-Options.html#index-m32bit-doubles)
 
 nofpu
 UrlSuffix(gcc/RX-Options.html#index-nofpu)
@@ -25,7 +25,7 @@ msmall-data-limit=
 UrlSuffix(gcc/RX-Options.html#index-msmall-data-limit-1)
 
 mrelax
-UrlSuffix(gcc/RX-Options.html#index-mrelax-7)
+UrlSuffix(gcc/RX-Options.html#index-mrelax-8)
 
 mmax-constant-size=
 UrlSuffix(gcc/RX-Options.html#index-mmax-constant-size)
@@ -44,7 +44,8 @@ 
UrlSuffix(gcc/RX-Options.html#index-mwarn-multiple-fast-interrupts)
 
 ; skipping UrlSuffix for 'mgcc-abi' due to finding no URLs
 
-; skipping UrlSuffix for 'mlra' due to finding no URLs
+mlra
+UrlSuffix(gcc/RX-Options.html#index-mlra-1)
 
 mallow-string-insns
 UrlSuffix(gcc/RX-Options.html#index-mallow-string-insns)
diff --git a/gcc/config/s390/s390.opt.urls b/gcc/config/s390/s390.opt.urls
index 0172d929330c..77dccc463aa4 100644
--- a/gcc/config/s390/s390.opt.urls
+++ b/gcc/config/s390/s390.opt.urls
@@ -7,7 +7,7 @@ m64
 UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-m64-2)
 
 march=
-UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-march-13)
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-march-12)
 
 mbackchain
 UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mbackchain)
@@ -51,6 +51,9 @@ 
UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-msoft-float-11)
 mstack-guard=
 UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mstack-guard)
 
+mno-stack-guard
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mno-stack-guard)
+
 mstack-protector-guard=
 
UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mstack-protector-guard-4)
 
@@ -60,7 +63,8 @@ 
UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mstack-protector-guard-re
 mstack-size=
 UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mstack-size-1)
 
-; skipping UrlSuffix for 'mno-stack-size' due to finding no URLs
+mno-stack-size
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mno-stack-size-1)
 
 mtune=
 UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mtune-13)
@@ -82,17 +86,44 @@ 
UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mzarch)
 
 ; skipping UrlSuffix for 'mbranch-cost=' due to finding no URLs
 
-; skipping UrlSuffix for 'mpic-data-is-text-relative' due to finding no URLs
+mpic-data-is-text-relative
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mpic-data-is-text-relative-2)
+
+mindirect-branch=
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mindirect-branch)
+
+mindirect-branch-jump=
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mindirect-branch-jump)
+
+mindirect-branch-call=
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mindirect-branch-call)
 
-; skipping UrlSuffix for 'mindirect-branch=' due to finding no URLs
+mfunction-return=
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mfunction-return)
 
-; skipping UrlSuffix for 'mfunction-return=' due to finding no URLs
+mfunction-return-mem=
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mfunction-return-mem)
 
-; skipping UrlSuffix for 'mfentry' due to finding no URLs
+mfunction-return-reg=
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mfunction-return-reg)
 
-; skipping UrlSuffix for 'mrecord-mcount' due to finding no URLs
+mindirect-branch-table
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mindirect-branch-table)
 
-; skipping UrlSuffix for 'mnop-mcount' due to finding no URLs
+mfentry
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mfentry)
+
+mrecord-mcount
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mrecord-mcount)
+
+mnop-mcount
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mnop-mcount)
 
 ; skipping UrlSuffix for 'munroll-only-small-loops' due to finding no URLs
 
+mpreserve-args
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mpreserve-args)
+
+munaligned-symbols
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-munaligned-symbols)
+
diff --git a/gcc/config/s390/tpf.opt.urls b/gcc/config/s390/tpf.opt.urls
index 8322d7eaa001..6786ff5e8737 100644
--- a/gcc/config/s390/tpf.opt.urls
+++ b/gcc/config/s390/tpf.opt.urls
@@ -6,3 +6,6 @@ 
UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mtpf-trace)
 mtpf-trace-skip
 UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mtpf-trace-skip)
 
+mmain
+UrlSuffix(gcc/S_002f390-and-zSeries-Options.html#index-mmain)
+
diff --git a/gcc/config/sh/sh.opt.urls b/gcc/config/sh/sh.opt.urls
index ca5bcff6dcf3..a4598d0d9c33 100644
--- a/gcc/config/sh/sh.opt.urls
+++ b/gcc/config/sh/sh.opt.urls
@@ -118,7 +118,8 @@ UrlSuffix(gcc/SH-Options.html#index-mdalign)
 
 ; skipping UrlSuffix for 'mdiv=' due to finding no URLs
 
-; skipping UrlSuffix for 'mfdpic' due to finding no URLs
+mfdpic
+UrlSuffix(gcc/SH-Options.html#index-mfdpic-2)
 
 mfmovd
 UrlSuffix(gcc/SH-Options.html#index-mfmovd)
@@ -141,14 +142,11 @@ UrlSuffix(gcc/SH-Options.html#index-ml)
 mnomacsave
 UrlSuffix(gcc/SH-Options.html#index-mnomacsave)
 
-mpadstruct
-UrlSuffix(gcc/SH-Options.html#index-mpadstruct)
-
 mprefergot
 UrlSuffix(gcc/SH-Options.html#index-mprefergot)
 
 mrelax
-UrlSuffix(gcc/SH-Options.html#index-mrelax-8)
+UrlSuffix(gcc/SH-Options.html#index-mrelax-9)
 
 mrenesas
 UrlSuffix(gcc/SH-Options.html#index-mrenesas)
@@ -168,5 +166,6 @@ UrlSuffix(gcc/SH-Options.html#index-mfsca)
 mfsrra
 UrlSuffix(gcc/SH-Options.html#index-mfsrra)
 
-; skipping UrlSuffix for 'mlra' due to finding no URLs
+mlra
+UrlSuffix(gcc/SH-Options.html#index-mlra-2)
 
diff --git a/gcc/config/sol2.opt.urls b/gcc/config/sol2.opt.urls
index 16f87ebb29cc..98c7be2d320a 100644
--- a/gcc/config/sol2.opt.urls
+++ b/gcc/config/sol2.opt.urls
@@ -15,6 +15,7 @@ UrlSuffix(gcc/Solaris-2-Options.html#index-mimpure-text)
 ; skipping UrlSuffix for 'pthread' due to multiple URLs:
 ;   duplicate: 'gcc/Link-Options.html#index-pthread-1'
 ;   duplicate: 'gcc/Preprocessor-Options.html#index-pthread'
+;   duplicate: 'gcc/Solaris-2-Options.html#index-pthread-2'
 
 pthreads
 UrlSuffix(gcc/Solaris-2-Options.html#index-pthreads)
diff --git a/gcc/config/sparc/sparc.opt.urls b/gcc/config/sparc/sparc.opt.urls
index 291fc511068b..dacfb1094d4a 100644
--- a/gcc/config/sparc/sparc.opt.urls
+++ b/gcc/config/sparc/sparc.opt.urls
@@ -60,6 +60,12 @@ UrlSuffix(gcc/SPARC-Options.html#index-mpopc)
 msubxc
 UrlSuffix(gcc/SPARC-Options.html#index-msubxc)
 
+mptr64
+UrlSuffix(gcc/SPARC-Options.html#index-mptr64)
+
+mptr32
+UrlSuffix(gcc/SPARC-Options.html#index-mptr32)
+
 m64
 UrlSuffix(gcc/SPARC-Options.html#index-m64-3)
 
diff --git a/gcc/config/v850/v850.opt.urls b/gcc/config/v850/v850.opt.urls
index c579c0c43725..3773ae09339f 100644
--- a/gcc/config/v850/v850.opt.urls
+++ b/gcc/config/v850/v850.opt.urls
@@ -26,13 +26,20 @@ UrlSuffix(gcc/V850-Options.html#index-mprolog-function)
 msda=
 UrlSuffix(gcc/V850-Options.html#index-msda)
 
+msmall-sld
+UrlSuffix(gcc/V850-Options.html#index-msmall-sld)
+
 mspace
 UrlSuffix(gcc/V850-Options.html#index-mspace)
 
 mtda=
 UrlSuffix(gcc/V850-Options.html#index-mtda)
 
-; skipping UrlSuffix for 'mno-strict-align' due to finding no URLs
+mno-strict-align
+UrlSuffix(gcc/V850-Options.html#index-mno-strict-align-6)
+
+mjump-tables-in-data-section
+UrlSuffix(gcc/V850-Options.html#index-mjump-tables-in-data-section)
 
 mv850
 UrlSuffix(gcc/V850-Options.html#index-mv850)
@@ -65,7 +72,7 @@ mzda=
 UrlSuffix(gcc/V850-Options.html#index-mzda)
 
 mrelax
-UrlSuffix(gcc/V850-Options.html#index-mrelax-9)
+UrlSuffix(gcc/V850-Options.html#index-mrelax-10)
 
 mlong-jumps
 UrlSuffix(gcc/V850-Options.html#index-mlong-jumps)
diff --git a/gcc/config/vax/vax.opt.urls b/gcc/config/vax/vax.opt.urls
index 1f96654f4a63..379b13e6ade3 100644
--- a/gcc/config/vax/vax.opt.urls
+++ b/gcc/config/vax/vax.opt.urls
@@ -19,5 +19,11 @@ munix
 UrlSuffix(gcc/VAX-Options.html#index-munix)
 
 mlra
-UrlSuffix(gcc/VAX-Options.html#index-mlra-1)
+UrlSuffix(gcc/VAX-Options.html#index-mlra-3)
+
+mvaxc-alignment
+UrlSuffix(gcc/VAX-Options.html#index-mvaxc-alignment)
+
+mqmath
+UrlSuffix(gcc/VAX-Options.html#index-mqmath)
 
diff --git a/gcc/config/vxworks.opt.urls b/gcc/config/vxworks.opt.urls
index 52888d0d91de..9e4d23b62dbf 100644
--- a/gcc/config/vxworks.opt.urls
+++ b/gcc/config/vxworks.opt.urls
@@ -15,6 +15,9 @@ UrlSuffix(gcc/VxWorks-Options.html#index-Xbind-now)
 mrtp
 UrlSuffix(gcc/VxWorks-Options.html#index-mrtp)
 
+mvthreads
+UrlSuffix(gcc/VxWorks-Options.html#index-mvthreads)
+
 non-static
 UrlSuffix(gcc/VxWorks-Options.html#index-non-static)

Reply via email to