aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-09-12 14:57:48 +0930
committerAlan Modra <amodra@gmail.com>2018-09-17 23:31:18 +0930
commitc12d9fa2afe7abcbe407a00e15719e1a1350c2a7 (patch)
treea766a5fd206554f404b2e84ed11582b8c84d0d90 /binutils/ChangeLog
parenta4b9568c7ee95891de6f5ba846f2d1aaf61569cd (diff)
downloadgdb-c12d9fa2afe7abcbe407a00e15719e1a1350c2a7.zip
gdb-c12d9fa2afe7abcbe407a00e15719e1a1350c2a7.tar.gz
gdb-c12d9fa2afe7abcbe407a00e15719e1a1350c2a7.tar.bz2
Support objcopy --remove-section=.relaFOO
* objcopy.c (handle_remove_section_option): Don't require a dot after .rela and .rel to handle a possible relocation section. * testsuite/binutils-all/remove-relocs-07.s, * testsuite/binutils-all/remove-relocs-07.d, * testsuite/binutils-all/remove-relocs-08.d: New tests. * testsuite/binutils-all/remove-relocs-01.d, * testsuite/binutils-all/remove-relocs-04.d, * testsuite/binutils-all/remove-relocs-05.d, * testsuite/binutils-all/remove-relocs-06.d: Exclude mips64-openbsd.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ee6defc..5207db8 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,17 @@
2018-09-17 Alan Modra <amodra@gmail.com>
+ * objcopy.c (handle_remove_section_option): Don't require a dot
+ after .rela and .rel to handle a possible relocation section.
+ * testsuite/binutils-all/remove-relocs-07.s,
+ * testsuite/binutils-all/remove-relocs-07.d,
+ * testsuite/binutils-all/remove-relocs-08.d: New tests.
+ * testsuite/binutils-all/remove-relocs-01.d,
+ * testsuite/binutils-all/remove-relocs-04.d,
+ * testsuite/binutils-all/remove-relocs-05.d,
+ * testsuite/binutils-all/remove-relocs-06.d: Exclude mips64-openbsd.
+
+2018-09-17 Alan Modra <amodra@gmail.com>
+
* testsuite/lib/binutils-common.exp (is_som_format): New proc.
(run_dump_test): Correct target test for alternate .comm syntax.
(get_standard_section_names): Handle som format.