aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2018-08-22 10:32:53 +0100
committerNick Clifton <nickc@redhat.com>2018-08-22 10:32:53 +0100
commit6f4286c4f7193606fd6200e46b152ff0934f9cc2 (patch)
tree20f727e200ce6fd754e02ac8ea58091ee67232d1 /bfd/ChangeLog
parent3da64fe404031c093e8b59565d935fed214e28c1 (diff)
downloadbinutils-6f4286c4f7193606fd6200e46b152ff0934f9cc2.zip
binutils-6f4286c4f7193606fd6200e46b152ff0934f9cc2.tar.gz
binutils-6f4286c4f7193606fd6200e46b152ff0934f9cc2.tar.bz2
Use the correct constants when setting the section type of HPPA unwind sections.
* elf-hppa.h (elf_hppa_fake_sections): Use SHT_PARISC_UNWIND as the section type of the .PARISC.unwind section on 64-bit binaries and SHT_PROGBITS for 32-bit binaries. Add a comment about it. Add comment about the sh_entsize value.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6946a65..97ad1a0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2018-08-22 Helge Deller <deller@gmx.de>
+ Nick Clifton <nickc@redhat.com>
+
+ * elf-hppa.h (elf_hppa_fake_sections): Use SHT_PARISC_UNWIND as
+ the section type of the .PARISC.unwind section on 64-bit binaries
+ and SHT_PROGBITS for 32-bit binaries. Add a comment about it.
+ Add comment about the sh_entsize value.
+
2018-08-22 Rafeal Auler <rafaelauler@gmail.com>
PR 23560