25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
diff -urN binutils-2.24.orig/bfd/libcoff.h binutils-2.24/bfd/libcoff.h
|
|
--- binutils-2.24.orig/bfd/libcoff.h 2014-05-24 16:03:12.983980200 +0100
|
|
+++ binutils-2.24/bfd/libcoff.h 2014-05-24 16:04:45.239695200 +0100
|
|
@@ -57,7 +57,7 @@
|
|
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 -urN binutils-2.24.orig/bfd/libcoff-in.h binutils-2.24/bfd/libcoff-in.h
|
|
--- binutils-2.24.orig/bfd/libcoff-in.h 2014-05-24 16:03:12.983480200 +0100
|
|
+++ binutils-2.24/bfd/libcoff-in.h 2014-05-24 16:04:27.654962200 +0100
|
|
@@ -53,7 +53,7 @@
|
|
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
|