2003-07-09 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
This commit is contained in:
parent
1c0bd72e41
commit
201933ea37
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
|
||||
|
||||
2003-07-10 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf64-ppc.c (bfd_elf64_mkobject): Define.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue