diff options
-rw-r--r-- | bfd/coffcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index d2076ef..d5d9153 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -1951,7 +1951,7 @@ coff_set_alignment_hook (bfd * abfd ATTRIBUTE_UNUSED, coff_swap_reloc_in (abfd, &dst, &n); if (bfd_seek (abfd, oldpos, 0) != 0) return; - if (n.r_vaddr < 0xffff) + if (n.r_vaddr < 0x10000) { _bfd_error_handler (_("%pB: overflow reloc count too small"), abfd); bfd_set_error (bfd_error_bad_value); |