* libcoff-in.h (coff_tdata): Make relocbase member unsigned.
* libcoff.h: Regenerated.
This commit is contained in:
parent
e8de474960
commit
bad1a9f77e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user