aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-04-23 10:59:07 +0000
committerNick Clifton <nickc@redhat.com>2007-04-23 10:59:07 +0000
commit9e48b4c6ec74817952f7a9b8c8b3d661ddf58c59 (patch)
treed88dc7241a39dfca258c95d71080e60dbe0efa1b /binutils/ChangeLog
parent9a2e615a9f06fd8aebee3da95ed551de303719bb (diff)
downloadgdb-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/ChangeLog10
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.