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
commit54a850401024604fa7230efd43d83c3b96bcbf97 (patch)
tree98554c961fb6652d24ed32ed4b51c8ae76475713 /bfd/coff64-rs6000.c
parente7dfb543d06393afb4e32b4a6d26677f5ffc62f1 (diff)
downloadbinutils-redhat-54a850401024604fa7230efd43d83c3b96bcbf97.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 09a1abea45..a2e9bd2423 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);