From 7173b38a442c007a554ea200817a0eadce89c87b Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Fri, 20 Feb 2015 20:12:56 +0000 Subject: objcopy: Factor out some of the option parsing code. This patch splits out some of the option parsing code, increasing code reuse. binutils/ChangeLog: * objcopy.c (init_section_add): New function. (section_add_load_file): New function. (copy_main): Make use of new functions. --- binutils/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c61a2bd..2ba2ad4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ 2015-02-25 Andrew Burgess + * objcopy.c (init_section_add): New function. + (section_add_load_file): New function. + (copy_main): Make use of new functions. + +2015-02-25 Andrew Burgess + * od-elf32_avr.c: Add elf32-avr.h include. (OPT_AVRPROP): Define. (options[]): Add 'avr-prop' entry. -- cgit v1.1