diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-08-03 15:47:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-08-03 15:47:26 -0700 |
commit | 39aac631baa1c5c540d16e45b64c2813a14f95b0 (patch) | |
tree | 2fa2b7fd27645cdac0337b50948af832faf8adce /ld/ChangeLog | |
parent | 425699f52d8fb875c2197b202b9e05bdc09d0115 (diff) | |
download | gdb-39aac631baa1c5c540d16e45b64c2813a14f95b0.zip gdb-39aac631baa1c5c540d16e45b64c2813a14f95b0.tar.gz gdb-39aac631baa1c5c540d16e45b64c2813a14f95b0.tar.bz2 |
x32: Align the .note.gnu.property section to 4 bytes
The .note.gnu.property section should be aligned to 4 bytes for x32.
* testsuite/ld-x86-64/property-x86-3.s: Use ".p2align 2" to
align .note.gnu.property section if __64_bit__ is undefined.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1173c03..d1a15df 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2018-08-03 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/ld-x86-64/property-x86-3.s: Use ".p2align 2" to + align .note.gnu.property section if __64_bit__ is undefined. + 2018-08-02 Nick Clifton <nickc@redhat.com> PR 23463 |