aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-05-24 20:50:50 +0000
committerTom Rix <trix@redhat.com>2001-05-24 20:50:50 +0000
commitbeb1bf64d083b906a76aa038c5cc5328f0c10e8d (patch)
tree600047bdacc5eaace49a866b8ccca725f74582c5 /bfd/bfd-in.h
parent3dd657b1d099808f55beac3272b3d41d6048472c (diff)
downloadgdb-beb1bf64d083b906a76aa038c5cc5328f0c10e8d.zip
gdb-beb1bf64d083b906a76aa038c5cc5328f0c10e8d.tar.gz
gdb-beb1bf64d083b906a76aa038c5cc5328f0c10e8d.tar.bz2
Support for xcoff64
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index bb79a15..ca2c748 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -298,7 +298,7 @@ typedef struct lineno_cache_entry {
unsigned int line_number; /* Linenumber from start of function*/
union {
struct symbol_cache_entry *sym; /* Function name */
- unsigned long offset; /* Offset into section */
+ bfd_vma offset; /* Offset into section */
} u;
} alent;