commit | 24bfa6a9e0d4fe414dfc4ad06c93e10c4c37194e | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Thu Oct 13 16:42:53 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Nov 14 11:11:51 2016 +1100 |
tree | 13368fce0b6bc8558aad558dc275368f2dc44afc | |
parent | 997e200182347d2cc7e37bc43eaafe249b4571b9 [diff] |
powerpc: EX_TABLE macro for exception tables This macro is taken from s390, and allows more flexibility in changing exception table format. mpe: Put it in ppc_asm.h and only define one version using stringinfy_in_c(). Add some empty definitions and headers to keep the selftests happy. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>