diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-08 15:58:08 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-08 15:58:08 +0000 |
commit | 2dc654c3e9b8515e5ef1f2042d6f21fd6f2e77bc (patch) | |
tree | 96d07260b20780f9475210c78e3b4ba9253a0a6a /binutils/ChangeLog | |
parent | f91e5ac34e150aeb5030c1005a510a231449c33c (diff) | |
download | fsf-binutils-gdb-2dc654c3e9b8515e5ef1f2042d6f21fd6f2e77bc.zip fsf-binutils-gdb-2dc654c3e9b8515e5ef1f2042d6f21fd6f2e77bc.tar.gz fsf-binutils-gdb-2dc654c3e9b8515e5ef1f2042d6f21fd6f2e77bc.tar.bz2 |
Don't change input_elf_XXX if they are -1
2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
* elfedit.c (update_elf_header): Don't change input_elf_class
nor input_elf_machine if they are -1.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ebdc1a2..fb7adc1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2010-01-08 H.J. Lu <hongjiu.lu@intel.com> + + * elfedit.c (update_elf_header): Don't change input_elf_class + nor input_elf_machine if they are -1. + 2010-01-08 Tristan Gingold <gingold@adacore.com> * ar.c: Remove bfd_special_undocumented_glue prototype. |