Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c857c43b authored by Anton Blanchard's avatar Anton Blanchard
Browse files

powerpc: Don't use a function descriptor for system call table


There is no need to create a function descriptor for the system call
table. By using one we force the system call table into the text
section and it really belongs in the rodata section.

This also removes another use of dot symbols.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
parent ad0289e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment