diff options
author | Hans-Peter Nilsson <hp@axis.se> | 1998-08-19 15:02:31 +0200 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-19 07:02:31 -0600 |
commit | 391aaa6b7e19f4a0fcf081e8a4450862b2d01f92 (patch) | |
tree | 34a1472a431a4d1dec241c44609ddd83bc1c4e17 | |
parent | ed4db1ee36815740ee61e57c7f2083180d18ca66 (diff) | |
download | gcc-391aaa6b7e19f4a0fcf081e8a4450862b2d01f92.zip gcc-391aaa6b7e19f4a0fcf081e8a4450862b2d01f92.tar.gz gcc-391aaa6b7e19f4a0fcf081e8a4450862b2d01f92.tar.bz2 |
* tm.texi (Misc): Fix typo "teh"...
From-SVN: r21850
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/tm.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6603d4a..90a855d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Wed Aug 19 13:51:35 1998 Hans-Peter Nilsson <hp@axis.se> + * tm.texi (Misc): Fix typo "teh". + * tm.texi (PIC): Fix typo "PPIC". * tm.texi (Caller Saves): Say that DEFAULT_CALLER_SAVES has no diff --git a/gcc/tm.texi b/gcc/tm.texi index 27fe4b0..1ec7537 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -7031,7 +7031,7 @@ when the minimum and maximum offset are known. If you define this, it enables extra code in branch shortening to deal with @code{addr_diff_vec}. To make this work, you also have to define INSN_ALIGN and make the alignment for @code{addr_diff_vec} explicit. -The @var{body} argument is provided so that teh offset_unsigned and scale +The @var{body} argument is provided so that the offset_unsigned and scale flags can be updated. @findex CASE_VECTOR_PC_RELATIVE |