From: Jeff Law Date: Wed, 16 Mar 1994 07:04:42 +0000 (+0000) Subject: * objcopy.c (filter_symbols): Use bfd_is_local_label to determine X-Git-Tag: gdb-4_18~15171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d483829ad7fba5026a6bc9f9545371b244aeb1e;p=thirdparty%2Fbinutils-gdb.git * objcopy.c (filter_symbols): Use bfd_is_local_label to determine if a symbol represents a compiler-generated local label. (copy_object): Give the BFD backends a chance to copy any private bfd data from the input BFD to the output BFD. (setup_section): Give the BFD backends a chance to copy any private section data from the input section to the output section. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8ad4b09fe85..816a3aa5c7e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +Tue Mar 15 23:04:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * objcopy.c (filter_symbols): Use bfd_is_local_label to determine + if a symbol represents a compiler-generated local label. + (copy_object): Give the BFD backends a chance to copy any private + bfd data from the input BFD to the output BFD. + (setup_section): Give the BFD backends a chance to copy any private + section data from the input section to the output section. + Mon Mar 14 11:15:58 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * objcopy.c (mangle_section): Delete unused function.