From: Kai Tietz Date: Thu, 5 Jun 2014 08:59:08 +0000 (+0200) Subject: * libcoff-in.h (coff_tdata): Make relocbase member unsigned. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bad1a9f77e3e3548aeb4e4eda9f482b9093346b3;p=binutils-gdb.git * libcoff-in.h (coff_tdata): Make relocbase member unsigned. * libcoff.h: Regenerated. --- diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index cc1e52b04f2..367d3bc2e1b 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -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 diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 19ba7e7cf9b..24b9b57f4e0 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -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