diff options
Diffstat (limited to 'include/bfd.h')
-rw-r--r-- | include/bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfd.h b/include/bfd.h index 913e284..f81f406 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -758,7 +758,7 @@ typedef CONST struct reloc_howto_struct /* The size of the item to be relocated - 0, is one byte, 1 is 2 bytes, 3 is four bytes. A -ve value indicates that the result is to be subtracted from the data*/ - unsigned int size; + int size; /* Now obsolete */ unsigned int bitsize; |