aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-02-03 01:39:10 +0000
committerDavid MacKenzie <djm@cygnus>1994-02-03 01:39:10 +0000
commit0c5dc23cc9f4f7a488c0b7df518e319148a2b103 (patch)
tree017e2e7c59da268ad28cb278e129435c3d4fe9fc /binutils/ChangeLog
parent0c62139f9079833dbd943d093672250228b9d761 (diff)
downloadgdb-0c5dc23cc9f4f7a488c0b7df518e319148a2b103.zip
gdb-0c5dc23cc9f4f7a488c0b7df518e319148a2b103.tar.gz
gdb-0c5dc23cc9f4f7a488c0b7df518e319148a2b103.tar.bz2
* nlmconv.c (main): Use bfd_get_flavour instead of struct member.
* ar.c (print_contents, extract_file), size.c (print_berkeley_format): Use bfd_get_filename and bfd_my_archive instead of dereferencing the structs directly.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d047593..bc2bddc 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,10 @@
Wed Feb 2 13:42:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)
+ * nlmconv.c (main): Use bfd_get_flavour instead of struct member.
+ * ar.c (print_contents, extract_file), size.c
+ (print_berkeley_format): Use bfd_get_filename and
+ bfd_my_archive instead of dereferencing the structs directly.
+
* ar.c: Use bfd_fatal and bfd_nonfatal instead of bfd_perror and exit.
Indent. Remove DEFUNs.