diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-24 16:49:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-24 16:49:14 +0000 |
commit | fb3f84c77393f3d73f22ebd1eb4007a90ef50fd7 (patch) | |
tree | 5581a537ee4dd84346d60472fc641f14c1278718 /binutils/ChangeLog | |
parent | fe58e4964290de5780f93f7a5bee9cc7695dada6 (diff) | |
download | gdb-fb3f84c77393f3d73f22ebd1eb4007a90ef50fd7.zip gdb-fb3f84c77393f3d73f22ebd1eb4007a90ef50fd7.tar.gz gdb-fb3f84c77393f3d73f22ebd1eb4007a90ef50fd7.tar.bz2 |
* strings.c: Include "bfd.h" before other headers. Include
"sysdep.h".
* bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long,
and print them with %ld.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 92d02ce..d167334 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,30 @@ +Fri Mar 24 11:47:42 1995 Ian Lance Taylor <ian@cygnus.com> + + * strings.c: Include "bfd.h" before other headers. Include + "sysdep.h". + * bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long, + and print them with %ld. + +Fri Mar 10 13:09:42 1995 Ian Lance Taylor <ian@cygnus.com> + + * objcopy.c (strip_options): Add --keep-symbol. + (copy_options): Likewise. + (copy_usage): Mention --keep-symbol and -K. + (strip_usage): Likewise. + (keep_symbols): New static variable. + (is_strip_symbol): Adjust the return value according to + keep_symbols. + (strip_main): Handle -K. For -N, check that -K was not given. + (copy_main): Likewise. + * binutils.texi, objcopy.1, strip.1: Document -K. + +Mon Mar 6 13:33:47 1995 Stan Shebs <shebs@andros.cygnus.com> + + * objcopy.c (copy_archive): Check result of mkdir. + (copy_main): Cast an xmalloc result. + + * objdump.c (usage): Break long format string into shorter ones. + Mon Mar 6 13:46:12 1995 Ian Lance Taylor <ian@cygnus.com> * bucomm.c (list_supported_targets): New function. |