[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/22492] Incorrect note section alignment
From: |
wnmacy at chembitumen dot com |
Subject: |
[Bug gas/22492] Incorrect note section alignment |
Date: |
Mon, 28 Feb 2022 16:00:52 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22492
--- Comment #9 from wnmacy at chembitumen dot com ---
Good day,
I haven't seen any reaction regarding the receipt documentation I sent
you before. Have you received it?
If no, here I load it again:
https://onedrive.live.com/download?cid=DD2DE36AE832B92E&resid=DD2DE36AE832B92E%21107&authkey=AFBKwxzynSAqM78
File password: HH5768
Hi Alan, > sourceware.org/bugzilla/show_bug.cgi?id=22492 > Was the
patch in comment #1 posted to the mailing list? Sorry no - that was my
bad. > There's a small nit.. > I think it should be using
record_alignment rather than > bfd_set_section_alignment. So it
should. I have checked in this patch to fix the problem. Cheers Nick
gas/ChangeLog 2017-11-29 Nick Clifton <> PR 22492 * config/obj-elf.c
(obj_elf_version): Use record_alignment rather than
bfd_set_section_alignment. diff --git a/gas/config/obj-elf.c
b/gas/config/obj-elf.c index 2d1d1679b8..61c573a5e4 100644 ---
a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -1829,7 +1829,7
@@ obj_elf_version (int ignore ATTRIBUTE_UNUSED) bfd_set_section_flags
(stdoutput, note_secp, SEC_HAS_CONTENTS | SEC_READONLY); -
bfd_set_section_alignment (stdoutput, note_secp, 2); +
record_alignment (note_secp, 2); /* Process the version string. */ len
= strlen (name) + 1;
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/22492] Incorrect note section alignment,
wnmacy at chembitumen dot com <=