* target.c (struct bfd_target): Eliminate the SDEF and SDEF_FMT

macros; use PARAMS to declare the function pointers involved.
This commit is contained in:
John Gilmore 1992-11-05 13:50:25 +00:00
parent a4c227913c
commit 3662554d78

View File

@ -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.