2010-06-02 Tristan Gingold <gingold@adacore.com>

* vms-alpha.c (alpha_vms_bfd_final_link): Fix 64bit constant.
This commit is contained in:
Tristan Gingold 2010-06-02 08:01:30 +00:00
parent e77813c8e1
commit d0ef7741c5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-06-02 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (alpha_vms_bfd_final_link): Fix 64bit constant.
2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate.

View File

@ -8682,7 +8682,7 @@ alpha_vms_bfd_final_link (bfd *abfd, struct bfd_link_info *info)
struct bfd_link_hash_entry *h;
i = 0;
PRIV (transfer_address[i++]) = 0xffffffff00000340; /* SYS$IMGACT */
PRIV (transfer_address[i++]) = 0xffffffff00000340ULL; /* SYS$IMGACT */
h = bfd_link_hash_lookup (info->hash, "LIB$INITIALIZE", FALSE, FALSE, TRUE);
if (h != NULL && h->type == bfd_link_hash_defined)
PRIV (transfer_address[i++]) =