diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2004-08-01 11:36:25 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-08-01 11:36:25 +0000 |
commit | 12e4afe4e10558fce82b33bd41a0091bc412a0dd (patch) | |
tree | ea3a6cd55f7407435f8c369786ee4df14d72b200 /gcc/doc | |
parent | b8b044f117805342a401401483c7d62f8a62cc59 (diff) | |
download | gcc-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.texi | 10 |
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 |