summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-01-25 16:18:40 +0000
committerNick Clifton <nickc@redhat.com>2008-01-25 16:18:40 +0000
commit07ea25bff9d530eb61c1ce68141281f7b9707abf (patch)
tree8284b7ca8ae6f47033a1af340008a80f64dc7451 /bfd/bfd.c
parent223a6c221ea38de095dcdc959f527ddb33421324 (diff)
downloadgdb-07ea25bff9d530eb61c1ce68141281f7b9707abf.tar.gz
Add mingw I64 support for printing long and long long values
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index a2302f8d0fa..da27baab884 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1,6 +1,6 @@
/* Generic BFD library interface and support routines.
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
Written by Cygnus Support.
@@ -916,6 +916,8 @@ bfd_get_sign_extend_vma (bfd *abfd)
if (CONST_STRNEQ (name, "coff-go32")
|| strcmp (name, "pe-i386") == 0
|| strcmp (name, "pei-i386") == 0
+ || strcmp (name, "pe-x86-64") == 0
+ || strcmp (name, "pei-x86-64") == 0
|| strcmp (name, "pe-arm-wince-little") == 0
|| strcmp (name, "pei-arm-wince-little") == 0)
return 1;