Re: [PATCH v3 1/4] objtool: Move object file loading out of check

2020-07-30 Thread Julien Thierry
On 7/30/20 3:09 PM, Josh Poimboeuf wrote: On Thu, Jul 30, 2020 at 10:41:40AM +0100, Julien Thierry wrote: +struct objtool_file *objtool_setup_file(const char *_objname) +{ + if (objname) { + if (strcmp(objname, _objname)) { + WARN("won't handle more t

Re: [PATCH v3 1/4] objtool: Move object file loading out of check

2020-07-30 Thread Josh Poimboeuf
On Thu, Jul 30, 2020 at 10:41:40AM +0100, Julien Thierry wrote: > +struct objtool_file *objtool_setup_file(const char *_objname) > +{ > + if (objname) { > + if (strcmp(objname, _objname)) { > + WARN("won't handle more than one file at a time"); > +