]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Clean up uses of _bfd_dummy_target (from Peter Schauer).
authorIan Lance Taylor <ian@airs.com>
Thu, 21 Apr 1994 18:19:22 +0000 (18:19 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 21 Apr 1994 18:19:22 +0000 (18:19 +0000)
* libbfd.c (_bfd_dummy_target): Set bfd_error_wrong_format.
* nlm-target.h (nlm_core_file_p): Define as _bfd_dummy_target, not
NULL.
* srec.c (srec_vec): Use _bfd_dummy_target, not NULL, in
_bfd_check_format.
(symbolsrec_vec): Likewise.
* tekhex.c (tekhex_vec): Likewise.

bfd/ChangeLog

index 0fffbe01b125e88dccb4517b1a740b41a38bdcf6..583288de5c950af3a1952a47c516ae0ab922e124 100644 (file)
@@ -21,6 +21,15 @@ Thu Apr 21 09:29:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
 Thu Apr 21 11:58:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       Clean up uses of _bfd_dummy_target (from Peter Schauer).
+       * libbfd.c (_bfd_dummy_target): Set bfd_error_wrong_format.
+       * nlm-target.h (nlm_core_file_p): Define as _bfd_dummy_target, not
+       NULL.
+       * srec.c (srec_vec): Use _bfd_dummy_target, not NULL, in
+       _bfd_check_format.
+       (symbolsrec_vec): Likewise.
+       * tekhex.c (tekhex_vec): Likewise.
+
        * libnlm.h (struct nlm_obj_tdata): Add nlm_cygnus_section_hdr
        field.
        (nlm_cygnus_section_header): New accessor macro.