diff options
author | Nick Clifton <nickc@redhat.com> | 2007-04-23 10:59:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-04-23 10:59:07 +0000 |
commit | 9e48b4c6ec74817952f7a9b8c8b3d661ddf58c59 (patch) | |
tree | d88dc7241a39dfca258c95d71080e60dbe0efa1b /binutils/ChangeLog | |
parent | 9a2e615a9f06fd8aebee3da95ed551de303719bb (diff) | |
download | gdb-9e48b4c6ec74817952f7a9b8c8b3d661ddf58c59.zip gdb-9e48b4c6ec74817952f7a9b8c8b3d661ddf58c59.tar.gz gdb-9e48b4c6ec74817952f7a9b8c8b3d661ddf58c59.tar.bz2 |
* objcopy.c (reverse_bytes): New variable.
(command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
(copy_options, copy_usage): Add "reverse-bytes" entry.
(copy_section): Reverse bytes within output sections.
* doc/binutils.texi: Document new objcopy option.
* testsuite/binutils-all/objcopy.exp: Add test for --reverse-bytes.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d18d20d..bd622fb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2007-04-20 Nathan Froyd <froydnj@codesourcery.com> + Phil Edwards <phil@codesourcery.com> + Thomas de Lellis <tdel@windriver.com> + + * objcopy.c (reverse_bytes): New variable. + (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN. + (copy_options, copy_usage): Add "reverse-bytes" entry. + (copy_section): Reverse bytes within output sections. + * doc/binutils.texi: Document new objcopy option. + 2007-04-20 Nick Clifton <nickc@redhat.com> * rclex.l: Allow underscores at the start of identifiers. |