aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/sysv4.h
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2009-05-15 07:12:03 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2009-05-15 07:12:03 +0000
commit331d91868977fe50f5d937a9c195b6418bfda5c3 (patch)
treee10eac6a328c0d0e11829d547d99f57f5dad7b22 /gcc/config/rs6000/sysv4.h
parent602b85231dd432fdad1cdb814eec39d449a33d7f (diff)
downloadgcc-331d91868977fe50f5d937a9c195b6418bfda5c3.zip
gcc-331d91868977fe50f5d937a9c195b6418bfda5c3.tar.gz
gcc-331d91868977fe50f5d937a9c195b6418bfda5c3.tar.bz2
frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS.
2009-05-15 Paolo Bonzini <bonzini@gnu.org> * config/frv/frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS. * config/frv/frv.c: Likewise. * config/s390/s390.c: Likewise. * config/sparc/sparc.h: Likewise. * config/i386/i386.h: Likewise. * config/i386/i386.c: Likewise. * config/crx/crx.c: Likewise. * config/m68hc11/m68hc11.h: Likewise. * config/iq2000/iq2000.c: Likewise. * config/mn10300/mn10300.h: Likewise. * config/mn10300/mn10300.c: Likewise. * config/m68k/m68k.c: Likewise. * config/rs6000/rs6000.c: Likewise. * config/rs6000/xcoff.h: Likewise. * config/rs6000/linux64.h: Likewise. * config/rs6000/sysv4.h: Likewise. * config/score/score3.c: Likewise. * config/score/score7.c: Likewise. * config/score/score.c: Likewise. * config/arm/arm.md: Likewise. * config/mips/mips.c: Likewise. * config/mips/mips.md: Likewise. * config/bfin/bfin.h: Likewise. * config/pa/pa.c: Likewise. * config/pa/constraints.md: Likewise. * config/pdp11/pdp11-protos.h (legitimate_address_p): Delete. * config/pdp11/pdp11.c (legitimate_address_p): Delete. * config/pdp11/pdp11.h: Use memory_address_p instead. From-SVN: r147560
Diffstat (limited to 'gcc/config/rs6000/sysv4.h')
-rw-r--r--gcc/config/rs6000/sysv4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h
index e8d5162..611c0d2 100644
--- a/gcc/config/rs6000/sysv4.h
+++ b/gcc/config/rs6000/sysv4.h
@@ -387,8 +387,8 @@ do { \
containing one of them. If -mfp-in-toc (the default), we also do
this for floating-point constants. We actually can only do this
if the FP formats of the target and host machines are the same, but
- we can't check that since not every file that uses
- GO_IF_LEGITIMATE_ADDRESS_P includes real.h.
+ we can't check that since not every file that uses these target macros
+ includes real.h.
Unlike AIX, we don't key off of -mminimal-toc, but instead do not
allow floating point constants in the TOC if -mrelocatable. */