diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-26 20:15:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-26 20:15:36 +0000 |
commit | 9e4f94dea0017ce71747b94172592503f3dc4824 (patch) | |
tree | 61332b35111b01643095d8689a02bf93de337797 /gcc | |
parent | 4aae8a9a4b76096ecedba3b01161ba4e86d154be (diff) | |
download | gcc-9e4f94dea0017ce71747b94172592503f3dc4824.zip gcc-9e4f94dea0017ce71747b94172592503f3dc4824.tar.gz gcc-9e4f94dea0017ce71747b94172592503f3dc4824.tar.bz2 |
fde-glibc.c: Fix comment typos.
* config/ia64/fde-glibc.c: Fix comment typos.
* config/ia64/hpux.h: Likewise.
* config/ia64/ia64.c: Likewise.
* config/ia64/ia64.h: Likewise.
* config/ia64/unwind-ia64.c: Likewise.
From-SVN: r61857
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/config/ia64/fde-glibc.c | 2 | ||||
-rw-r--r-- | gcc/config/ia64/hpux.h | 2 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.c | 20 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.h | 2 | ||||
-rw-r--r-- | gcc/config/ia64/unwind-ia64.c | 2 |
6 files changed, 22 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 77b21d8..4d839ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,13 @@ 2003-01-26 Kazu Hirata <kazu@cs.umass.edu> + * config/ia64/fde-glibc.c: Fix comment typos. + * config/ia64/hpux.h: Likewise. + * config/ia64/ia64.c: Likewise. + * config/ia64/ia64.h: Likewise. + * config/ia64/unwind-ia64.c: Likewise. + +2003-01-26 Kazu Hirata <kazu@cs.umass.edu> + * config/i386/i386-modes.def: Fix comment typos. * config/i386/i386.c: Likewise. * config/i386/i386.md: Likewise. diff --git a/gcc/config/ia64/fde-glibc.c b/gcc/config/ia64/fde-glibc.c index 83cc93a..6bd193f 100644 --- a/gcc/config/ia64/fde-glibc.c +++ b/gcc/config/ia64/fde-glibc.c @@ -121,7 +121,7 @@ _Unwind_IteratePhdrCallback (struct dl_phdr_info *info, size_t size, void *ptr) if (p_dynamic) { - /* For dynamicly linked executables and shared libraries, + /* For dynamically linked executables and shared libraries, DT_PLTGOT is the gp value for that object. */ Elf64_Dyn *dyn = (Elf64_Dyn *)(p_dynamic->p_vaddr + load_base); for (; dyn->d_tag != DT_NULL ; dyn++) diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 2300099..3ebb7be 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ /* Target OS builtins. */ /* -D__fpreg=long double is needed to compensate for - the lack of __fpreg which is a primative type in + the lack of __fpreg which is a primitive type in HP C but does not exist in GNU C. */ #define TARGET_OS_CPP_BUILTINS() \ do { \ diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 784bc39..c641e2d 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -1036,7 +1036,7 @@ ia64_move_ok (dst, src) return GET_CODE (src) == CONST_DOUBLE && CONST_DOUBLE_OK_FOR_G (src); } -/* Check if OP is a mask suitible for use with SHIFT in a dep.z instruction. +/* Check if OP is a mask suitable for use with SHIFT in a dep.z instruction. Return the length of the field, or <= 0 on failure. */ int @@ -1779,7 +1779,7 @@ ia64_compute_frame_size (size) i = regno - OUT_REG (0) + 1; /* When -p profiling, we need one output register for the mcount argument. - Likwise for -a profiling for the bb_init_func argument. For -ax + Likewise for -a profiling for the bb_init_func argument. For -ax profiling, we need two output registers for the two bb_init_trace_func arguments. */ if (current_function_profile) @@ -2246,7 +2246,7 @@ do_restore (move_fn, reg, cfa_off) /* Wrapper functions that discards the CONST_INT spill offset. These exist so that we can give gr_spill/gr_fill the offset they need and - use a consistant function interface. */ + use a consistent function interface. */ static rtx gen_movdi_x (dest, src, offset) @@ -2861,7 +2861,7 @@ ia64_expand_epilogue (sibcall_p) first available call clobbered register. If there was a frame_pointer register, we may have swapped the names of r2 and HARD_FRAME_POINTER_REGNUM, so we have to make sure we're using the string "r2" when emitting - the register name for the assmbler. */ + the register name for the assembler. */ if (current_frame_info.reg_fp && current_frame_info.reg_fp == GR_REG (2)) fp = HARD_FRAME_POINTER_REGNUM; @@ -3392,7 +3392,7 @@ ia64_function_arg (cum, mode, type, named, incoming) } /* If there is a prototype, then FP values go in a FR register when - named, and in a GR registeer when unnamed. */ + named, and in a GR register when unnamed. */ else if (cum->prototype) { if (! named) @@ -3532,7 +3532,7 @@ ia64_function_arg_advance (cum, mode, type, named) cum->int_regs = cum->words; /* If there is a prototype, then FP values go in a FR register when - named, and in a GR registeer when unnamed. */ + named, and in a GR register when unnamed. */ else if (cum->prototype) { if (! named) @@ -3972,7 +3972,7 @@ ia64_print_operand (file, x, code) return; } -/* Calulate the cost of moving data from a register in class FROM to +/* Calculate the cost of moving data from a register in class FROM to one in class TO, using MODE. */ int @@ -5209,7 +5209,7 @@ safe_group_barrier_needed_p (insn) } /* INSNS is a chain of instructions. Scan the chain, and insert stop bits - as necessary to eliminate dependendencies. This function assumes that + as necessary to eliminate dependencies. This function assumes that a final instruction scheduling pass has been run which has already inserted most of the necessary stop bits. This function only inserts new ones at basic block boundaries, since these are invisible to the @@ -5484,7 +5484,7 @@ static const char *bundle_name [NR_BUNDLES] = int ia64_final_schedule = 0; -/* Codes of the corrsponding quieryied units: */ +/* Codes of the corresponding quieryied units: */ static int _0mii_, _0mmi_, _0mfi_, _0mmf_; static int _0bbb_, _0mbb_, _0mib_, _0mmb_, _0mfb_, _0mlx_; @@ -5517,7 +5517,7 @@ static state_t temp_dfa_state = NULL; static state_t prev_cycle_state = NULL; /* The following array element values are TRUE if the corresponding - insn reuqires to add stop bits before it. */ + insn requires to add stop bits before it. */ static char *stops_p; diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index 970827b..fb51797 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -589,7 +589,7 @@ while (0) all the FIXED_REGISTERS. Until this problem has been resolved this macro can be used to overcome this situation. In particular, block_propagate() requires this list - be acurate, or we can remove registers which should be live. + be accurate, or we can remove registers which should be live. This macro is used in regs_invalidated_by_call. */ #define CALL_REALLY_USED_REGISTERS \ diff --git a/gcc/config/ia64/unwind-ia64.c b/gcc/config/ia64/unwind-ia64.c index b3ba933..9aae673 100644 --- a/gcc/config/ia64/unwind-ia64.c +++ b/gcc/config/ia64/unwind-ia64.c @@ -1465,7 +1465,7 @@ ia64_rse_rnat_addr (unsigned long *slot_addr) return (unsigned long *) ((unsigned long) slot_addr | (0x3f << 3)); } -/* Calcuate the number of registers in the dirty partition starting at +/* Calculate the number of registers in the dirty partition starting at BSPSTORE with a size of DIRTY bytes. This isn't simply DIRTY divided by eight because the 64th slot is used to store ar.rnat. */ static inline unsigned long |