[PATCH] PPC32: Fix alignment problem with __ex_table and __bug_table.
The __start___ex_table and __start___bug_table symbols could end up pointing a few bytes before the actual __ex_table and __bug_table sections, if the preceding section had an odd length. This led to oopses in some situations. Patch from Sam Ravnborg.
Showing
Please register or sign in to comment