Add WinCE support.
[deliverable/binutils-gdb.git] / bfd / peigen.c
index f58ba0e8033ac90aa615270314a1b328a2ac2952..639ea892565409b1c35b53d79b2dcec1985a2b20 100644 (file)
@@ -1676,18 +1676,17 @@ pe_print_reloc (abfd, vfile)
                   _("\treloc %4d offset %4x [%4lx] %s"),
                   j, off, (long) (off + virtual_address), tbl[t]);
 
-         /* HIGHADJ takes an argument, but there's no documentation
-            on what it does, or what it means.  Inferred from
-            DUMPBIN.  */
+         /* HIGHADJ takes an argument, - the next record *is* the
+            low 16 bits of addend.  */ 
          if (t == IMAGE_REL_BASED_HIGHADJ)
            {
-              fprintf (file, " (%4x)\n",
+              fprintf (file, " (%4x)",
                        ((unsigned int)
                         bfd_get_16 (abfd, data + i + 8 + j * 2 + 2)));
               j++;
            }
-         else
-             fprintf (file, "\n");
+         
+         fprintf (file, "\n");
        }
       i += size;
     }
This page took 0.056145 seconds and 4 git commands to generate.