projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5862757
)
* doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
author
Nick Clifton
<nickc@redhat.com>
Tue, 29 Apr 2008 10:41:30 +0000
(10:41 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Tue, 29 Apr 2008 10:41:30 +0000
(10:41 +0000)
From-SVN: r134790
gcc/ChangeLog
patch
|
blob
|
history
gcc/doc/tm.texi
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index f37574d4521d2f7b94cd32ea1b370f347180ad8a..1c7cba1c5684240f98a9dd31454b6fe6d0f53fc3 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2008-04-29 Nick Clifton <nickc@redhat.com>
+
+ * doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
+
2008-04-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/35169
diff --git
a/gcc/doc/tm.texi
b/gcc/doc/tm.texi
index 6ce3b4adbcde62bc7f51cba7aaa1ff296e0503de..3c015602298913f380d77d57ecacea5534426402 100644
(file)
--- a/
gcc/doc/tm.texi
+++ b/
gcc/doc/tm.texi
@@
-3171,7
+3171,7
@@
frame, or the frame pointer of the @var{count} @minus{} 1 frame if
@code{RETURN_ADDR_IN_PREVIOUS_FRAME} is defined.
The value of the expression must always be the correct address when
-@var{count} is zero, but may be @code{NULL_RTX} if there is no
t
way to
+@var{count} is zero, but may be @code{NULL_RTX} if there is no way to
determine the return address of other frames.
@end defmac