X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=90c6fe9c24992d437160b0992fbbbff1da4cf15d;hb=7d3d6bd5c1bb432075af20a5838f192728f7c3ff;hp=b36b87530da4cd879b5e3bef141d72a7d74cd610;hpb=91bb255c67ce378e25576a12e6b24929c45c92fc;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b36b87530d..90c6fe9c24 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,32 @@ +2006-09-14 H.J. Lu + + PR binutils/3181 + * objcopy.c (group_signature): Return proper group signature. + +2006-09-14 Alan Modra + + PR 3181 + * objcopy.c (group_signature): New function, split out from.. + (setup_section): ..here. + (is_strip_section): Return true for SHT_GROUP sections that are + going to lose their group signature symbol. + +2006-09-14 Alan Modra + + PR 3181 + * objcopy.c (copy_object): Load symbols earlier. + (setup_section): Mark group signature symbols with BSF_KEEP. + +2006-09-09 Nick Clifton + + PR binutils/3110 + * objcopy.c (copy_archive): Add new parameter: + force_output_target. If not true, then perserve the file formats + of each copied archive element, otherwise force them to be one + specific file format. + (copy_file): Compute force_output_target parameter to pass to + copy_archive. + 2006-09-05 Nick Clifton PR binutils/3166