* coffcode.h (coff_write_object_contents): Use
bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
This commit is contained in:
parent
a80f694198
commit
3ed30d29c6
@ -1,3 +1,8 @@
|
|||||||
|
2001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
|
||||||
|
|
||||||
|
* coffcode.h (coff_write_object_contents): Use
|
||||||
|
bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
|
||||||
|
|
||||||
2001-04-14 H.J. Lu <hjl@gnu.org>
|
2001-04-14 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* bfd-in2.h: Regenerate.
|
* bfd-in2.h: Regenerate.
|
||||||
|
@ -4022,7 +4022,7 @@ coff_write_object_contents (abfd)
|
|||||||
if (buff == NULL)
|
if (buff == NULL)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
coff_swap_filehdr_out (abfd, (PTR) & internal_f, (PTR) buff);
|
bfd_coff_swap_filehdr_out (abfd, (PTR) & internal_f, (PTR) buff);
|
||||||
amount = bfd_write ((PTR) buff, 1, bfd_coff_filhsz (abfd), abfd);
|
amount = bfd_write ((PTR) buff, 1, bfd_coff_filhsz (abfd), abfd);
|
||||||
|
|
||||||
free (buff);
|
free (buff);
|
||||||
|
Loading…
Reference in New Issue
Block a user