diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-03-07 20:23:32 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-03-07 20:23:32 +0000 |
commit | 3e759edad2bd521b72e9923956662741374214f4 (patch) | |
tree | a9b99f8d591ff81ce50313ec2d8ae91c9b853062 /gcc/doc/tm.texi | |
parent | cd2f1c7a623809b0b7e2b224e1240fb74f5f0767 (diff) | |
download | gcc-3e759edad2bd521b72e9923956662741374214f4.zip gcc-3e759edad2bd521b72e9923956662741374214f4.tar.gz gcc-3e759edad2bd521b72e9923956662741374214f4.tar.bz2 |
defaults.h (LEGITIMIZE_ADDRESS): Provide a default definition.
* defaults.h (LEGITIMIZE_ADDRESS): Provide a default
definition.
* config/arc/arc.h, config/fr30/fr30.h, config/frv/frv.h,
config/h8300/h8300.h, config/ia64/ia64.h,
config/mcore/mcore.h, config/mmix/mmix.h,
config/ns32k/ns32k.h, config/pdp11/pdp11.h,
config/stormy16/stormy16.h, config/v850/v850.h,
config/vax/vax.h (LEGITIMIZE_ADDRESS): Remove.
* doc/tm.texi (LEGITIMIZE_ADDRESS): Mention the default
definition.
From-SVN: r79066
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 1bf6def..f464bea 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -4914,7 +4914,7 @@ should assign @var{x} (which will always be a C variable) a new value. It is not necessary for this macro to come up with a legitimate address. The compiler has standard ways of doing so in all cases. In -fact, it is safe for this macro to do nothing. But often a +fact, it is safe to omit this macro. But often a machine-dependent strategy can generate better code. @end defmac |