]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/pa/fptr.c: Fix comment typos.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Jul 2003 00:08:11 +0000 (00:08 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Jul 2003 00:08:11 +0000 (00:08 +0000)
* config/pa/pa-64.h: Likewise.
* config/pa/pa.c: Likewise.
* config/pa/pa.h: Likewise.
* config/rs6000/603.md: Likewise.
* config/rs6000/7xx.md: Likewise.
* config/rs6000/darwin.h: Likewise.
* config/rs6000/freebsd.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/rs6000/rs6000.md: Likewise.
* config/rs6000/spe.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68947 138bc75d-0d04-0410-961f-82ee72b054a4

12 files changed:
gcc/ChangeLog
gcc/config/pa/fptr.c
gcc/config/pa/pa-64.h
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/config/rs6000/603.md
gcc/config/rs6000/7xx.md
gcc/config/rs6000/darwin.h
gcc/config/rs6000/freebsd.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/spe.h

index dbe03760f96a4510688d63bec814d39ff1bd20f0..f393bfa544c53cd773ccf2647d447798a4e064fe 100644 (file)
@@ -1,3 +1,17 @@
+2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/pa/fptr.c: Fix comment typos.
+       * config/pa/pa-64.h: Likewise.
+       * config/pa/pa.c: Likewise.
+       * config/pa/pa.h: Likewise.
+       * config/rs6000/603.md: Likewise.
+       * config/rs6000/7xx.md: Likewise.
+       * config/rs6000/darwin.h: Likewise.
+       * config/rs6000/freebsd.h: Likewise.
+       * config/rs6000/rs6000.c: Likewise.
+       * config/rs6000/rs6000.md: Likewise.
+       * config/rs6000/spe.h: Likewise.
+
 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/2064.md: Change GNU CC to GCC.
index 36ed49c3084e36d2e9e6a5104305e98c081df5e4..680cb20c3a4e8980237c70b0f8795675be53b08b 100644 (file)
@@ -94,7 +94,7 @@ __canonicalize_funcptr_for_compare (fptr)
       /* Find the first "bl" branch in the offset search list.  This is a
         call to fixup or a magic branch to fixup at the beginning of the
         trampoline template.  The fixup function does the actual runtime
-        resolution of function decriptors.  We only look for "bl" branches
+        resolution of function descriptors.  We only look for "bl" branches
         with a 17-bit pc-relative displacement.  */
       for (i = 0; i < NOFFSETS; i++)
        {
index 646f5f147d7045b9a00fbb5f83b8e1691c6f5ba1..6cb289e3b41c4699605a569104ff0f2c09e7ad05 100644 (file)
@@ -93,6 +93,6 @@ Boston, MA 02111-1307, USA.  */
    next argument, if that argument is smaller than its aligned space as
    controlled by PARM_BOUNDARY.  If this macro is not defined, all such
    arguments are padded down when BYTES_BIG_ENDIAN is true.  We don't
-   want aggregrates padded down.  */
+   want aggregates padded down.  */
 
 #define PAD_VARARGS_DOWN (!AGGREGATE_TYPE_P (type))
index e7b0b8abbe2745f7546435681935adf3c7ac34a4..9287583bd7dd9fbb44e30c399c8d8d26097a32a1 100644 (file)
@@ -1467,7 +1467,7 @@ force_mode (mode, orig)
    normally.
 
    Note SCRATCH_REG may not be in the proper mode depending on how it
-   will be used.  This routine is resposible for creating a new copy
+   will be used.  This routine is responsible for creating a new copy
    of SCRATCH_REG in the proper mode.  */
 
 int
@@ -7585,7 +7585,7 @@ pa_function_ok_for_sibcall (decl, exp)
     return (decl != NULL_TREE);
 
   /* Sibcalls are not ok because the arg pointer register is not a fixed
-     register.  This prevents the sibcall optimization from occuring.  In
+     register.  This prevents the sibcall optimization from occurring.  In
      addition, there are problems with stub placement using GNU ld.  This
      is because a normal sibcall branch uses a 17-bit relocation while
      a regular call branch uses a 22-bit relocation.  As a result, more
@@ -8641,7 +8641,7 @@ function_arg (cum, mode, type, named)
             This is magic.  Normally, using a PARALLEL results in left
             justified data on a big-endian target.  However, using a
             single double-word register provides the required right
-            justication for 5 to 8 byte structures.  This has nothing
+            justification for 5 to 8 byte structures.  This has nothing
             to do with the direction of padding specified for the argument.
             It has to do with how the data is widened and shifted into
             and from the register.
index 9c6a4a4727f546b61a923843f4bb12aba146fa11..3f61074e632994cdcde33fd9874bcfa0703ab22c 100644 (file)
@@ -197,7 +197,7 @@ extern int target_flags;
    difference calls.  This is a call variant similar to the long pic
    pc-relative call.  Long pic symbol difference calls are only used with
    the HP SOM linker.  Currently, only the HP assembler supports these
-   calls.  GAS doesn't allow an arbritrary difference of two symbols.  */
+   calls.  GAS doesn't allow an arbitrary difference of two symbols.  */
 #define TARGET_LONG_PIC_SDIFF_CALL (!TARGET_GAS)
 
 /* Define to a C expression evaluating to true to use long pic
index fe37fbedfdddc243e8df4faf5558afe62734ae86..7ae038e33e08159ecf7a172b6361bb4ddff1481a 100644 (file)
@@ -33,7 +33,7 @@
 ;; the insn that sets CR bits should be separated from the branch insn
 ;; that evaluates them; separation by more than 9 insns ensures that the CR
 ;; bits will be immediately available for execution.
-;; This could be artificially achieved by exagerating the latency of
+;; This could be artificially achieved by exaggerating the latency of
 ;; compare insns but at the expense of a poorer schedule.
 
 ;; CR insns get executed in the SRU.  Not modelled.
index eb84f29fbacf517a27b07d7d0fc8446f9678d3a5..de8a7b7552de71fd0abf52467216e610f229dd34 100644 (file)
@@ -38,7 +38,7 @@
 ;; the insn that sets CR bits should be separated from the branch insn
 ;; that evaluates them.  There is no advantage have more than 10 cycles
 ;; of separation.
-;; This could be artificially achieved by exagerating the latency of
+;; This could be artificially achieved by exaggerating the latency of
 ;; compare insns but at the expense of a poorer schedule.
 
 ;; Branches go straight to the BPU.  All other insns are handled
index 52340a8e029e8595a058c083d50bd76e2a04504b..b28544ade3b9b133a801b93fbf8fc927c1b47aba 100644 (file)
@@ -208,7 +208,7 @@ do {                                                                        \
 #define PROCESSOR_DEFAULT  PROCESSOR_PPC7400
 
 /* Default target flag settings.  Despite the fact that STMW/LMW
-   serializes, it's still a big codesize win to use them.  Use FSEL by
+   serializes, it's still a big code size win to use them.  Use FSEL by
    default as well.  */
 
 #undef  TARGET_DEFAULT
index be71d5d3eeaca8b681291ad667f3dbdfd85a3eea..fe6a801bb2cb133533fce52583bb2a2414f2ec34 100644 (file)
@@ -40,7 +40,7 @@
 #define        LINK_OS_DEFAULT_SPEC "%(link_os_freebsd)"
 
 /* XXX: This is wrong for many platforms in sysv4.h.
-   We should work on getting that defination fixed.  */
+   We should work on getting that definition fixed.  */
 #undef  LINK_SHLIB_SPEC
 #define LINK_SHLIB_SPEC "%{shared:-shared} %{!shared: %{static:-static}}"
 
index df5d775ee16ab38ec344c424a9d099393dcd487b..40748c9383fc0c08690318a1cf3e4ca27713aaf1 100644 (file)
@@ -1684,7 +1684,7 @@ output_vec_const_move (operands)
       /* Vector constant 0 is handled as a splitter of V2SI, and in the
         pattern of V1DI, V4HI, and V2SF.
 
-        FIXME: We should probabl return # and add post reload
+        FIXME: We should probably return # and add post reload
         splitters for these, but this way is so easy ;-).
       */
       operands[1] = GEN_INT (cst);
@@ -7762,7 +7762,7 @@ includes_rldic_lshift_p (shiftop, andop)
 
 /* Return 1 if ANDOP is a mask suitable for use with an rldicr insn
    to perform a left shift.  It must have SHIFTOP or more least
-   signifigant 0's, with the remainder of the word 1's.  */
+   significant 0's, with the remainder of the word 1's.  */
 
 int
 includes_rldicr_lshift_p (shiftop, andop)
@@ -7777,7 +7777,7 @@ includes_rldicr_lshift_p (shiftop, andop)
       shift_mask <<= INTVAL (shiftop);
       c = INTVAL (andop);
 
-      /* Find the least signifigant one bit.  */
+      /* Find the least significant one bit.  */
       lsb = c & -c;
 
       /* It must be covered by the shift mask.
@@ -10663,7 +10663,7 @@ get_TOC_alias_set ()
     return set;
 }   
 
-/* This retuns nonzero if the current function uses the TOC.  This is
+/* This returns nonzero if the current function uses the TOC.  This is
    determined by the presence of (unspec ... UNSPEC_TOC) or
    use (unspec ... UNSPEC_TOC), which are generated by the various
    load_toc_* patterns.  */
index cb50e7e8ab865a3ac4c8641728f0ce7130969c9f..1d471efbf85423a11ce8f05d6bc200bf81564691 100644 (file)
   "HAVE_AS_TLS && TARGET_64BIT"
   "addi %0,%1,%2@tprel@l")
 
-;; "b" output contraint here and on tls_tls input to support linker tls
+;; "b" output constraint here and on tls_tls input to support linker tls
 ;; optimization.  The linker may edit the instructions emitted by a
 ;; tls_got_tprel/tls_tls pair to addis,addi.
 (define_insn "tls_got_tprel_32"
index c469fadff9629779403224c64f810e10f0a39aa0..ca90b8068d897ca35f55af6026e089fe9c0d07a6 100644 (file)
@@ -992,7 +992,7 @@ __ev_set_s16_internal (__ev64_opaque__ a, int16_t b, uint32_t pos)
 #define __ev_lower_fs_tst_eq(a, b)     __builtin_spe_evfststeq (__pred_lower, (a), (b))
 #define __ev_select_fs_tst_eq          __builtin_spe_evsel_fststeq
 
-/* SPEFSCR accesor functions.  */
+/* SPEFSCR accessor functions.  */
 
 #define __SPEFSCR_SOVH         0x80000000
 #define __SPEFSCR_OVH          0x40000000