summaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2002-05-18 13:13:12 +0000
committerTom Rix <trix@redhat.com>2002-05-18 13:13:12 +0000
commite34d042a128c5f6c539fb40b28cdf9b85909e62a (patch)
treef84aee27adf7478c2485850fc16131d2b19af813 /bfd/coff64-rs6000.c
parent5b75db8d4710eccc9b6370e0675409567ad55e37 (diff)
downloadbinutils-redhat-e34d042a128c5f6c539fb40b28cdf9b85909e62a.tar.gz
Fix C_FILE auxent.
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 5ed5be4d19..d13fa0ff67 100644
--- a/bfd/coff64-rs6000.c
+++ b/bfd/coff64-rs6000.c
@@ -424,7 +424,7 @@ _bfd_xcoff64_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
switch (class)
{
case C_FILE:
- if (ext->x_file.x_n.x_zeroes == 0)
+ if (in->x_file.x_n.x_zeroes == 0)
{
H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);