diff options
Diffstat (limited to 'bfd/elfxx-ia64.c')
-rw-r--r-- | bfd/elfxx-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 35f3611..fc43f46 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -368,7 +368,7 @@ elfNN_ia64_reloc (abfd, reloc, sym, data, input_section, #define IA64_HOWTO(TYPE, NAME, SIZE, PCREL, IN) \ HOWTO (TYPE, 0, SIZE, 0, PCREL, 0, complain_overflow_signed, \ - elfNN_ia64_reloc, NAME, FALSE, 0, 0, IN) + elfNN_ia64_reloc, NAME, FALSE, 0, -1LL, IN) /* This table has to be sorted according to increasing number of the TYPE field. */ |