* libcoff-in.h (coff_tdata): Make relocbase member unsigned.
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index 19ba7e7cf9b17a68734d605c623efe766b858913..24b9b57f4e0c6ae58f2266bfe5fd881f48454a26 100644 (file)
@@ -57,7 +57,7 @@ typedef struct coff_tdata
   unsigned long raw_syment_count;
 
   /* These are only valid once writing has begun.  */
-  long int relocbase;
+  unsigned long int relocbase;
 
   /* These members communicate important constants about the symbol table
      to GDB's symbol-reading code.  These `constants' unfortunately vary
This page took 0.02505 seconds and 4 git commands to generate.