diff options
author | David MacKenzie <djm@cygnus> | 1994-02-03 13:08:29 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-02-03 13:08:29 +0000 |
commit | 6f9dff07e17b829b8becf9fcb9b34b4711f4ceb1 (patch) | |
tree | 90acc7d8c89467404be984a13a5dbd77d2cef4b4 /binutils/ChangeLog | |
parent | 139c8857be582c3e05fecd3b0f91368632fd9b12 (diff) | |
download | gdb-6f9dff07e17b829b8becf9fcb9b34b4711f4ceb1.zip gdb-6f9dff07e17b829b8becf9fcb9b34b4711f4ceb1.tar.gz gdb-6f9dff07e17b829b8becf9fcb9b34b4711f4ceb1.tar.bz2 |
More changes to print ambiguous matches and use the
abstracting macros.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bc2bddc..ac72e0a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -2,7 +2,7 @@ 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 + (print_berkeley_format, print_sysv_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. @@ -10,7 +10,8 @@ Wed Feb 2 13:42:23 1994 David J. Mackenzie (djm@thepub.cygnus.com) * nlmconv.c (main), objcopy.c (copy_file): Print matching formats if ambiguous match. - * nm.c (display_file), size.c (display_bfd): Eliminate gotos. + * nm.c (display_file, display_archive), size.c (display_bfd): + Eliminate gotos. Print matching formats if there is an ambiguous match. Use bfd_nonfatal instead of hardcoded error message if nothing matches. |