diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 512471c555a..7b7f7486eb3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +2015-10-21 Ronald Hoogenbllon <rhoogenboom@irdeto.com> + + PR binutils/19104 + * objcopy.c (command_line_switch): Add OPTION_ADD_SYMBOL. + (copy_options): Add add-symbol. + (copy_usage): Likewise. + (parse_symflags): New function. + (need_sym_before): New function. + (create_new_symbol): New function. + (filter_symbols): Add code to insert new symbols. + (copy_main): Process OPTION_ADD_SYMBOL. + * doc/binutils.texi: Document new feature. + * NEWS: Add note about the new feature. + 2015-10-18 Paul Pluzhnikov <ppluzhnikov@google.com> PR binutils/19147 |