aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Tietz <ktietz70@googlemail.com>2014-06-05 10:59:08 +0200
committerKai Tietz <ktietz70@googlemail.com>2014-06-11 09:15:19 +0200
commitbad1a9f77e3e3548aeb4e4eda9f482b9093346b3 (patch)
tree8166e31a36be9d36ff5f42366d838bd403dea873
parente8de474960b6866797bec0bd35b3c720aa2e9053 (diff)
downloadgdb-bad1a9f77e3e3548aeb4e4eda9f482b9093346b3.zip
gdb-bad1a9f77e3e3548aeb4e4eda9f482b9093346b3.tar.gz
gdb-bad1a9f77e3e3548aeb4e4eda9f482b9093346b3.tar.bz2
* libcoff-in.h (coff_tdata): Make relocbase member unsigned.
* libcoff.h: Regenerated.
-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