mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
* libcoff-in.h (coff_tdata): Make relocbase member unsigned.
* libcoff.h: Regenerated.
This commit is contained in:
@ -53,7 +53,7 @@ typedef struct coff_tdata
|
|||||||
unsigned long raw_syment_count;
|
unsigned long raw_syment_count;
|
||||||
|
|
||||||
/* These are only valid once writing has begun. */
|
/* These are only valid once writing has begun. */
|
||||||
long int relocbase;
|
unsigned long int relocbase;
|
||||||
|
|
||||||
/* These members communicate important constants about the symbol table
|
/* These members communicate important constants about the symbol table
|
||||||
to GDB's symbol-reading code. These `constants' unfortunately vary
|
to GDB's symbol-reading code. These `constants' unfortunately vary
|
||||||
|
@ -57,7 +57,7 @@ typedef struct coff_tdata
|
|||||||
unsigned long raw_syment_count;
|
unsigned long raw_syment_count;
|
||||||
|
|
||||||
/* These are only valid once writing has begun. */
|
/* These are only valid once writing has begun. */
|
||||||
long int relocbase;
|
unsigned long int relocbase;
|
||||||
|
|
||||||
/* These members communicate important constants about the symbol table
|
/* These members communicate important constants about the symbol table
|
||||||
to GDB's symbol-reading code. These `constants' unfortunately vary
|
to GDB's symbol-reading code. These `constants' unfortunately vary
|
||||||
|
Reference in New Issue
Block a user