From: John Gilmore Date: Thu, 5 Nov 1992 13:50:25 +0000 (+0000) Subject: * target.c (struct bfd_target): Eliminate the SDEF and SDEF_FMT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3662554d7837eb5e067ea9af7c86954bc3273ddd;p=binutils-gdb.git * target.c (struct bfd_target): Eliminate the SDEF and SDEF_FMT macros; use PARAMS to declare the function pointers involved. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6f35d78ae41..cd592f5ed9f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Nov 5 04:43:09 1992 John Gilmore (gnu@cygnus.com) + * target.c (struct bfd_target): Eliminate the SDEF and SDEF_FMT + macros; use PARAMS to declare the function pointers involved. + * bfd-in.h, bfd.c, libbfd.h, reloc.c, seclet.h, section.c, targets.c: Rename struct bfd_seclet_struct to struct bfd_seclet.