aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2006-01-02 17:28:54 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2006-01-02 17:28:54 +0000
commit56f42830e2eefc2b7a7f9396cd38adf4947fefe5 (patch)
tree8bbb54e16c42a9cc8cdcea81293e09bcf2d805fa /gcc/config
parent56bbd9d6aa0374c942f843ab796bbcf7eab6e39d (diff)
downloadgcc-56f42830e2eefc2b7a7f9396cd38adf4947fefe5.zip
gcc-56f42830e2eefc2b7a7f9396cd38adf4947fefe5.tar.gz
gcc-56f42830e2eefc2b7a7f9396cd38adf4947fefe5.tar.bz2
arm.c (all_fpus): Fix comment typo.
* config/arm/arm.c (all_fpus): Fix comment typo. * config/darwin.c: Likewise. * config/frv/frv.h (FRV_STRUCT_VALUE_REGNUM): Likewise. * config/h8300/h8300.md (extendqisi2_h8300hs): Likewise. * config/m68hc11/m68hc11.c (m68hc11_reload_operands): Likewise. From-SVN: r109238
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/arm/arm.c2
-rw-r--r--gcc/config/darwin.c2
-rw-r--r--gcc/config/frv/frv.h2
-rw-r--r--gcc/config/h8300/h8300.md2
-rw-r--r--gcc/config/m68hc11/m68hc11.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 4f35719..8e3ade5 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -638,7 +638,7 @@ struct fpu_desc
};
-/* Available values for for -mfpu=. */
+/* Available values for -mfpu=. */
static const struct fpu_desc all_fpus[] =
{
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c
index b216c8c..6525bdd 100644
--- a/gcc/config/darwin.c
+++ b/gcc/config/darwin.c
@@ -53,7 +53,7 @@ Boston, MA 02110-1301, USA. */
able to do easily. These changes allow gdb to load in
recompilation of a translation unit that has been changed into a
running program and replace existing functions and methods of that
- translation unit with with versions of those functions and methods
+ translation unit with versions of those functions and methods
from the newly compiled translation unit. The new functions access
the existing static symbols from the old translation unit, if the
symbol existed in the unit to be replaced, and from the new
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h
index f330f3c..9c1c1e2 100644
--- a/gcc/config/frv/frv.h
+++ b/gcc/config/frv/frv.h
@@ -1808,7 +1808,7 @@ typedef struct frv_stack {
/* How Large Values are Returned. */
-/* The number of the register that is used to to pass the structure
+/* The number of the register that is used to pass the structure
value address. */
#define FRV_STRUCT_VALUE_REGNUM (GPR_FIRST + 3)
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index 6f71dc9..65fea7e 100644
--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -2775,7 +2775,7 @@
[(set_attr "length" "8,12")])
;; The following pattern is needed because without the pattern, the
-;; combiner would split (sign_extend:SI (reg:QI)) into into two 24-bit
+;; combiner would split (sign_extend:SI (reg:QI)) into two 24-bit
;; shifts, one ashift and one ashiftrt.
(define_insn_and_split "*extendqisi2_h8300hs"
diff --git a/gcc/config/m68hc11/m68hc11.c b/gcc/config/m68hc11/m68hc11.c
index 473999b..2a0c725 100644
--- a/gcc/config/m68hc11/m68hc11.c
+++ b/gcc/config/m68hc11/m68hc11.c
@@ -822,7 +822,7 @@ m68hc11_reload_operands (rtx operands[])
}
/* If the offset is out of range, we have to compute the address
- with a separate add instruction. We try to do with with an 8-bit
+ with a separate add instruction. We try to do this with an 8-bit
add on the A register. This is possible only if the lowest part
of the offset (i.e., big_offset % 256) is a valid constant offset
with respect to the mode. If it's not, we have to generate a