Remove redundant returns in void functions.
[deliverable/binutils-gdb.git] / gas / config / tc-sh64.c
index 4ccbe1d8a4547aac8a89f061cf666c0a0b09751a..7a6f830e405d025497721c9238f667722ffbbcbe 100644 (file)
@@ -427,7 +427,7 @@ shmedia_frob_section_type (asection *sec)
      target-specific semantics.  This target is ELF only (semantics not
      defined for other formats), so we use the target-specific pointer
      field of the ELF section data.  */
-  if (seginfo)
+  if (seginfo && sh64_abi == sh64_abi_32)
     {
       struct sh64_section_data *sec_elf_data;
       flagword sec_type = 0;
@@ -2459,7 +2459,7 @@ shmedia_find_cooked_opcode (char **str_p)
       /* The machine independent code will convert CMP/EQ into cmp/EQ
         because it thinks the '/' is the end of the symbol.  Moreover,
         all but the first sub-insn is a parallel processing insn won't
-        be capitailzed.  Instead of hacking up the machine independent
+        be capitalized.  Instead of hacking up the machine independent
         code, we just deal with it here.  */
       c = TOLOWER (c);
       name[nlen] = c;
This page took 0.023756 seconds and 4 git commands to generate.