* libcoff-in.h (coff_tdata): Make relocbase member unsigned.
authorKai Tietz <ktietz70@googlemail.com>
Thu, 5 Jun 2014 08:59:08 +0000 (10:59 +0200)
committerKai Tietz <ktietz70@googlemail.com>
Wed, 11 Jun 2014 07:15:19 +0000 (09:15 +0200)
* libcoff.h: Regenerated.

bfd/libcoff-in.h
bfd/libcoff.h

index cc1e52b..367d3bc 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
index 19ba7e7..24b9b57 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