* cpu-arm.c (arm_check_note): Warning fix.
[deliverable/binutils-gdb.git] / bfd / elfxx-ia64.c
index 65713a0c5101353b6649ab7931f0c09dabec729e..ab2ff21c887cda9638a1e383f2b63ffba50653de 100644 (file)
@@ -796,7 +796,7 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again)
                goto error_return;
            }
 
-         isym = isymbuf + ELF64_R_SYM (irel->r_info);
+         isym = isymbuf + ELFNN_R_SYM (irel->r_info);
          if (isym->st_shndx == SHN_UNDEF)
            continue;   /* We can't do anthing with undefined symbols.  */
          else if (isym->st_shndx == SHN_ABS)
@@ -1089,7 +1089,7 @@ elfNN_ia64_relax_ldxmov (abfd, contents, off)
     case 0: shift =  5; break;
     case 1: shift = 14; off += 3; break;
     case 2: shift = 23; off += 6; break;
-    case 3:
+    default:
       abort ();
     }
 
This page took 0.02501 seconds and 4 git commands to generate.