* ecoff.c (ecoff_build_debug): Don't set hdr->magic here. It is

now set in bfd/ecofflink.c:ecoff_write_symhdr.
This commit is contained in:
Ian Lance Taylor
1994-02-22 04:30:14 +00:00
parent 2f0deb19eb
commit 2e5fdb1db0

View File

@ -1,5 +1,8 @@
Mon Feb 21 11:41:18 1994 Ian Lance Taylor (ian@cygnus.com)
* ecoff.c (ecoff_build_debug): Don't set hdr->magic here. It is
now set in bfd/ecofflink.c:ecoff_write_symhdr.
* config/obj-coffbfd.c (write_object_file): use bfd_get_error (),
not bfd_error.
* config/obj-elf.c (elf_frob_file): Likewise.