aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2004-08-01 11:36:25 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2004-08-01 11:36:25 +0000
commit12e4afe4e10558fce82b33bd41a0091bc412a0dd (patch)
treeea3a6cd55f7407435f8c369786ee4df14d72b200 /gcc/doc
parentb8b044f117805342a401401483c7d62f8a62cc59 (diff)
downloadgcc-12e4afe4e10558fce82b33bd41a0091bc412a0dd.zip
gcc-12e4afe4e10558fce82b33bd41a0091bc412a0dd.tar.gz
gcc-12e4afe4e10558fce82b33bd41a0091bc412a0dd.tar.bz2
invoke.texi: In the MIPS options section...
* doc/invoke.texi: In the MIPS options section, remove the passage saying that -mexplicit-relocs is usually disabled for -mabicalls -fno-unit-at-a-time. * config/mips/mips.c (override_options): Remove the code that enforced this rule. From-SVN: r85406
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi10
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 58eaaa3..902df3e 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -9193,14 +9193,8 @@ Use (do not use) assembler relocation operators when dealing with symbolic
addresses. The alternative, selected by @option{-mno-explicit-relocs},
is to use assembler macros instead.
-@option{-mexplicit-relocs} is usually the default if GCC was configured
-to use an assembler that supports relocation operators. However, the
-combination of @option{-mabicalls} and @option{-fno-unit-at-a-time}
-implies @option{-mno-explicit-relocs} unless explicitly overridden.
-This is because, when generating abicalls, the choice of relocation
-depends on whether a symbol is local or global. In some rare cases,
-GCC will not be able to decide this until the whole compilation unit
-has been read.
+@option{-mexplicit-relocs} is the default if GCC was configured
+to use an assembler that supports relocation operators.
@item -mcheck-zero-division
@itemx -mno-check-zero-division