From 556e0f21f46afeb19ad4881808eab186b676dc57 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 18 Feb 1998 17:04:36 -0700 Subject: [PATCH] Fix doc typos. From-SVN: r18104 --- gcc/md.texi | 2 +- gcc/tm.texi | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/md.texi b/gcc/md.texi index 96968fee4cc..e3e4ce5f35b 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -1669,7 +1669,7 @@ now in existence use constraints. Here is a table of the instruction names that are meaningful in the RTL generation pass of the compiler. Giving one of these names to an instruction pattern tells the RTL generation pass that it can use the -pattern in to accomplish a certain task. +pattern to accomplish a certain task. @table @asis @cindex @code{mov@var{m}} instruction pattern diff --git a/gcc/tm.texi b/gcc/tm.texi index d4e6d4eecb1..168ee404db9 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -2314,7 +2314,7 @@ allocation has been done (for example, because the saved registers are between these two locations). On those machines, define @code{FRAME_POINTER_REGNUM} the number of a special, fixed register to be used internally until the offset is known, and define -@code{HARD_FRAME_POINTER_REGNUM} to be actual the hard register number +@code{HARD_FRAME_POINTER_REGNUM} to be the actual hard register number used for the frame pointer. You should define this macro only in the very rare circumstances when it @@ -5975,7 +5975,7 @@ operands to @code{asm_fprintf}. Define the macros @code{REGISTER_PREFIX}, @code{LOCAL_LABEL_PREFIX}, @code{USER_LABEL_PREFIX} and @code{IMMEDIATE_PREFIX} if you can express -the variations in assemble language syntax with that mechanism. Define +the variations in assembly language syntax with that mechanism. Define @code{ASSEMBLER_DIALECT} and use the @samp{@{option0|option1@}} syntax if the syntax variant are larger and involve such things as different opcodes or operand order. @@ -6183,7 +6183,7 @@ expression of type @code{int}. @findex ASM_NO_SKIP_IN_TEXT @item ASM_NO_SKIP_IN_TEXT Define this macro if @code{ASM_OUTPUT_SKIP} should not be used in the -text section because it fails put zeros in the bytes that are skipped. +text section because it fails to put zeros in the bytes that are skipped. This is true on many Unix systems, where the pseudo--op to skip bytes produces no-op instructions rather than zeros when used in the text section. @@ -6829,7 +6829,7 @@ incorrect definitions that omit an rtl code that may be matched by the predicate can cause the compiler to malfunction). Instead, it allows the table built by @file{genrecog} to be more compact and efficient, thus speeding up the compiler. The most important predicates to include -in the list specified by this macro are thoses used in the most insn +in the list specified by this macro are those used in the most insn patterns. @findex CASE_VECTOR_MODE -- 2.30.2