summaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2002-04-20 06:47:24 +0000
committerTom Rix <trix@redhat.com>2002-04-20 06:47:24 +0000
commit8074b3a28fc3ab4f35485a908f349c3ee4abf29c (patch)
tree7658bdfed93d0807e60cc242a60523ab250da89e /bfd/coff64-rs6000.c
parent61f68d0baf114c4c27a18fb81ec3d585b7368a1f (diff)
downloadgdb-8074b3a28fc3ab4f35485a908f349c3ee4abf29c.tar.gz
Fix C_FILE auxent on xcoff64.
Diffstat (limited to 'bfd/coff64-rs6000.c')
-rw-r--r--bfd/coff64-rs6000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c
index 09a1abea453..a2e9bd24237 100644
--- a/bfd/coff64-rs6000.c
+++ b/bfd/coff64-rs6000.c
@@ -293,7 +293,7 @@ _bfd_xcoff64_swap_aux_in (abfd, ext1, type, class, indx, numaux, in1)
switch (class)
{
case C_FILE:
- if (ext->x_file.x_n.x_zeroes == 0)
+ if (ext->x_file.x_n.x_zeroes[0] == 0)
{
in->x_file.x_n.x_zeroes = 0;
in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);