aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/libcoff-in.h2
-rw-r--r--bfd/libcoff.h2
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