* libcoff-in.h (coff_tdata): Make relocbase member unsigned.
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index cc1e52b04f2fc41fb1c995870ee015eec13e1184..367d3bc2e1b59e4abb5a1910f5e38649bda20571 100644 (file)
@@ -53,7 +53,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.025447 seconds and 4 git commands to generate.