From bad1a9f77e3e3548aeb4e4eda9f482b9093346b3 Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Thu, 5 Jun 2014 10:59:08 +0200 Subject: [PATCH] * libcoff-in.h (coff_tdata): Make relocbase member unsigned. * libcoff.h: Regenerated. --- bfd/libcoff-in.h | 2 +- bfd/libcoff.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index cc1e52b..367d3bc 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 19ba7e7..24b9b57 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 -- 2.7.4