diff options
author | Paolo Carlini <pcarlini@unitus.it> | 2003-01-09 21:02:51 +0100 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2003-01-09 20:02:51 +0000 |
commit | 3a6e2189f3a8ed0129e270efdace94637b1fa2d4 (patch) | |
tree | ad6b61256a78229f187fe579e8e4d10bd005f0ae /gcc | |
parent | ca5dd8b7e51d1ac2bf2a9be18603a8f7dfe9d2a6 (diff) | |
download | gcc-3a6e2189f3a8ed0129e270efdace94637b1fa2d4.zip gcc-3a6e2189f3a8ed0129e270efdace94637b1fa2d4.tar.gz gcc-3a6e2189f3a8ed0129e270efdace94637b1fa2d4.tar.bz2 |
tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
2003-01-09 Paolo Carlini <pcarlini@unitus.it>
* doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
From-SVN: r61124
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5a61481..955a631 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-09 Paolo Carlini <pcarlini@unitus.it> + + * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo. + Thu Jan 9 17:26:40 2003 J"orn Rennecke <joern.rennecke@superh.com> * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index fa4248c..53ba812 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -2717,7 +2717,7 @@ letters, amongst those accepted by @code{EXTRA_CONSTRAINT} / be treated like address constraints by the reload pass. It should return 1 if the operand type represented by the constraint -at the startr of @{str}, which starts with the letter @var{c}, comprises +at the start of @var{str}, which starts with the letter @var{c}, comprises a subset of all memory addresses including all those that consist of just a base register. This allows the reload pass to reload an operand, if it does not directly correspond to the operand |