commit | eda3dc905834dc9c99132f987f77b68cf53a8682 | [log] [tgz] |
---|---|---|
author | Julien Thierry <jthierry@redhat.com> | Fri Sep 04 16:30:22 2020 +0100 |
committer | Josh Poimboeuf <jpoimboe@redhat.com> | Thu Sep 10 10:43:13 2020 -0500 |
tree | cfbdd2d47ee9f477ff25f80518cfd6071e87b2d6 | |
parent | c8ea0d672521ef663f0f9a77faa94d0d47102d77 [diff] |
objtool: Abstract alternative special case handling Some alternatives associated with a specific feature need to be treated in a special way. Since the features and how to treat them vary from one architecture to another, move the special case handling to arch specific code. Reviewed-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Julien Thierry <jthierry@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>