commit | 9b1a735de64cc975c31a1642ec55e082ddbdfeaf | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Jun 24 11:33:02 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Jul 01 11:28:29 2008 +1000 |
tree | fe5b45f207b8831cbaab550abafdc96d6761f300 | |
parent | fac23fe4be23259a8eaa9bad822f5b14dd07d15c [diff] |
powerpc: Add logic to patch alternative feature sections This commit adds the logic to patch alternative sections. This is fairly straightforward, except for branches. Relative branches that jump from inside the else section to outside of it need to be translated as they're moved, otherwise they will jump to the wrong location. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>