forked from Imagelibrary/binutils-gdb
Fix C_FILE auxent.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-05-18 Tom Rix <trix@redhat.com>
|
||||||
|
|
||||||
|
* coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
|
||||||
|
|
||||||
2002-05-17 Alan Modra <amodra@bigpond.net.au>
|
2002-05-17 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
|
* elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
|
||||||
|
|||||||
@@ -424,7 +424,7 @@ _bfd_xcoff64_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
|
|||||||
switch (class)
|
switch (class)
|
||||||
{
|
{
|
||||||
case C_FILE:
|
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, 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);
|
H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
|
||||||
|
|||||||
Reference in New Issue
Block a user