Re: [PATCH 2/2] objtool: Add support for relocations without addends

2020-06-02 Thread Kamalesh Babulal
On 5/30/20 2:31 AM, Matt Helsley wrote: > 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 > --- LGTM, minor

Re: [PATCH 2/2] objtool: Add support for relocations without addends

2020-06-02 Thread Julien Thierry
Hi Matt, On 5/29/20 10:01 PM, Matt Helsley wrote: 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 ---