* 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 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
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.03953 seconds and 4 git commands to generate.