aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-11-05 13:50:25 +0000
committerJohn Gilmore <gnu@cygnus>1992-11-05 13:50:25 +0000
commit3662554d7837eb5e067ea9af7c86954bc3273ddd (patch)
treef3fdeb5e73340e1bef9e953dd096f8ecb543473f /bfd
parenta4c227913c08237982063d5c215086576c49a058 (diff)
downloadgdb-3662554d7837eb5e067ea9af7c86954bc3273ddd.zip
gdb-3662554d7837eb5e067ea9af7c86954bc3273ddd.tar.gz
gdb-3662554d7837eb5e067ea9af7c86954bc3273ddd.tar.bz2
* target.c (struct bfd_target): Eliminate the SDEF and SDEF_FMT
macros; use PARAMS to declare the function pointers involved.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6f35d78..cd592f5 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.