diff options
author | Sylvain HENRY <hsyl20@gmail.com> | 2015-10-30 19:55:24 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-10-30 19:55:34 +0100 |
commit | f78b477bd0ba1f85089c515259c9e3145abd1f7b (patch) | |
tree | 6df29427f2028cb7f7d67869cbe0fd5fac1ef7a7 /mk | |
parent | aa289d2a1bea3c30719710530c5a4409230f90d4 (diff) | |
download | haskell-f78b477bd0ba1f85089c515259c9e3145abd1f7b.tar.gz |
driver: use PROGBITS type for .debug-ghc-link-info section
Previously the `.debug-ghc-link-info` section was of type `SHT_NOTE` but
this is not compliant with the ELF specification, which requires that
`NOTE` sections are in a particular record-based format. We mark this
section as `PROGBITS` instead, which is defined as implying no
particular format.
Fixes #11022.
Reviewers: bgamari, austin
Reviewed By: bgamari, austin
Subscribers: thomie, hsyl20
Differential Revision: https://phabricator.haskell.org/D1375
GHC Trac Issues: #11022
Diffstat (limited to 'mk')
0 files changed, 0 insertions, 0 deletions