diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-31 14:08:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-31 14:08:11 +0000 |
commit | 5519a4f9b04a770177893eb159102abe37483a70 (patch) | |
tree | 93c4c65de95841020f86611408200847171a559a /gcc/config/dsp16xx | |
parent | 51ad6d81f4b5380307e5fa7b96e6132ebeac4fd1 (diff) | |
download | gcc-5519a4f9b04a770177893eb159102abe37483a70.zip gcc-5519a4f9b04a770177893eb159102abe37483a70.tar.gz gcc-5519a4f9b04a770177893eb159102abe37483a70.tar.bz2 |
builtins.def: Fix comment typos.
2001-10-31 Kazu Hirata <kazu@hxi.com>
* builtins.def: Fix comment typos.
* config/alpha.c: Likewise.
* config/arm/arm.c: Likewise.
* config/avr/avr.h: Likewise.
* config/d30v/d30v.c: Likewise.
* config/d30v/d30v.h: Likewise.
* config/d30v/d30v.md: Likewise.
* config/dsp16xx/dsp16xx.c: Likewise.
* config/fr30/fr30.c: Likewise.
* config/fr30/fr30.md: Likewise.
* config/i386/i386.c: Likewise.
* config/i860/i860.c: Likewise.
* config/i960/i960.c: Likewise.
* config/ia64/ia64.c: Likewise.
* config/mips/mips.c: Likewise.
* config/pa/pa.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/s390/s390.c: Likewise.
* config/sparc/sparc.c: Likewise.
From-SVN: r46676
Diffstat (limited to 'gcc/config/dsp16xx')
-rw-r--r-- | gcc/config/dsp16xx/dsp16xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.c b/gcc/config/dsp16xx/dsp16xx.c index c362e93..5604d4d 100644 --- a/gcc/config/dsp16xx/dsp16xx.c +++ b/gcc/config/dsp16xx/dsp16xx.c @@ -2392,7 +2392,7 @@ dsp16xx_address_cost (addr) On the dsp1610 the first four words of args are normally in registers and the rest are pushed. If we a long or on float mode, the argument - must begin on a even register boundary + must begin on an even register boundary Note that FUNCTION_ARG and FUNCTION_INCOMING_ARG were different. For structures that are passed in memory, but could have been |