diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bbe4ec2..b541744 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,21 @@ 2010-01-08 H.J. Lu <hongjiu.lu@intel.com> + * elfedit.c (input_elf_type): New. + (output_elf_type): Likewise. + (elf_type): Likewise. + (update_elf_header): Support updating ELF file type. + (command_line_switch): Add OPTION_INPUT_TYPE and + OPTION_OUTPUT_TYPE. + (options): Likewise. + (usage): Add --input-type and --output-type. + (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check + one of --output-mach and --output-type must be specified. + + * doc/binutils.texi: Document --input-type and --output-type + for elfedit. + +2010-01-08 H.J. Lu <hongjiu.lu@intel.com> + * doc/binutils.texi: Fix a typo. 2010-01-08 H.J. Lu <hongjiu.lu@intel.com> |