summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-04-12 13:34:06 +0100
committerNick Clifton <nickc@redhat.com>2022-04-12 13:34:06 +0100
commit278c98c830befc706286b56da9e922e5342d62a9 (patch)
tree8848b6209e5478cfaf1c81c1d1afc95ca9e5ecce /binutils/ChangeLog
parent66b39b8b9c886e6adc17ba6b81ebf5b1febabb53 (diff)
Stop strip from removing debuglink sections.
PR 28992 * objcopy.c (is_strip_section_1): Do not delete debuglink sections when stripping debug information.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 907959342d..26103a0279 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2022-04-12 Nick Clifton <nickc@redhat.com>
+
+ PR 28992
+ * objcopy.c (is_strip_section_1): Do not delete debuglink sections
+ when stripping debug information.
+
2022-04-06 Nick Clifton <nickc@redhat.com>
PR 28981