forked from Imagelibrary/binutils-gdb
Fix C_FILE auxent on xcoff64.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user