]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix the generation of relocs for missing build notes.
authorNick Clifton <nickc@redhat.com>
Wed, 15 Jul 2020 11:52:53 +0000 (12:52 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 15 Jul 2020 11:52:53 +0000 (12:52 +0100)
commit56c1b507aa8bd8029f63bc78275fab1d815966f5
tree4e7dc187f88c686181f090ff8eb77400b1f4fbd3
parent28b80303a2f3e47fcedcfab677a322a8e71dc607
Fix the generation of relocs for missing build notes.

* write.c (create_note_reloc): Add desc2_size parameter.  Zero out
the addend field of REL relocations.  Store the full addend into
the note for REL relocations.
gas/ChangeLog
gas/write.c