Check for BFD_RELOC_ARM_PCREL_BRANCH in elf32_arm_force_relocation.
[deliverable/binutils-gdb.git] / binutils / coffgrok.c
index 209467785486e61b1014c2db56b996ee0b5bcda4..88a6572ccd15761af7846bf21c59f0d33ace20fc 100644 (file)
@@ -166,7 +166,8 @@ do_sections_p2 (head)
   asection *section;
   for (section = abfd->sections; section; section = section->next)
     {
-      int j;
+      unsigned int j;
+
       for (j = 0; j < section->reloc_count; j++)
        {
          int idx;
@@ -248,7 +249,8 @@ do_lines (i, name)
 {
   struct coff_line *res = (struct coff_line *) xcalloc (sizeof (struct coff_line), 1);
   asection *s;
-  int l;
+  unsigned int l;
+
   /* Find out if this function has any line numbers in the table */
   for (s = abfd->sections; s; s = s->next)
     {
This page took 0.022956 seconds and 4 git commands to generate.