* libcoff-in.h (coff_tdata): Make relocbase member unsigned.

* libcoff.h: Regenerated.
This commit is contained in:
Kai Tietz 2014-06-05 10:59:08 +02:00
parent e8de474960
commit bad1a9f77e
2 changed files with 2 additions and 2 deletions

View 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

View 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