diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-06 04:21:52 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-06 04:21:52 +0000 |
commit | ada8cf8b54c4a5850540833a4a089c7bed36d1fe (patch) | |
tree | 4f174cc6decb3342a1a4c09416e579e644a0e251 /gcc/config | |
parent | 1dae9dd6c84634f87ab17edbd70111a04a46c4e4 (diff) | |
download | gcc-ada8cf8b54c4a5850540833a4a089c7bed36d1fe.tar.gz |
* config/sh/linux.h: Fix comment formatting.
* config/sh/netbsd-elf.h: Likewise.
* config/sh/sh.c: Likewise.
* config/sh/sh.h: Likewise.
* config/sh/vxworks.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75462 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/sh/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/sh/netbsd-elf.h | 2 | ||||
-rw-r--r-- | gcc/config/sh/sh.c | 14 | ||||
-rw-r--r-- | gcc/config/sh/sh.h | 2 | ||||
-rw-r--r-- | gcc/config/sh/vxworks.h | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h index d28e0c24680..eafdd9a4af1 100644 --- a/gcc/config/sh/linux.h +++ b/gcc/config/sh/linux.h @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ #undef MD_EXEC_PREFIX #undef MD_STARTFILE_PREFIX -/* This was defined in linux.h. Define it here also. */ +/* This was defined in linux.h. Define it here also. */ #define HANDLE_PRAGMA_PACK_PUSH_POP /* Don't assume anything about the header files. */ diff --git a/gcc/config/sh/netbsd-elf.h b/gcc/config/sh/netbsd-elf.h index 975feb0f7dd..7c52aa67ac3 100644 --- a/gcc/config/sh/netbsd-elf.h +++ b/gcc/config/sh/netbsd-elf.h @@ -93,7 +93,7 @@ Boston, MA 02111-1307, USA. */ #define TARGET_DEFAULT \ (TARGET_CPU_DEFAULT | USERMODE_BIT | TARGET_ENDIAN_DEFAULT) -/* Define because we use the label and we do not need them. */ +/* Define because we use the label and we do not need them. */ #define NO_PROFILE_COUNTERS #undef FUNCTION_PROFILER diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 0015f7029a4..1c58712a00c 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -2999,7 +2999,7 @@ find_barrier (int num_mova, rtx mova, rtx from) the limit is the same, but the alignment requirements are higher. We may waste up to 4 additional bytes for alignment, and the DF/DI constant may have - another SF/SI constant placed before it. */ + another SF/SI constant placed before it. */ if (TARGET_SHCOMPACT && ! found_di && (mode == DFmode || mode == DImode)) @@ -4731,7 +4731,7 @@ shmedia_target_regs_stack_space (HARD_REG_SET *live_regs_mask) if ((! call_used_regs[reg] || interrupt_handler) && ! TEST_HARD_REG_BIT (*live_regs_mask, reg)) /* Leave space to save this target register on the stack, - in case target register allocation wants to use it. */ + in case target register allocation wants to use it. */ stack_space += GET_MODE_SIZE (REGISTER_NATURAL_MODE (reg)); return stack_space; } @@ -6390,7 +6390,7 @@ sh_function_arg_advance (CUMULATIVE_ARGS *ca, enum machine_mode mode, ca->call_cookie |= CALL_COOKIE_INT_REG (ca->arg_count[(int) SH_ARG_INT] - numregs, 1); - /* N.B. We want this also for outgoing. */ + /* N.B. We want this also for outgoing. */ ca->stack_regs += numregs; } else if (ca->byref) @@ -8100,7 +8100,7 @@ sh_adjust_cost (rtx insn, rtx link ATTRIBUTE_UNUSED, rtx dep_insn, int cost) if (TARGET_SHMEDIA) { /* On SHmedia, if the dependence is an anti-dependence or - output-dependence, there is no cost. */ + output-dependence, there is no cost. */ if (REG_NOTE_KIND (link) != 0) cost = 0; @@ -8519,10 +8519,10 @@ static const char signature_args[][4] = #define SH_BLTIN_PV 20 { 0, 8 }, }; -/* mcmv: operands considered unsigned. */ +/* mcmv: operands considered unsigned. */ /* mmulsum_wq, msad_ubq: result considered unsigned long long. */ -/* mperm: control value considered unsigned int. */ -/* mshalds, mshard, mshards, mshlld, mshlrd: shift count is unsigned int. */ +/* mperm: control value considered unsigned int. */ +/* mshalds, mshard, mshards, mshlld, mshlrd: shift count is unsigned int. */ /* mshards_q: returns signed short. */ /* nsb: takes long long arg, returns unsigned char. */ static const struct builtin_description bdesc[] = diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 9c73b9e714d..d035f67f36a 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -576,7 +576,7 @@ do { \ #define MAX_LONG_TYPE_SIZE MAX_BITS_PER_WORD /* Width in bits of an `int'. We want just 32-bits, even if words are - longer. */ + longer. */ #define INT_TYPE_SIZE 32 /* Width in bits of a `long'. */ diff --git a/gcc/config/sh/vxworks.h b/gcc/config/sh/vxworks.h index 61c3236967f..4201028bb0d 100644 --- a/gcc/config/sh/vxworks.h +++ b/gcc/config/sh/vxworks.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #define LIB_SPEC "" /* VxWorks uses object files, not loadable images. Make the linker just - combine objects. */ + combine objects. */ #undef LINK_SPEC #define LINK_SPEC "-r" |