aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-07-31 13:49:39 +0000
committerNick Clifton <nickc@redhat.com>2001-07-31 13:49:39 +0000
commit594ef5dbd24189c126adbce7f3ea91e0a5fa64d9 (patch)
treeb409136d38024895b030d1ddbc083436139f4d6b /binutils/ChangeLog
parentf18ee7ef71510e52feaa80864c226ec18e2214e0 (diff)
downloadgdb-594ef5dbd24189c126adbce7f3ea91e0a5fa64d9.zip
gdb-594ef5dbd24189c126adbce7f3ea91e0a5fa64d9.tar.gz
gdb-594ef5dbd24189c126adbce7f3ea91e0a5fa64d9.tar.bz2
Implement new switch --rename-section
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3a2db20..2c3dfab 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,19 @@
+2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * objcopy.c: Fix formatting.
+ (section_rename): New structure.
+ (OPTION_RENAME_SECTION): New switch.
+ (copy_usage): Document new switch.
+ (add_section_rename): New function: Add a node to the section
+ rename list.
+ (find_section_rename): New function: Find the new name and
+ flags for a section.
+ (setup_section): Call find_section_name to determine the name
+ of the output section.
+ (copy_main): Handle OPTION_RENAME_SECTION.
+ * binutils.texi: Document new switch.
+ * NEWS: Mention new switch.
+
2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
* README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.