aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-09-09 12:01:08 +0100
committerNick Clifton <nickc@redhat.com>2022-09-09 12:01:55 +0100
commitefc1521e40b67f2eac4f5f425731195d385fa127 (patch)
tree236c17a4bc11b46d06c38a82cfb1869e2354b423 /bfd/ChangeLog
parent1daabcc746e7d2f04ab190b49aec9abb020f29aa (diff)
downloadgdb-efc1521e40b67f2eac4f5f425731195d385fa127.zip
gdb-efc1521e40b67f2eac4f5f425731195d385fa127.tar.gz
gdb-efc1521e40b67f2eac4f5f425731195d385fa127.tar.bz2
Support debuginfo files with empty group sections.
PR 29532 bfd * elf.c (setup_group): Do not return false if there is no group information available. bionutils* objcopy.c (setup_section): Leave group sections intact when creating separate debuginfo files.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a0e1e87..c618d81 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-09 Nick Clifton <nickc@redhat.com>
+
+ PR 29532
+ * elf.c (setup_group): Do not return false if there is no group
+ information available.
+
2022-09-02 Aaron Merey <amerey@redhat.com>
* aout-target.h (MY_find_nearest_line_with_alt): New macro.