h8300.h: Fix comment typos.
authorKazu Hirata <kazu@hxi.com>
Thu, 10 Jan 2002 21:30:32 +0000 (21:30 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 10 Jan 2002 21:30:32 +0000 (21:30 +0000)
* config/h8300/h8300.h: Fix comment typos.
* config/h8300/h8300.md: Likewise.
* config/h8300/lib1funcs.asm: Likewise.

From-SVN: r48754

gcc/ChangeLog
gcc/config/h8300/h8300.h
gcc/config/h8300/h8300.md
gcc/config/h8300/lib1funcs.asm

index fbabcae9f666cfe46cfffc07af7bdb6493eab17f..88b566823df3bf68d50ba2277f7d794f3ab705a8 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-10  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.h: Fix comment typos.
+       * config/h8300/h8300.md: Likewise.
+       * config/h8300/lib1funcs.asm: Likewise.
+
 2002-01-10  Dale Johannesen  <dalej@apple.com>
 
        PR optimization/5269
index b96c9b6e622fc505181a86bb07c3f5de3307736f..3c782d482be357e3ded6d5647652962d9e46fdb6 100644 (file)
@@ -243,7 +243,7 @@ extern int target_flags;
 #define PCC_BITFIELD_TYPE_MATTERS  0
 
 /* No data type wants to be aligned rounder than this.
-   32 bit values are aligned as such on the 300h for speed.  */
+   32 bit values are aligned as such on the H8/300H and H8/S for speed.  */
 #define BIGGEST_ALIGNMENT \
 (((TARGET_H8300H || TARGET_H8300S) && ! TARGET_ALIGN_300) ? 32 : 16)
 
index 8bb8a91065d6ae32d6103921de5a3f7482608a2e..b3aeb60c87b9b1eac41b6432750f736643300921 100644 (file)
 ;; "worst case" and then be adjusted to their correct values by
 ;; h8300_adjust_insn_length.
 
-;; On the h8300h, adds/subs operate on the 32bit "er" registers.  Right
-;; now GCC doesn't expose the "e" half to the compiler, so using add/subs
-;; for addhi and subhi is safe.
-;; Long term, we want to expose the "e" half to the compiler (gives us
-;; 8 more 16bit registers).  At that point addhi and subhi can't use adds/subs.
+;; On the H8/300H and H8/S, adds/subs operate on the 32bit "er"
+;; registers.  Right now GCC doesn't expose the "e" half to the
+;; compiler, so using add/subs for addhi and subhi is safe.  Long
+;; term, we want to expose the "e" half to the compiler (gives us 8
+;; more 16bit registers).  At that point addhi and subhi can't use
+;; adds/subs.
 
 ;; There's currently no way to have a insv/extzv expander for the H8/300H
 ;; because word_mode is different for the H8/300 and H8/300H.
 
 ;; Call subroutine with no return value.
 
-;; ??? Even though we use HImode here, this works for the 300h.
+;; ??? Even though we use HImode here, this works on the H8/300H and H8/S.
 
 (define_insn "call"
   [(call (match_operand:QI 0 "call_insn_operand" "or")
 ;; Call subroutine, returning value in operand 0
 ;; (which must be a hard register).
 
-;; ??? Even though we use HImode here, this works on the 300h.
+;; ??? Even though we use HImode here, this works on the H8/300H and H8/S.
 
 (define_insn "call_value"
   [(set (match_operand 0 "" "=r")
index da69acd435b6b31d3e011f9f9993ce4438b9ec8d..a5a9f9559d58ce4970986765aff0b8d4a9475f88 100644 (file)
@@ -767,7 +767,7 @@ _done:
 #ifdef L_fixunssfsi_asm
 /* For the h8300 we use asm to save some bytes, to
    allow more programs to fit into the tiny address
-   space.  For h8300h / h8s, the C version is good enough.  */
+   space.  For the H8/300H and H8S, the C version is good enough.  */
 #ifdef __H8300__
 /* We still treat NANs different than libgcc2.c, but then, the
    behaviour is undefined anyways.  */