summaryrefslogtreecommitdiff
path: root/src/arch-ppc.c
Commit message (Collapse)AuthorAgeFilesLines
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-091-1/+0
| | | | | | | Create the infrastructure for arch/ABI specific rule creation that allows us much more involved arch/ABI customization. Signed-off-by: Paul Moore <pmoore@redhat.com>
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-091-0/+1
| | | | | | | | | | | | | The arch specific filter rewrite code is going to need to become more complex so move the low level rule addition code directly into the arch layer instead of the db layer, but still keep the tree manipulation code in the db layer. This patch also creates a new arch specific rule_add() function table entry and allows for this function to create multiple rules from a single rule. Signed-off-by: Paul Moore <pmoore@redhat.com>
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-091-0/+4
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* arch: add a ppc syscall tableBogdan Purcareata2015-02-171-0/+33
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com> [PM: slight reordering of ppc/ppc64 in header files and makefiles] Signed-off-by: Paul Moore <pmoore@redhat.com>