diff options
author | Tom Rix <trix@redhat.com> | 2001-05-24 20:50:50 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-05-24 20:50:50 +0000 |
commit | beb1bf64d083b906a76aa038c5cc5328f0c10e8d (patch) | |
tree | 600047bdacc5eaace49a866b8ccca725f74582c5 /bfd/libcoff-in.h | |
parent | 3dd657b1d099808f55beac3272b3d41d6048472c (diff) | |
download | gdb-beb1bf64d083b906a76aa038c5cc5328f0c10e8d.zip gdb-beb1bf64d083b906a76aa038c5cc5328f0c10e8d.tar.gz gdb-beb1bf64d083b906a76aa038c5cc5328f0c10e8d.tar.bz2 |
Support for xcoff64
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r-- | bfd/libcoff-in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index 2a6d9ca..8368cc8 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -163,10 +163,10 @@ struct xcoff_tdata short cputype; /* maxdata from optional header. */ - bfd_size_type maxdata; + bfd_vma maxdata; /* maxstack from optional header. */ - bfd_size_type maxstack; + bfd_vma maxstack; /* Used by the XCOFF backend linker. */ asection **csects; |