]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix the generation of REL relocs for missing build notes.
authorNick Clifton <nickc@redhat.com>
Wed, 15 Jul 2020 11:53:59 +0000 (12:53 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 15 Jul 2020 11:53:59 +0000 (12:53 +0100)
commit2952e9275cf588c238f96348c7a63a5a7416d617
treefdd9a9fed9524d35581ec925d812071d62832619
parent78fede7066a6baf1db64780abadc70194585a85e
Fix the generation of REL 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