aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-06-02 08:01:30 +0000
committerTristan Gingold <gingold@adacore.com>2010-06-02 08:01:30 +0000
commitd0ef7741c534042736e2f2734daceb4738715f80 (patch)
tree1eb129da98b291510e4a79060ce8a93a2c3f5246 /bfd
parente77813c8e1981a8ca08d5d060830464762a6c8c4 (diff)
downloadfsf-binutils-gdb-d0ef7741c534042736e2f2734daceb4738715f80.zip
fsf-binutils-gdb-d0ef7741c534042736e2f2734daceb4738715f80.tar.gz
fsf-binutils-gdb-d0ef7741c534042736e2f2734daceb4738715f80.tar.bz2
2010-06-02 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (alpha_vms_bfd_final_link): Fix 64bit constant.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/vms-alpha.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dc05471..d6a1305 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c
index d881e2f..a68114f 100644
--- a/bfd/vms-alpha.c
+++ b/bfd/vms-alpha.c
@@ -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++]) =