From: Ian Lance Taylor Date: Fri, 3 Oct 1997 20:45:37 +0000 (+0000) Subject: * objcopy.c (set_times): New static function, replacing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=478aa09cef75090dad9d9a2773f2742d8d0a17dc;p=binutils-gdb.git * objcopy.c (set_times): New static function, replacing make_same_dates. (strip_main): If preserve_dates, stat the input file before copying it, and call set_times afterward. (copy_main): Likewise. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f0717b47942..f6199507bdf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ Fri Oct 3 12:04:25 1997 Ian Lance Taylor + * objcopy.c (set_times): New static function, replacing + make_same_dates. + (strip_main): If preserve_dates, stat the input file before + copying it, and call set_times afterward. + (copy_main): Likewise. + * wrstabs.c (write_stabs_in_sections_debugging_info): Cast p to char * when calling strcpy and strlen.