commit | fb414783b65c880606fbc1463e6849f017e60d46 | [log] [tgz] |
---|---|---|
author | Matt Helsley <mhelsley@vmware.com> | Fri May 29 14:01:14 2020 -0700 |
committer | Josh Poimboeuf <jpoimboe@redhat.com> | Tue Jun 02 15:37:04 2020 -0500 |
tree | 4ef03afe48b53750973bafe70a2f608534cd9647 | |
parent | f1974222634010486c1692e843af0ab11304dd2c [diff] |
objtool: Add support for relocations without addends Currently objtool only collects information about relocations with addends. In recordmcount, which we are about to merge into objtool, some supported architectures do not use rela relocations. Signed-off-by: Matt Helsley <mhelsley@vmware.com> Reviewed-by: Julien Thierry <jthierry@redhat.com> Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>